Pull request #40451 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from f464c31668db6fe781b3195f23dc786ee09e91c0+46ec8731fbce9b13e41bd85d6cea691406bba852 (fe459bc93d5402b138cc1617a7770cd4e3f90835) 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 26028d2ce48352c9b2c3f496e963b79a4944a426 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 --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # 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-02-04T18:12:47.142Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-02-04T18:12:47.153Z] Trying to pass milestone 3 [Pipeline] milestone [2020-02-04T18:12:47.191Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-02-04T18:12:47.352Z] Running on ubuntu-1804-overlay2 (i-065e747d728ad695b) in /home/ubuntu/workspace/moby_PR-40451 [Pipeline] { [Pipeline] checkout [2020-02-04T18:12:47.654Z] using credential docker-jenkins-github-credentials [2020-02-04T18:12:47.665Z] Cloning the remote Git repository [2020-02-04T18:12:47.665Z] Cloning with configured refspecs honoured and without tags [2020-02-04T18:12:47.727Z] Cloning repository https://github.com/moby/moby.git [2020-02-04T18:12:47.727Z] > git init /home/ubuntu/workspace/moby_PR-40451 # timeout=10 [2020-02-04T18:12:47.738Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:12:47.738Z] > git --version # timeout=10 [2020-02-04T18:12:47.743Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:12:47.744Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:00.881Z] Fetching without tags [2020-02-04T18:13:01.169Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:01.623Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:01.624Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:00.741Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:00.744Z] > git config --add remote.origin.fetch +refs/pull/40451/head:refs/remotes/origin/PR-40451 # timeout=10 [2020-02-04T18:13:00.749Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-04T18:13:00.934Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:00.940Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:00.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:00.940Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:01.228Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:01.231Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:01.665Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:01.674Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-04T18:13:01.682Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:01.687Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:02.082Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:02.100Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-04T18:13:03.409Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40451:/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-02-04T18:13:02.140Z] > git rev-list --no-walk 7a3445d6bdb461b292b92084b0e30928dff70768 # timeout=10 [2020-02-04T18:13:06.675Z] 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: 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] { (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 [2020-02-04T18:13:07.528Z] Running on ubuntu-1804-overlay2 (i-065e747d728ad695b) in /home/ubuntu/workspace/moby_PR-40451 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [2020-02-04T18:13:07.539Z] Running on ubuntu-1604-overlay2-arm64v8 (i-0b53954354f04b180) in /home/ubuntu/workspace/moby_PR-40451 [Pipeline] stage [Pipeline] { (Print info) [2020-02-04T18:13:07.543Z] Running on ubuntu-1804-overlay2 (i-09c4746d39d5fd549) in /home/ubuntu/workspace/moby_PR-40451 [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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [2020-02-04T18:13:07.578Z] Running on ppc64le-ubuntu-18 in /home/docker/workspace/moby_PR-40451 [Pipeline] checkout [Pipeline] { [2020-02-04T18:13:07.606Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-02-04T18:13:07.620Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-02-04T18:13:07.627Z] Fetching without tags [Pipeline] checkout [Pipeline] // stage [2020-02-04T18:13:07.647Z] using credential docker-jenkins-github-credentials [2020-02-04T18:13:07.655Z] Cloning the remote Git repository [2020-02-04T18:13:07.655Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [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] } [2020-02-04T18:13:07.685Z] using credential docker-jenkins-github-credentials [Pipeline] { Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-02-04T18:13:07.694Z] Cloning the remote Git repository [2020-02-04T18:13:07.694Z] Cloning with configured refspecs honoured and without tags [2020-02-04T18:13:07.699Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-40451 [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] // stage [Pipeline] } [Pipeline] { Stage "s390x integration-cli" skipped due to when conditional [2020-02-04T18:13:07.769Z] using credential docker-jenkins-github-credentials [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-02-04T18:13:07.785Z] Cloning the remote Git repository [2020-02-04T18:13:07.785Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-02-04T18:13:07.862Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:07.925Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:07.926Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:07.980Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:08.013Z] using credential docker-jenkins-github-credentials [2020-02-04T18:13:08.062Z] Cloning the remote Git repository [2020-02-04T18:13:08.062Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-04T18:13:07.669Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-02-04T18:13:07.677Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:07.684Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:07.684Z] > git --version # timeout=10 [2020-02-04T18:13:07.687Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:07.687Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:07.919Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:07.922Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:07.971Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:07.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-04T18:13:07.983Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:07.985Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:07.657Z] Cloning repository https://github.com/moby/moby.git [2020-02-04T18:13:07.658Z] > git init /home/ubuntu/workspace/moby_PR-40451 # timeout=10 [2020-02-04T18:13:07.670Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:07.670Z] > git --version # timeout=10 [2020-02-04T18:13:07.681Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:07.682Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:07.693Z] Cloning repository https://github.com/moby/moby.git [2020-02-04T18:13:07.693Z] > git init /home/ubuntu/workspace/moby_PR-40451 # timeout=10 [2020-02-04T18:13:07.706Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:07.706Z] > git --version # timeout=10 [2020-02-04T18:13:07.718Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:07.718Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:07.787Z] Cloning repository https://github.com/moby/moby.git [2020-02-04T18:13:07.787Z] > git init /home/docker/workspace/moby_PR-40451 # timeout=10 [2020-02-04T18:13:07.800Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:07.800Z] > git --version # timeout=10 [2020-02-04T18:13:07.803Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:07.804Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:08.863Z] + [ PR != PR ] [2020-02-04T18:13:08.863Z] + [ master != master ] [2020-02-04T18:13:08.863Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [2020-02-04T18:13:08.092Z] Cloning repository https://github.com/moby/moby.git [2020-02-04T18:13:08.094Z] > git init /home/jenkins/workspace/moby_PR-40451 # timeout=10 [2020-02-04T18:13:08.123Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:08.125Z] > git --version # timeout=10 [2020-02-04T18:13:08.140Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:08.146Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-04T18:13:09.220Z] + docker version [2020-02-04T18:13:09.220Z] Client: Docker Engine - Community [2020-02-04T18:13:09.220Z] Version: 19.03.2 [2020-02-04T18:13:09.220Z] API version: 1.40 [2020-02-04T18:13:09.220Z] Go version: go1.12.8 [2020-02-04T18:13:09.220Z] Git commit: 6a30dfc [2020-02-04T18:13:09.220Z] Built: Thu Aug 29 05:29:11 2019 [2020-02-04T18:13:09.220Z] OS/Arch: linux/amd64 [2020-02-04T18:13:09.220Z] Experimental: false [2020-02-04T18:13:09.220Z] [2020-02-04T18:13:09.220Z] Server: Docker Engine - Community [2020-02-04T18:13:09.220Z] Engine: [2020-02-04T18:13:09.220Z] Version: 19.03.2 [2020-02-04T18:13:09.220Z] API version: 1.40 (minimum version 1.12) [2020-02-04T18:13:09.220Z] Go version: go1.12.8 [2020-02-04T18:13:09.220Z] Git commit: 6a30dfc [2020-02-04T18:13:09.220Z] Built: Thu Aug 29 05:27:45 2019 [2020-02-04T18:13:09.220Z] OS/Arch: linux/amd64 [2020-02-04T18:13:09.220Z] Experimental: true [2020-02-04T18:13:09.220Z] containerd: [2020-02-04T18:13:09.220Z] Version: 1.2.6 [2020-02-04T18:13:09.220Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-02-04T18:13:09.220Z] runc: [2020-02-04T18:13:09.220Z] Version: 1.0.0-rc8 [2020-02-04T18:13:09.220Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-02-04T18:13:09.220Z] docker-init: [2020-02-04T18:13:09.220Z] Version: 0.18.0 [2020-02-04T18:13:09.220Z] GitCommit: fec3683 [Pipeline] sh [2020-02-04T18:13:09.550Z] + docker info [2020-02-04T18:13:10.110Z] Client: [2020-02-04T18:13:10.110Z] Debug Mode: false [2020-02-04T18:13:10.110Z] [2020-02-04T18:13:10.110Z] Server: [2020-02-04T18:13:10.110Z] Containers: 0 [2020-02-04T18:13:10.110Z] Running: 0 [2020-02-04T18:13:10.110Z] Paused: 0 [2020-02-04T18:13:10.110Z] Stopped: 0 [2020-02-04T18:13:10.110Z] Images: 5 [2020-02-04T18:13:10.110Z] Server Version: 19.03.2 [2020-02-04T18:13:10.110Z] Storage Driver: overlay2 [2020-02-04T18:13:10.110Z] Backing Filesystem: extfs [2020-02-04T18:13:10.110Z] Supports d_type: true [2020-02-04T18:13:10.110Z] Native Overlay Diff: true [2020-02-04T18:13:10.110Z] Logging Driver: json-file [2020-02-04T18:13:10.110Z] Cgroup Driver: cgroupfs [2020-02-04T18:13:10.110Z] Plugins: [2020-02-04T18:13:10.110Z] Volume: local [2020-02-04T18:13:10.110Z] Network: bridge host ipvlan macvlan null overlay [2020-02-04T18:13:10.110Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-04T18:13:10.110Z] Swarm: inactive [2020-02-04T18:13:10.110Z] Runtimes: runc [2020-02-04T18:13:10.110Z] Default Runtime: runc [2020-02-04T18:13:10.110Z] Init Binary: docker-init [2020-02-04T18:13:10.110Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-02-04T18:13:10.110Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-02-04T18:13:10.110Z] init version: fec3683 [2020-02-04T18:13:10.110Z] Security Options: [2020-02-04T18:13:10.110Z] apparmor [2020-02-04T18:13:10.110Z] seccomp [2020-02-04T18:13:10.110Z] Profile: default [2020-02-04T18:13:10.110Z] Kernel Version: 4.15.0-1048-aws [2020-02-04T18:13:10.110Z] Operating System: Ubuntu 18.04.3 LTS [2020-02-04T18:13:10.110Z] OSType: linux [2020-02-04T18:13:10.110Z] Architecture: x86_64 [2020-02-04T18:13:10.110Z] CPUs: 2 [2020-02-04T18:13:10.110Z] Total Memory: 7.583GiB [2020-02-04T18:13:10.110Z] Name: ip-10-100-77-190 [2020-02-04T18:13:10.110Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2020-02-04T18:13:10.110Z] Docker Root Dir: /var/lib/docker [2020-02-04T18:13:10.110Z] Debug Mode: false [2020-02-04T18:13:10.110Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:13:10.110Z] Labels: [2020-02-04T18:13:10.110Z] Experimental: true [2020-02-04T18:13:10.110Z] Insecure Registries: [2020-02-04T18:13:10.110Z] 127.0.0.0/8 [2020-02-04T18:13:10.110Z] Live Restore Enabled: true [2020-02-04T18:13:10.110Z] [2020-02-04T18:13:10.110Z] WARNING: No swap limit support [Pipeline] sh [2020-02-04T18:13:10.389Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:10.389Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:10.389Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40451/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-04T18:13:10.389Z] + bash /home/ubuntu/workspace/moby_PR-40451/check-config.sh [2020-02-04T18:13:10.389Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-04T18:13:10.389Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2020-02-04T18:13:10.389Z] [2020-02-04T18:13:10.389Z] Generally Necessary: [2020-02-04T18:13:10.389Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-04T18:13:10.389Z] - apparmor: enabled and tools installed [2020-02-04T18:13:10.389Z] - CONFIG_NAMESPACES: enabled [2020-02-04T18:13:10.648Z] - CONFIG_NET_NS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_PID_NS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_IPC_NS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_UTS_NS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUPS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CPUSETS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_MEMCG: enabled [2020-02-04T18:13:10.648Z] - CONFIG_KEYS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_VETH: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-04T18:13:10.648Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-04T18:13:10.648Z] [2020-02-04T18:13:10.648Z] Optional Features: [2020-02-04T18:13:10.648Z] - CONFIG_USER_NS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_SECCOMP: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-04T18:13:10.648Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-04T18:13:10.648Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-04T18:13:10.648Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-04T18:13:10.648Z] - CONFIG_BLK_CGROUP: enabled [2020-02-04T18:13:10.648Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-04T18:13:10.648Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_PERF: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-04T18:13:10.648Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-04T18:13:10.648Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-04T18:13:10.648Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-04T18:13:10.648Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-04T18:13:10.648Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_IP_VS: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-04T18:13:10.648Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-04T18:13:10.648Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-04T18:13:10.648Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-04T18:13:10.648Z] - CONFIG_EXT4_FS: enabled [2020-02-04T18:13:10.648Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-04T18:13:10.648Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-04T18:13:10.648Z] - Network Drivers: [2020-02-04T18:13:10.648Z] - "overlay": [2020-02-04T18:13:10.903Z] - CONFIG_VXLAN: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-04T18:13:10.903Z] Optional (for encrypted networks): [2020-02-04T18:13:10.903Z] - CONFIG_CRYPTO: enabled [2020-02-04T18:13:10.903Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-04T18:13:10.903Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-04T18:13:10.903Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-04T18:13:10.903Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-04T18:13:10.903Z] - CONFIG_XFRM: enabled [2020-02-04T18:13:10.903Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-04T18:13:10.903Z] - "ipvlan": [2020-02-04T18:13:10.903Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-04T18:13:10.903Z] - "macvlan": [2020-02-04T18:13:10.903Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_DUMMY: enabled (as module) [2020-02-04T18:13:10.903Z] - "ftp,tftp client in container": [2020-02-04T18:13:10.903Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-04T18:13:10.903Z] - Storage Drivers: [2020-02-04T18:13:10.903Z] - "aufs": [2020-02-04T18:13:10.903Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-04T18:13:10.903Z] - "btrfs": [2020-02-04T18:13:10.903Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-04T18:13:10.903Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-04T18:13:10.903Z] - "devicemapper": [2020-02-04T18:13:10.903Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-04T18:13:10.903Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-04T18:13:10.903Z] - "overlay": [2020-02-04T18:13:10.903Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-04T18:13:10.903Z] - "zfs": [2020-02-04T18:13:10.903Z] - /dev/zfs: missing [2020-02-04T18:13:10.903Z] - zfs command: missing [2020-02-04T18:13:10.903Z] - zpool command: missing [2020-02-04T18:13:10.903Z] [2020-02-04T18:13:10.903Z] Limits: [2020-02-04T18:13:10.903Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-04T18:13:10.903Z] [2020-02-04T18:13:10.903Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-04T18:13:11.222Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f464c31668db6fe781b3195f23dc786ee09e91c0 . [2020-02-04T18:13:11.222Z] #2 [internal] load .dockerignore [2020-02-04T18:13:11.222Z] #2 transferring context: 87B done [2020-02-04T18:13:11.222Z] #2 DONE 0.0s [2020-02-04T18:13:11.222Z] [2020-02-04T18:13:11.222Z] #1 [internal] load build definition from Dockerfile [2020-02-04T18:13:11.222Z] #1 transferring dockerfile: 15.65kB done [2020-02-04T18:13:11.222Z] #1 DONE 0.0s [2020-02-04T18:13:11.222Z] [2020-02-04T18:13:11.222Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-04T18:13:11.478Z] #3 DONE 0.3s [2020-02-04T18:13:11.478Z] [2020-02-04T18:13:11.478Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-04T18:13:11.478Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-04T18:13:11.478Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0B / 8.82MB 0.1s [2020-02-04T18:13:11.478Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-04T18:13:11.734Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s [2020-02-04T18:13:11.734Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-04T18:13:11.734Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-04T18:13:11.734Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2020-02-04T18:13:11.734Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2020-02-04T18:13:11.989Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-02-04T18:13:11.989Z] #4 DONE 0.5s [2020-02-04T18:13:12.550Z] [2020-02-04T18:13:12.550Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-04T18:13:12.550Z] #5 DONE 0.0s [2020-02-04T18:13:12.550Z] [2020-02-04T18:13:12.550Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-04T18:13:12.806Z] #6 DONE 0.3s [2020-02-04T18:13:12.806Z] [2020-02-04T18:13:12.806Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-04T18:13:12.806Z] #68 CACHED [2020-02-04T18:13:12.806Z] [2020-02-04T18:13:12.806Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:13:12.806Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-04T18:13:13.063Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-04T18:13:13.063Z] #7 sha256:453fe9f2a24a42530430d8a5f5a2c8ea3bcd724d3aec277dbfc4b20031140fc3 1.79kB / 1.79kB done [2020-02-04T18:13:13.063Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 0B / 50.38MB 0.1s [2020-02-04T18:13:13.063Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0B / 7.81MB 0.1s [2020-02-04T18:13:13.063Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 3.76MB / 10.00MB 0.1s [2020-02-04T18:13:13.063Z] #7 sha256:6586e3d10e9613cb13f3917adc0c0c8157ed94e44106f8140259e045b07dc1fa 5.46kB / 5.46kB done [2020-02-04T18:13:13.321Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 9.80MB / 50.38MB 0.3s [2020-02-04T18:13:13.321Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.2s done [2020-02-04T18:13:13.321Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.2s done [2020-02-04T18:13:13.321Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.02MB / 51.79MB 0.3s [2020-02-04T18:13:13.321Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 556.58kB / 68.52MB 0.3s [2020-02-04T18:13:13.321Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 15.46MB / 50.38MB 0.4s [2020-02-04T18:13:13.321Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 7.94MB / 51.79MB 0.4s [2020-02-04T18:13:13.321Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 7.00MB / 68.52MB 0.4s [2020-02-04T18:13:13.579Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 22.26MB / 50.38MB 0.6s [2020-02-04T18:13:13.579Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 15.69MB / 51.79MB 0.6s [2020-02-04T18:13:13.579Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 18.66MB / 68.52MB 0.6s [2020-02-04T18:13:13.579Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 31.33MB / 50.38MB 0.7s [2020-02-04T18:13:13.579Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 28.05MB / 51.79MB 0.7s [2020-02-04T18:13:13.836Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 37.34MB / 50.38MB 0.8s [2020-02-04T18:13:13.836Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 25.29MB / 68.52MB 0.8s [2020-02-04T18:13:13.836Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.0s [2020-02-04T18:13:13.836Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 37.97MB / 51.79MB 1.0s [2020-02-04T18:13:13.836Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 38.45MB / 68.52MB 1.0s [2020-02-04T18:13:14.092Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 47.61MB / 51.79MB 1.1s [2020-02-04T18:13:14.092Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 43.76MB / 68.52MB 1.1s [2020-02-04T18:13:14.092Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.1s done [2020-02-04T18:13:14.092Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.2s done [2020-02-04T18:13:14.092Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 57.24MB / 68.52MB 1.3s [2020-02-04T18:13:14.092Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 126B / 126B 1.3s done [2020-02-04T18:13:14.092Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 1.82MB / 120.07MB 1.3s [2020-02-04T18:13:14.092Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 [2020-02-04T18:13:14.351Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 61.43MB / 68.52MB 1.4s [2020-02-04T18:13:14.351Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 8.02MB / 120.07MB 1.4s [2020-02-04T18:13:14.351Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 1.6s [2020-02-04T18:13:14.351Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 20.65MB / 120.07MB 1.6s [2020-02-04T18:13:14.613Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 1.6s done [2020-02-04T18:13:14.614Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 27.30MB / 120.07MB 1.7s [2020-02-04T18:13:15.034Z] Running on azwin-2-f92230 in d:\jenkins\workspace\moby_PR-40451 [Pipeline] { [2020-02-04T18:13:15.057Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 39.52MB / 120.07MB 1.9s [2020-02-04T18:13:15.057Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 47.68MB / 120.07MB 2.0s [2020-02-04T18:13:15.057Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 62.26MB / 120.07MB 2.2s [Pipeline] ws [2020-02-04T18:13:15.061Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-02-04T18:13:15.315Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 76.11MB / 120.07MB 2.4s [2020-02-04T18:13:15.315Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 86.23MB / 120.07MB 2.5s [2020-02-04T18:13:15.399Z] using credential docker-jenkins-github-credentials [2020-02-04T18:13:15.477Z] Cloning the remote Git repository [2020-02-04T18:13:15.477Z] Cloning with configured refspecs honoured and without tags [2020-02-04T18:13:15.572Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 100.99MB / 120.07MB 2.7s [2020-02-04T18:13:15.572Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 107.13MB / 120.07MB 2.8s [2020-02-04T18:13:15.828Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 116.85MB / 120.07MB 2.9s [2020-02-04T18:13:16.084Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 3.2s done [2020-02-04T18:13:15.508Z] Cloning repository https://github.com/moby/moby.git [2020-02-04T18:13:15.510Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-02-04T18:13:15.700Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:15.700Z] > git --version # timeout=10 [2020-02-04T18:13:15.781Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:15.792Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:16.552Z] Fetching without tags [2020-02-04T18:13:16.648Z] #7 ... [2020-02-04T18:13:16.648Z] [2020-02-04T18:13:16.648Z] #20 [internal] load build context [2020-02-04T18:13:16.648Z] #20 transferring context: 46.81MB 3.7s done [2020-02-04T18:13:16.648Z] #20 DONE 3.8s [2020-02-04T18:13:16.648Z] [2020-02-04T18:13:16.648Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:13:16.972Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:16.411Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:16.428Z] > git config --add remote.origin.fetch +refs/pull/40451/head:refs/remotes/origin/PR-40451 # timeout=10 [2020-02-04T18:13:16.443Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-04T18:13:16.518Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:16.585Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:16.587Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:16.588Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:17.003Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:17.020Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:17.657Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:17.659Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:18.015Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 3.5s done [2020-02-04T18:13:18.015Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.1s [2020-02-04T18:13:18.015Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.3s done [2020-02-04T18:13:18.271Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.1s [2020-02-04T18:13:18.335Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:18.677Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.2s done [2020-02-04T18:13:18.677Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 0.1s [2020-02-04T18:13:17.541Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:17.623Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-04T18:13:17.690Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:17.712Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-04T18:13:19.970Z] + docker version [2020-02-04T18:13:19.970Z] Client: [2020-02-04T18:13:19.970Z] Version: 18.06.1-ce [2020-02-04T18:13:19.970Z] API version: 1.38 [2020-02-04T18:13:19.970Z] Go version: go1.10.3 [2020-02-04T18:13:19.970Z] Git commit: e68fc7a [2020-02-04T18:13:19.970Z] Built: Tue Aug 21 17:24:34 2018 [2020-02-04T18:13:19.970Z] OS/Arch: linux/s390x [2020-02-04T18:13:19.970Z] Experimental: false [2020-02-04T18:13:19.970Z] [2020-02-04T18:13:19.970Z] Server: [2020-02-04T18:13:19.970Z] Engine: [2020-02-04T18:13:19.970Z] Version: 18.06.1-ce [2020-02-04T18:13:19.970Z] API version: 1.38 (minimum version 1.12) [2020-02-04T18:13:19.970Z] Go version: go1.10.3 [2020-02-04T18:13:19.970Z] Git commit: e68fc7a [2020-02-04T18:13:19.971Z] Built: Tue Aug 21 17:23:34 2018 [2020-02-04T18:13:19.971Z] OS/Arch: linux/s390x [2020-02-04T18:13:19.971Z] Experimental: true [Pipeline] sh [2020-02-04T18:13:20.566Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.0s done [2020-02-04T18:13:20.649Z] Fetching without tags [2020-02-04T18:13:20.736Z] + docker info [2020-02-04T18:13:20.736Z] Containers: 0 [2020-02-04T18:13:20.736Z] Running: 0 [2020-02-04T18:13:20.736Z] Paused: 0 [2020-02-04T18:13:20.736Z] Stopped: 0 [2020-02-04T18:13:20.736Z] Images: 97 [2020-02-04T18:13:20.736Z] Server Version: 18.06.1-ce [2020-02-04T18:13:20.736Z] Storage Driver: overlay2 [2020-02-04T18:13:20.736Z] Backing Filesystem: extfs [2020-02-04T18:13:20.736Z] Supports d_type: true [2020-02-04T18:13:20.736Z] Native Overlay Diff: true [2020-02-04T18:13:20.736Z] Logging Driver: json-file [2020-02-04T18:13:20.736Z] Cgroup Driver: cgroupfs [2020-02-04T18:13:20.736Z] Plugins: [2020-02-04T18:13:20.736Z] Volume: local [2020-02-04T18:13:20.736Z] Network: bridge host ipvlan macvlan null overlay [2020-02-04T18:13:20.736Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-04T18:13:20.736Z] Swarm: inactive [2020-02-04T18:13:20.736Z] Runtimes: runc [2020-02-04T18:13:20.736Z] Default Runtime: runc [2020-02-04T18:13:20.736Z] Init Binary: docker-init [2020-02-04T18:13:20.736Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-04T18:13:20.736Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-04T18:13:20.736Z] init version: fec3683 [2020-02-04T18:13:20.736Z] Security Options: [2020-02-04T18:13:20.736Z] apparmor [2020-02-04T18:13:20.736Z] seccomp [2020-02-04T18:13:20.736Z] Profile: default [2020-02-04T18:13:20.736Z] Kernel Version: 4.4.0-133-generic [2020-02-04T18:13:20.736Z] Operating System: Ubuntu 16.04.5 LTS [2020-02-04T18:13:20.736Z] OSType: linux [2020-02-04T18:13:20.736Z] Architecture: s390x [2020-02-04T18:13:20.736Z] CPUs: 2 [2020-02-04T18:13:20.736Z] Total Memory: 7.862GiB [2020-02-04T18:13:20.736Z] Name: s390x-ubuntu-30 [2020-02-04T18:13:20.736Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-02-04T18:13:20.736Z] Docker Root Dir: /var/lib/docker [2020-02-04T18:13:20.736Z] Debug Mode (client): false [2020-02-04T18:13:20.736Z] Debug Mode (server): false [2020-02-04T18:13:20.736Z] Username: dockerbuildbot [2020-02-04T18:13:20.736Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:13:20.736Z] Labels: [2020-02-04T18:13:20.736Z] Experimental: true [2020-02-04T18:13:20.736Z] Insecure Registries: [2020-02-04T18:13:20.736Z] 127.0.0.0/8 [2020-02-04T18:13:20.736Z] Live Restore Enabled: false [2020-02-04T18:13:20.736Z] [2020-02-04T18:13:20.736Z] WARNING: No swap limit support [Pipeline] sh [2020-02-04T18:13:20.822Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 [2020-02-04T18:13:20.896Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:21.417Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:21.418Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:21.622Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:21.622Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:21.622Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40451/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-04T18:13:21.836Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:20.607Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:20.614Z] > git config --add remote.origin.fetch +refs/pull/40451/head:refs/remotes/origin/PR-40451 # timeout=10 [2020-02-04T18:13:20.626Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-04T18:13:20.635Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:20.648Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:20.649Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:20.649Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:20.895Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:20.905Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:21.381Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:21.406Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-04T18:13:21.416Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:21.425Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:21.973Z] + bash /home/jenkins/workspace/moby_PR-40451/check-config.sh [2020-02-04T18:13:21.973Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-04T18:13:21.973Z] info: reading kernel config from /boot/config-4.4.0-133-generic ... [2020-02-04T18:13:21.973Z] [2020-02-04T18:13:21.973Z] Generally Necessary: [2020-02-04T18:13:21.973Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-04T18:13:21.973Z] - apparmor: enabled and tools installed [2020-02-04T18:13:21.973Z] - CONFIG_NAMESPACES: enabled [2020-02-04T18:13:21.973Z] - CONFIG_NET_NS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_PID_NS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_IPC_NS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_UTS_NS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUPS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CPUSETS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_MEMCG: enabled [2020-02-04T18:13:21.973Z] - CONFIG_KEYS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_VETH: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-04T18:13:21.973Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-04T18:13:21.973Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-04T18:13:21.973Z] [2020-02-04T18:13:21.973Z] Optional Features: [2020-02-04T18:13:21.973Z] - CONFIG_USER_NS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_SECCOMP: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-04T18:13:21.973Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-04T18:13:21.973Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-04T18:13:21.973Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-04T18:13:21.973Z] - CONFIG_BLK_CGROUP: enabled [2020-02-04T18:13:21.973Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-04T18:13:21.973Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_PERF: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-04T18:13:21.973Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-04T18:13:21.973Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-04T18:13:21.973Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-04T18:13:21.973Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-04T18:13:21.973Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_IP_VS: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-04T18:13:21.973Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-04T18:13:21.973Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-04T18:13:21.973Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_EXT4_FS: enabled [2020-02-04T18:13:21.973Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-04T18:13:21.973Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-04T18:13:21.973Z] - Network Drivers: [2020-02-04T18:13:21.973Z] - "overlay": [2020-02-04T18:13:21.973Z] - CONFIG_VXLAN: enabled (as module) [2020-02-04T18:13:21.973Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-04T18:13:21.973Z] Optional (for encrypted networks): [2020-02-04T18:13:22.065Z] Fetching without tags [2020-02-04T18:13:22.320Z] - CONFIG_CRYPTO: enabled [2020-02-04T18:13:22.320Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_XFRM: enabled [2020-02-04T18:13:22.320Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-04T18:13:22.320Z] - "ipvlan": [2020-02-04T18:13:22.320Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-04T18:13:22.320Z] - "macvlan": [2020-02-04T18:13:22.320Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_DUMMY: enabled (as module) [2020-02-04T18:13:22.320Z] - "ftp,tftp client in container": [2020-02-04T18:13:22.320Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-04T18:13:22.320Z] - Storage Drivers: [2020-02-04T18:13:22.320Z] - "aufs": [2020-02-04T18:13:22.320Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-04T18:13:22.320Z] - "btrfs": [2020-02-04T18:13:22.320Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-04T18:13:22.320Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-04T18:13:22.320Z] - "devicemapper": [2020-02-04T18:13:22.320Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-04T18:13:22.320Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-04T18:13:22.320Z] - "overlay": [2020-02-04T18:13:22.320Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-04T18:13:22.320Z] - "zfs": [2020-02-04T18:13:22.320Z] - /dev/zfs: missing [2020-02-04T18:13:22.320Z] - zfs command: missing [2020-02-04T18:13:22.320Z] - zpool command: missing [2020-02-04T18:13:22.320Z] [2020-02-04T18:13:22.320Z] Limits: [2020-02-04T18:13:22.320Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-04T18:13:22.320Z] [2020-02-04T18:13:22.320Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-04T18:13:22.488Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:22.710Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 1.9s done [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-04T18:13:22.965Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 [2020-02-04T18:13:23.081Z] + docker version [2020-02-04T18:13:23.081Z] Client: Docker Engine - Community [2020-02-04T18:13:23.081Z] Version: 19.03.2 [2020-02-04T18:13:23.081Z] API version: 1.40 [2020-02-04T18:13:23.081Z] Go version: go1.12.8 [2020-02-04T18:13:23.081Z] Git commit: 6a30dfc [2020-02-04T18:13:23.081Z] Built: Thu Aug 29 05:29:11 2019 [2020-02-04T18:13:23.081Z] OS/Arch: linux/amd64 [2020-02-04T18:13:23.081Z] Experimental: false [2020-02-04T18:13:23.081Z] [2020-02-04T18:13:23.081Z] Server: Docker Engine - Community [2020-02-04T18:13:23.081Z] Engine: [2020-02-04T18:13:23.081Z] Version: 19.03.2 [2020-02-04T18:13:23.081Z] API version: 1.40 (minimum version 1.12) [2020-02-04T18:13:23.081Z] Go version: go1.12.8 [2020-02-04T18:13:23.081Z] Git commit: 6a30dfc [2020-02-04T18:13:23.081Z] Built: Thu Aug 29 05:27:45 2019 [2020-02-04T18:13:23.081Z] OS/Arch: linux/amd64 [2020-02-04T18:13:23.081Z] Experimental: true [2020-02-04T18:13:23.081Z] containerd: [2020-02-04T18:13:23.081Z] Version: 1.2.6 [2020-02-04T18:13:23.081Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-02-04T18:13:23.081Z] runc: [2020-02-04T18:13:23.081Z] Version: 1.0.0-rc8 [2020-02-04T18:13:23.081Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-02-04T18:13:23.081Z] docker-init: [2020-02-04T18:13:23.081Z] Version: 0.18.0 [2020-02-04T18:13:23.081Z] GitCommit: fec3683 [Pipeline] sh [2020-02-04T18:13:23.141Z] + make bundles/buildx [2020-02-04T18:13:23.141Z] make: command: Command not found [2020-02-04T18:13:23.141Z] make: command: Command not found [2020-02-04T18:13:23.141Z] mkdir bundles [2020-02-04T18:13:23.141Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-04T18:13:23.141Z] --build-arg BUILDX_COMMIT \ [2020-02-04T18:13:23.141Z] --build-arg BUILDX_REPO \ [2020-02-04T18:13:23.141Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-04T18:13:23.141Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-04T18:13:23.141Z] . [2020-02-04T18:13:23.141Z] /bin/sh: 4: go: not found [2020-02-04T18:13:23.141Z] /bin/sh: 5: go: not found [2020-02-04T18:13:23.342Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:23.343Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:23.377Z] + docker info [2020-02-04T18:13:23.377Z] Client: [2020-02-04T18:13:23.377Z] Debug Mode: false [2020-02-04T18:13:23.377Z] [2020-02-04T18:13:23.377Z] Server: [2020-02-04T18:13:23.377Z] Containers: 0 [2020-02-04T18:13:23.377Z] Running: 0 [2020-02-04T18:13:23.377Z] Paused: 0 [2020-02-04T18:13:23.377Z] Stopped: 0 [2020-02-04T18:13:23.377Z] Images: 4 [2020-02-04T18:13:23.377Z] Server Version: 19.03.2 [2020-02-04T18:13:23.377Z] Storage Driver: overlay2 [2020-02-04T18:13:23.377Z] Backing Filesystem: extfs [2020-02-04T18:13:23.377Z] Supports d_type: true [2020-02-04T18:13:23.377Z] Native Overlay Diff: true [2020-02-04T18:13:23.377Z] Logging Driver: json-file [2020-02-04T18:13:23.377Z] Cgroup Driver: cgroupfs [2020-02-04T18:13:23.377Z] Plugins: [2020-02-04T18:13:23.377Z] Volume: local [2020-02-04T18:13:23.377Z] Network: bridge host ipvlan macvlan null overlay [2020-02-04T18:13:23.377Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-04T18:13:23.377Z] Swarm: inactive [2020-02-04T18:13:23.377Z] Runtimes: runc [2020-02-04T18:13:23.377Z] Default Runtime: runc [2020-02-04T18:13:23.377Z] Init Binary: docker-init [2020-02-04T18:13:23.377Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-02-04T18:13:23.377Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-02-04T18:13:23.377Z] init version: fec3683 [2020-02-04T18:13:23.377Z] Security Options: [2020-02-04T18:13:23.377Z] apparmor [2020-02-04T18:13:23.377Z] seccomp [2020-02-04T18:13:23.377Z] Profile: default [2020-02-04T18:13:23.377Z] Kernel Version: 4.15.0-1048-aws [2020-02-04T18:13:23.377Z] Operating System: Ubuntu 18.04.3 LTS [2020-02-04T18:13:23.377Z] OSType: linux [2020-02-04T18:13:23.377Z] Architecture: x86_64 [2020-02-04T18:13:23.377Z] CPUs: 2 [2020-02-04T18:13:23.377Z] Total Memory: 7.583GiB [2020-02-04T18:13:23.377Z] Name: ip-10-100-35-191 [2020-02-04T18:13:23.377Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2020-02-04T18:13:23.377Z] Docker Root Dir: /var/lib/docker [2020-02-04T18:13:23.377Z] Debug Mode: false [2020-02-04T18:13:23.377Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:13:23.377Z] Labels: [2020-02-04T18:13:23.377Z] Experimental: true [2020-02-04T18:13:23.377Z] Insecure Registries: [2020-02-04T18:13:23.377Z] 127.0.0.0/8 [2020-02-04T18:13:23.377Z] Live Restore Enabled: true [2020-02-04T18:13:23.377Z] [2020-02-04T18:13:23.377Z] WARNING: No swap limit support [Pipeline] sh [2020-02-04T18:13:22.039Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:22.044Z] > git config --add remote.origin.fetch +refs/pull/40451/head:refs/remotes/origin/PR-40451 # timeout=10 [2020-02-04T18:13:22.049Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-04T18:13:22.058Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:22.067Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:22.067Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:22.068Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:22.490Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:22.495Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:23.321Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:23.336Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-04T18:13:23.345Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:23.349Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:23.663Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:23.663Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:23.663Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40451/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-04T18:13:23.663Z] + bash /home/ubuntu/workspace/moby_PR-40451/check-config.sh [2020-02-04T18:13:23.663Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-04T18:13:23.663Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2020-02-04T18:13:23.663Z] [2020-02-04T18:13:23.663Z] Generally Necessary: [2020-02-04T18:13:23.663Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-04T18:13:23.663Z] - apparmor: enabled and tools installed [2020-02-04T18:13:23.663Z] - CONFIG_NAMESPACES: enabled [2020-02-04T18:13:23.663Z] - CONFIG_NET_NS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_PID_NS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_IPC_NS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_UTS_NS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUPS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CPUSETS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_MEMCG: enabled [2020-02-04T18:13:23.663Z] - CONFIG_KEYS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_VETH: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-04T18:13:23.663Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-04T18:13:23.663Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-04T18:13:23.663Z] [2020-02-04T18:13:23.663Z] Optional Features: [2020-02-04T18:13:23.663Z] - CONFIG_USER_NS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_SECCOMP: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-04T18:13:23.663Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-04T18:13:23.663Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-04T18:13:23.663Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-04T18:13:23.663Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-04T18:13:23.663Z] - CONFIG_BLK_CGROUP: enabled [2020-02-04T18:13:23.663Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-04T18:13:23.663Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_PERF: enabled [2020-02-04T18:13:23.663Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-04T18:13:23.663Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-04T18:13:23.683Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:23.923Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-04T18:13:23.923Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-04T18:13:23.923Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-04T18:13:23.923Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-04T18:13:23.923Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_IP_VS: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-04T18:13:23.923Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-04T18:13:23.923Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-04T18:13:23.923Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_EXT4_FS: enabled [2020-02-04T18:13:23.923Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-04T18:13:23.923Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-04T18:13:23.923Z] - Network Drivers: [2020-02-04T18:13:23.923Z] - "overlay": [2020-02-04T18:13:23.923Z] - CONFIG_VXLAN: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-04T18:13:23.923Z] Optional (for encrypted networks): [2020-02-04T18:13:23.923Z] - CONFIG_CRYPTO: enabled [2020-02-04T18:13:23.923Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-04T18:13:23.923Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-04T18:13:23.923Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-04T18:13:23.923Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-04T18:13:23.923Z] - CONFIG_XFRM: enabled [2020-02-04T18:13:23.923Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-04T18:13:23.923Z] - "ipvlan": [2020-02-04T18:13:23.923Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-04T18:13:23.923Z] - "macvlan": [2020-02-04T18:13:23.923Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_DUMMY: enabled (as module) [2020-02-04T18:13:23.923Z] - "ftp,tftp client in container": [2020-02-04T18:13:23.923Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-04T18:13:23.923Z] - Storage Drivers: [2020-02-04T18:13:23.923Z] - "aufs": [2020-02-04T18:13:23.923Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-04T18:13:23.923Z] - "btrfs": [2020-02-04T18:13:23.923Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-04T18:13:23.923Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-04T18:13:23.923Z] - "devicemapper": [2020-02-04T18:13:23.923Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-04T18:13:23.923Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-04T18:13:23.923Z] - "overlay": [2020-02-04T18:13:23.923Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-04T18:13:23.923Z] - "zfs": [2020-02-04T18:13:23.923Z] - /dev/zfs: missing [2020-02-04T18:13:23.923Z] - zfs command: missing [2020-02-04T18:13:23.923Z] - zpool command: missing [2020-02-04T18:13:23.923Z] [2020-02-04T18:13:23.923Z] Limits: [2020-02-04T18:13:23.923Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-04T18:13:23.923Z] [2020-02-04T18:13:23.923Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-04T18:13:24.253Z] + sudo modprobe ip_vs [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-04T18:13:24.394Z] Sending build context to Docker daemon 51.35MB [2020-02-04T18:13:24.394Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-04T18:13:24.394Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-04T18:13:24.394Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-04T18:13:24.394Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-04T18:13:24.394Z] 1.12.10-stretch: Pulling from library/golang [2020-02-04T18:13:24.394Z] ade01ea651a2: Pulling fs layer [2020-02-04T18:13:24.394Z] fbabdb69f639: Pulling fs layer [2020-02-04T18:13:24.394Z] ff33bd1013d7: Pulling fs layer [2020-02-04T18:13:24.394Z] 85cfe9d77eff: Pulling fs layer [2020-02-04T18:13:24.394Z] ace5139f9caa: Pulling fs layer [2020-02-04T18:13:24.394Z] e4d79466b81c: Pulling fs layer [2020-02-04T18:13:24.394Z] b00baabad4ce: Pulling fs layer [2020-02-04T18:13:24.394Z] 85cfe9d77eff: Waiting [2020-02-04T18:13:24.394Z] ace5139f9caa: Waiting [2020-02-04T18:13:24.394Z] e4d79466b81c: Waiting [2020-02-04T18:13:24.394Z] b00baabad4ce: Waiting [2020-02-04T18:13:24.512Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f464c31668db6fe781b3195f23dc786ee09e91c0 . [2020-02-04T18:13:24.512Z] #2 [internal] load .dockerignore [2020-02-04T18:13:24.512Z] #2 transferring context: 87B done [2020-02-04T18:13:24.512Z] #2 DONE 0.0s [2020-02-04T18:13:24.512Z] [2020-02-04T18:13:24.512Z] #1 [internal] load build definition from Dockerfile [2020-02-04T18:13:24.512Z] #1 transferring dockerfile: 15.65kB done [2020-02-04T18:13:24.512Z] #1 DONE 0.0s [2020-02-04T18:13:24.512Z] [2020-02-04T18:13:24.512Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-04T18:13:24.595Z] + docker version [2020-02-04T18:13:24.595Z] Client: Docker Engine - Community [2020-02-04T18:13:24.595Z] Version: 19.03.2 [2020-02-04T18:13:24.595Z] API version: 1.40 [2020-02-04T18:13:24.595Z] Go version: go1.12.8 [2020-02-04T18:13:24.595Z] Git commit: 6a30dfc [2020-02-04T18:13:24.595Z] Built: Thu Aug 29 05:32:25 2019 [2020-02-04T18:13:24.595Z] OS/Arch: linux/arm64 [2020-02-04T18:13:24.595Z] Experimental: false [2020-02-04T18:13:24.595Z] [2020-02-04T18:13:24.595Z] Server: Docker Engine - Community [2020-02-04T18:13:24.595Z] Engine: [2020-02-04T18:13:24.595Z] Version: 19.03.2 [2020-02-04T18:13:24.595Z] API version: 1.40 (minimum version 1.12) [2020-02-04T18:13:24.595Z] Go version: go1.12.8 [2020-02-04T18:13:24.595Z] Git commit: 6a30dfc [2020-02-04T18:13:24.595Z] Built: Thu Aug 29 05:30:57 2019 [2020-02-04T18:13:24.595Z] OS/Arch: linux/arm64 [2020-02-04T18:13:24.595Z] Experimental: true [2020-02-04T18:13:24.595Z] containerd: [2020-02-04T18:13:24.595Z] Version: 1.2.6 [2020-02-04T18:13:24.595Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-02-04T18:13:24.595Z] runc: [2020-02-04T18:13:24.595Z] Version: 1.0.0-rc8 [2020-02-04T18:13:24.595Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-02-04T18:13:24.595Z] docker-init: [2020-02-04T18:13:24.595Z] Version: 0.18.0 [2020-02-04T18:13:24.595Z] GitCommit: fec3683 [Pipeline] sh [2020-02-04T18:13:24.762Z] fbabdb69f639: Verifying Checksum [2020-02-04T18:13:24.762Z] fbabdb69f639: Download complete [2020-02-04T18:13:24.762Z] ff33bd1013d7: Verifying Checksum [2020-02-04T18:13:24.762Z] ff33bd1013d7: Download complete [2020-02-04T18:13:24.770Z] #3 DONE 0.4s [2020-02-04T18:13:24.886Z] + docker info [2020-02-04T18:13:25.027Z] [2020-02-04T18:13:25.027Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-04T18:13:25.027Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-04T18:13:25.027Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-04T18:13:25.027Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-04T18:13:25.027Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-04T18:13:25.027Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 1.90MB / 8.82MB 0.1s [2020-02-04T18:13:25.027Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2020-02-04T18:13:25.147Z] Client: [2020-02-04T18:13:25.147Z] Debug Mode: false [2020-02-04T18:13:25.147Z] [2020-02-04T18:13:25.147Z] Server: [2020-02-04T18:13:25.147Z] Containers: 0 [2020-02-04T18:13:25.147Z] Running: 0 [2020-02-04T18:13:25.147Z] Paused: 0 [2020-02-04T18:13:25.147Z] Stopped: 0 [2020-02-04T18:13:25.147Z] Images: 2 [2020-02-04T18:13:25.147Z] Server Version: 19.03.2 [2020-02-04T18:13:25.147Z] Storage Driver: overlay2 [2020-02-04T18:13:25.147Z] Backing Filesystem: extfs [2020-02-04T18:13:25.147Z] Supports d_type: true [2020-02-04T18:13:25.147Z] Native Overlay Diff: true [2020-02-04T18:13:25.147Z] Logging Driver: json-file [2020-02-04T18:13:25.147Z] Cgroup Driver: cgroupfs [2020-02-04T18:13:25.147Z] Plugins: [2020-02-04T18:13:25.147Z] Volume: local [2020-02-04T18:13:25.147Z] Network: bridge host ipvlan macvlan null overlay [2020-02-04T18:13:25.147Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-04T18:13:25.147Z] Swarm: inactive [2020-02-04T18:13:25.147Z] Runtimes: runc [2020-02-04T18:13:25.147Z] Default Runtime: runc [2020-02-04T18:13:25.147Z] Init Binary: docker-init [2020-02-04T18:13:25.147Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-02-04T18:13:25.147Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-02-04T18:13:25.147Z] init version: fec3683 [2020-02-04T18:13:25.147Z] Security Options: [2020-02-04T18:13:25.147Z] apparmor [2020-02-04T18:13:25.147Z] seccomp [2020-02-04T18:13:25.147Z] Profile: default [2020-02-04T18:13:25.147Z] Kernel Version: 4.15.0-1048-aws [2020-02-04T18:13:25.147Z] Operating System: Ubuntu 16.04.6 LTS [2020-02-04T18:13:25.147Z] OSType: linux [2020-02-04T18:13:25.147Z] Architecture: aarch64 [2020-02-04T18:13:25.147Z] CPUs: 4 [2020-02-04T18:13:25.147Z] Total Memory: 7.525GiB [2020-02-04T18:13:25.147Z] Name: ip-10-100-103-13 [2020-02-04T18:13:25.147Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2020-02-04T18:13:25.147Z] Docker Root Dir: /var/lib/docker [2020-02-04T18:13:25.147Z] Debug Mode: false [2020-02-04T18:13:25.147Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:13:25.147Z] Labels: [2020-02-04T18:13:25.147Z] Experimental: true [2020-02-04T18:13:25.147Z] Insecure Registries: [2020-02-04T18:13:25.147Z] 127.0.0.0/8 [2020-02-04T18:13:25.147Z] Live Restore Enabled: true [2020-02-04T18:13:25.147Z] [2020-02-04T18:13:25.147Z] WARNING: No swap limit support [Pipeline] sh [2020-02-04T18:13:25.285Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.1s done [2020-02-04T18:13:25.442Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:25.442Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:25.442Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40451/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-04T18:13:25.442Z] + bash /home/ubuntu/workspace/moby_PR-40451/check-config.sh [2020-02-04T18:13:25.442Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-04T18:13:25.442Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2020-02-04T18:13:25.442Z] [2020-02-04T18:13:25.442Z] Generally Necessary: [2020-02-04T18:13:25.442Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-04T18:13:25.442Z] - apparmor: enabled and tools installed [2020-02-04T18:13:25.442Z] - CONFIG_NAMESPACES: enabled [2020-02-04T18:13:25.442Z] - CONFIG_NET_NS: enabled [2020-02-04T18:13:25.442Z] - CONFIG_PID_NS: enabled [2020-02-04T18:13:25.442Z] - CONFIG_IPC_NS: enabled [2020-02-04T18:13:25.442Z] - CONFIG_UTS_NS: enabled [2020-02-04T18:13:25.442Z] - CONFIG_CGROUPS: enabled [2020-02-04T18:13:25.442Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-04T18:13:25.543Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-02-04T18:13:25.543Z] #4 DONE 0.5s [2020-02-04T18:13:25.703Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-04T18:13:25.703Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-04T18:13:25.703Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-04T18:13:25.703Z] - CONFIG_CPUSETS: enabled [2020-02-04T18:13:25.703Z] - CONFIG_MEMCG: enabled [2020-02-04T18:13:25.703Z] - CONFIG_KEYS: enabled [2020-02-04T18:13:25.703Z] - CONFIG_VETH: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-04T18:13:25.703Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-04T18:13:25.703Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-04T18:13:25.703Z] [2020-02-04T18:13:25.703Z] Optional Features: [2020-02-04T18:13:25.703Z] - CONFIG_USER_NS: enabled [2020-02-04T18:13:25.703Z] - CONFIG_SECCOMP: enabled [2020-02-04T18:13:25.703Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-04T18:13:25.703Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-04T18:13:25.703Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-04T18:13:25.703Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-04T18:13:25.962Z] - CONFIG_BLK_CGROUP: enabled [2020-02-04T18:13:25.962Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-04T18:13:25.962Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-04T18:13:25.962Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-04T18:13:25.962Z] - CONFIG_CGROUP_PERF: enabled [2020-02-04T18:13:25.962Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-04T18:13:25.962Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-04T18:13:25.962Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-04T18:13:25.962Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-04T18:13:25.962Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-04T18:13:25.962Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-04T18:13:25.962Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-04T18:13:25.962Z] - CONFIG_IP_VS: enabled (as module) [2020-02-04T18:13:25.962Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-04T18:13:25.962Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-04T18:13:25.962Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-04T18:13:25.962Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-04T18:13:25.962Z] - CONFIG_EXT4_FS: enabled [2020-02-04T18:13:25.962Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-04T18:13:25.962Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-04T18:13:25.962Z] - Network Drivers: [2020-02-04T18:13:25.962Z] - "overlay": [2020-02-04T18:13:25.962Z] - CONFIG_VXLAN: enabled (as module) [2020-02-04T18:13:25.962Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-04T18:13:25.962Z] Optional (for encrypted networks): [2020-02-04T18:13:26.070Z] ade01ea651a2: Verifying Checksum [2020-02-04T18:13:26.070Z] ade01ea651a2: Download complete [2020-02-04T18:13:26.070Z] ace5139f9caa: Verifying Checksum [2020-02-04T18:13:26.070Z] ace5139f9caa: Download complete [2020-02-04T18:13:26.070Z] 85cfe9d77eff: Verifying Checksum [2020-02-04T18:13:26.070Z] 85cfe9d77eff: Download complete [2020-02-04T18:13:26.070Z] b00baabad4ce: Verifying Checksum [2020-02-04T18:13:26.070Z] b00baabad4ce: Download complete [2020-02-04T18:13:26.110Z] [2020-02-04T18:13:26.110Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-04T18:13:26.110Z] #6 DONE 0.0s [2020-02-04T18:13:26.110Z] [2020-02-04T18:13:26.110Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-04T18:13:26.221Z] - CONFIG_CRYPTO: enabled [2020-02-04T18:13:26.221Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-04T18:13:26.221Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-04T18:13:26.221Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-04T18:13:26.221Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-04T18:13:26.221Z] - CONFIG_XFRM: enabled [2020-02-04T18:13:26.221Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-04T18:13:26.221Z] - "ipvlan": [2020-02-04T18:13:26.221Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-04T18:13:26.221Z] - "macvlan": [2020-02-04T18:13:26.221Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_DUMMY: enabled (as module) [2020-02-04T18:13:26.221Z] - "ftp,tftp client in container": [2020-02-04T18:13:26.221Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-04T18:13:26.221Z] - Storage Drivers: [2020-02-04T18:13:26.221Z] - "aufs": [2020-02-04T18:13:26.221Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-04T18:13:26.221Z] - "btrfs": [2020-02-04T18:13:26.221Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-04T18:13:26.221Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-04T18:13:26.221Z] - "devicemapper": [2020-02-04T18:13:26.221Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-04T18:13:26.221Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-04T18:13:26.221Z] - "overlay": [2020-02-04T18:13:26.221Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-04T18:13:26.221Z] - "zfs": [2020-02-04T18:13:26.221Z] - /dev/zfs: missing [2020-02-04T18:13:26.221Z] - zfs command: missing [2020-02-04T18:13:26.221Z] - zpool command: missing [2020-02-04T18:13:26.221Z] [2020-02-04T18:13:26.221Z] Limits: [2020-02-04T18:13:26.221Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-04T18:13:26.221Z] [2020-02-04T18:13:26.221Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-04T18:13:26.368Z] #5 DONE 0.2s [2020-02-04T18:13:26.368Z] [2020-02-04T18:13:26.368Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-04T18:13:26.368Z] #68 CACHED [2020-02-04T18:13:26.368Z] [2020-02-04T18:13:26.368Z] #20 [internal] load build context [2020-02-04T18:13:26.556Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f464c31668db6fe781b3195f23dc786ee09e91c0 . [2020-02-04T18:13:26.556Z] #1 [internal] load build definition from Dockerfile [2020-02-04T18:13:26.556Z] #1 transferring dockerfile: 15.65kB done [2020-02-04T18:13:26.556Z] #1 DONE 0.0s [2020-02-04T18:13:26.556Z] [2020-02-04T18:13:26.556Z] #2 [internal] load .dockerignore [2020-02-04T18:13:26.556Z] #2 transferring context: 87B done [2020-02-04T18:13:26.556Z] #2 DONE 0.0s [2020-02-04T18:13:26.556Z] [2020-02-04T18:13:26.556Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-04T18:13:26.816Z] #3 DONE 0.1s [2020-02-04T18:13:26.816Z] [2020-02-04T18:13:26.816Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-04T18:13:26.816Z] #4 CACHED [2020-02-04T18:13:27.077Z] [2020-02-04T18:13:27.077Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-04T18:13:27.128Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 4.0s done [2020-02-04T18:13:27.128Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 done [2020-02-04T18:13:27.128Z] #7 DONE 14.2s [2020-02-04T18:13:27.128Z] [2020-02-04T18:13:27.128Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-04T18:13:27.308Z] e4d79466b81c: Verifying Checksum [2020-02-04T18:13:27.308Z] e4d79466b81c: Download complete [2020-02-04T18:13:27.308Z] ade01ea651a2: Pull complete [2020-02-04T18:13:27.336Z] #6 DONE 0.0s [2020-02-04T18:13:27.336Z] [2020-02-04T18:13:27.336Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-04T18:13:27.336Z] #5 DONE 0.1s [2020-02-04T18:13:27.336Z] [2020-02-04T18:13:27.336Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-04T18:13:27.336Z] #68 DONE 0.0s [2020-02-04T18:13:27.336Z] [2020-02-04T18:13:27.336Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:13:27.336Z] #7 DONE 0.0s [2020-02-04T18:13:27.336Z] [2020-02-04T18:13:27.336Z] #20 [internal] load build context [2020-02-04T18:13:27.678Z] fbabdb69f639: Pull complete [2020-02-04T18:13:28.044Z] ff33bd1013d7: Pull complete [2020-02-04T18:13:28.724Z] #20 transferring context: 46.81MB 1.3s done [2020-02-04T18:13:28.724Z] #20 DONE 1.4s [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:13:28.724Z] #43 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:28.724Z] #71 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:28.724Z] #38 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:13:28.724Z] #59 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-04T18:13:28.724Z] #12 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:28.724Z] #47 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #16 [dev 6/25] RUN ldconfig [2020-02-04T18:13:28.724Z] #16 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-04T18:13:28.724Z] #26 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:28.724Z] #55 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:28.724Z] #23 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-04T18:13:28.724Z] #67 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-04T18:13:28.724Z] #49 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:13:28.724Z] #17 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-04T18:13:28.724Z] #24 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-04T18:13:28.724Z] #39 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.724Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:13:28.724Z] #44 CACHED [2020-02-04T18:13:28.724Z] [2020-02-04T18:13:28.725Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-04T18:13:28.725Z] #9 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #58 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #51 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-04T18:13:28.725Z] #64 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-04T18:13:28.725Z] #45 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-04T18:13:28.725Z] #29 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #42 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:28.725Z] #60 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #48 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:13:28.725Z] #10 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #34 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:28.725Z] #33 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #54 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:28.725Z] #36 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-04T18:13:28.725Z] #66 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-04T18:13:28.725Z] #11 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-04T18:13:28.725Z] #14 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #72 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:13:28.725Z] #41 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-04T18:13:28.725Z] #56 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-04T18:13:28.725Z] #70 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-04T18:13:28.725Z] #13 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-04T18:13:28.725Z] #18 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:13:28.725Z] #19 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:28.725Z] #65 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:28.725Z] #21 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:13:28.725Z] #28 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-04T18:13:28.725Z] #22 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:13:28.725Z] #35 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-04T18:13:28.725Z] #37 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:28.725Z] #53 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:28.725Z] #62 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #31 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-04T18:13:28.725Z] #46 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-04T18:13:28.725Z] #69 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-04T18:13:28.725Z] #15 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:13:28.725Z] #25 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-04T18:13:28.725Z] #8 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:28.725Z] #57 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:13:28.725Z] #27 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:28.725Z] #50 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:13:28.725Z] #30 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-04T18:13:28.725Z] #61 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-04T18:13:28.725Z] #40 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-04T18:13:28.725Z] #52 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-04T18:13:28.725Z] #63 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-04T18:13:28.725Z] #32 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-04T18:13:28.725Z] #73 CACHED [2020-02-04T18:13:28.725Z] [2020-02-04T18:13:28.725Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-04T18:13:29.253Z] 85cfe9d77eff: Pull complete [2020-02-04T18:13:29.640Z] #8 DONE 2.5s [2020-02-04T18:13:29.640Z] [2020-02-04T18:13:29.640Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-04T18:13:29.666Z] #20 transferring context: 42.41MB 3.4s [2020-02-04T18:13:29.924Z] #20 transferring context: 46.81MB 3.6s done [2020-02-04T18:13:29.924Z] #20 DONE 3.8s [2020-02-04T18:13:29.924Z] [2020-02-04T18:13:29.924Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:13:29.924Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-04T18:13:29.924Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-04T18:13:29.924Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.2s done [2020-02-04T18:13:29.924Z] #7 sha256:453fe9f2a24a42530430d8a5f5a2c8ea3bcd724d3aec277dbfc4b20031140fc3 1.79kB / 1.79kB done [2020-02-04T18:13:29.924Z] #7 sha256:6586e3d10e9613cb13f3917adc0c0c8157ed94e44106f8140259e045b07dc1fa 5.46kB / 5.46kB done [2020-02-04T18:13:29.924Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.1s done [2020-02-04T18:13:29.924Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.2s done [2020-02-04T18:13:29.924Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 0.9s done [2020-02-04T18:13:29.924Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 1.4s done [2020-02-04T18:13:29.924Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 2.8s done [2020-02-04T18:13:29.924Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 126B / 126B 1.1s done [2020-02-04T18:13:29.924Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 2.5s [2020-02-04T18:13:30.203Z] #9 DONE 0.8s [2020-02-04T18:13:30.203Z] [2020-02-04T18:13:30.203Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-04T18:13:30.451Z] ace5139f9caa: Pull complete [2020-02-04T18:13:30.459Z] #29 DONE 0.1s [2020-02-04T18:13:30.459Z] [2020-02-04T18:13:30.459Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:30.459Z] #21 DONE 0.1s [2020-02-04T18:13:30.459Z] [2020-02-04T18:13:30.459Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-04T18:13:30.459Z] #40 DONE 0.1s [2020-02-04T18:13:30.459Z] [2020-02-04T18:13:30.459Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:13:30.459Z] #41 ... [2020-02-04T18:13:30.459Z] [2020-02-04T18:13:30.459Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-04T18:13:30.459Z] #64 DONE 0.1s [2020-02-04T18:13:30.459Z] [2020-02-04T18:13:30.459Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-04T18:13:30.459Z] #70 DONE 0.2s [2020-02-04T18:13:30.715Z] [2020-02-04T18:13:30.715Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-04T18:13:30.715Z] #52 DONE 0.2s [2020-02-04T18:13:30.715Z] [2020-02-04T18:13:30.715Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-04T18:13:30.715Z] #49 DONE 0.2s [2020-02-04T18:13:30.715Z] [2020-02-04T18:13:30.715Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-04T18:13:30.715Z] #22 DONE 0.2s [2020-02-04T18:13:30.715Z] [2020-02-04T18:13:30.715Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-04T18:13:30.715Z] #46 DONE 0.2s [2020-02-04T18:13:30.715Z] [2020-02-04T18:13:30.715Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-04T18:13:30.715Z] #32 DONE 0.3s [2020-02-04T18:13:30.715Z] [2020-02-04T18:13:30.715Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:30.859Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 3.3s done [2020-02-04T18:13:31.117Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.1s [2020-02-04T18:13:31.259Z] #74 DONE 2.3s [2020-02-04T18:13:31.259Z] [2020-02-04T18:13:31.259Z] #75 exporting to image [2020-02-04T18:13:31.259Z] #75 exporting layers [2020-02-04T18:13:31.375Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.3s done [2020-02-04T18:13:31.375Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.1s [2020-02-04T18:13:31.633Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.2s done [2020-02-04T18:13:31.633Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 0.1s [2020-02-04T18:13:32.638Z] #75 exporting layers 1.5s done [2020-02-04T18:13:32.638Z] #75 writing image sha256:657c23fbc2fa691335ca01e2e223b0195733b6171da4511391aeba3cb3b60fa0 done [2020-02-04T18:13:32.638Z] #75 naming to docker.io/library/docker:f464c31668db6fe781b3195f23dc786ee09e91c0 done [2020-02-04T18:13:32.638Z] #75 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-04T18:13:32.974Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/test/unit [2020-02-04T18:13:33.361Z] Fetching without tags [2020-02-04T18:13:33.322Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:33.326Z] > git config --add remote.origin.fetch +refs/pull/40451/head:refs/remotes/origin/PR-40451 # timeout=10 [2020-02-04T18:13:33.330Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-04T18:13:33.346Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:33.363Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:33.363Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:33.364Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:33.564Z] e4d79466b81c: Pull complete [2020-02-04T18:13:33.564Z] b00baabad4ce: Pull complete [2020-02-04T18:13:33.564Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-04T18:13:33.564Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-04T18:13:33.564Z] ---> 687421176e14 [2020-02-04T18:13:33.564Z] Step 5/16 : ARG BUILDX_REPO [2020-02-04T18:13:33.564Z] ---> Running in 5519360a5ab6 [2020-02-04T18:13:33.564Z] Removing intermediate container 5519360a5ab6 [2020-02-04T18:13:33.564Z] ---> 626069d539f8 [2020-02-04T18:13:33.564Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-04T18:13:33.564Z] ---> Running in 4d8eadf1644f [2020-02-04T18:13:33.858Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:33.951Z] Cloning into '/buildx'... [2020-02-04T18:13:34.177Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.0s done [2020-02-04T18:13:34.177Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 0.1s [2020-02-04T18:13:34.737Z] Fetching without tags [2020-02-04T18:13:34.767Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:34.768Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:34.346Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:34.423Z] > git config --add remote.origin.fetch +refs/pull/40451/head:refs/remotes/origin/PR-40451 # timeout=10 [2020-02-04T18:13:34.492Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-04T18:13:34.633Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-04T18:13:34.767Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-04T18:13:34.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-04T18:13:34.768Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40451/head:refs/remotes/origin/PR-40451 +refs/heads/master:refs/remotes/origin/master [2020-02-04T18:13:35.554Z] Merging remotes/origin/master commit 46ec8731fbce9b13e41bd85d6cea691406bba852 into PR head commit f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:35.756Z] Removing intermediate container 4d8eadf1644f [2020-02-04T18:13:35.756Z] ---> 5fa52cef71d4 [2020-02-04T18:13:35.756Z] Step 7/16 : WORKDIR /buildx [2020-02-04T18:13:35.782Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:33.859Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:33.863Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:34.725Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:34.751Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-04T18:13:34.769Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:34.774Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:35.963Z] #33 ... [2020-02-04T18:13:35.963Z] [2020-02-04T18:13:35.963Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:13:35.963Z] #35 2.790 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:35.963Z] #35 2.884 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:35.963Z] #35 2.963 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:35.963Z] #35 3.052 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:35.963Z] #35 3.611 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:35.963Z] #35 4.339 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:13:36.077Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 1.9s done [2020-02-04T18:13:36.077Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 [2020-02-04T18:13:36.102Z] ---> Running in 8d529fa89a51 [2020-02-04T18:13:36.102Z] Removing intermediate container 8d529fa89a51 [2020-02-04T18:13:36.102Z] ---> 3f0e67ef480f [2020-02-04T18:13:36.102Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-04T18:13:36.102Z] ---> Running in 9938ccf2dd70 [2020-02-04T18:13:36.267Z] ? github.com/docker/docker/api [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-04T18:13:36.446Z] Removing intermediate container 9938ccf2dd70 [2020-02-04T18:13:36.446Z] ---> c6e2eaed38f0 [2020-02-04T18:13:36.446Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-04T18:13:36.446Z] ---> Running in ed24b0c65fe2 [2020-02-04T18:13:36.780Z] + docker version [2020-02-04T18:13:36.780Z] Client: [2020-02-04T18:13:36.780Z] Version: 18.06.1-ce [2020-02-04T18:13:36.780Z] API version: 1.38 [2020-02-04T18:13:36.780Z] Go version: go1.10.3 [2020-02-04T18:13:36.780Z] Git commit: e68fc7a [2020-02-04T18:13:36.780Z] Built: Tue Aug 21 17:26:10 2018 [2020-02-04T18:13:36.780Z] OS/Arch: linux/ppc64le [2020-02-04T18:13:36.781Z] Experimental: false [2020-02-04T18:13:36.781Z] [2020-02-04T18:13:36.781Z] Server: [2020-02-04T18:13:36.781Z] Engine: [2020-02-04T18:13:36.781Z] Version: 18.06.1-ce [2020-02-04T18:13:36.781Z] API version: 1.38 (minimum version 1.12) [2020-02-04T18:13:36.781Z] Go version: go1.10.3 [2020-02-04T18:13:36.781Z] Git commit: e68fc7a [2020-02-04T18:13:36.781Z] Built: Tue Aug 21 17:24:20 2018 [2020-02-04T18:13:36.781Z] OS/Arch: linux/ppc64le [2020-02-04T18:13:36.781Z] Experimental: true [2020-02-04T18:13:35.584Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:35.649Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [Pipeline] sh [2020-02-04T18:13:36.930Z] From https://github.com/docker/buildx [2020-02-04T18:13:36.930Z] * [new tag] v0.3.1 -> build [2020-02-04T18:13:37.165Z] + docker info [2020-02-04T18:13:37.165Z] Containers: 1 [2020-02-04T18:13:37.165Z] Running: 1 [2020-02-04T18:13:37.165Z] Paused: 0 [2020-02-04T18:13:37.165Z] Stopped: 0 [2020-02-04T18:13:37.165Z] Images: 14 [2020-02-04T18:13:37.165Z] Server Version: 18.06.1-ce [2020-02-04T18:13:37.165Z] Storage Driver: overlay2 [2020-02-04T18:13:37.165Z] Backing Filesystem: extfs [2020-02-04T18:13:37.165Z] Supports d_type: true [2020-02-04T18:13:37.165Z] Native Overlay Diff: true [2020-02-04T18:13:37.165Z] Logging Driver: json-file [2020-02-04T18:13:37.165Z] Cgroup Driver: cgroupfs [2020-02-04T18:13:37.165Z] Plugins: [2020-02-04T18:13:37.165Z] Volume: local [2020-02-04T18:13:37.165Z] Network: bridge host ipvlan macvlan null overlay [2020-02-04T18:13:37.165Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-04T18:13:37.165Z] Swarm: inactive [2020-02-04T18:13:37.165Z] Runtimes: runc [2020-02-04T18:13:37.165Z] Default Runtime: runc [2020-02-04T18:13:37.165Z] Init Binary: docker-init [2020-02-04T18:13:37.165Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-04T18:13:37.165Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-04T18:13:37.165Z] init version: fec3683 [2020-02-04T18:13:37.165Z] Security Options: [2020-02-04T18:13:37.165Z] apparmor [2020-02-04T18:13:37.165Z] seccomp [2020-02-04T18:13:37.165Z] Profile: default [2020-02-04T18:13:37.165Z] Kernel Version: 4.4.0-139-generic [2020-02-04T18:13:37.165Z] Operating System: Ubuntu 16.04.3 LTS [2020-02-04T18:13:37.165Z] OSType: linux [2020-02-04T18:13:37.165Z] Architecture: ppc64le [2020-02-04T18:13:37.165Z] CPUs: 4 [2020-02-04T18:13:37.165Z] Total Memory: 7.972GiB [2020-02-04T18:13:37.165Z] Name: ppc64le-ubuntu-18 [2020-02-04T18:13:37.165Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-02-04T18:13:37.165Z] Docker Root Dir: /var/lib/docker [2020-02-04T18:13:37.165Z] Debug Mode (client): false [2020-02-04T18:13:37.165Z] Debug Mode (server): false [2020-02-04T18:13:37.165Z] Username: dockerbuildbot [2020-02-04T18:13:37.165Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:13:37.165Z] Labels: [2020-02-04T18:13:37.165Z] Experimental: true [2020-02-04T18:13:37.165Z] Insecure Registries: [2020-02-04T18:13:37.165Z] 127.0.0.0/8 [2020-02-04T18:13:37.165Z] Live Restore Enabled: false [2020-02-04T18:13:37.165Z] [Pipeline] sh [2020-02-04T18:13:37.328Z] #35 ... [2020-02-04T18:13:37.328Z] [2020-02-04T18:13:37.328Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:13:37.328Z] #41 6.736 + git clone https://github.com/docker/distribution.git . [2020-02-04T18:13:37.328Z] #41 6.739 Cloning into '.'... [2020-02-04T18:13:37.485Z] Switched to branch 'build' [2020-02-04T18:13:37.551Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:37.551Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:13:37.551Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40451/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-04T18:13:37.551Z] + bash /home/docker/workspace/moby_PR-40451/check-config.sh [2020-02-04T18:13:37.838Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-04T18:13:37.838Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-02-04T18:13:37.838Z] [2020-02-04T18:13:37.838Z] Generally Necessary: [2020-02-04T18:13:37.838Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-04T18:13:37.838Z] - apparmor: enabled and tools installed [2020-02-04T18:13:37.838Z] - CONFIG_NAMESPACES: enabled [2020-02-04T18:13:37.838Z] - CONFIG_NET_NS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_PID_NS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_IPC_NS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_UTS_NS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CGROUPS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CPUSETS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_MEMCG: enabled [2020-02-04T18:13:37.838Z] - CONFIG_KEYS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_VETH: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-04T18:13:37.838Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-04T18:13:37.838Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-04T18:13:37.838Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-04T18:13:37.838Z] [2020-02-04T18:13:37.838Z] Optional Features: [2020-02-04T18:13:37.838Z] - CONFIG_USER_NS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_SECCOMP: enabled [2020-02-04T18:13:37.838Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-04T18:13:37.838Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-04T18:13:37.934Z] Removing intermediate container ed24b0c65fe2 [2020-02-04T18:13:37.934Z] ---> 80bf19816dba [2020-02-04T18:13:37.934Z] Step 10/16 : RUN go mod download [2020-02-04T18:13:37.934Z] ---> Running in d4e771a543e9 [2020-02-04T18:13:38.124Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-04T18:13:38.124Z] (cgroup swap accounting is currently enabled) [2020-02-04T18:13:38.124Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-04T18:13:38.124Z] - CONFIG_BLK_CGROUP: enabled [2020-02-04T18:13:38.124Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-04T18:13:38.124Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-04T18:13:38.124Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-04T18:13:38.124Z] - CONFIG_CGROUP_PERF: enabled [2020-02-04T18:13:38.124Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-04T18:13:38.124Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-04T18:13:38.124Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-04T18:13:38.124Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-04T18:13:38.124Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-04T18:13:38.124Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-04T18:13:38.124Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-04T18:13:38.124Z] - CONFIG_IP_VS: enabled (as module) [2020-02-04T18:13:38.124Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-04T18:13:38.124Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-04T18:13:38.124Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-04T18:13:38.124Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-04T18:13:38.124Z] - CONFIG_EXT4_FS: enabled [2020-02-04T18:13:38.124Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-04T18:13:38.124Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-04T18:13:38.124Z] - Network Drivers: [2020-02-04T18:13:38.124Z] - "overlay": [2020-02-04T18:13:38.124Z] - CONFIG_VXLAN: enabled (as module) [2020-02-04T18:13:38.124Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-04T18:13:38.124Z] Optional (for encrypted networks): [2020-02-04T18:13:38.407Z] - CONFIG_CRYPTO: enabled [2020-02-04T18:13:38.407Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-04T18:13:38.407Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-04T18:13:38.407Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-04T18:13:38.407Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-04T18:13:38.407Z] - CONFIG_XFRM: enabled [2020-02-04T18:13:38.407Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-04T18:13:38.407Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-04T18:13:38.408Z] - "ipvlan": [2020-02-04T18:13:38.408Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-04T18:13:38.408Z] - "macvlan": [2020-02-04T18:13:38.408Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_DUMMY: enabled (as module) [2020-02-04T18:13:38.408Z] - "ftp,tftp client in container": [2020-02-04T18:13:38.408Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-04T18:13:38.408Z] - Storage Drivers: [2020-02-04T18:13:38.408Z] - "aufs": [2020-02-04T18:13:38.408Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-04T18:13:38.408Z] - "btrfs": [2020-02-04T18:13:38.408Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-04T18:13:38.408Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-04T18:13:38.408Z] - "devicemapper": [2020-02-04T18:13:38.408Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-04T18:13:38.408Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-04T18:13:38.408Z] - "overlay": [2020-02-04T18:13:38.408Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-04T18:13:38.408Z] - "zfs": [2020-02-04T18:13:38.408Z] - /dev/zfs: missing [2020-02-04T18:13:38.408Z] - zfs command: missing [2020-02-04T18:13:38.408Z] - zpool command: missing [2020-02-04T18:13:38.408Z] [2020-02-04T18:13:38.408Z] Limits: [2020-02-04T18:13:38.408Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-04T18:13:38.408Z] [2020-02-04T18:13:38.408Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-04T18:13:38.564Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-04T18:13:38.564Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-04T18:13:38.564Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-04T18:13:38.564Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-04T18:13:38.564Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-04T18:13:38.564Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-04T18:13:38.564Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-04T18:13:38.839Z] + make bundles/buildx [2020-02-04T18:13:39.006Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-04T18:13:39.438Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-04T18:13:39.438Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-04T18:13:39.438Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-04T18:13:39.438Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-04T18:13:39.438Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-04T18:13:39.460Z] make: command: Command not found [2020-02-04T18:13:39.460Z] make: command: Command not found [2020-02-04T18:13:39.460Z] mkdir bundles [2020-02-04T18:13:39.460Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-04T18:13:39.460Z] --build-arg BUILDX_COMMIT \ [2020-02-04T18:13:39.460Z] --build-arg BUILDX_REPO \ [2020-02-04T18:13:39.460Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-04T18:13:39.460Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-04T18:13:39.460Z] . [2020-02-04T18:13:39.460Z] /bin/sh: 4: go: not found [2020-02-04T18:13:39.460Z] /bin/sh: 5: go: not found [2020-02-04T18:13:39.833Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-04T18:13:39.833Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-04T18:13:39.833Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-04T18:13:39.833Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-04T18:13:40.222Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-04T18:13:40.264Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 4.2s done [2020-02-04T18:13:40.264Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 [2020-02-04T18:13:40.264Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 done [2020-02-04T18:13:40.264Z] #7 DONE 14.1s [2020-02-04T18:13:40.528Z] [2020-02-04T18:13:40.528Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-04T18:13:40.593Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-04T18:13:40.593Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-04T18:13:40.593Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-04T18:13:40.593Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-04T18:13:40.593Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-04T18:13:40.594Z] #41 ... [2020-02-04T18:13:40.594Z] [2020-02-04T18:13:40.594Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:13:40.594Z] #10 4.667 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:40.594Z] #10 4.709 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:40.594Z] #10 4.709 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:40.594Z] #10 5.652 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:40.594Z] #10 7.734 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:40.594Z] #10 10.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:13:40.594Z] #10 ... [2020-02-04T18:13:40.594Z] [2020-02-04T18:13:40.594Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:13:40.594Z] #59 7.605 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:40.594Z] #59 7.657 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:40.594Z] #59 7.661 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:40.594Z] #59 8.562 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:40.594Z] #59 ... [2020-02-04T18:13:40.594Z] [2020-02-04T18:13:40.594Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:40.594Z] #65 7.394 + RM_GOPATH=0 [2020-02-04T18:13:40.594Z] #65 7.394 + TMP_GOPATH= [2020-02-04T18:13:40.594Z] #65 7.394 + : /build/ [2020-02-04T18:13:40.594Z] #65 7.394 + '[' -z '' ']' [2020-02-04T18:13:40.594Z] #65 7.395 ++ mktemp -d [2020-02-04T18:13:40.594Z] #65 7.414 + export GOPATH=/tmp/tmp.nvUlHyJzlw [2020-02-04T18:13:40.594Z] #65 7.414 + GOPATH=/tmp/tmp.nvUlHyJzlw [2020-02-04T18:13:40.594Z] #65 7.415 + RM_GOPATH=1 [2020-02-04T18:13:40.594Z] #65 7.417 ++ dirname ./install.sh [2020-02-04T18:13:40.594Z] #65 7.418 + dir=. [2020-02-04T18:13:40.594Z] #65 7.418 + bin=rootlesskit [2020-02-04T18:13:40.594Z] #65 7.418 + shift [2020-02-04T18:13:40.594Z] #65 7.418 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-04T18:13:40.594Z] #65 7.418 + . ./rootlesskit.installer [2020-02-04T18:13:40.594Z] #65 7.418 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:13:40.594Z] #65 7.418 + install_rootlesskit [2020-02-04T18:13:40.594Z] #65 7.418 + case "$1" in [2020-02-04T18:13:40.594Z] #65 7.418 + export CGO_ENABLED=0 [2020-02-04T18:13:40.594Z] #65 7.418 + CGO_ENABLED=0 [2020-02-04T18:13:40.594Z] #65 7.418 + _install_rootlesskit [2020-02-04T18:13:40.594Z] #65 7.418 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-04T18:13:40.594Z] #65 7.419 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:13:40.594Z] #65 7.419 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.nvUlHyJzlw/src/github.com/rootless-containers/rootlesskit [2020-02-04T18:13:40.594Z] #65 7.420 Cloning into '/tmp/tmp.nvUlHyJzlw/src/github.com/rootless-containers/rootlesskit'... [2020-02-04T18:13:40.594Z] #65 ... [2020-02-04T18:13:40.594Z] [2020-02-04T18:13:40.594Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:40.594Z] #47 6.831 + RM_GOPATH=0 [2020-02-04T18:13:40.594Z] #47 6.832 + TMP_GOPATH= [2020-02-04T18:13:40.594Z] #47 6.832 + : /build [2020-02-04T18:13:40.594Z] #47 6.832 + '[' -z '' ']' [2020-02-04T18:13:40.594Z] #47 6.834 ++ mktemp -d [2020-02-04T18:13:40.594Z] #47 6.836 + export GOPATH=/tmp/tmp.Dp6hj1IYm6 [2020-02-04T18:13:40.594Z] #47 6.838 + GOPATH=/tmp/tmp.Dp6hj1IYm6 [2020-02-04T18:13:40.594Z] #47 6.838 + RM_GOPATH=1 [2020-02-04T18:13:40.594Z] #47 6.839 ++ dirname ./install.sh [2020-02-04T18:13:40.594Z] #47 6.841 + dir=. [2020-02-04T18:13:40.594Z] #47 6.841 + bin=vndr [2020-02-04T18:13:40.594Z] #47 6.841 + shift [2020-02-04T18:13:40.594Z] #47 6.841 + '[' '!' -f ./vndr.installer ']' [2020-02-04T18:13:40.594Z] #47 6.845 + . ./vndr.installer [2020-02-04T18:13:40.594Z] #47 6.847 ++ : d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:13:40.594Z] #47 6.847 + install_vndr [2020-02-04T18:13:40.594Z] #47 6.853 + echo 'Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f' [2020-02-04T18:13:40.594Z] #47 6.853 Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:13:40.594Z] #47 6.856 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Dp6hj1IYm6/src/github.com/LK4D4/vndr [2020-02-04T18:13:40.594Z] #47 6.858 Cloning into '/tmp/tmp.Dp6hj1IYm6/src/github.com/LK4D4/vndr'... [2020-02-04T18:13:40.594Z] #47 7.741 + cd /tmp/tmp.Dp6hj1IYm6/src/github.com/LK4D4/vndr [2020-02-04T18:13:40.594Z] #47 7.741 + git checkout -q d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:13:40.594Z] #47 7.758 + go build -buildmode=pie -v -o /build/vndr . [2020-02-04T18:13:40.594Z] #47 9.170 runtime/internal/atomic [2020-02-04T18:13:40.594Z] #47 9.197 internal/cpu [2020-02-04T18:13:40.594Z] #47 9.514 runtime/internal/sys [2020-02-04T18:13:40.594Z] #47 9.706 runtime/internal/math [2020-02-04T18:13:40.594Z] #47 9.835 internal/race [2020-02-04T18:13:40.594Z] #47 9.887 internal/bytealg [2020-02-04T18:13:40.594Z] #47 9.961 sync/atomic [2020-02-04T18:13:40.850Z] #47 ... [2020-02-04T18:13:40.850Z] [2020-02-04T18:13:40.850Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:13:40.850Z] #30 7.236 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-04T18:13:40.850Z] #30 7.257 Cloning into '.'... [2020-02-04T18:13:41.105Z] #30 ... [2020-02-04T18:13:41.105Z] [2020-02-04T18:13:41.105Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:13:41.105Z] #43 7.423 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:41.106Z] #43 7.517 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:41.106Z] #43 7.533 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:41.106Z] #43 8.648 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:41.106Z] #43 10.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:41.106Z] #43 ... [2020-02-04T18:13:41.106Z] [2020-02-04T18:13:41.106Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:41.106Z] #23 7.260 + RM_GOPATH=0 [2020-02-04T18:13:41.106Z] #23 7.260 + TMP_GOPATH= [2020-02-04T18:13:41.106Z] #23 7.260 + : /build [2020-02-04T18:13:41.106Z] #23 7.260 + '[' -z '' ']' [2020-02-04T18:13:41.106Z] #23 7.265 ++ mktemp -d [2020-02-04T18:13:41.106Z] #23 7.270 + export GOPATH=/tmp/tmp.rmtoz9yiko [2020-02-04T18:13:41.106Z] #23 7.270 + GOPATH=/tmp/tmp.rmtoz9yiko [2020-02-04T18:13:41.106Z] #23 7.271 + RM_GOPATH=1 [2020-02-04T18:13:41.106Z] #23 7.272 ++ dirname ./install.sh [2020-02-04T18:13:41.106Z] #23 7.275 + dir=. [2020-02-04T18:13:41.106Z] #23 7.275 + bin=dockercli [2020-02-04T18:13:41.106Z] #23 7.275 + shift [2020-02-04T18:13:41.106Z] #23 7.291 + '[' '!' -f ./dockercli.installer ']' [2020-02-04T18:13:41.106Z] #23 7.291 + . ./dockercli.installer [2020-02-04T18:13:41.106Z] #23 7.291 ++ : stable [2020-02-04T18:13:41.106Z] #23 7.291 ++ : 17.06.2-ce [2020-02-04T18:13:41.106Z] #23 7.292 + install_dockercli [2020-02-04T18:13:41.106Z] #23 7.292 Install docker/cli version 17.06.2-ce from stable [2020-02-04T18:13:41.106Z] #23 7.292 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-04T18:13:41.106Z] #23 7.292 ++ uname -m [2020-02-04T18:13:41.106Z] #23 7.302 + arch=x86_64 [2020-02-04T18:13:41.106Z] #23 7.302 + '[' x86_64 '!=' x86_64 ']' [2020-02-04T18:13:41.106Z] #23 7.302 + url=https://download.docker.com/linux/static [2020-02-04T18:13:41.106Z] #23 7.302 + tar -xz docker/docker [2020-02-04T18:13:41.106Z] #23 7.303 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-04T18:13:41.361Z] #23 ... [2020-02-04T18:13:41.361Z] [2020-02-04T18:13:41.361Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:41.361Z] #53 7.263 + RM_GOPATH=0 [2020-02-04T18:13:41.361Z] #53 7.263 + TMP_GOPATH= [2020-02-04T18:13:41.361Z] #53 7.263 + : /build [2020-02-04T18:13:41.361Z] #53 7.263 + '[' -z '' ']' [2020-02-04T18:13:41.361Z] #53 7.263 ++ mktemp -d [2020-02-04T18:13:41.361Z] #53 7.276 + export GOPATH=/tmp/tmp.WIJpHBIzGt [2020-02-04T18:13:41.361Z] #53 7.276 + GOPATH=/tmp/tmp.WIJpHBIzGt [2020-02-04T18:13:41.361Z] #53 7.276 + RM_GOPATH=1 [2020-02-04T18:13:41.361Z] #53 7.276 ++ dirname ./install.sh [2020-02-04T18:13:41.361Z] #53 7.287 + dir=. [2020-02-04T18:13:41.361Z] #53 7.287 + bin=golangci_lint [2020-02-04T18:13:41.361Z] #53 7.287 + shift [2020-02-04T18:13:41.361Z] #53 7.290 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-04T18:13:41.361Z] #53 7.290 + . ./golangci_lint.installer [2020-02-04T18:13:41.361Z] #53 7.290 ++ : v1.20.0 [2020-02-04T18:13:41.361Z] #53 7.291 Installing golangci-lint version v1.20.0 [2020-02-04T18:13:41.361Z] #53 7.291 + install_golangci_lint [2020-02-04T18:13:41.361Z] #53 7.291 + echo 'Installing golangci-lint version v1.20.0' [2020-02-04T18:13:41.361Z] #53 7.291 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:13:41.361Z] #53 ... [2020-02-04T18:13:41.361Z] [2020-02-04T18:13:41.361Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:41.361Z] #71 7.603 + RM_GOPATH=0 [2020-02-04T18:13:41.361Z] #71 7.603 + TMP_GOPATH= [2020-02-04T18:13:41.361Z] #71 7.603 + : /build [2020-02-04T18:13:41.361Z] #71 7.603 + '[' -z '' ']' [2020-02-04T18:13:41.361Z] #71 7.603 ++ mktemp -d [2020-02-04T18:13:41.361Z] #71 7.604 + export GOPATH=/tmp/tmp.SsFtCegUbv [2020-02-04T18:13:41.361Z] #71 7.605 + GOPATH=/tmp/tmp.SsFtCegUbv [2020-02-04T18:13:41.361Z] #71 7.605 + RM_GOPATH=1 [2020-02-04T18:13:41.361Z] #71 7.606 ++ dirname ./install.sh [2020-02-04T18:13:41.361Z] #71 7.607 + dir=. [2020-02-04T18:13:41.361Z] #71 7.607 + bin=proxy [2020-02-04T18:13:41.361Z] #71 7.607 + shift [2020-02-04T18:13:41.361Z] #71 7.607 + '[' '!' -f ./proxy.installer ']' [2020-02-04T18:13:41.361Z] #71 7.608 + . ./proxy.installer [2020-02-04T18:13:41.361Z] #71 7.608 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:13:41.361Z] #71 7.608 + install_proxy [2020-02-04T18:13:41.361Z] #71 7.608 + case "$1" in [2020-02-04T18:13:41.361Z] #71 7.608 + export CGO_ENABLED=0 [2020-02-04T18:13:41.361Z] #71 7.608 + CGO_ENABLED=0 [2020-02-04T18:13:41.361Z] #71 7.608 + _install_proxy [2020-02-04T18:13:41.361Z] #71 7.608 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-04T18:13:41.361Z] #71 7.608 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:13:41.361Z] #71 7.608 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SsFtCegUbv/src/github.com/docker/libnetwork [2020-02-04T18:13:41.361Z] #71 7.619 Cloning into '/tmp/tmp.SsFtCegUbv/src/github.com/docker/libnetwork'... [2020-02-04T18:13:41.367Z] go: finding github.com/lib/pq v1.0.0 [2020-02-04T18:13:41.367Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-02-04T18:13:41.367Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-04T18:13:41.367Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-04T18:13:41.617Z] #71 ... [2020-02-04T18:13:41.617Z] [2020-02-04T18:13:41.617Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:41.617Z] #50 7.526 + RM_GOPATH=0 [2020-02-04T18:13:41.617Z] #50 7.526 + TMP_GOPATH= [2020-02-04T18:13:41.617Z] #50 7.526 + : /build [2020-02-04T18:13:41.617Z] #50 7.526 + '[' -z '' ']' [2020-02-04T18:13:41.617Z] #50 7.528 ++ mktemp -d [2020-02-04T18:13:41.617Z] #50 7.531 + export GOPATH=/tmp/tmp.8baBHKbZot [2020-02-04T18:13:41.617Z] #50 7.531 + GOPATH=/tmp/tmp.8baBHKbZot [2020-02-04T18:13:41.617Z] #50 7.531 + RM_GOPATH=1 [2020-02-04T18:13:41.617Z] #50 7.531 ++ dirname ./install.sh [2020-02-04T18:13:41.617Z] #50 7.532 + dir=. [2020-02-04T18:13:41.617Z] #50 7.532 Installing gotestsum version v0.3.5 [2020-02-04T18:13:41.617Z] #50 7.532 + bin=gotestsum [2020-02-04T18:13:41.617Z] #50 7.532 + shift [2020-02-04T18:13:41.617Z] #50 7.532 + '[' '!' -f ./gotestsum.installer ']' [2020-02-04T18:13:41.617Z] #50 7.532 + . ./gotestsum.installer [2020-02-04T18:13:41.617Z] #50 7.532 ++ : v0.3.5 [2020-02-04T18:13:41.617Z] #50 7.532 + install_gotestsum [2020-02-04T18:13:41.617Z] #50 7.532 + echo 'Installing gotestsum version v0.3.5' [2020-02-04T18:13:41.617Z] #50 7.532 + go get -d gotest.tools/gotestsum [2020-02-04T18:13:41.873Z] #50 ... [2020-02-04T18:13:41.873Z] [2020-02-04T18:13:41.873Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:13:41.873Z] #25 6.657 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:41.873Z] #25 6.685 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:41.873Z] #25 6.705 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:41.873Z] #25 7.681 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:41.873Z] #25 10.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:41.873Z] #25 ... [2020-02-04T18:13:41.873Z] [2020-02-04T18:13:41.873Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:41.873Z] #33 7.400 + RM_GOPATH=0 [2020-02-04T18:13:41.873Z] #33 7.400 + TMP_GOPATH= [2020-02-04T18:13:41.873Z] #33 7.400 + : /build [2020-02-04T18:13:41.873Z] #33 7.400 + '[' -z '' ']' [2020-02-04T18:13:41.873Z] #33 7.400 ++ mktemp -d [2020-02-04T18:13:41.873Z] #33 7.417 + export GOPATH=/tmp/tmp.ere8VHPfM0 [2020-02-04T18:13:41.873Z] #33 7.417 + GOPATH=/tmp/tmp.ere8VHPfM0 [2020-02-04T18:13:41.873Z] #33 7.417 + RM_GOPATH=1 [2020-02-04T18:13:41.873Z] #33 7.421 ++ dirname ./install.sh [2020-02-04T18:13:41.873Z] #33 7.422 + dir=. [2020-02-04T18:13:41.873Z] #33 7.423 + bin=tomlv [2020-02-04T18:13:41.873Z] #33 7.423 + shift [2020-02-04T18:13:41.873Z] #33 7.423 + '[' '!' -f ./tomlv.installer ']' [2020-02-04T18:13:41.873Z] #33 7.423 + . ./tomlv.installer [2020-02-04T18:13:41.873Z] #33 7.423 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:13:41.873Z] #33 7.427 + install_tomlv [2020-02-04T18:13:41.873Z] #33 7.427 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-04T18:13:41.873Z] #33 7.430 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:13:41.873Z] #33 7.431 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ere8VHPfM0/src/github.com/BurntSushi/toml [2020-02-04T18:13:41.873Z] #33 7.436 Cloning into '/tmp/tmp.ere8VHPfM0/src/github.com/BurntSushi/toml'... [2020-02-04T18:13:41.873Z] #33 8.305 + cd /tmp/tmp.ere8VHPfM0/src/github.com/BurntSushi/toml [2020-02-04T18:13:41.873Z] #33 8.313 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:13:41.873Z] #33 8.326 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-04T18:13:41.873Z] #33 9.127 internal/cpu [2020-02-04T18:13:41.873Z] #33 9.132 runtime/internal/atomic [2020-02-04T18:13:41.873Z] #33 9.329 runtime/internal/sys [2020-02-04T18:13:41.873Z] #33 9.550 runtime/internal/math [2020-02-04T18:13:41.873Z] #33 9.676 internal/bytealg [2020-02-04T18:13:41.873Z] #33 9.695 math/bits [2020-02-04T18:13:41.873Z] #33 10.26 math [2020-02-04T18:13:41.873Z] #33 10.39 runtime [2020-02-04T18:13:42.148Z] Sending build context to Docker daemon 51.35MB [2020-02-04T18:13:42.148Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-04T18:13:42.148Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-04T18:13:42.148Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-04T18:13:42.148Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-04T18:13:42.148Z] ---> ebd73b5ebd31 [2020-02-04T18:13:42.148Z] Step 5/16 : ARG BUILDX_REPO [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> a827748502c4 [2020-02-04T18:13:42.148Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> 8cacfba4669e [2020-02-04T18:13:42.148Z] Step 7/16 : WORKDIR /buildx [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> 40bb7ade6b82 [2020-02-04T18:13:42.148Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> c16a95f2eec6 [2020-02-04T18:13:42.148Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> 4028c90d6c51 [2020-02-04T18:13:42.148Z] Step 10/16 : RUN go mod download [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> ddbedccdc488 [2020-02-04T18:13:42.148Z] Step 11/16 : ARG GOOS [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> e09c615066e8 [2020-02-04T18:13:42.148Z] Step 12/16 : ARG GOARCH [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> 52faf36fbf53 [2020-02-04T18:13:42.148Z] 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-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> c63be5a6c1bf [2020-02-04T18:13:42.148Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-04T18:13:42.148Z] ---> ebd73b5ebd31 [2020-02-04T18:13:42.148Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> b5513214794c [2020-02-04T18:13:42.148Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-04T18:13:42.148Z] ---> Using cache [2020-02-04T18:13:42.148Z] ---> 2f82551d74c4 [2020-02-04T18:13:42.148Z] Successfully built 2f82551d74c4 [2020-02-04T18:13:42.148Z] Successfully tagged moby-buildx:latest [2020-02-04T18:13:42.148Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-04T18:13:42.148Z] if [ -n "${id}" ]; then \ [2020-02-04T18:13:42.148Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-04T18:13:42.148Z] && touch bundles/buildx; \ [2020-02-04T18:13:42.148Z] docker rm -f ${id}; \ [2020-02-04T18:13:42.148Z] fi [2020-02-04T18:13:42.164Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-04T18:13:42.538Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-04T18:13:42.538Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-04T18:13:42.538Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-04T18:13:42.538Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-04T18:13:42.538Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-04T18:13:42.538Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-04T18:13:42.642Z] Merge succeeded, producing f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:42.643Z] Checking out Revision f464c31668db6fe781b3195f23dc786ee09e91c0 (PR-40451) [2020-02-04T18:13:42.765Z] c83da703c1d314083c7daadc3fbdabbf213958867976c8d77cf301825bf36a9c [2020-02-04T18:13:42.765Z] bundles/buildx version [2020-02-04T18:13:42.765Z] buildx v0.3.1 6db68d0 [2020-02-04T18:13:42.765Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:f464c31668db6fe781b3195f23dc786ee09e91c0 . [2020-02-04T18:13:42.765Z] #2 [internal] load .dockerignore [2020-02-04T18:13:42.765Z] #2 transferring context: 87B done [2020-02-04T18:13:42.765Z] #2 DONE 0.0s [2020-02-04T18:13:42.765Z] [2020-02-04T18:13:42.765Z] #1 [internal] load build definition from Dockerfile [2020-02-04T18:13:42.765Z] #1 transferring dockerfile: 15.64kB done [2020-02-04T18:13:42.765Z] #1 DONE 0.0s [2020-02-04T18:13:42.765Z] [2020-02-04T18:13:42.765Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-04T18:13:42.928Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-04T18:13:43.040Z] Commit message: "Check tmpfs mounts before create anon volume" [2020-02-04T18:13:43.048Z] #3 DONE 0.2s [2020-02-04T18:13:43.048Z] [2020-02-04T18:13:43.048Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-04T18:13:43.048Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-04T18:13:43.049Z] #4 CACHED [2020-02-04T18:13:43.055Z] #8 DONE 2.5s [2020-02-04T18:13:43.055Z] [2020-02-04T18:13:43.055Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-04T18:13:42.406Z] > git merge 46ec8731fbce9b13e41bd85d6cea691406bba852 # timeout=10 [2020-02-04T18:13:42.535Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-02-04T18:13:42.678Z] > git config core.sparsecheckout # timeout=10 [2020-02-04T18:13:42.744Z] > git checkout -f f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:13:43.313Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-04T18:13:43.337Z] [2020-02-04T18:13:43.337Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-04T18:13:43.337Z] #6 DONE 0.0s [2020-02-04T18:13:43.337Z] [2020-02-04T18:13:43.337Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-04T18:13:43.337Z] #5 DONE 0.2s [2020-02-04T18:13:43.337Z] [2020-02-04T18:13:43.337Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:13:43.337Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-04T18:13:43.337Z] #7 DONE 0.0s [2020-02-04T18:13:43.337Z] [2020-02-04T18:13:43.337Z] #20 [internal] load build context [2020-02-04T18:13:43.625Z] #9 DONE 0.8s [2020-02-04T18:13:43.625Z] [2020-02-04T18:13:43.625Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-04T18:13:43.625Z] #40 DONE 0.0s [2020-02-04T18:13:43.625Z] [2020-02-04T18:13:43.625Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-04T18:13:43.625Z] #29 DONE 0.1s [2020-02-04T18:13:43.625Z] [2020-02-04T18:13:43.625Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:43.625Z] #21 DONE 0.1s [2020-02-04T18:13:43.625Z] [2020-02-04T18:13:43.625Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:13:43.626Z] #20 ... [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-04T18:13:43.626Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-04T18:13:43.626Z] #68 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-04T18:13:43.626Z] #8 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-04T18:13:43.626Z] #9 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:13:43.626Z] #43 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:13:43.626Z] #44 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-04T18:13:43.626Z] #40 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:13:43.626Z] #41 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-04T18:13:43.626Z] #29 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:13:43.626Z] #30 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:13:43.626Z] #10 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-04T18:13:43.626Z] #12 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-04T18:13:43.626Z] #14 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-04T18:13:43.626Z] #11 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #16 [dev 6/25] RUN ldconfig [2020-02-04T18:13:43.626Z] #16 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-04T18:13:43.626Z] #13 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:13:43.626Z] #17 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-04T18:13:43.626Z] #15 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-04T18:13:43.626Z] #18 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:13:43.626Z] #19 CACHED [2020-02-04T18:13:43.626Z] [2020-02-04T18:13:43.626Z] #20 [internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-04T18:13:43.731Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-04T18:13:43.731Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-04T18:13:43.731Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-04T18:13:43.731Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-04T18:13:43.886Z] #30 ... [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-04T18:13:43.886Z] #22 DONE 0.1s [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-04T18:13:43.886Z] #70 DONE 0.1s [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-04T18:13:43.886Z] #52 DONE 0.2s [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-04T18:13:43.886Z] #64 DONE 0.2s [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-04T18:13:43.886Z] #49 DONE 0.2s [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-04T18:13:43.886Z] #32 DONE 0.2s [2020-02-04T18:13:43.886Z] [2020-02-04T18:13:43.886Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-04T18:13:43.886Z] #46 DONE 0.2s [2020-02-04T18:13:44.130Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-04T18:13:44.144Z] [2020-02-04T18:13:44.145Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:44.509Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-04T18:13:44.509Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-04T18:13:44.509Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-04T18:13:44.586Z] + docker version [2020-02-04T18:13:44.586Z] Client: Docker Engine - Enterprise [2020-02-04T18:13:44.586Z] Version: 19.03.2 [2020-02-04T18:13:44.586Z] API version: 1.40 [2020-02-04T18:13:44.586Z] Go version: go1.12.8 [2020-02-04T18:13:44.586Z] Git commit: c92ab06ed9 [2020-02-04T18:13:44.586Z] Built: 09/03/2019 16:38:11 [2020-02-04T18:13:44.586Z] OS/Arch: windows/amd64 [2020-02-04T18:13:44.586Z] Experimental: false [2020-02-04T18:13:44.586Z] [2020-02-04T18:13:44.586Z] Server: Docker Engine - Enterprise [2020-02-04T18:13:44.586Z] Engine: [2020-02-04T18:13:44.586Z] Version: 19.03.2 [2020-02-04T18:13:44.586Z] API version: 1.40 (minimum version 1.24) [2020-02-04T18:13:44.586Z] Go version: go1.12.8 [2020-02-04T18:13:44.586Z] Git commit: c92ab06ed9 [2020-02-04T18:13:44.586Z] Built: 09/03/2019 16:35:47 [2020-02-04T18:13:44.586Z] OS/Arch: windows/amd64 [2020-02-04T18:13:44.586Z] Experimental: true [Pipeline] sh [2020-02-04T18:13:44.868Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-04T18:13:45.279Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-04T18:13:45.279Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-04T18:13:45.279Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-04T18:13:45.608Z] + docker info [2020-02-04T18:13:45.649Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-04T18:13:46.038Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-04T18:13:46.038Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-04T18:13:46.038Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-02-04T18:13:46.040Z] #33 15.11 internal/testlog [2020-02-04T18:13:46.040Z] #33 15.38 encoding [2020-02-04T18:13:46.040Z] #33 15.50 runtime/cgo [2020-02-04T18:13:46.296Z] #33 ... [2020-02-04T18:13:46.296Z] [2020-02-04T18:13:46.296Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:46.296Z] #23 15.72 + mkdir -p /build [2020-02-04T18:13:46.296Z] #23 15.72 + mv docker/docker /build/ [2020-02-04T18:13:46.296Z] #23 15.74 + rmdir docker [2020-02-04T18:13:46.421Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-04T18:13:46.421Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-04T18:13:46.799Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-04T18:13:46.799Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-04T18:13:46.858Z] #23 DONE 16.2s [2020-02-04T18:13:46.858Z] [2020-02-04T18:13:46.858Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:46.858Z] #65 11.55 + cd /tmp/tmp.nvUlHyJzlw/src/github.com/rootless-containers/rootlesskit [2020-02-04T18:13:46.858Z] #65 11.55 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:13:46.858Z] #65 12.14 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-04T18:13:46.858Z] #65 12.14 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-04T18:13:47.136Z] #20 transferring context: 46.81MB 3.3s done [2020-02-04T18:13:47.136Z] #20 DONE 3.4s [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-04T18:13:47.136Z] #70 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:47.136Z] #21 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:47.136Z] #71 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-04T18:13:47.136Z] #32 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:47.136Z] #33 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-04T18:13:47.136Z] #46 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:47.136Z] #47 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:47.136Z] #55 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-04T18:13:47.136Z] #56 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:47.136Z] #57 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-04T18:13:47.136Z] #49 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:47.136Z] #50 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-04T18:13:47.136Z] #26 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:13:47.136Z] #25 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-04T18:13:47.136Z] #22 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:13:47.136Z] #27 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-04T18:13:47.136Z] #52 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:47.136Z] #60 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:13:47.136Z] #59 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-04T18:13:47.136Z] #61 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:13:47.136Z] #35 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:13:47.136Z] #36 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-04T18:13:47.136Z] #37 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:47.136Z] #38 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-04T18:13:47.136Z] #64 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:47.136Z] #65 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-04T18:13:47.136Z] #66 CACHED [2020-02-04T18:13:47.136Z] [2020-02-04T18:13:47.136Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:47.136Z] #23 0.192 + RM_GOPATH=0 [2020-02-04T18:13:47.136Z] #23 0.192 + TMP_GOPATH= [2020-02-04T18:13:47.136Z] #23 0.192 + : /build [2020-02-04T18:13:47.136Z] #23 0.193 + '[' -z '' ']' [2020-02-04T18:13:47.136Z] #23 0.193 ++ mktemp -d [2020-02-04T18:13:47.136Z] #23 0.196 + export GOPATH=/tmp/tmp.opDhHgn2pV [2020-02-04T18:13:47.136Z] #23 0.196 + GOPATH=/tmp/tmp.opDhHgn2pV [2020-02-04T18:13:47.136Z] #23 0.196 + RM_GOPATH=1 [2020-02-04T18:13:47.136Z] #23 0.197 ++ dirname ./install.sh [2020-02-04T18:13:47.136Z] #23 0.201 + dir=. [2020-02-04T18:13:47.136Z] #23 0.201 + bin=dockercli [2020-02-04T18:13:47.136Z] #23 0.202 + shift [2020-02-04T18:13:47.136Z] #23 0.202 + '[' '!' -f ./dockercli.installer ']' [2020-02-04T18:13:47.136Z] #23 0.202 + . ./dockercli.installer [2020-02-04T18:13:47.136Z] #23 0.202 ++ : stable [2020-02-04T18:13:47.136Z] #23 0.202 ++ : 17.06.2-ce [2020-02-04T18:13:47.136Z] #23 0.204 Install docker/cli version 17.06.2-ce from stable [2020-02-04T18:13:47.136Z] #23 0.204 + install_dockercli [2020-02-04T18:13:47.136Z] #23 0.204 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-04T18:13:47.136Z] #23 0.206 ++ uname -m [2020-02-04T18:13:47.136Z] #23 0.208 + arch=ppc64le [2020-02-04T18:13:47.136Z] #23 0.212 + '[' ppc64le '!=' x86_64 ']' [2020-02-04T18:13:47.136Z] #23 0.212 + '[' ppc64le '!=' s390x ']' [2020-02-04T18:13:47.136Z] #23 0.213 + '[' ppc64le '!=' armhf ']' [2020-02-04T18:13:47.136Z] #23 0.213 + build_dockercli [2020-02-04T18:13:47.136Z] #23 0.214 + git clone https://github.com/docker/docker-ce /tmp/tmp.opDhHgn2pV/tmp/docker-ce [2020-02-04T18:13:47.136Z] #23 0.219 Cloning into '/tmp/tmp.opDhHgn2pV/tmp/docker-ce'... [2020-02-04T18:13:47.169Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-04T18:13:47.169Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-04T18:13:47.549Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-04T18:13:47.549Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-04T18:13:47.782Z] Client: [2020-02-04T18:13:47.782Z] Debug Mode: false [2020-02-04T18:13:47.782Z] Plugins: [2020-02-04T18:13:47.782Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2020-02-04T18:13:47.782Z] [2020-02-04T18:13:47.782Z] Server: [2020-02-04T18:13:47.782Z] Containers: 1 [2020-02-04T18:13:47.782Z] Running: 0 [2020-02-04T18:13:47.782Z] Paused: 0 [2020-02-04T18:13:47.782Z] Stopped: 1 [2020-02-04T18:13:47.782Z] Images: 5 [2020-02-04T18:13:47.782Z] Server Version: 19.03.2 [2020-02-04T18:13:47.782Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-04T18:13:47.782Z] Windows: [2020-02-04T18:13:47.782Z] LCOW: [2020-02-04T18:13:47.782Z] Logging Driver: json-file [2020-02-04T18:13:47.782Z] Plugins: [2020-02-04T18:13:47.782Z] Volume: local [2020-02-04T18:13:47.782Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2020-02-04T18:13:47.782Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-04T18:13:47.782Z] Swarm: inactive [2020-02-04T18:13:47.782Z] Default Isolation: process [2020-02-04T18:13:47.782Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-04T18:13:47.782Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-04T18:13:47.782Z] OSType: windows [2020-02-04T18:13:47.782Z] Architecture: x86_64 [2020-02-04T18:13:47.782Z] CPUs: 4 [2020-02-04T18:13:47.782Z] Total Memory: 32GiB [2020-02-04T18:13:47.782Z] Name: azwin-2-f92230 [2020-02-04T18:13:47.783Z] ID: JLDZ:4TIW:6JP7:YDTQ:EZO6:QYPX:YHCA:JADS:6DDJ:6WOV:UEV7:YGLC [2020-02-04T18:13:47.783Z] Docker Root Dir: D:\docker [2020-02-04T18:13:47.783Z] Debug Mode: false [2020-02-04T18:13:47.783Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:13:47.783Z] Labels: [2020-02-04T18:13:47.783Z] Experimental: true [2020-02-04T18:13:47.783Z] Insecure Registries: [2020-02-04T18:13:47.783Z] 10.0.0.4:5000 [2020-02-04T18:13:47.783Z] 127.0.0.0/8 [2020-02-04T18:13:47.783Z] Registry Mirrors: [2020-02-04T18:13:47.783Z] http://10.0.0.4:5000/ [2020-02-04T18:13:47.783Z] Live Restore Enabled: false [2020-02-04T18:13:47.783Z] [2020-02-04T18:13:47.929Z] go: finding github.com/theupdateframework/notary v0.6.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-02-04T18:13:48.312Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-04T18:13:48.312Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-04T18:13:48.312Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-04T18:13:48.491Z] ok github.com/docker/docker/api/server 0.041s coverage: 9.0% of statements [2020-02-04T18:13:48.702Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-04T18:13:48.702Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-04T18:13:48.702Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-04T18:13:49.089Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-04T18:13:49.089Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-04T18:13:49.392Z] #65 ... [2020-02-04T18:13:49.392Z] [2020-02-04T18:13:49.392Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:49.392Z] #47 10.36 unicode [2020-02-04T18:13:49.392Z] #47 10.41 runtime [2020-02-04T18:13:49.392Z] #47 13.53 unicode/utf8 [2020-02-04T18:13:49.392Z] #47 14.04 math [2020-02-04T18:13:49.392Z] #47 17.98 unicode/utf16 [2020-02-04T18:13:49.392Z] #47 18.21 container/list [2020-02-04T18:13:49.416Z] #47 ... [2020-02-04T18:13:49.416Z] [2020-02-04T18:13:49.416Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:13:49.416Z] #59 4.583 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:49.416Z] #59 4.619 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:49.416Z] #59 4.620 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:49.416Z] #59 5.606 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:49.473Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-04T18:13:49.473Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-04T18:13:49.849Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-04T18:13:49.954Z] #47 19.30 crypto/internal/subtle [2020-02-04T18:13:50.210Z] #47 19.43 crypto/subtle [2020-02-04T18:13:50.210Z] #47 19.56 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-04T18:13:50.220Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-04T18:13:50.220Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-04T18:13:50.354Z] #59 ... [2020-02-04T18:13:50.354Z] [2020-02-04T18:13:50.354Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:50.354Z] #23 6.517 + RM_GOPATH=0 [2020-02-04T18:13:50.354Z] #23 6.518 + TMP_GOPATH= [2020-02-04T18:13:50.354Z] #23 6.518 + : /build [2020-02-04T18:13:50.354Z] #23 6.518 + '[' -z '' ']' [2020-02-04T18:13:50.354Z] #23 6.518 ++ mktemp -d [2020-02-04T18:13:50.354Z] #23 6.524 + export GOPATH=/tmp/tmp.Td41z9zizY [2020-02-04T18:13:50.354Z] #23 6.525 + GOPATH=/tmp/tmp.Td41z9zizY [2020-02-04T18:13:50.354Z] #23 6.525 + RM_GOPATH=1 [2020-02-04T18:13:50.354Z] #23 6.528 ++ dirname ./install.sh [2020-02-04T18:13:50.354Z] #23 6.531 + dir=. [2020-02-04T18:13:50.354Z] #23 6.532 + bin=dockercli [2020-02-04T18:13:50.354Z] #23 6.532 + shift [2020-02-04T18:13:50.354Z] #23 6.532 + '[' '!' -f ./dockercli.installer ']' [2020-02-04T18:13:50.354Z] #23 6.533 + . ./dockercli.installer [2020-02-04T18:13:50.354Z] #23 6.533 ++ : stable [2020-02-04T18:13:50.354Z] #23 6.533 ++ : 17.06.2-ce [2020-02-04T18:13:50.354Z] #23 6.537 + install_dockercli [2020-02-04T18:13:50.354Z] #23 6.537 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-04T18:13:50.354Z] #23 6.537 Install docker/cli version 17.06.2-ce from stable [2020-02-04T18:13:50.354Z] #23 6.542 ++ uname -m [2020-02-04T18:13:50.354Z] #23 6.543 + arch=x86_64 [2020-02-04T18:13:50.354Z] #23 6.563 + '[' x86_64 '!=' x86_64 ']' [2020-02-04T18:13:50.466Z] #47 19.69 internal/nettrace [2020-02-04T18:13:50.466Z] #47 19.82 runtime/cgo [2020-02-04T18:13:50.596Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-04T18:13:50.596Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-04T18:13:50.596Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-04T18:13:50.613Z] #23 6.564 + url=https://download.docker.com/linux/static [2020-02-04T18:13:50.613Z] #23 6.565 + tar -xz docker/docker [2020-02-04T18:13:50.613Z] #23 6.566 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-04T18:13:50.613Z] #23 ... [2020-02-04T18:13:50.613Z] [2020-02-04T18:13:50.613Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:13:50.613Z] #30 6.936 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-04T18:13:50.613Z] #30 6.937 Cloning into '.'... [2020-02-04T18:13:50.992Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-04T18:13:50.992Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-04T18:13:50.992Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-04T18:13:50.992Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-04T18:13:51.810Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-04T18:13:51.810Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-04T18:13:51.833Z] #47 ... [2020-02-04T18:13:51.833Z] [2020-02-04T18:13:51.833Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:13:51.833Z] #59 11.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:51.833Z] #59 13.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:13:51.833Z] #59 ... [2020-02-04T18:13:51.833Z] [2020-02-04T18:13:51.833Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:13:51.833Z] #35 12.41 Fetched 8325 kB in 10s (844 kB/s) [2020-02-04T18:13:51.833Z] #35 12.41 Reading package lists... [2020-02-04T18:13:52.089Z] #35 19.97 Reading package lists... [2020-02-04T18:13:52.089Z] #35 ... [2020-02-04T18:13:52.089Z] [2020-02-04T18:13:52.089Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:13:52.089Z] #10 21.75 Fetched 8325 kB in 17s (481 kB/s) [2020-02-04T18:13:52.197Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-04T18:13:52.827Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-04T18:13:52.827Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-04T18:13:52.827Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-04T18:13:52.827Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-04T18:13:52.827Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-04T18:13:53.221Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-04T18:13:53.221Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-04T18:13:53.453Z] #10 21.75 Reading package lists... [2020-02-04T18:13:53.453Z] #10 ... [2020-02-04T18:13:53.453Z] [2020-02-04T18:13:53.453Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:13:53.453Z] #43 13.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:13:53.453Z] #43 ... [2020-02-04T18:13:53.453Z] [2020-02-04T18:13:53.453Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:13:53.453Z] #25 13.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:13:53.602Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-04T18:13:53.708Z] #25 ... [2020-02-04T18:13:53.709Z] [2020-02-04T18:13:53.709Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:13:53.709Z] #41 21.69 Checking out files: 93% (1458/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2020-02-04T18:13:53.709Z] #41 21.83 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-04T18:13:53.960Z] #30 ... [2020-02-04T18:13:53.960Z] [2020-02-04T18:13:53.960Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:13:53.960Z] #41 6.682 + git clone https://github.com/docker/distribution.git . [2020-02-04T18:13:53.960Z] #41 6.686 Cloning into '.'... [2020-02-04T18:13:53.960Z] #41 ... [2020-02-04T18:13:53.960Z] [2020-02-04T18:13:53.960Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:53.960Z] #71 6.990 + RM_GOPATH=0 [2020-02-04T18:13:53.960Z] #71 6.990 + TMP_GOPATH= [2020-02-04T18:13:53.960Z] #71 6.990 + : /build [2020-02-04T18:13:53.960Z] #71 6.990 + '[' -z '' ']' [2020-02-04T18:13:53.960Z] #71 6.993 ++ mktemp -d [2020-02-04T18:13:53.960Z] #71 6.995 + export GOPATH=/tmp/tmp.hA6WEHzM2w [2020-02-04T18:13:53.960Z] #71 7.000 + GOPATH=/tmp/tmp.hA6WEHzM2w [2020-02-04T18:13:53.960Z] #71 7.000 + RM_GOPATH=1 [2020-02-04T18:13:53.960Z] #71 7.003 ++ dirname ./install.sh [2020-02-04T18:13:53.960Z] #71 7.005 + dir=. [2020-02-04T18:13:53.960Z] #71 7.005 + bin=proxy [2020-02-04T18:13:53.960Z] #71 7.006 + shift [2020-02-04T18:13:53.960Z] #71 7.007 + '[' '!' -f ./proxy.installer ']' [2020-02-04T18:13:53.960Z] #71 7.007 + . ./proxy.installer [2020-02-04T18:13:53.960Z] #71 7.010 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:13:53.960Z] #71 7.010 + install_proxy [2020-02-04T18:13:53.960Z] #71 7.016 + case "$1" in [2020-02-04T18:13:53.960Z] #71 7.016 + export CGO_ENABLED=0 [2020-02-04T18:13:53.960Z] #71 7.016 + CGO_ENABLED=0 [2020-02-04T18:13:53.960Z] #71 7.016 + _install_proxy [2020-02-04T18:13:53.960Z] #71 7.017 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-04T18:13:53.960Z] #71 7.017 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:13:53.960Z] #71 7.017 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.hA6WEHzM2w/src/github.com/docker/libnetwork [2020-02-04T18:13:53.960Z] #71 7.024 Cloning into '/tmp/tmp.hA6WEHzM2w/src/github.com/docker/libnetwork'... [2020-02-04T18:13:53.960Z] #71 ... [2020-02-04T18:13:53.960Z] [2020-02-04T18:13:53.960Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:13:53.960Z] #25 3.889 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:53.960Z] #25 3.920 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:53.960Z] #25 3.920 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:53.960Z] #25 4.403 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:53.960Z] #25 6.604 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:53.960Z] #25 8.688 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:13:53.965Z] #41 23.56 + 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-02-04T18:13:54.168Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-04T18:13:54.168Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-04T18:13:54.168Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-04T18:13:54.220Z] #25 ... [2020-02-04T18:13:54.221Z] [2020-02-04T18:13:54.221Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:54.221Z] #65 6.819 + RM_GOPATH=0 [2020-02-04T18:13:54.221Z] #65 6.819 + TMP_GOPATH= [2020-02-04T18:13:54.221Z] #65 6.819 + : /build/ [2020-02-04T18:13:54.221Z] #65 6.819 + '[' -z '' ']' [2020-02-04T18:13:54.221Z] #65 6.819 ++ mktemp -d [2020-02-04T18:13:54.221Z] #65 6.819 + export GOPATH=/tmp/tmp.sgL3Plmj61 [2020-02-04T18:13:54.221Z] #65 6.819 + GOPATH=/tmp/tmp.sgL3Plmj61 [2020-02-04T18:13:54.221Z] #65 6.819 + RM_GOPATH=1 [2020-02-04T18:13:54.221Z] #65 6.819 ++ dirname ./install.sh [2020-02-04T18:13:54.221Z] #65 6.821 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:13:54.221Z] #65 6.821 + dir=. [2020-02-04T18:13:54.221Z] #65 6.821 + bin=rootlesskit [2020-02-04T18:13:54.221Z] #65 6.821 + shift [2020-02-04T18:13:54.221Z] #65 6.821 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-04T18:13:54.221Z] #65 6.821 + . ./rootlesskit.installer [2020-02-04T18:13:54.221Z] #65 6.821 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:13:54.221Z] #65 6.821 + install_rootlesskit [2020-02-04T18:13:54.221Z] #65 6.821 + case "$1" in [2020-02-04T18:13:54.221Z] #65 6.821 + export CGO_ENABLED=0 [2020-02-04T18:13:54.221Z] #65 6.821 + CGO_ENABLED=0 [2020-02-04T18:13:54.221Z] #65 6.821 + _install_rootlesskit [2020-02-04T18:13:54.221Z] #65 6.821 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-04T18:13:54.221Z] #65 6.821 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.sgL3Plmj61/src/github.com/rootless-containers/rootlesskit [2020-02-04T18:13:54.221Z] #65 6.829 Cloning into '/tmp/tmp.sgL3Plmj61/src/github.com/rootless-containers/rootlesskit'... [2020-02-04T18:13:54.221Z] #65 ... [2020-02-04T18:13:54.221Z] [2020-02-04T18:13:54.221Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:54.221Z] #50 6.904 + RM_GOPATH=0 [2020-02-04T18:13:54.221Z] #50 6.904 + TMP_GOPATH= [2020-02-04T18:13:54.221Z] #50 6.904 + : /build [2020-02-04T18:13:54.221Z] #50 6.904 + '[' -z '' ']' [2020-02-04T18:13:54.221Z] #50 6.911 ++ mktemp -d [2020-02-04T18:13:54.221Z] #50 6.911 + export GOPATH=/tmp/tmp.Ykj6tgHiJq [2020-02-04T18:13:54.221Z] #50 6.911 + GOPATH=/tmp/tmp.Ykj6tgHiJq [2020-02-04T18:13:54.221Z] #50 6.911 + RM_GOPATH=1 [2020-02-04T18:13:54.221Z] #50 6.914 ++ dirname ./install.sh [2020-02-04T18:13:54.221Z] #50 6.929 + dir=. [2020-02-04T18:13:54.221Z] #50 6.932 + bin=gotestsum [2020-02-04T18:13:54.221Z] #50 6.934 + shift [2020-02-04T18:13:54.221Z] #50 6.935 + '[' '!' -f ./gotestsum.installer ']' [2020-02-04T18:13:54.221Z] #50 6.935 + . ./gotestsum.installer [2020-02-04T18:13:54.221Z] #50 6.936 ++ : v0.3.5 [2020-02-04T18:13:54.221Z] #50 6.938 + install_gotestsum [2020-02-04T18:13:54.221Z] #50 6.940 + echo 'Installing gotestsum version v0.3.5' [2020-02-04T18:13:54.221Z] #50 6.941 Installing gotestsum version v0.3.5 [2020-02-04T18:13:54.221Z] #50 6.941 + go get -d gotest.tools/gotestsum [2020-02-04T18:13:54.479Z] #50 ... [2020-02-04T18:13:54.479Z] [2020-02-04T18:13:54.479Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:54.479Z] #53 7.463 + RM_GOPATH=0 [2020-02-04T18:13:54.479Z] #53 7.463 + TMP_GOPATH= [2020-02-04T18:13:54.479Z] #53 7.463 + : /build [2020-02-04T18:13:54.479Z] #53 7.463 + '[' -z '' ']' [2020-02-04T18:13:54.479Z] #53 7.470 ++ mktemp -d [2020-02-04T18:13:54.479Z] #53 7.472 + export GOPATH=/tmp/tmp.zO4VIC0dTY [2020-02-04T18:13:54.479Z] #53 7.472 + GOPATH=/tmp/tmp.zO4VIC0dTY [2020-02-04T18:13:54.479Z] #53 7.472 + RM_GOPATH=1 [2020-02-04T18:13:54.479Z] #53 7.485 ++ dirname ./install.sh [2020-02-04T18:13:54.479Z] #53 7.491 + dir=. [2020-02-04T18:13:54.479Z] #53 7.495 + bin=golangci_lint [2020-02-04T18:13:54.479Z] #53 7.495 + shift [2020-02-04T18:13:54.479Z] #53 7.495 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-04T18:13:54.479Z] #53 7.495 + . ./golangci_lint.installer [2020-02-04T18:13:54.479Z] #53 7.495 ++ : v1.20.0 [2020-02-04T18:13:54.479Z] #53 7.495 + install_golangci_lint [2020-02-04T18:13:54.479Z] #53 7.498 + echo 'Installing golangci-lint version v1.20.0' [2020-02-04T18:13:54.479Z] #53 7.501 Installing golangci-lint version v1.20.0 [2020-02-04T18:13:54.479Z] #53 7.501 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:13:54.479Z] #53 ... [2020-02-04T18:13:54.479Z] [2020-02-04T18:13:54.479Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:13:54.479Z] #43 6.626 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:54.479Z] #43 6.669 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:54.479Z] #43 6.671 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:54.479Z] #43 7.632 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:54.479Z] #43 10.25 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:54.525Z] go: finding golang.org/x/text v0.3.0 [2020-02-04T18:13:54.737Z] #43 ... [2020-02-04T18:13:54.737Z] [2020-02-04T18:13:54.737Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:13:54.737Z] #33 7.211 + RM_GOPATH=0 [2020-02-04T18:13:54.737Z] #33 7.212 + TMP_GOPATH= [2020-02-04T18:13:54.737Z] #33 7.212 + : /build [2020-02-04T18:13:54.737Z] #33 7.212 + '[' -z '' ']' [2020-02-04T18:13:54.737Z] #33 7.216 ++ mktemp -d [2020-02-04T18:13:54.737Z] #33 7.219 + export GOPATH=/tmp/tmp.O6DPnLO5ax [2020-02-04T18:13:54.737Z] #33 7.219 + GOPATH=/tmp/tmp.O6DPnLO5ax [2020-02-04T18:13:54.737Z] #33 7.220 + RM_GOPATH=1 [2020-02-04T18:13:54.737Z] #33 7.220 ++ dirname ./install.sh [2020-02-04T18:13:54.737Z] #33 7.222 + dir=. [2020-02-04T18:13:54.737Z] #33 7.223 + bin=tomlv [2020-02-04T18:13:54.737Z] #33 7.223 + shift [2020-02-04T18:13:54.737Z] #33 7.223 + '[' '!' -f ./tomlv.installer ']' [2020-02-04T18:13:54.737Z] #33 7.224 + . ./tomlv.installer [2020-02-04T18:13:54.737Z] #33 7.227 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:13:54.737Z] #33 7.227 + install_tomlv [2020-02-04T18:13:54.737Z] #33 7.227 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-04T18:13:54.737Z] #33 7.228 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:13:54.737Z] #33 7.228 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.O6DPnLO5ax/src/github.com/BurntSushi/toml [2020-02-04T18:13:54.737Z] #33 7.235 Cloning into '/tmp/tmp.O6DPnLO5ax/src/github.com/BurntSushi/toml'... [2020-02-04T18:13:54.737Z] #33 8.234 + cd /tmp/tmp.O6DPnLO5ax/src/github.com/BurntSushi/toml [2020-02-04T18:13:54.737Z] #33 8.234 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:13:54.737Z] #33 8.251 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-04T18:13:54.737Z] #33 8.983 runtime/internal/atomic [2020-02-04T18:13:54.737Z] #33 9.035 internal/cpu [2020-02-04T18:13:54.737Z] #33 9.196 runtime/internal/sys [2020-02-04T18:13:54.737Z] #33 9.451 runtime/internal/math [2020-02-04T18:13:54.737Z] #33 9.553 math/bits [2020-02-04T18:13:54.737Z] #33 9.693 internal/bytealg [2020-02-04T18:13:54.737Z] #33 10.17 math [2020-02-04T18:13:54.737Z] #33 10.37 runtime [2020-02-04T18:13:54.737Z] #33 ... [2020-02-04T18:13:54.737Z] [2020-02-04T18:13:54.737Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:13:54.737Z] #35 7.711 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:54.737Z] #35 7.831 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:54.737Z] #35 7.831 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:54.737Z] #35 8.887 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:54.737Z] #35 11.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:54.905Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-04T18:13:54.995Z] #35 ... [2020-02-04T18:13:54.995Z] [2020-02-04T18:13:54.995Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:13:54.995Z] #10 6.089 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:13:54.995Z] #10 6.111 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:13:54.995Z] #10 6.125 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:13:54.995Z] #10 7.014 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:13:54.995Z] #10 9.615 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:13:55.253Z] #10 ... [2020-02-04T18:13:55.253Z] [2020-02-04T18:13:55.253Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:55.253Z] #65 11.03 + cd /tmp/tmp.sgL3Plmj61/src/github.com/rootless-containers/rootlesskit [2020-02-04T18:13:55.253Z] #65 11.06 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:13:55.262Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-04T18:13:55.262Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-04T18:13:55.262Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-04T18:13:55.512Z] #65 11.54 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-04T18:13:55.512Z] #65 11.54 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-04T18:13:55.633Z] #23 ... [2020-02-04T18:13:55.633Z] [2020-02-04T18:13:55.633Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:55.633Z] #53 0.201 + RM_GOPATH=0 [2020-02-04T18:13:55.633Z] #53 0.201 + TMP_GOPATH= [2020-02-04T18:13:55.633Z] #53 0.201 + : /build [2020-02-04T18:13:55.633Z] #53 0.201 + '[' -z '' ']' [2020-02-04T18:13:55.633Z] #53 0.202 ++ mktemp -d [2020-02-04T18:13:55.633Z] #53 0.204 + export GOPATH=/tmp/tmp.B3zBZWFmns [2020-02-04T18:13:55.633Z] #53 0.205 + GOPATH=/tmp/tmp.B3zBZWFmns [2020-02-04T18:13:55.633Z] #53 0.205 + RM_GOPATH=1 [2020-02-04T18:13:55.633Z] #53 0.206 ++ dirname ./install.sh [2020-02-04T18:13:55.633Z] #53 0.208 + dir=. [2020-02-04T18:13:55.633Z] #53 0.208 + bin=golangci_lint [2020-02-04T18:13:55.633Z] #53 0.208 + shift [2020-02-04T18:13:55.633Z] #53 0.209 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-04T18:13:55.633Z] #53 0.209 + . ./golangci_lint.installer [2020-02-04T18:13:55.633Z] #53 0.209 ++ : v1.20.0 [2020-02-04T18:13:55.633Z] #53 0.210 + install_golangci_lint [2020-02-04T18:13:55.633Z] #53 0.210 + echo 'Installing golangci-lint version v1.20.0' [2020-02-04T18:13:55.633Z] #53 0.210 Installing golangci-lint version v1.20.0 [2020-02-04T18:13:55.633Z] #53 0.210 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:13:55.633Z] #53 6.800 + cd /tmp/tmp.B3zBZWFmns/src/github.com/golangci/golangci-lint/ [2020-02-04T18:13:55.633Z] #53 6.800 + git checkout -q v1.20.0 [2020-02-04T18:13:55.633Z] #53 7.065 ++ git describe --tags [2020-02-04T18:13:55.633Z] #53 7.071 + version=v1.20.0 [2020-02-04T18:13:55.633Z] #53 7.078 ++ git rev-parse --short HEAD [2020-02-04T18:13:55.633Z] #53 7.086 + commit=cc98739 [2020-02-04T18:13:55.633Z] #53 7.087 ++ git show -s --format=%cd [2020-02-04T18:13:55.633Z] #53 7.092 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-04T18:13:55.633Z] #53 7.092 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:13:55.681Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-04T18:13:56.049Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-04T18:13:56.414Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-04T18:13:56.777Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-04T18:13:57.142Z] #53 ... [2020-02-04T18:13:57.142Z] [2020-02-04T18:13:57.142Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:57.142Z] #62 0.191 + RM_GOPATH=0 [2020-02-04T18:13:57.142Z] #62 0.192 + TMP_GOPATH= [2020-02-04T18:13:57.142Z] #62 0.192 + : /build [2020-02-04T18:13:57.142Z] #62 0.193 + '[' -z '' ']' [2020-02-04T18:13:57.142Z] #62 0.195 ++ mktemp -d [2020-02-04T18:13:57.142Z] #62 0.198 + export GOPATH=/tmp/tmp.AamVuyyezJ [2020-02-04T18:13:57.142Z] #62 0.198 + GOPATH=/tmp/tmp.AamVuyyezJ [2020-02-04T18:13:57.142Z] #62 0.198 + RM_GOPATH=1 [2020-02-04T18:13:57.142Z] #62 0.199 ++ dirname ./install.sh [2020-02-04T18:13:57.142Z] #62 0.201 + dir=. [2020-02-04T18:13:57.142Z] #62 0.204 + bin=containerd [2020-02-04T18:13:57.142Z] #62 0.204 + shift [2020-02-04T18:13:57.142Z] #62 0.204 + '[' '!' -f ./containerd.installer ']' [2020-02-04T18:13:57.142Z] #62 0.205 + . ./containerd.installer [2020-02-04T18:13:57.142Z] #62 0.205 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:13:57.142Z] #62 0.207 + install_containerd [2020-02-04T18:13:57.142Z] #62 0.209 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-02-04T18:13:57.142Z] #62 0.209 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AamVuyyezJ/src/github.com/containerd/containerd [2020-02-04T18:13:57.142Z] #62 0.209 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:13:57.142Z] #62 0.213 Cloning into '/tmp/tmp.AamVuyyezJ/src/github.com/containerd/containerd'... [2020-02-04T18:13:57.227Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-04T18:13:57.227Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-04T18:13:57.953Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-04T18:13:57.953Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-04T18:13:57.953Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-04T18:13:57.953Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-04T18:13:58.131Z] #41 ... [2020-02-04T18:13:58.131Z] [2020-02-04T18:13:58.131Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:58.131Z] #53 27.31 + cd /tmp/tmp.WIJpHBIzGt/src/github.com/golangci/golangci-lint/ [2020-02-04T18:13:58.131Z] #53 27.31 + git checkout -q v1.20.0 [2020-02-04T18:13:58.694Z] #53 28.12 ++ git describe --tags [2020-02-04T18:13:58.694Z] #53 28.13 + version=v1.20.0 [2020-02-04T18:13:58.951Z] #53 28.13 ++ git rev-parse --short HEAD [2020-02-04T18:13:58.951Z] #53 28.13 + commit=cc98739 [2020-02-04T18:13:58.951Z] #53 28.14 ++ git show -s --format=%cd [2020-02-04T18:13:58.951Z] #53 28.15 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-04T18:13:58.951Z] #53 28.15 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:13:59.173Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-04T18:13:59.173Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-04T18:13:59.173Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-04T18:13:59.575Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-04T18:13:59.575Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-04T18:13:59.575Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-04T18:13:59.575Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-04T18:13:59.708Z] #65 ... [2020-02-04T18:13:59.708Z] [2020-02-04T18:13:59.708Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:13:59.708Z] #23 15.03 + mkdir -p /build [2020-02-04T18:13:59.708Z] #23 15.03 + mv docker/docker /build/ [2020-02-04T18:13:59.708Z] #23 15.04 + rmdir docker [2020-02-04T18:13:59.708Z] #23 DONE 15.5s [2020-02-04T18:13:59.708Z] [2020-02-04T18:13:59.708Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:13:59.708Z] #47 6.889 + RM_GOPATH=0 [2020-02-04T18:13:59.708Z] #47 6.889 + TMP_GOPATH= [2020-02-04T18:13:59.708Z] #47 6.889 + : /build [2020-02-04T18:13:59.708Z] #47 6.889 + '[' -z '' ']' [2020-02-04T18:13:59.708Z] #47 6.891 ++ mktemp -d [2020-02-04T18:13:59.708Z] #47 6.893 Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:13:59.708Z] #47 6.893 + export GOPATH=/tmp/tmp.ynHM8QNREb [2020-02-04T18:13:59.708Z] #47 6.893 + GOPATH=/tmp/tmp.ynHM8QNREb [2020-02-04T18:13:59.708Z] #47 6.893 + RM_GOPATH=1 [2020-02-04T18:13:59.708Z] #47 6.893 ++ dirname ./install.sh [2020-02-04T18:13:59.708Z] #47 6.893 + dir=. [2020-02-04T18:13:59.708Z] #47 6.893 + bin=vndr [2020-02-04T18:13:59.708Z] #47 6.893 + shift [2020-02-04T18:13:59.708Z] #47 6.893 + '[' '!' -f ./vndr.installer ']' [2020-02-04T18:13:59.708Z] #47 6.893 + . ./vndr.installer [2020-02-04T18:13:59.708Z] #47 6.893 ++ : d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:13:59.708Z] #47 6.893 + install_vndr [2020-02-04T18:13:59.708Z] #47 6.893 + echo 'Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f' [2020-02-04T18:13:59.708Z] #47 6.893 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ynHM8QNREb/src/github.com/LK4D4/vndr [2020-02-04T18:13:59.708Z] #47 6.917 Cloning into '/tmp/tmp.ynHM8QNREb/src/github.com/LK4D4/vndr'... [2020-02-04T18:13:59.708Z] #47 7.807 + cd /tmp/tmp.ynHM8QNREb/src/github.com/LK4D4/vndr [2020-02-04T18:13:59.708Z] #47 7.808 + git checkout -q d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:13:59.708Z] #47 7.854 + go build -buildmode=pie -v -o /build/vndr . [2020-02-04T18:13:59.708Z] #47 9.203 runtime/internal/sys [2020-02-04T18:13:59.708Z] #47 9.209 internal/cpu [2020-02-04T18:13:59.708Z] #47 9.437 runtime/internal/math [2020-02-04T18:13:59.708Z] #47 9.619 internal/race [2020-02-04T18:13:59.708Z] #47 9.702 sync/atomic [2020-02-04T18:13:59.708Z] #47 9.861 internal/bytealg [2020-02-04T18:13:59.708Z] #47 9.965 unicode [2020-02-04T18:13:59.708Z] #47 10.93 runtime [2020-02-04T18:13:59.708Z] #47 13.55 unicode/utf8 [2020-02-04T18:13:59.708Z] #47 14.22 internal/testlog [2020-02-04T18:13:59.708Z] #47 14.59 encoding [2020-02-04T18:13:59.708Z] #47 14.73 unicode/utf16 [2020-02-04T18:13:59.708Z] #47 15.02 container/list [2020-02-04T18:13:59.968Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-04T18:14:00.274Z] #47 16.13 crypto/internal/subtle [2020-02-04T18:14:00.274Z] #47 16.28 crypto/subtle [2020-02-04T18:14:00.351Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-04T18:14:00.351Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-04T18:14:00.533Z] #47 16.52 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-04T18:14:00.533Z] #47 16.61 internal/nettrace [2020-02-04T18:14:00.727Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-04T18:14:00.727Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-04T18:14:00.792Z] #47 16.73 runtime/cgo [2020-02-04T18:14:00.844Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-02-04T18:14:00.844Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f48ca093\powershellScript.ps1'; exit $LASTEXITCODE; [2020-02-04T18:14:00.844Z] ---------------------------------------------------------------------------- [2020-02-04T18:14:00.844Z] [2020-02-04T18:14:00.844Z] INFO: executeCI.ps1 starting at Tue Feb 4 18:13:59 CUT 2020 [2020-02-04T18:14:00.844Z] [2020-02-04T18:14:00.844Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-02-04T18:14:00.844Z] INFO: Running git version 2.24.1.windows.2 [2020-02-04T18:14:00.844Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-02-04T18:14:00.844Z] INFO: Environment variables: [2020-02-04T18:14:00.844Z] [2020-02-04T18:14:00.844Z] Name Value [2020-02-04T18:14:00.844Z] ---- ----- [2020-02-04T18:14:00.844Z] ALLUSERSPROFILE C:\ProgramData [2020-02-04T18:14:00.844Z] amd64 true [2020-02-04T18:14:00.844Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-02-04T18:14:00.844Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-02-04T18:14:00.844Z] arm64 true [2020-02-04T18:14:00.844Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-02-04T18:14:00.844Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-02-04T18:14:00.844Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-02-04T18:14:00.844Z] BRANCH_NAME PR-40451 [2020-02-04T18:14:00.844Z] BUILD_DISPLAY_NAME #4 [2020-02-04T18:14:00.844Z] BUILD_ID 4 [2020-02-04T18:14:00.844Z] BUILD_NUMBER 4 [2020-02-04T18:14:00.844Z] BUILD_TAG jenkins-moby-PR-40451-4 [2020-02-04T18:14:00.844Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40451/4/ [2020-02-04T18:14:00.844Z] CHANGE_AUTHOR cpuguy83 [2020-02-04T18:14:00.844Z] CHANGE_AUTHOR_DISPLAY_NAME Brian Goff [2020-02-04T18:14:00.844Z] CHANGE_AUTHOR_EMAIL cpuguy83@gmail.com [2020-02-04T18:14:00.844Z] CHANGE_BRANCH 40446_check_other_mounts [2020-02-04T18:14:00.844Z] CHANGE_FORK cpuguy83 [2020-02-04T18:14:00.844Z] CHANGE_ID 40451 [2020-02-04T18:14:00.844Z] CHANGE_TARGET master [2020-02-04T18:14:00.844Z] CHANGE_TITLE Check tmpfs mounts before create anon volume [2020-02-04T18:14:00.844Z] CHANGE_URL https://github.com/moby/moby/pull/40451 [2020-02-04T18:14:00.844Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-04T18:14:00.844Z] CommonProgramFiles C:\Program Files\Common Files [2020-02-04T18:14:00.844Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-02-04T18:14:00.844Z] CommonProgramW6432 C:\Program Files\Common Files [2020-02-04T18:14:00.844Z] COMPUTERNAME azwin-2-f92230 [2020-02-04T18:14:00.844Z] ComSpec C:\windows\system32\cmd.exe [2020-02-04T18:14:00.844Z] ConfigSequenceNumber 0 [2020-02-04T18:14:00.844Z] dco true [2020-02-04T18:14:00.844Z] DOCKER_BUILDKIT 0 [2020-02-04T18:14:00.844Z] DOCKER_DUT_DEBUG 1 [2020-02-04T18:14:00.844Z] DOCKER_EXPERIMENTAL 1 [2020-02-04T18:14:00.844Z] DOCKER_GRAPHDRIVER overlay2 [2020-02-04T18:14:00.844Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-02-04T18:14:00.844Z] EXECUTOR_NUMBER 0 [2020-02-04T18:14:00.844Z] FQDN azwin-2-f92230.westus.cloudapp.azure.com [2020-02-04T18:14:00.844Z] GIT_BRANCH PR-40451 [2020-02-04T18:14:00.844Z] GIT_COMMIT f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:14:00.844Z] GIT_PREVIOUS_COMMIT 2e9b721b6c2bcf6e0c07451a2c6d8b8b986bcd64 [2020-02-04T18:14:00.844Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 2e9b721b6c2bcf6e0c07451a2c6d8b8b986bcd64 [2020-02-04T18:14:00.844Z] GIT_URL https://github.com/moby/moby.git [2020-02-04T18:14:00.844Z] HUDSON_COOKIE 59561ca0-95bd-44f9-897c-ada5812cbee2 [2020-02-04T18:14:00.844Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-02-04T18:14:00.844Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-02-04T18:14:00.844Z] HUDSON_URL https://ci.docker.com/public/ [2020-02-04T18:14:00.844Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.232-2.b09.ojdkbuild.windows.x86_64 [2020-02-04T18:14:00.844Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-02-04T18:14:00.844Z] JENKINS_NODE_COOKIE fcb5266a-3c36-4f58-a4d7-78ac8498e01b [2020-02-04T18:14:00.844Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-02-04T18:14:00.844Z] JENKINS_URL https://ci.docker.com/public/ [2020-02-04T18:14:00.844Z] JOB_BASE_NAME PR-40451 [2020-02-04T18:14:00.844Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40451/display/redirect [2020-02-04T18:14:00.844Z] JOB_NAME moby/PR-40451 [2020-02-04T18:14:00.844Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40451/ [2020-02-04T18:14:00.844Z] library.jps.version master [2020-02-04T18:14:00.844Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-02-04T18:14:00.844Z] NODE_LABELS amd64 azure azwin-2-f92230 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-02-04T18:14:00.844Z] NODE_NAME azwin-2-f92230 [2020-02-04T18:14:00.846Z] NUMBER_OF_PROCESSORS 4 [2020-02-04T18:14:00.846Z] OS Windows_NT [2020-02-04T18:14:00.846Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-02-04T18:14:00.846Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-02-04T18:14:00.846Z] ppc64le true [2020-02-04T18:14:00.846Z] PROCESSOR_ARCHITECTURE AMD64 [2020-02-04T18:14:00.846Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-02-04T18:14:00.846Z] PROCESSOR_LEVEL 6 [2020-02-04T18:14:00.846Z] PROCESSOR_REVISION 4f01 [2020-02-04T18:14:00.846Z] ProgramData C:\ProgramData [2020-02-04T18:14:00.846Z] ProgramFiles C:\Program Files [2020-02-04T18:14:00.846Z] ProgramFiles(x86) C:\Program Files (x86) [2020-02-04T18:14:00.846Z] ProgramW6432 C:\Program Files [2020-02-04T18:14:00.846Z] PROMPT $P$G [2020-02-04T18:14:00.846Z] PSExecutionPolicyPreference Bypass [2020-02-04T18:14:00.846Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-02-04T18:14:00.846Z] PUBLIC C:\Users\Public [2020-02-04T18:14:00.846Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40451/4/display/redirect?page=changes [2020-02-04T18:14:00.846Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40451/4/display/redirect [2020-02-04T18:14:00.846Z] s390x true [2020-02-04T18:14:00.846Z] SKIP_VALIDATION_TESTS 1 [2020-02-04T18:14:00.846Z] SOURCES_DRIVE d [2020-02-04T18:14:00.846Z] SOURCES_SUBDIR gopath [2020-02-04T18:14:00.846Z] STAGE_NAME Run tests [2020-02-04T18:14:00.846Z] SystemDrive C: [2020-02-04T18:14:00.846Z] SystemRoot C:\windows [2020-02-04T18:14:00.846Z] TEMP C:\windows\TEMP [2020-02-04T18:14:00.846Z] TESTDEBUG 0 [2020-02-04T18:14:00.846Z] TESTRUN_DRIVE d [2020-02-04T18:14:00.846Z] TESTRUN_SUBDIR CI [2020-02-04T18:14:00.846Z] TIMEOUT 120m [2020-02-04T18:14:00.846Z] TMP C:\windows\TEMP [2020-02-04T18:14:00.846Z] unit_validate true [2020-02-04T18:14:00.846Z] USERDOMAIN WORKGROUP [2020-02-04T18:14:00.846Z] USERNAME azwin-2-f92230$ [2020-02-04T18:14:00.846Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-02-04T18:14:00.846Z] validate_force false [2020-02-04T18:14:00.846Z] windir C:\windows [2020-02-04T18:14:00.846Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-02-04T18:14:00.846Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-02-04T18:14:00.846Z] windowsRS1 false [2020-02-04T18:14:00.846Z] windowsRS5 true [2020-02-04T18:14:00.846Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:00.846Z] INFO: Sources under d:\gopath\... [2020-02-04T18:14:00.846Z] INFO: Test run under d:\CI\... [2020-02-04T18:14:00.846Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-02-04T18:14:00.846Z] INFO: docker/docker repository was found [2020-02-04T18:14:00.846Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-02-04T18:14:00.846Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.973' [2020-02-04T18:14:00.846Z] INFO: Docker version of control daemon [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:00.846Z] Client: Docker Engine - Enterprise [2020-02-04T18:14:00.846Z] Version: 19.03.2 [2020-02-04T18:14:00.846Z] API version: 1.40 [2020-02-04T18:14:00.846Z] Go version: go1.12.8 [2020-02-04T18:14:00.846Z] Git commit: c92ab06ed9 [2020-02-04T18:14:00.846Z] Built: 09/03/2019 16:38:11 [2020-02-04T18:14:00.846Z] OS/Arch: windows/amd64 [2020-02-04T18:14:00.846Z] Experimental: false [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:00.846Z] Server: Docker Engine - Enterprise [2020-02-04T18:14:00.846Z] Engine: [2020-02-04T18:14:00.846Z] Version: 19.03.2 [2020-02-04T18:14:00.846Z] API version: 1.40 (minimum version 1.24) [2020-02-04T18:14:00.846Z] Go version: go1.12.8 [2020-02-04T18:14:00.846Z] Git commit: c92ab06ed9 [2020-02-04T18:14:00.846Z] Built: 09/03/2019 16:35:47 [2020-02-04T18:14:00.846Z] OS/Arch: windows/amd64 [2020-02-04T18:14:00.846Z] Experimental: true [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:00.846Z] INFO: Docker info of control daemon [2020-02-04T18:14:00.846Z] [2020-02-04T18:14:01.129Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-04T18:14:01.129Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-04T18:14:01.360Z] #47 ... [2020-02-04T18:14:01.360Z] [2020-02-04T18:14:01.360Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:14:01.360Z] #59 7.523 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:14:01.360Z] #59 10.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:14:01.360Z] #59 ... [2020-02-04T18:14:01.360Z] [2020-02-04T18:14:01.360Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:01.360Z] #33 14.06 unicode/utf8 [2020-02-04T18:14:01.360Z] #33 14.97 runtime/cgo [2020-02-04T18:14:01.520Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-04T18:14:01.520Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-04T18:14:01.906Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-04T18:14:02.274Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-04T18:14:02.379Z] Client: [2020-02-04T18:14:02.379Z] Debug Mode: false [2020-02-04T18:14:02.379Z] Plugins: [2020-02-04T18:14:02.379Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2020-02-04T18:14:02.379Z] [2020-02-04T18:14:02.379Z] Server: [2020-02-04T18:14:02.379Z] Containers: 1 [2020-02-04T18:14:02.379Z] Running: 0 [2020-02-04T18:14:02.379Z] Paused: 0 [2020-02-04T18:14:02.379Z] Stopped: 1 [2020-02-04T18:14:02.379Z] Images: 5 [2020-02-04T18:14:02.379Z] Server Version: 19.03.2 [2020-02-04T18:14:02.379Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-04T18:14:02.379Z] Windows: [2020-02-04T18:14:02.379Z] LCOW: [2020-02-04T18:14:02.379Z] Logging Driver: json-file [2020-02-04T18:14:02.379Z] Plugins: [2020-02-04T18:14:02.379Z] Volume: local [2020-02-04T18:14:02.379Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2020-02-04T18:14:02.379Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-04T18:14:02.379Z] Swarm: inactive [2020-02-04T18:14:02.379Z] Default Isolation: process [2020-02-04T18:14:02.379Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-04T18:14:02.379Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-04T18:14:02.379Z] OSType: windows [2020-02-04T18:14:02.379Z] Architecture: x86_64 [2020-02-04T18:14:02.379Z] CPUs: 4 [2020-02-04T18:14:02.379Z] Total Memory: 32GiB [2020-02-04T18:14:02.379Z] Name: azwin-2-f92230 [2020-02-04T18:14:02.379Z] ID: JLDZ:4TIW:6JP7:YDTQ:EZO6:QYPX:YHCA:JADS:6DDJ:6WOV:UEV7:YGLC [2020-02-04T18:14:02.379Z] Docker Root Dir: D:\docker [2020-02-04T18:14:02.379Z] Debug Mode: false [2020-02-04T18:14:02.379Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:14:02.379Z] Labels: [2020-02-04T18:14:02.379Z] Experimental: true [2020-02-04T18:14:02.379Z] Insecure Registries: [2020-02-04T18:14:02.379Z] 10.0.0.4:5000 [2020-02-04T18:14:02.379Z] 127.0.0.0/8 [2020-02-04T18:14:02.379Z] Registry Mirrors: [2020-02-04T18:14:02.379Z] http://10.0.0.4:5000/ [2020-02-04T18:14:02.379Z] Live Restore Enabled: false [2020-02-04T18:14:02.379Z] [2020-02-04T18:14:02.379Z] [2020-02-04T18:14:02.379Z] INFO: Commit hash is f464c31668 [2020-02-04T18:14:02.379Z] INFO: Nuke-Everything... [2020-02-04T18:14:02.689Z] #62 15.36 + cd /tmp/tmp.AamVuyyezJ/src/github.com/containerd/containerd [2020-02-04T18:14:02.689Z] #62 15.36 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:14:02.840Z] INFO: Container count on control daemon to delete is 1 [2020-02-04T18:14:02.854Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-04T18:14:02.983Z] #62 16.17 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-04T18:14:02.983Z] #62 16.17 + BUILDTAGS='netgo osusergo static_build' [2020-02-04T18:14:03.234Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-04T18:14:03.275Z] #62 16.17 + export EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:14:03.275Z] #62 16.17 + EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:14:03.275Z] #62 16.17 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-04T18:14:03.275Z] #62 16.17 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-04T18:14:03.275Z] #62 16.17 + '[' '' = dynamic ']' [2020-02-04T18:14:03.275Z] #62 16.17 + make [2020-02-04T18:14:03.607Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-04T18:14:03.607Z] go: finding github.com/golang/mock v1.1.1 [2020-02-04T18:14:03.910Z] #62 17.03 + bin/ctr [2020-02-04T18:14:04.001Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-04T18:14:04.198Z] #53 ... [2020-02-04T18:14:04.199Z] [2020-02-04T18:14:04.199Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:04.199Z] #71 23.91 Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-04T18:14:04.199Z] #71 24.43 + cd /tmp/tmp.SsFtCegUbv/src/github.com/docker/libnetwork [2020-02-04T18:14:04.199Z] #71 24.43 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:14:04.199Z] #71 25.15 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-04T18:14:04.199Z] #71 ... [2020-02-04T18:14:04.199Z] [2020-02-04T18:14:04.199Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:14:04.199Z] #59 23.83 Fetched 8325 kB in 16s (505 kB/s) [2020-02-04T18:14:04.199Z] #59 23.83 Reading package lists... [2020-02-04T18:14:04.199Z] #59 30.57 Reading package lists... [2020-02-04T18:14:04.199Z] #59 ... [2020-02-04T18:14:04.199Z] [2020-02-04T18:14:04.199Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:04.199Z] #35 19.97 Reading package lists... [2020-02-04T18:14:04.199Z] #35 26.88 Building dependency tree... [2020-02-04T18:14:04.199Z] #35 30.52 The following additional packages will be installed: [2020-02-04T18:14:04.199Z] #35 30.54 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-04T18:14:04.199Z] #35 30.55 Suggested packages: [2020-02-04T18:14:04.199Z] #35 30.57 cmake-doc ninja-build lrzip [2020-02-04T18:14:04.199Z] #35 30.57 Recommended packages: [2020-02-04T18:14:04.199Z] #35 30.57 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-04T18:14:04.199Z] #35 31.70 The following NEW packages will be installed: [2020-02-04T18:14:04.199Z] #35 31.73 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-04T18:14:04.199Z] #35 31.73 vim-common xxd [2020-02-04T18:14:04.199Z] #35 32.35 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:04.199Z] #35 32.35 Need to get 14.9 MB of archives. [2020-02-04T18:14:04.199Z] #35 32.35 After this operation, 61.8 MB of additional disk space will be used. [2020-02-04T18:14:04.199Z] #35 32.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-04T18:14:04.199Z] #35 32.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-04T18:14:04.199Z] #35 32.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-04T18:14:04.199Z] #35 32.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-04T18:14:04.199Z] #35 33.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-04T18:14:04.199Z] #35 33.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-04T18:14:04.199Z] #35 33.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-04T18:14:04.199Z] #35 33.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-04T18:14:04.199Z] #35 33.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-04T18:14:04.199Z] #35 33.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-04T18:14:04.374Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-02-04T18:14:04.377Z] 558a26ae245c [2020-02-04T18:14:04.455Z] #35 ... [2020-02-04T18:14:04.455Z] [2020-02-04T18:14:04.455Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:04.455Z] #25 24.11 Fetched 8325 kB in 18s (470 kB/s) [2020-02-04T18:14:04.455Z] #25 24.11 Reading package lists... [2020-02-04T18:14:04.652Z] #33 ... [2020-02-04T18:14:04.652Z] [2020-02-04T18:14:04.652Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:04.652Z] #25 19.26 Fetched 8325 kB in 16s (529 kB/s) [2020-02-04T18:14:04.712Z] #25 30.72 Reading package lists... [2020-02-04T18:14:04.712Z] #25 ... [2020-02-04T18:14:04.712Z] [2020-02-04T18:14:04.712Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:04.712Z] #43 24.08 Fetched 8325 kB in 17s (493 kB/s) [2020-02-04T18:14:04.712Z] #43 24.08 Reading package lists... [2020-02-04T18:14:04.712Z] #43 30.69 Reading package lists... [2020-02-04T18:14:04.712Z] #43 ... [2020-02-04T18:14:04.712Z] [2020-02-04T18:14:04.712Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:04.712Z] #47 30.32 vendor/golang.org/x/crypto/internal/subtle [2020-02-04T18:14:04.712Z] #47 30.47 vendor/golang.org/x/crypto/curve25519 [2020-02-04T18:14:04.763Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-04T18:14:04.763Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-04T18:14:04.834Z] INFO: Non-base image count on control daemon to delete is 1 [2020-02-04T18:14:04.834Z] Deleted: sha256:08e18a14d1bf61959d51df9de8f3fda1d4ed08d00f3364c181eef43e8dbf00ce [2020-02-04T18:14:04.834Z] Deleted: sha256:315ef5224cbab37d81abdaf525f18ca09cd4a8ecef306cbca411236499286962 [2020-02-04T18:14:04.834Z] Deleted: sha256:af240a7ff8d56f1837c4e11b99e1fb088c85a96b0191861f6b2ef2026699841b [2020-02-04T18:14:04.834Z] Deleted: sha256:1da6a8358e85ea71cef60507e65bdbd4d01ff5b07bef3207c0a28d6176e7d63e [2020-02-04T18:14:05.588Z] #25 19.26 Reading package lists... [2020-02-04T18:14:05.588Z] #25 ... [2020-02-04T18:14:05.588Z] [2020-02-04T18:14:05.588Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:05.588Z] #10 12.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:14:05.588Z] #10 21.85 Fetched 8325 kB in 16s (521 kB/s) [2020-02-04T18:14:05.846Z] #10 21.85 Reading package lists... [2020-02-04T18:14:05.846Z] #10 ... [2020-02-04T18:14:05.846Z] [2020-02-04T18:14:05.846Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:14:05.846Z] #41 22.09 Checking out files: 92% (1438/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2020-02-04T18:14:05.846Z] #41 22.22 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-04T18:14:06.082Z] #47 ... [2020-02-04T18:14:06.082Z] [2020-02-04T18:14:06.082Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:06.082Z] #35 35.11 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:06.082Z] #35 35.38 Fetched 14.9 MB in 2s (8008 kB/s) [2020-02-04T18:14:06.082Z] #35 35.50 Selecting previously unselected package xxd. [2020-02-04T18:14:06.082Z] #35 35.50 (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-02-04T18:14:06.082Z] #35 35.58 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-04T18:14:06.082Z] #35 35.60 Unpacking xxd (2:8.1.0875-5) ... [2020-02-04T18:14:06.113Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-04T18:14:06.113Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-04T18:14:06.113Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-04T18:14:06.113Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-04T18:14:06.339Z] #35 35.83 Selecting previously unselected package vim-common. [2020-02-04T18:14:06.339Z] #35 35.83 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:14:06.339Z] #35 35.87 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-04T18:14:06.595Z] #35 36.27 Selecting previously unselected package cmake-data. [2020-02-04T18:14:06.595Z] #35 36.27 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-04T18:14:06.595Z] #35 36.27 Unpacking cmake-data (3.13.4-1) ... [2020-02-04T18:14:06.781Z] #41 ... [2020-02-04T18:14:06.781Z] [2020-02-04T18:14:06.781Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:06.781Z] #43 12.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:14:06.781Z] #43 23.07 Fetched 8325 kB in 17s (496 kB/s) [2020-02-04T18:14:06.781Z] #43 23.07 Reading package lists... [2020-02-04T18:14:06.781Z] #43 ... [2020-02-04T18:14:06.781Z] [2020-02-04T18:14:06.781Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:14:06.781Z] #59 21.35 Fetched 8325 kB in 17s (490 kB/s) [2020-02-04T18:14:07.207Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-04T18:14:07.207Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-04T18:14:07.207Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-04T18:14:07.207Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-04T18:14:07.207Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-04T18:14:07.207Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-04T18:14:07.716Z] #59 21.35 Reading package lists... [2020-02-04T18:14:07.716Z] #59 ... [2020-02-04T18:14:07.716Z] [2020-02-04T18:14:07.716Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:07.716Z] #35 14.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:14:07.716Z] #35 23.93 Fetched 8325 kB in 17s (503 kB/s) [2020-02-04T18:14:07.716Z] #35 23.93 Reading package lists... [2020-02-04T18:14:07.716Z] #35 ... [2020-02-04T18:14:07.716Z] [2020-02-04T18:14:07.716Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:07.716Z] #71 23.06 Checking out files: 66% (1328/1997) Checking out files: 67% (1338/1997) Checking out files: 68% (1358/1997) Checking out files: 69% (1378/1997) Checking out files: 70% (1398/1997) Checking out files: 71% (1418/1997) Checking out files: 72% (1438/1997) Checking out files: 73% (1458/1997) Checking out files: 74% (1478/1997) Checking out files: 75% (1498/1997) Checking out files: 76% (1518/1997) Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-04T18:14:07.716Z] #71 23.62 + cd /tmp/tmp.hA6WEHzM2w/src/github.com/docker/libnetwork [2020-02-04T18:14:07.716Z] #71 23.63 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:14:07.716Z] #71 23.95 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-04T18:14:07.732Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-04T18:14:08.107Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-04T18:14:08.107Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-04T18:14:08.107Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-04T18:14:08.489Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-04T18:14:08.489Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-04T18:14:08.489Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-04T18:14:08.868Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-04T18:14:08.868Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-04T18:14:09.113Z] #35 ... [2020-02-04T18:14:09.113Z] [2020-02-04T18:14:09.113Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:09.113Z] #10 21.75 Reading package lists... [2020-02-04T18:14:09.113Z] #10 28.76 Reading package lists... [2020-02-04T18:14:09.113Z] #10 35.53 Building dependency tree... [2020-02-04T18:14:09.113Z] #10 ... [2020-02-04T18:14:09.113Z] [2020-02-04T18:14:09.113Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:09.113Z] #25 30.72 Reading package lists... [2020-02-04T18:14:09.113Z] #25 37.40 Building dependency tree... [2020-02-04T18:14:09.264Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-04T18:14:09.264Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-04T18:14:09.264Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-04T18:14:09.264Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-04T18:14:09.264Z] go: finding cloud.google.com/go v0.26.0 [2020-02-04T18:14:09.518Z] [2020-02-04T18:14:09.518Z] [2020-02-04T18:14:09.518Z] __GENUS : 2 [2020-02-04T18:14:09.518Z] __CLASS : __PARAMETERS [2020-02-04T18:14:09.518Z] __SUPERCLASS : [2020-02-04T18:14:09.518Z] __DYNASTY : __PARAMETERS [2020-02-04T18:14:09.518Z] __RELPATH : [2020-02-04T18:14:09.518Z] __PROPERTY_COUNT : 1 [2020-02-04T18:14:09.518Z] __DERIVATION : {} [2020-02-04T18:14:09.518Z] __SERVER : [2020-02-04T18:14:09.518Z] __NAMESPACE : [2020-02-04T18:14:09.518Z] __PATH : [2020-02-04T18:14:09.518Z] ReturnValue : 0 [2020-02-04T18:14:09.518Z] PSComputerName : [2020-02-04T18:14:09.518Z] [2020-02-04T18:14:09.518Z] INFO: Nuking d:\CI [2020-02-04T18:14:09.518Z] INFO: Zapped successfully [2020-02-04T18:14:09.518Z] INFO: Location for testing is d:\CI\PR-40451\4 [2020-02-04T18:14:09.518Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-02-04T18:14:09.518Z] [2020-02-04T18:14:09.518Z] [2020-02-04T18:14:09.518Z] INFO: Building the image from Dockerfile.windows at 02/04/2020 18:14:08... [2020-02-04T18:14:09.518Z] [2020-02-04T18:14:10.087Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-04T18:14:10.087Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-04T18:14:10.087Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-04T18:14:10.908Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-04T18:14:10.908Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-04T18:14:11.284Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-04T18:14:11.284Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-04T18:14:11.284Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-04T18:14:11.284Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-04T18:14:11.632Z] #25 41.00 ca-certificates is already the newest version (20190110). [2020-02-04T18:14:11.632Z] #25 41.00 The following additional packages will be installed: [2020-02-04T18:14:11.632Z] #25 41.01 libjq1 libonig5 [2020-02-04T18:14:11.650Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-04T18:14:11.650Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-04T18:14:11.650Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-04T18:14:11.888Z] #25 41.54 The following NEW packages will be installed: [2020-02-04T18:14:11.888Z] #25 41.57 jq libjq1 libonig5 [2020-02-04T18:14:12.024Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-04T18:14:12.024Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-04T18:14:12.024Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-04T18:14:12.024Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-04T18:14:12.024Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-04T18:14:12.024Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-04T18:14:12.024Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-04T18:14:12.395Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-04T18:14:12.452Z] #25 ... [2020-02-04T18:14:12.452Z] [2020-02-04T18:14:12.452Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:12.452Z] #71 DONE 41.8s [2020-02-04T18:14:12.452Z] [2020-02-04T18:14:12.452Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:12.452Z] #25 41.99 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:12.452Z] #25 41.99 Need to get 355 kB of archives. [2020-02-04T18:14:12.452Z] #25 41.99 After this operation, 1072 kB of additional disk space will be used. [2020-02-04T18:14:12.452Z] #25 41.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-04T18:14:12.452Z] #25 42.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-04T18:14:12.452Z] #25 42.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-04T18:14:12.452Z] #25 ... [2020-02-04T18:14:12.452Z] [2020-02-04T18:14:12.452Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:12.452Z] #10 39.10 The following additional packages will be installed: [2020-02-04T18:14:12.452Z] #10 39.10 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-04T18:14:12.452Z] #10 39.11 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-04T18:14:12.452Z] #10 39.11 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-04T18:14:12.452Z] #10 39.12 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-04T18:14:12.452Z] #10 39.14 Suggested packages: [2020-02-04T18:14:12.452Z] #10 39.14 gcc-8-locales seccomp wine64 [2020-02-04T18:14:12.452Z] #10 40.56 The following NEW packages will be installed: [2020-02-04T18:14:12.452Z] #10 40.57 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-04T18:14:12.452Z] #10 40.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-04T18:14:12.452Z] #10 40.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-04T18:14:12.452Z] #10 40.58 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-04T18:14:12.452Z] #10 40.58 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-04T18:14:12.452Z] #10 40.59 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-04T18:14:12.452Z] #10 40.98 0 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:12.452Z] #10 40.98 Need to get 77.7 MB of archives. [2020-02-04T18:14:12.452Z] #10 40.98 After this operation, 487 MB of additional disk space will be used. [2020-02-04T18:14:12.452Z] #10 40.98 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-02-04T18:14:12.452Z] #10 41.21 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-02-04T18:14:12.452Z] #10 41.52 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-02-04T18:14:12.452Z] #10 41.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-04T18:14:12.452Z] #10 41.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-04T18:14:12.452Z] #10 41.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-04T18:14:12.452Z] #10 42.13 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-02-04T18:14:12.770Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-04T18:14:12.770Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-04T18:14:12.986Z] #71 ... [2020-02-04T18:14:12.986Z] [2020-02-04T18:14:12.986Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:12.986Z] #43 23.07 Reading package lists... [2020-02-04T18:14:13.014Z] #10 42.75 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-02-04T18:14:13.149Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-04T18:14:13.149Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-04T18:14:13.149Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-04T18:14:13.149Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-04T18:14:13.149Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-04T18:14:13.149Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-04T18:14:13.149Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-04T18:14:13.271Z] #10 42.78 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-02-04T18:14:13.519Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-04T18:14:13.900Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-04T18:14:13.900Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-04T18:14:13.900Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-04T18:14:13.900Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-04T18:14:14.279Z] go: finding github.com/kr/text v0.1.0 [2020-02-04T18:14:14.279Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-04T18:14:14.279Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-02-04T18:14:14.279Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-04T18:14:14.648Z] #10 ... [2020-02-04T18:14:14.648Z] [2020-02-04T18:14:14.648Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:14:14.648Z] #59 30.57 Reading package lists... [2020-02-04T18:14:14.648Z] #59 37.21 Building dependency tree... [2020-02-04T18:14:14.648Z] #59 40.88 The following additional packages will be installed: [2020-02-04T18:14:14.648Z] #59 40.89 libbtrfs0 [2020-02-04T18:14:14.648Z] #59 41.11 The following NEW packages will be installed: [2020-02-04T18:14:14.648Z] #59 41.13 libbtrfs-dev libbtrfs0 [2020-02-04T18:14:14.648Z] #59 41.51 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:14.648Z] #59 41.51 Need to get 119 kB of archives. [2020-02-04T18:14:14.648Z] #59 41.51 After this operation, 387 kB of additional disk space will be used. [2020-02-04T18:14:14.648Z] #59 41.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-04T18:14:14.648Z] #59 41.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-04T18:14:14.648Z] #59 43.03 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:14.648Z] #59 43.31 Fetched 119 kB in 0s (419 kB/s) [2020-02-04T18:14:14.648Z] #59 43.38 Selecting previously unselected package libbtrfs0. [2020-02-04T18:14:14.648Z] #59 43.38 (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-02-04T18:14:14.648Z] #59 43.46 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-04T18:14:14.648Z] #59 43.48 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-04T18:14:14.648Z] #59 43.60 Selecting previously unselected package libbtrfs-dev. [2020-02-04T18:14:14.648Z] #59 43.61 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-04T18:14:14.648Z] #59 43.62 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:14:14.648Z] #59 43.89 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-04T18:14:14.648Z] #59 43.90 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:14:14.648Z] #59 43.93 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:14.648Z] #59 DONE 44.4s [2020-02-04T18:14:14.648Z] [2020-02-04T18:14:14.648Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:14.648Z] #25 43.52 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:14.648Z] #25 43.77 Fetched 355 kB in 0s (1267 kB/s) [2020-02-04T18:14:14.648Z] #25 43.87 Selecting previously unselected package libonig5:amd64. [2020-02-04T18:14:14.648Z] #25 43.87 (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-02-04T18:14:14.648Z] #25 43.95 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-04T18:14:14.648Z] #25 43.97 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:14:14.648Z] #25 44.25 Selecting previously unselected package libjq1:amd64. [2020-02-04T18:14:14.648Z] #25 44.25 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:14:14.648Z] #25 44.26 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:14:14.676Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-04T18:14:14.676Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-04T18:14:14.904Z] [2020-02-04T18:14:14.904Z] #25 ... [2020-02-04T18:14:14.904Z] [2020-02-04T18:14:14.904Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:14:14.904Z] #60 DONE 0.1s [2020-02-04T18:14:14.904Z] [2020-02-04T18:14:14.904Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:14.904Z] #25 44.56 Selecting previously unselected package jq. [2020-02-04T18:14:14.904Z] #25 44.58 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ...#25 ... [2020-02-04T18:14:14.904Z] [2020-02-04T18:14:14.904Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-04T18:14:14.904Z] #61 DONE 0.1s [2020-02-04T18:14:14.904Z] [2020-02-04T18:14:14.904Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:14.904Z] #25 44.58 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:14:14.904Z] #25 44.61 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-04T18:14:15.050Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-04T18:14:15.050Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-04T18:14:15.159Z] #25 44.90 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:14:15.159Z] #25 44.91 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:14:15.159Z] #25 44.93 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-04T18:14:15.159Z] #25 44.94 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:15.450Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-04T18:14:15.450Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-04T18:14:15.852Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-04T18:14:15.852Z] go: finding github.com/kr/pty v1.1.1 [2020-02-04T18:14:16.086Z] #25 DONE 45.7s [2020-02-04T18:14:16.086Z] [2020-02-04T18:14:16.086Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:16.086Z] #43 30.69 Reading package lists... [2020-02-04T18:14:16.086Z] #43 37.22 Building dependency tree... [2020-02-04T18:14:16.086Z] #43 40.89 The following additional packages will be installed: [2020-02-04T18:14:16.086Z] #43 40.89 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-04T18:14:16.086Z] #43 40.90 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-04T18:14:16.086Z] #43 40.91 Suggested packages: [2020-02-04T18:14:16.086Z] #43 40.92 manpages-dev python-setuptools [2020-02-04T18:14:16.086Z] #43 42.48 The following NEW packages will be installed: [2020-02-04T18:14:16.086Z] #43 42.49 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-04T18:14:16.086Z] #43 42.49 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-04T18:14:16.086Z] #43 42.49 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-04T18:14:16.086Z] #43 42.49 python-six zlib1g-dev [2020-02-04T18:14:16.086Z] #43 43.05 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:16.086Z] #43 43.05 Need to get 4095 kB of archives. [2020-02-04T18:14:16.086Z] #43 43.05 After this operation, 22.5 MB of additional disk space will be used. [2020-02-04T18:14:16.086Z] #43 43.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-04T18:14:16.086Z] #43 43.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-04T18:14:16.086Z] #43 43.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-02-04T18:14:16.086Z] #43 43.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-04T18:14:16.086Z] #43 43.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-02-04T18:14:16.086Z] #43 43.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-04T18:14:16.086Z] #43 43.10 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-02-04T18:14:16.086Z] #43 43.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-02-04T18:14:16.086Z] #43 43.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-04T18:14:16.086Z] #43 43.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-04T18:14:16.086Z] #43 43.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-04T18:14:16.086Z] #43 43.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-04T18:14:16.086Z] #43 43.42 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-02-04T18:14:16.086Z] #43 43.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-02-04T18:14:16.086Z] #43 43.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-04T18:14:16.086Z] #43 43.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-04T18:14:16.086Z] #43 43.46 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-04T18:14:16.086Z] #43 44.76 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:16.086Z] #43 45.12 Fetched 4095 kB in 1s (5907 kB/s) [2020-02-04T18:14:16.086Z] #43 45.38 Selecting previously unselected package libcap-dev:amd64. [2020-02-04T18:14:16.086Z] #43 45.38 (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-02-04T18:14:16.086Z] #43 45.53 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-04T18:14:16.086Z] #43 45.55 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-04T18:14:16.086Z] #43 ... [2020-02-04T18:14:16.086Z] [2020-02-04T18:14:16.086Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-04T18:14:16.086Z] #26 DONE 0.1s [2020-02-04T18:14:16.086Z] [2020-02-04T18:14:16.086Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:16.086Z] #43 45.80 Selecting previously unselected package libnet1:amd64. [2020-02-04T18:14:16.086Z] #43 45.84 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-04T18:14:16.086Z] #43 ... [2020-02-04T18:14:16.086Z] [2020-02-04T18:14:16.086Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:16.256Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-04T18:14:18.512Z] #43 29.64 Reading package lists... [2020-02-04T18:14:18.512Z] #43 ... [2020-02-04T18:14:18.512Z] [2020-02-04T18:14:18.512Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:14:18.512Z] #41 24.41 + 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-02-04T18:14:18.512Z] #41 ... [2020-02-04T18:14:18.512Z] [2020-02-04T18:14:18.512Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:14:18.512Z] #53 25.98 + cd /tmp/tmp.zO4VIC0dTY/src/github.com/golangci/golangci-lint/ [2020-02-04T18:14:18.512Z] #53 25.98 + git checkout -q v1.20.0 [2020-02-04T18:14:18.512Z] #53 26.40 ++ git describe --tags [2020-02-04T18:14:18.512Z] #53 26.40 + version=v1.20.0 [2020-02-04T18:14:18.512Z] #53 26.40 ++ git rev-parse --short HEAD [2020-02-04T18:14:18.512Z] #53 26.42 + commit=cc98739 [2020-02-04T18:14:18.512Z] #53 26.43 ++ git show -s --format=%cd [2020-02-04T18:14:18.512Z] #53 26.43 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-04T18:14:18.512Z] #53 26.43 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:14:19.354Z] #27 ... [2020-02-04T18:14:19.354Z] [2020-02-04T18:14:19.354Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:19.354Z] #33 38.33 sync [2020-02-04T18:14:19.354Z] #33 38.33 internal/reflectlite [2020-02-04T18:14:19.354Z] #33 40.95 sort [2020-02-04T18:14:19.354Z] #33 40.96 errors [2020-02-04T18:14:19.354Z] #33 41.34 strconv [2020-02-04T18:14:19.354Z] #33 42.56 io [2020-02-04T18:14:19.354Z] #33 44.06 internal/oserror [2020-02-04T18:14:19.354Z] #33 44.35 syscall [2020-02-04T18:14:19.354Z] #33 46.21 reflect [2020-02-04T18:14:19.354Z] #33 ... [2020-02-04T18:14:19.354Z] [2020-02-04T18:14:19.354Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:19.354Z] #43 45.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:19.354Z] #43 46.19 Selecting previously unselected package libnet1-dev. [2020-02-04T18:14:19.354Z] #43 46.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 46.21 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:19.354Z] #43 46.43 Selecting previously unselected package libnl-3-200:amd64. [2020-02-04T18:14:19.354Z] #43 46.43 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 46.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:14:19.354Z] #43 46.65 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-04T18:14:19.354Z] #43 46.66 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 46.68 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-04T18:14:19.354Z] #43 47.04 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-04T18:14:19.354Z] #43 47.04 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 47.05 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:19.354Z] #43 47.12 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-04T18:14:19.354Z] #43 47.14 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 47.15 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:19.354Z] #43 47.29 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-04T18:14:19.354Z] #43 47.30 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 47.31 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-04T18:14:19.354Z] #43 47.57 Selecting previously unselected package libprotobuf17:amd64. [2020-02-04T18:14:19.354Z] #43 47.58 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 47.58 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:19.354Z] #43 48.32 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-04T18:14:19.354Z] #43 48.32 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 48.32 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:19.354Z] #43 48.53 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-04T18:14:19.354Z] #43 48.54 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:19.354Z] #43 48.55 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:19.447Z] #53 ... [2020-02-04T18:14:19.447Z] [2020-02-04T18:14:19.447Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:19.447Z] #25 19.26 Reading package lists... [2020-02-04T18:14:19.447Z] #25 26.04 Reading package lists... [2020-02-04T18:14:19.447Z] #25 32.24 Building dependency tree... [2020-02-04T18:14:19.447Z] #25 35.71 ca-certificates is already the newest version (20190110). [2020-02-04T18:14:19.447Z] #25 35.71 The following additional packages will be installed: [2020-02-04T18:14:19.447Z] #25 35.72 libjq1 libonig5 [2020-02-04T18:14:19.447Z] #25 ... [2020-02-04T18:14:19.447Z] [2020-02-04T18:14:19.447Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:19.447Z] #43 29.64 Reading package lists... [2020-02-04T18:14:19.914Z] #43 ... [2020-02-04T18:14:19.914Z] [2020-02-04T18:14:19.914Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:19.914Z] #35 39.57 Selecting previously unselected package libicu63:amd64. [2020-02-04T18:14:19.914Z] #35 39.59 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-04T18:14:19.914Z] #35 39.61 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-04T18:14:19.915Z] #35 48.41 Selecting previously unselected package libxml2:amd64. [2020-02-04T18:14:19.915Z] #35 48.43 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-04T18:14:19.915Z] #35 48.44 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-04T18:14:19.915Z] #35 49.15 Selecting previously unselected package libarchive13:amd64. [2020-02-04T18:14:19.915Z] #35 49.16 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-04T18:14:19.915Z] #35 49.18 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-04T18:14:19.915Z] #35 49.52 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-04T18:14:19.915Z] #35 49.53 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-04T18:14:19.915Z] #35 49.55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-04T18:14:20.170Z] #35 49.71 Selecting previously unselected package librhash0:amd64. [2020-02-04T18:14:20.170Z] #35 49.74 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-04T18:14:20.170Z] #35 49.74 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-04T18:14:20.170Z] #35 ... [2020-02-04T18:14:20.170Z] [2020-02-04T18:14:20.170Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:20.170Z] #10 46.44 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-02-04T18:14:20.170Z] #10 48.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-04T18:14:20.170Z] #10 48.92 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-04T18:14:20.170Z] #10 48.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-04T18:14:20.170Z] #10 48.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-04T18:14:20.170Z] #10 48.92 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-02-04T18:14:20.170Z] #10 48.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u2 [109 kB] [2020-02-04T18:14:20.170Z] #10 48.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-04T18:14:20.170Z] #10 48.97 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-04T18:14:20.170Z] #10 48.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-04T18:14:20.170Z] #10 49.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-04T18:14:20.170Z] #10 49.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-04T18:14:20.170Z] #10 49.07 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-04T18:14:20.170Z] #10 49.11 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-04T18:14:20.170Z] #10 49.11 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-04T18:14:20.170Z] #10 49.11 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u2 [321 kB] [2020-02-04T18:14:20.581Z] #43 36.25 Building dependency tree... [2020-02-04T18:14:20.581Z] #43 ... [2020-02-04T18:14:20.581Z] [2020-02-04T18:14:20.581Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:20.581Z] #47 26.67 vendor/golang.org/x/crypto/curve25519 [2020-02-04T18:14:20.731Z] #10 50.28 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:20.731Z] #10 50.49 Fetched 77.7 MB in 8s (9229 kB/s) [2020-02-04T18:14:21.039Z] #47 ... [2020-02-04T18:14:21.040Z] [2020-02-04T18:14:21.040Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:21.040Z] #25 36.18 The following NEW packages will be installed: [2020-02-04T18:14:21.040Z] #25 36.18 jq libjq1 libonig5 [2020-02-04T18:14:21.040Z] #25 36.59 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:21.040Z] #25 36.59 Need to get 355 kB of archives. [2020-02-04T18:14:21.040Z] #25 36.59 After this operation, 1072 kB of additional disk space will be used. [2020-02-04T18:14:21.040Z] #25 36.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-04T18:14:21.040Z] #25 36.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-04T18:14:21.040Z] #25 36.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-04T18:14:21.042Z] #10 50.61 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-04T18:14:21.042Z] #10 50.62 (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-02-04T18:14:21.042Z] #10 50.76 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-04T18:14:21.042Z] #10 50.77 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-04T18:14:21.299Z] #25 37.80 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:21.299Z] #25 ... [2020-02-04T18:14:21.299Z] [2020-02-04T18:14:21.299Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:14:21.299Z] #59 21.35 Reading package lists... [2020-02-04T18:14:21.299Z] #59 28.16 Reading package lists... [2020-02-04T18:14:21.299Z] #59 34.77 Building dependency tree... [2020-02-04T18:14:21.557Z] #59 ... [2020-02-04T18:14:21.557Z] [2020-02-04T18:14:21.557Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:21.557Z] #43 36.25 Building dependency tree... [2020-02-04T18:14:21.609Z] #10 ... [2020-02-04T18:14:21.609Z] [2020-02-04T18:14:21.609Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:21.609Z] #47 40.79 github.com/LK4D4/vndr/godl/singleflight [2020-02-04T18:14:21.609Z] #47 40.80 internal/reflectlite [2020-02-04T18:14:21.609Z] #47 41.08 math/rand [2020-02-04T18:14:21.609Z] #47 42.67 internal/singleflight [2020-02-04T18:14:21.609Z] #47 43.91 io [2020-02-04T18:14:21.609Z] #47 43.91 strconv [2020-02-04T18:14:21.609Z] #47 45.37 bytes [2020-02-04T18:14:21.609Z] #47 48.04 bufio [2020-02-04T18:14:21.609Z] #47 48.15 reflect [2020-02-04T18:14:21.609Z] #47 50.02 syscall [2020-02-04T18:14:21.609Z] #47 ... [2020-02-04T18:14:21.609Z] [2020-02-04T18:14:21.609Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:21.609Z] #27 3.753 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-04T18:14:21.609Z] #27 4.091 [2020-02-04T18:14:21.815Z] #43 ... [2020-02-04T18:14:21.815Z] [2020-02-04T18:14:21.815Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:21.815Z] #10 21.85 Reading package lists... [2020-02-04T18:14:21.815Z] #10 28.65 Reading package lists... [2020-02-04T18:14:21.815Z] #10 35.30 Building dependency tree... [2020-02-04T18:14:21.868Z] Sending build context to Docker daemon 51.34MB [2020-02-04T18:14:21.868Z] [2020-02-04T18:14:21.868Z] Step 1/10 : FROM microsoft/windowsservercore [2020-02-04T18:14:21.868Z] ---> 8351e66084ac [2020-02-04T18:14:21.868Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-02-04T18:14:22.073Z] #10 ... [2020-02-04T18:14:22.073Z] [2020-02-04T18:14:22.073Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:14:22.073Z] #25 38.07 Fetched 355 kB in 0s (1186 kB/s) [2020-02-04T18:14:22.073Z] #25 38.20 Selecting previously unselected package libonig5:amd64. [2020-02-04T18:14:22.073Z] #25 38.20 (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-02-04T18:14:22.073Z] #25 38.34 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-04T18:14:22.073Z] #25 38.35 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:14:22.121Z] #27 4.294 ## 2.8% ###### 9.4% ########### 15.6% ############### 21.8% ################### 27.6% ######################## 33.8% ############################# 40.8% ############################### 44.0% ################################### 49.4% ######################################## 56.6% ############################################# 62.7% ################################################# 68.9% ##################################################### 74.2% ########################################################## 81.8% ############################################################### 87.8% #################################################################### 94.6% ######################################################################## 100.0% [2020-02-04T18:14:22.332Z] #25 38.62 Selecting previously unselected package libjq1:amd64. [2020-02-04T18:14:22.332Z] #25 38.62 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:14:22.332Z] #25 38.63 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:14:22.332Z] #25 38.82 Selecting previously unselected package jq. [2020-02-04T18:14:22.591Z] #25 38.88 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:14:22.591Z] #25 38.88 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-04T18:14:22.591Z] #25 39.10 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:14:22.681Z] #27 6.380 #=#=# [2020-02-04T18:14:22.833Z] ---> Running in 0c9c1eb8a122 [2020-02-04T18:14:22.849Z] #25 39.11 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:14:22.849Z] #25 39.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-04T18:14:22.849Z] #25 39.13 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:23.441Z] #25 DONE 39.8s [2020-02-04T18:14:23.441Z] [2020-02-04T18:14:23.441Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-04T18:14:23.441Z] #26 DONE 0.1s [2020-02-04T18:14:23.441Z] [2020-02-04T18:14:23.441Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:23.441Z] #10 38.70 The following additional packages will be installed: [2020-02-04T18:14:23.441Z] #10 38.71 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-04T18:14:23.441Z] #10 38.71 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-04T18:14:23.441Z] #10 38.72 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-04T18:14:23.441Z] #10 38.73 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-04T18:14:23.441Z] #10 38.74 Suggested packages: [2020-02-04T18:14:23.441Z] #10 38.74 gcc-8-locales seccomp wine64 [2020-02-04T18:14:23.450Z] #27 6.531 # 1.5% ############ 17.3% ##################### 30.1% ############################### 43.5% ################################################### 71.4% ################################################### 71.7% #################################################################### 95.5% ######################################################################## 100.0% [2020-02-04T18:14:23.703Z] #10 ... [2020-02-04T18:14:23.703Z] [2020-02-04T18:14:23.703Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:23.703Z] #35 23.93 Reading package lists... [2020-02-04T18:14:23.703Z] #35 30.44 Reading package lists... [2020-02-04T18:14:23.703Z] #35 36.90 Building dependency tree... [2020-02-04T18:14:23.706Z] #27 7.609 [2020-02-04T18:14:23.962Z] #35 ... [2020-02-04T18:14:23.962Z] [2020-02-04T18:14:23.962Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:23.962Z] #43 39.99 The following additional packages will be installed: [2020-02-04T18:14:23.962Z] #43 40.00 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-04T18:14:23.962Z] #43 40.00 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-04T18:14:23.962Z] #43 40.00 Suggested packages: [2020-02-04T18:14:23.962Z] #43 40.00 manpages-dev python-setuptools [2020-02-04T18:14:24.988Z] #27 7.765 0.0% ###### 8.9% ############ 17.3% ################## 25.1% ###################### 31.6% ############################## 41.9% ################################### 49.1% ######################################### 58.3% ################################################## 69.9% ####################################################### 77.6% [2020-02-04T18:14:24.988Z] #27 ... [2020-02-04T18:14:24.988Z] [2020-02-04T18:14:24.988Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:14:24.988Z] #62 3.127 + RM_GOPATH=0 [2020-02-04T18:14:24.988Z] #62 3.127 + TMP_GOPATH= [2020-02-04T18:14:24.988Z] #62 3.127 + : /build [2020-02-04T18:14:24.988Z] #62 3.127 + '[' -z '' ']' [2020-02-04T18:14:24.988Z] #62 3.132 ++ mktemp -d [2020-02-04T18:14:24.988Z] #62 3.149 + export GOPATH=/tmp/tmp.BoOAzcLrJ7 [2020-02-04T18:14:24.988Z] #62 3.150 + GOPATH=/tmp/tmp.BoOAzcLrJ7 [2020-02-04T18:14:24.988Z] #62 3.150 + RM_GOPATH=1 [2020-02-04T18:14:24.988Z] #62 3.152 ++ dirname ./install.sh [2020-02-04T18:14:24.988Z] #62 3.153 + dir=. [2020-02-04T18:14:24.988Z] #62 3.153 + bin=containerd [2020-02-04T18:14:24.988Z] #62 3.154 + shift [2020-02-04T18:14:24.988Z] #62 3.154 + '[' '!' -f ./containerd.installer ']' [2020-02-04T18:14:24.988Z] #62 3.155 + . ./containerd.installer [2020-02-04T18:14:24.988Z] #62 3.156 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:14:24.988Z] #62 3.157 + install_containerd [2020-02-04T18:14:24.989Z] #62 3.157 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-02-04T18:14:24.989Z] #62 3.157 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:14:24.989Z] #62 3.157 + git clone https://github.com/containerd/containerd.git /tmp/tmp.BoOAzcLrJ7/src/github.com/containerd/containerd [2020-02-04T18:14:24.989Z] #62 3.159 Cloning into '/tmp/tmp.BoOAzcLrJ7/src/github.com/containerd/containerd'... [2020-02-04T18:14:24.989Z] #62 ... [2020-02-04T18:14:24.989Z] [2020-02-04T18:14:24.989Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:25.002Z] Removing intermediate container 0c9c1eb8a122 [2020-02-04T18:14:25.002Z] ---> e5392d35c838 [2020-02-04T18:14:25.002Z] Step 3/10 : ARG GO_VERSION=1.13.7 [2020-02-04T18:14:25.002Z] ---> Running in 78daf7297f68 [2020-02-04T18:14:25.245Z] #27 7.765 0.0% ###### 8.9% ############ 17.3% ################## 25.1% ###################### 31.6% ############################## 41.9% ################################### 49.1% ######################################### 58.3% ################################################## 69.9% ####################################################### 77.6% ############################################################ 84.4% ############################################################## 86.9% ######################################################################## 100.0% [2020-02-04T18:14:25.338Z] #43 ... [2020-02-04T18:14:25.338Z] [2020-02-04T18:14:25.338Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:25.338Z] #71 DONE 41.1s [2020-02-04T18:14:25.338Z] [2020-02-04T18:14:25.338Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:25.338Z] #35 41.16 The following additional packages will be installed: [2020-02-04T18:14:25.338Z] #35 41.19 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-04T18:14:25.338Z] #35 41.21 Suggested packages: [2020-02-04T18:14:25.338Z] #35 41.21 cmake-doc ninja-build lrzip [2020-02-04T18:14:25.338Z] #35 41.21 Recommended packages: [2020-02-04T18:14:25.338Z] #35 41.21 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-04T18:14:25.462Z] Removing intermediate container 78daf7297f68 [2020-02-04T18:14:25.462Z] ---> a0e647cbf1ea [2020-02-04T18:14:25.462Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-02-04T18:14:25.462Z] ---> Running in 46a48f802e89 [2020-02-04T18:14:25.502Z] #27 ... [2020-02-04T18:14:25.502Z] [2020-02-04T18:14:25.502Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:25.502Z] #35 49.91 Selecting previously unselected package libuv1:amd64. [2020-02-04T18:14:25.502Z] #35 49.94 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-04T18:14:25.502Z] #35 49.95 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-04T18:14:25.503Z] #35 50.14 Selecting previously unselected package cmake. [2020-02-04T18:14:25.503Z] #35 50.15 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-04T18:14:25.503Z] #35 50.16 Unpacking cmake (3.13.4-1) ... [2020-02-04T18:14:25.503Z] #35 53.82 Setting up libicu63:amd64 (63.1-6) ... [2020-02-04T18:14:25.503Z] #35 53.85 Setting up xxd (2:8.1.0875-5) ... [2020-02-04T18:14:25.503Z] #35 53.86 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-04T18:14:25.503Z] #35 53.90 Setting up vim-common (2:8.1.0875-5) ... [2020-02-04T18:14:25.503Z] #35 53.96 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-04T18:14:25.503Z] #35 54.01 Setting up cmake-data (3.13.4-1) ... [2020-02-04T18:14:25.503Z] #35 54.07 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-04T18:14:25.503Z] #35 54.09 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-04T18:14:25.503Z] #35 54.11 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-04T18:14:25.503Z] #35 54.12 Setting up cmake (3.13.4-1) ... [2020-02-04T18:14:25.503Z] #35 54.14 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:25.503Z] #35 54.23 Processing triggers for mime-support (3.62) ... [2020-02-04T18:14:25.503Z] #35 DONE 55.1s [2020-02-04T18:14:25.503Z] [2020-02-04T18:14:25.503Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:14:25.503Z] #36 DONE 0.1s [2020-02-04T18:14:25.503Z] [2020-02-04T18:14:25.503Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-04T18:14:25.503Z] #37 DONE 0.1s [2020-02-04T18:14:25.503Z] [2020-02-04T18:14:25.503Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:26.276Z] #35 ... [2020-02-04T18:14:26.276Z] [2020-02-04T18:14:26.276Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:14:26.276Z] #59 38.58 The following additional packages will be installed: [2020-02-04T18:14:26.276Z] #59 38.59 libbtrfs0 [2020-02-04T18:14:26.276Z] #59 38.82 The following NEW packages will be installed: [2020-02-04T18:14:26.276Z] #59 38.83 libbtrfs-dev libbtrfs0 [2020-02-04T18:14:26.276Z] #59 39.29 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:26.276Z] #59 39.29 Need to get 119 kB of archives. [2020-02-04T18:14:26.276Z] #59 39.29 After this operation, 387 kB of additional disk space will be used. [2020-02-04T18:14:26.276Z] #59 39.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-04T18:14:26.276Z] #59 39.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-04T18:14:26.276Z] #59 40.64 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:26.276Z] #59 40.89 Fetched 119 kB in 0s (446 kB/s) [2020-02-04T18:14:26.276Z] #59 41.10 Selecting previously unselected package libbtrfs0. [2020-02-04T18:14:26.276Z] #59 41.10 (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-02-04T18:14:26.276Z] #59 41.18 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-04T18:14:26.276Z] #59 41.20 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-04T18:14:26.276Z] #59 41.29 Selecting previously unselected package libbtrfs-dev. [2020-02-04T18:14:26.276Z] #59 41.37 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-04T18:14:26.276Z] #59 41.38 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:14:26.276Z] #59 41.94 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-04T18:14:26.276Z] #59 42.02 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:14:26.276Z] #59 42.03 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:26.276Z] #59 DONE 42.5s [2020-02-04T18:14:26.276Z] [2020-02-04T18:14:26.276Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:14:26.276Z] #60 DONE 0.1s [2020-02-04T18:14:26.276Z] [2020-02-04T18:14:26.276Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-04T18:14:26.276Z] #61 DONE 0.1s [2020-02-04T18:14:26.276Z] [2020-02-04T18:14:26.276Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:26.276Z] #43 41.84 The following NEW packages will be installed: [2020-02-04T18:14:26.276Z] #43 41.84 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-04T18:14:26.276Z] #43 41.84 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-04T18:14:26.276Z] #43 41.84 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-04T18:14:26.276Z] #43 41.84 python-six zlib1g-dev [2020-02-04T18:14:26.276Z] #43 42.37 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:26.276Z] #43 42.37 Need to get 4095 kB of archives. [2020-02-04T18:14:26.276Z] #43 42.37 After this operation, 22.5 MB of additional disk space will be used. [2020-02-04T18:14:26.276Z] #43 42.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-04T18:14:26.276Z] #43 42.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-04T18:14:26.276Z] #43 42.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-02-04T18:14:26.276Z] #43 42.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-04T18:14:26.276Z] #43 42.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-02-04T18:14:26.276Z] #43 42.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-04T18:14:26.276Z] #43 42.42 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-02-04T18:14:26.276Z] #43 42.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-02-04T18:14:26.276Z] #43 42.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-04T18:14:26.276Z] #43 42.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-04T18:14:26.276Z] #43 42.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-04T18:14:26.276Z] #43 42.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-04T18:14:26.426Z] Removing intermediate container 46a48f802e89 [2020-02-04T18:14:26.426Z] ---> bbfb60df82c4 [2020-02-04T18:14:26.426Z] 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-02-04T18:14:26.426Z] ---> Running in aca72ad28dc6 [2020-02-04T18:14:26.534Z] #43 42.87 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-02-04T18:14:26.534Z] #43 42.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-02-04T18:14:26.534Z] #43 42.93 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-04T18:14:26.534Z] #43 42.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-04T18:14:26.534Z] #43 42.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-04T18:14:26.872Z] #38 ... [2020-02-04T18:14:26.872Z] [2020-02-04T18:14:26.872Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:14:26.872Z] #50 46.04 + cd /tmp/tmp.8baBHKbZot/src/gotest.tools/gotestsum [2020-02-04T18:14:26.872Z] #50 46.04 + git checkout -q v0.3.5 [2020-02-04T18:14:26.872Z] #50 46.11 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-04T18:14:26.872Z] #50 ... [2020-02-04T18:14:26.872Z] [2020-02-04T18:14:26.872Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:26.872Z] #27 9.512 [2020-02-04T18:14:27.412Z] Removing intermediate container aca72ad28dc6 [2020-02-04T18:14:27.413Z] ---> b27293748336 [2020-02-04T18:14:27.413Z] 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-02-04T18:14:27.413Z] ---> Running in 63900a39c893 [2020-02-04T18:14:28.434Z] #43 44.39 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:28.434Z] #43 44.69 Fetched 4095 kB in 1s (4802 kB/s) [2020-02-04T18:14:28.434Z] #43 44.77 Selecting previously unselected package libcap-dev:amd64. [2020-02-04T18:14:28.434Z] #43 44.78 (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-02-04T18:14:28.669Z] #27 9.719 0.8% ## 3.3% ### 5.2% ###### 8.9% ####### 10.8% ######### 13.0% ########## 14.2% ############ 17.2% ############# 18.6% ############## 20.5% ################ 22.3% ################# 24.9% ################### 27.5% ##################### 29.9% ####################### 32.0% ######################### 34.8% ########################## 36.6% ############################ 39.9% ############################# 41.1% ############################## 42.8% ################################ 45.1% ################################# 47.2% ################################### 48.9% #################################### 50.5% ###################################### 53.7% ######################################## 55.9% [2020-02-04T18:14:28.669Z] #27 ... [2020-02-04T18:14:28.669Z] [2020-02-04T18:14:28.669Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:14:28.669Z] #30 48.20 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-04T18:14:28.669Z] #30 50.19 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-04T18:14:28.669Z] #30 ... [2020-02-04T18:14:28.669Z] [2020-02-04T18:14:28.669Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:28.692Z] #43 44.88 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-04T18:14:28.692Z] #43 44.89 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-04T18:14:28.692Z] #43 45.04 Selecting previously unselected package libnet1:amd64. [2020-02-04T18:14:28.692Z] #43 45.07 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-04T18:14:28.692Z] #43 45.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:28.950Z] #43 45.19 Selecting previously unselected package libnet1-dev. [2020-02-04T18:14:28.950Z] #43 45.19 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-04T18:14:28.950Z] #43 45.27 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:29.209Z] #43 45.49 Selecting previously unselected package libnl-3-200:amd64. [2020-02-04T18:14:29.209Z] #43 45.49 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-04T18:14:29.209Z] #43 45.50 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:14:29.209Z] #43 45.66 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-04T18:14:29.487Z] #43 45.66 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-04T18:14:29.487Z] #43 45.66 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-04T18:14:29.746Z] #43 46.11 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-04T18:14:29.746Z] #43 46.12 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:14:29.746Z] #43 46.12 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:29.746Z] #43 46.25 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-04T18:14:30.004Z] #43 46.28 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:14:30.004Z] #43 46.29 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:30.004Z] #43 46.39 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-04T18:14:30.004Z] #43 46.40 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-04T18:14:30.004Z] #43 46.41 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-04T18:14:30.209Z] #27 9.719 0.8% ## 3.3% ### 5.2% ###### 8.9% ####### 10.8% ######### 13.0% ########## 14.2% ############ 17.2% ############# 18.6% ############## 20.5% ################ 22.3% ################# 24.9% ################### 27.5% ##################### 29.9% ####################### 32.0% ######################### 34.8% ########################## 36.6% ############################ 39.9% ############################# 41.1% ############################## 42.8% ################################ 45.1% ################################# 47.2% ################################### 48.9% #################################### 50.5% ###################################### 53.7% ######################################## 55.9% ######################################### 57.7% ########################################## 59.7% ############################################ 61.6% ############################################## 64.1% ################################################ 67.2% ################################################## 69.6% #################################################### 72.3% #################################################### 73.5% ###################################################### 76.3% ######################################################## 78.3% ######################################################### 79.7% ########################################################### 82.1% ############################################################ 84.1% ############################################################# 85.0% ############################################################## 86.7% [2020-02-04T18:14:30.209Z] #27 ... [2020-02-04T18:14:30.209Z] [2020-02-04T18:14:30.209Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:30.209Z] #43 49.89 Selecting previously unselected package libprotoc17:amd64. [2020-02-04T18:14:30.209Z] #43 49.90 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:30.209Z] #43 49.91 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:30.209Z] #43 50.61 Selecting previously unselected package protobuf-c-compiler. [2020-02-04T18:14:30.209Z] #43 50.62 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:14:30.209Z] #43 50.63 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-04T18:14:30.209Z] #43 50.82 Selecting previously unselected package protobuf-compiler. [2020-02-04T18:14:30.209Z] #43 50.85 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:30.209Z] #43 50.86 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-04T18:14:30.209Z] #43 51.03 Selecting previously unselected package python-pkg-resources. [2020-02-04T18:14:30.209Z] #43 51.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-04T18:14:30.209Z] #43 51.05 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-04T18:14:30.209Z] #43 51.32 Selecting previously unselected package python-six. [2020-02-04T18:14:30.209Z] #43 51.33 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-04T18:14:30.209Z] #43 51.34 Unpacking python-six (1.12.0-1) ... [2020-02-04T18:14:30.209Z] #43 51.46 Selecting previously unselected package python-protobuf. [2020-02-04T18:14:30.209Z] #43 51.46 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:30.209Z] #43 51.48 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-04T18:14:30.209Z] #43 52.07 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-04T18:14:30.209Z] #43 57.46 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:30.209Z] #43 57.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:30.209Z] #43 57.49 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:30.209Z] #43 57.50 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:30.209Z] #43 57.51 Setting up python-six (1.12.0-1) ... [2020-02-04T18:14:30.209Z] #43 ... [2020-02-04T18:14:30.209Z] [2020-02-04T18:14:30.209Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:30.572Z] #43 46.73 Selecting previously unselected package libprotobuf17:amd64. [2020-02-04T18:14:30.572Z] #43 46.73 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:30.572Z] #43 46.74 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:30.980Z] #27 9.719 0.8% ## 3.3% ### 5.2% ###### 8.9% ####### 10.8% ######### 13.0% ########## 14.2% ############ 17.2% ############# 18.6% ############## 20.5% ################ 22.3% ################# 24.9% ################### 27.5% ##################### 29.9% ####################### 32.0% ######################### 34.8% ########################## 36.6% ############################ 39.9% ############################# 41.1% ############################## 42.8% ################################ 45.1% ################################# 47.2% ################################### 48.9% #################################### 50.5% ###################################### 53.7% ######################################## 55.9% ######################################### 57.7% ########################################## 59.7% ############################################ 61.6% ############################################## 64.1% ################################################ 67.2% ################################################## 69.6% #################################################### 72.3% #################################################### 73.5% ###################################################### 76.3% ######################################################## 78.3% ######################################################### 79.7% ########################################################### 82.1% ############################################################ 84.1% ############################################################# 85.0% ############################################################## 86.7% ################################################################ 89.1% ################################################################# 91.1% ################################################################## 92.9% ################################################################### 94.4% ##################################################################### 96.3% ####################################################################### 99.1% ######################################################################## 100.0% [2020-02-04T18:14:30.980Z] #27 14.81 [2020-02-04T18:14:31.507Z] #43 47.54 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-04T18:14:31.507Z] #43 47.59 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:31.507Z] #43 47.61 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:31.507Z] #43 47.88 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-04T18:14:31.507Z] #43 47.88 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:31.507Z] #43 47.90 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:31.507Z] #43 ... [2020-02-04T18:14:31.507Z] [2020-02-04T18:14:31.507Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:31.507Z] #33 37.67 sync [2020-02-04T18:14:31.507Z] #33 37.67 internal/reflectlite [2020-02-04T18:14:31.507Z] #33 40.40 errors [2020-02-04T18:14:31.507Z] #33 40.41 sort [2020-02-04T18:14:31.507Z] #33 41.25 strconv [2020-02-04T18:14:31.507Z] #33 42.35 io [2020-02-04T18:14:31.507Z] #33 43.49 internal/oserror [2020-02-04T18:14:31.507Z] #33 43.74 syscall [2020-02-04T18:14:31.507Z] #33 46.09 reflect [2020-02-04T18:14:31.766Z] #33 ... [2020-02-04T18:14:31.766Z] [2020-02-04T18:14:31.766Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:14:31.766Z] #30 47.97 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-04T18:14:31.910Z] #27 15.78 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-04T18:14:32.473Z] #27 16.10 [2020-02-04T18:14:32.473Z] #27 16.28 ######################################################################## 100.0% [2020-02-04T18:14:32.473Z] #27 16.39 [2020-02-04T18:14:32.702Z] #30 ... [2020-02-04T18:14:32.702Z] [2020-02-04T18:14:32.702Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:32.702Z] #47 38.54 internal/reflectlite [2020-02-04T18:14:32.702Z] #47 38.56 sync [2020-02-04T18:14:32.702Z] #47 40.26 github.com/LK4D4/vndr/godl/singleflight [2020-02-04T18:14:32.702Z] #47 40.79 math/rand [2020-02-04T18:14:32.702Z] #47 42.50 internal/singleflight [2020-02-04T18:14:32.702Z] #47 43.27 strconv [2020-02-04T18:14:32.702Z] #47 43.27 io [2020-02-04T18:14:32.702Z] #47 44.71 bytes [2020-02-04T18:14:32.702Z] #47 47.07 bufio [2020-02-04T18:14:32.702Z] #47 47.56 reflect [2020-02-04T18:14:32.702Z] #47 ... [2020-02-04T18:14:32.702Z] [2020-02-04T18:14:32.702Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:32.702Z] #27 4.854 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-04T18:14:32.702Z] #27 5.311 [2020-02-04T18:14:32.702Z] #27 5.484 ## 3.7% ###### 9.1% ########## 15.2% ############## 20.1% ################## 25.7% #################### 28.8% ####################### 33.1% ########################## 37.0% ############################# 41.0% ################################# 46.0% ##################################### 51.5% ######################################## 56.6% ############################################ 61.8% ############################################### 66.7% ################################################### 71.3% ###################################################### 75.9% ######################################################### 80.3% ############################################################# 85.0% ################################################################## 92.8% ######################################################################## 100.0% [2020-02-04T18:14:32.702Z] #27 7.980 #=#=# [2020-02-04T18:14:32.702Z] #27 8.205 ###### 9.3% ####################### 32.3% ##################################### 51.4% ############################################### 66.0% ########################################################### 82.1% ######################################################################## 100.0% [2020-02-04T18:14:32.702Z] #27 9.108 [2020-02-04T18:14:32.702Z] #27 9.311 #### 6.2% [2020-02-04T18:14:32.702Z] #27 ... [2020-02-04T18:14:32.702Z] [2020-02-04T18:14:32.702Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:32.702Z] #47 48.90 syscall [2020-02-04T18:14:33.213Z] [2020-02-04T18:14:33.213Z] SUCCESS: Specified value was saved. [2020-02-04T18:14:33.404Z] #27 17.30 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-04T18:14:33.661Z] #27 ... [2020-02-04T18:14:33.661Z] [2020-02-04T18:14:33.661Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:33.661Z] #33 52.87 time [2020-02-04T18:14:33.661Z] #33 59.59 internal/poll [2020-02-04T18:14:33.661Z] #33 61.34 internal/fmtsort [2020-02-04T18:14:33.661Z] #33 62.11 internal/syscall/unix [2020-02-04T18:14:33.661Z] #33 62.15 strings [2020-02-04T18:14:33.661Z] #33 62.48 os [2020-02-04T18:14:33.661Z] #33 ... [2020-02-04T18:14:33.661Z] [2020-02-04T18:14:33.661Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:33.661Z] #10 53.35 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-04T18:14:33.661Z] #10 53.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-04T18:14:33.661Z] #10 53.36 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-04T18:14:33.661Z] #10 57.19 Selecting previously unselected package binutils-mingw-w64. [2020-02-04T18:14:33.661Z] #10 57.25 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-04T18:14:33.661Z] #10 57.26 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-04T18:14:33.661Z] #10 57.43 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-04T18:14:33.661Z] #10 57.47 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:14:33.661Z] #10 57.49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:14:33.661Z] #10 57.76 Selecting previously unselected package dmsetup. [2020-02-04T18:14:33.661Z] #10 57.77 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:14:33.661Z] #10 57.80 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-04T18:14:33.661Z] #10 58.01 Selecting previously unselected package mingw-w64-common. [2020-02-04T18:14:33.661Z] #10 58.05 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-04T18:14:33.661Z] #10 58.05 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-04T18:14:33.918Z] #10 ... [2020-02-04T18:14:33.918Z] [2020-02-04T18:14:33.918Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:33.918Z] #27 17.72 [2020-02-04T18:14:34.076Z] #47 ... [2020-02-04T18:14:34.077Z] [2020-02-04T18:14:34.077Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:34.077Z] #10 40.41 The following NEW packages will be installed: [2020-02-04T18:14:34.077Z] #10 40.41 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-04T18:14:34.077Z] #10 40.41 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-04T18:14:34.077Z] #10 40.41 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-04T18:14:34.077Z] #10 40.42 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-04T18:14:34.077Z] #10 40.42 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-04T18:14:34.077Z] #10 40.44 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-04T18:14:34.077Z] #10 40.95 0 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:34.077Z] #10 40.95 Need to get 77.7 MB of archives. [2020-02-04T18:14:34.077Z] #10 40.95 After this operation, 487 MB of additional disk space will be used. [2020-02-04T18:14:34.077Z] #10 40.95 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-02-04T18:14:34.077Z] #10 41.24 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-02-04T18:14:34.077Z] #10 41.55 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-02-04T18:14:34.077Z] #10 41.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-04T18:14:34.077Z] #10 41.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-04T18:14:34.077Z] #10 41.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-04T18:14:34.077Z] #10 42.46 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-02-04T18:14:34.077Z] #10 42.96 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-02-04T18:14:34.077Z] #10 42.96 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-02-04T18:14:34.077Z] #10 46.06 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-02-04T18:14:34.077Z] #10 48.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-04T18:14:34.077Z] #10 48.64 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-04T18:14:34.077Z] #10 48.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-04T18:14:34.077Z] #10 48.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-04T18:14:34.077Z] #10 48.65 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-02-04T18:14:34.077Z] #10 48.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u2 [109 kB] [2020-02-04T18:14:34.077Z] #10 48.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-04T18:14:34.077Z] #10 48.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-04T18:14:34.077Z] #10 48.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-04T18:14:34.077Z] #10 48.73 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-04T18:14:34.077Z] #10 48.75 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-04T18:14:34.077Z] #10 48.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-04T18:14:34.077Z] #10 48.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-04T18:14:34.077Z] #10 48.82 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-04T18:14:34.077Z] #10 48.83 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u2 [321 kB] [2020-02-04T18:14:34.077Z] #10 50.34 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:34.174Z] #27 17.92 ######################################### 57.4% ######################################################################## 100.0% [2020-02-04T18:14:34.335Z] #10 50.58 Fetched 77.7 MB in 8s (9390 kB/s) [2020-02-04T18:14:34.335Z] #10 ... [2020-02-04T18:14:34.335Z] [2020-02-04T18:14:34.335Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:34.335Z] #27 9.311 #### 6.2% ####### 10.8% ############ 17.5% ################# 24.0% ######################### 35.8% ################################ 45.4% ######################################## 55.9% ################################################ 67.6% ######################################################### 79.2% ############################################################### 87.7% ####################################################################### 99.9% ######################################################################## 100.0% [2020-02-04T18:14:34.335Z] #27 10.74 [2020-02-04T18:14:34.431Z] #27 18.12 [2020-02-04T18:14:34.742Z] INFO: Downloading git... [2020-02-04T18:14:35.381Z] #27 19.02 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-04T18:14:35.381Z] #27 19.08 skipping existing 1849cc453dee [2020-02-04T18:14:35.381Z] #27 19.22 [2020-02-04T18:14:35.707Z] INFO: Downloading go... [2020-02-04T18:14:36.315Z] #27 20.13 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-04T18:14:36.410Z] #27 10.99 # 1.4% ### 4.3% ##### 7.1% ####### 10.0% ########## 14.4% ############ 17.5% ############## 20.8% ################# 24.2% ################### 27.3% ##################### 30.3% ######################## 33.4% ########################## 36.5% ############################ 39.2% ############################### 44.1% ################################## 47.7% #################################### 50.2% ###################################### 53.1% [2020-02-04T18:14:36.410Z] #27 ... [2020-02-04T18:14:36.410Z] [2020-02-04T18:14:36.410Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:14:36.410Z] #62 3.252 + RM_GOPATH=0 [2020-02-04T18:14:36.410Z] #62 3.252 + TMP_GOPATH= [2020-02-04T18:14:36.410Z] #62 3.252 + : /build [2020-02-04T18:14:36.410Z] #62 3.252 + '[' -z '' ']' [2020-02-04T18:14:36.410Z] #62 3.252 ++ mktemp -d [2020-02-04T18:14:36.410Z] #62 3.254 + export GOPATH=/tmp/tmp.iLbjVEP0KA [2020-02-04T18:14:36.410Z] #62 3.254 + GOPATH=/tmp/tmp.iLbjVEP0KA [2020-02-04T18:14:36.410Z] #62 3.254 + RM_GOPATH=1 [2020-02-04T18:14:36.410Z] #62 3.254 ++ dirname ./install.sh [2020-02-04T18:14:36.410Z] #62 3.256 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:14:36.410Z] #62 3.256 + dir=. [2020-02-04T18:14:36.410Z] #62 3.256 + bin=containerd [2020-02-04T18:14:36.410Z] #62 3.256 + shift [2020-02-04T18:14:36.410Z] #62 3.256 + '[' '!' -f ./containerd.installer ']' [2020-02-04T18:14:36.410Z] #62 3.256 + . ./containerd.installer [2020-02-04T18:14:36.410Z] #62 3.256 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:14:36.410Z] #62 3.256 + install_containerd [2020-02-04T18:14:36.410Z] #62 3.256 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-02-04T18:14:36.410Z] #62 3.256 + git clone https://github.com/containerd/containerd.git /tmp/tmp.iLbjVEP0KA/src/github.com/containerd/containerd [2020-02-04T18:14:36.410Z] #62 3.359 Cloning into '/tmp/tmp.iLbjVEP0KA/src/github.com/containerd/containerd'... [2020-02-04T18:14:36.410Z] #62 ... [2020-02-04T18:14:36.410Z] [2020-02-04T18:14:36.410Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:36.410Z] #27 10.99 # 1.4% ### 4.3% ##### 7.1% ####### 10.0% ########## 14.4% ############ 17.5% ############## 20.8% ################# 24.2% ################### 27.3% ##################### 30.3% ######################## 33.4% ########################## 36.5% ############################ 39.2% ############################### 44.1% ################################## 47.7% #################################### 50.2% ###################################### 53.1% ####################################### 55.1% ######################################## 56.4% [2020-02-04T18:14:36.410Z] #27 ... [2020-02-04T18:14:36.410Z] [2020-02-04T18:14:36.410Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:36.410Z] #35 42.90 The following NEW packages will be installed: [2020-02-04T18:14:36.410Z] #35 42.90 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-04T18:14:36.410Z] #35 42.90 vim-common xxd [2020-02-04T18:14:36.410Z] #35 43.30 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:14:36.410Z] #35 43.30 Need to get 14.9 MB of archives. [2020-02-04T18:14:36.410Z] #35 43.30 After this operation, 61.8 MB of additional disk space will be used. [2020-02-04T18:14:36.410Z] #35 43.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-04T18:14:36.410Z] #35 43.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-04T18:14:36.410Z] #35 43.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-04T18:14:36.410Z] #35 43.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-04T18:14:36.410Z] #35 44.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-04T18:14:36.410Z] #35 44.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-04T18:14:36.410Z] #35 44.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-04T18:14:36.410Z] #35 44.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-04T18:14:36.410Z] #35 44.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-04T18:14:36.410Z] #35 44.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-04T18:14:36.410Z] #35 45.88 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:14:36.410Z] #35 46.16 Fetched 14.9 MB in 2s (8441 kB/s) [2020-02-04T18:14:36.410Z] #35 46.25 Selecting previously unselected package xxd. [2020-02-04T18:14:36.410Z] #35 46.25 (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-02-04T18:14:36.410Z] #35 46.34 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-04T18:14:36.410Z] #35 46.36 Unpacking xxd (2:8.1.0875-5) ... [2020-02-04T18:14:36.410Z] #35 46.60 Selecting previously unselected package vim-common. [2020-02-04T18:14:36.410Z] #35 46.61 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:14:36.410Z] #35 46.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-04T18:14:36.410Z] #35 47.08 Selecting previously unselected package cmake-data. [2020-02-04T18:14:36.410Z] #35 47.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-04T18:14:36.410Z] #35 47.09 Unpacking cmake-data (3.13.4-1) ... [2020-02-04T18:14:36.410Z] #35 50.53 Selecting previously unselected package libicu63:amd64. [2020-02-04T18:14:36.410Z] #35 50.54 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-04T18:14:36.410Z] #35 50.55 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-04T18:14:36.668Z] #35 ... [2020-02-04T18:14:36.668Z] [2020-02-04T18:14:36.668Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:36.877Z] #27 20.51 [2020-02-04T18:14:36.877Z] #27 20.70 ######################################################################## 100.0% [2020-02-04T18:14:36.877Z] #27 20.80 [2020-02-04T18:14:36.877Z] #27 20.91 Download of images into '/build' complete. [2020-02-04T18:14:36.877Z] #27 20.91 Use something like the following to load the result into a Docker daemon: [2020-02-04T18:14:36.877Z] #27 20.91 tar -cC '/build' . | docker load [2020-02-04T18:14:37.703Z] #27 10.99 # 1.4% ### 4.3% ##### 7.1% ####### 10.0% ########## 14.4% ############ 17.5% ############## 20.8% ################# 24.2% ################### 27.3% ##################### 30.3% ######################## 33.4% ########################## 36.5% ############################ 39.2% ############################### 44.1% ################################## 47.7% #################################### 50.2% ###################################### 53.1% ####################################### 55.1% ######################################## 56.4% ########################################### 60.9% ############################################## 64.1% ################################################ 67.8% ################################################### 71.7% ###################################################### 75.7% ######################################################### 79.3% ############################################################ 83.6% ############################################################## 86.8% ################################################################ 90.1% ################################################################### 93.9% ####################################################################### 98.6% ######################################################################## 100.0% [2020-02-04T18:14:37.804Z] #27 DONE 21.7s [2020-02-04T18:14:37.804Z] [2020-02-04T18:14:37.804Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:37.804Z] #38 3.089 + RM_GOPATH=0 [2020-02-04T18:14:37.804Z] #38 3.089 + TMP_GOPATH= [2020-02-04T18:14:37.804Z] #38 3.089 + : /build [2020-02-04T18:14:37.804Z] #38 3.090 + '[' -z '' ']' [2020-02-04T18:14:37.804Z] #38 3.091 ++ mktemp -d [2020-02-04T18:14:37.804Z] #38 3.097 + export GOPATH=/tmp/tmp.O38PEkK1wS [2020-02-04T18:14:37.804Z] #38 3.097 + GOPATH=/tmp/tmp.O38PEkK1wS [2020-02-04T18:14:37.804Z] #38 3.097 + RM_GOPATH=1 [2020-02-04T18:14:37.804Z] #38 3.097 ++ dirname ./install.sh [2020-02-04T18:14:37.804Z] #38 3.098 + dir=. [2020-02-04T18:14:37.804Z] #38 3.100 + bin=tini [2020-02-04T18:14:37.804Z] #38 3.100 + shift [2020-02-04T18:14:37.804Z] #38 3.100 + '[' '!' -f ./tini.installer ']' [2020-02-04T18:14:37.804Z] #38 3.101 + . ./tini.installer [2020-02-04T18:14:37.804Z] #38 3.101 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:14:37.804Z] #38 3.102 + install_tini [2020-02-04T18:14:37.804Z] #38 3.102 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-04T18:14:37.804Z] #38 3.103 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:14:37.804Z] #38 3.103 + git clone https://github.com/krallin/tini.git /tmp/tmp.O38PEkK1wS/tini [2020-02-04T18:14:37.804Z] #38 3.106 Cloning into '/tmp/tmp.O38PEkK1wS/tini'... [2020-02-04T18:14:37.804Z] #38 3.975 + cd /tmp/tmp.O38PEkK1wS/tini [2020-02-04T18:14:37.804Z] #38 3.976 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:14:37.804Z] #38 3.985 + cmake . [2020-02-04T18:14:37.804Z] #38 4.759 -- The C compiler identification is GNU 8.3.0 [2020-02-04T18:14:37.804Z] #38 4.868 -- Check for working C compiler: /usr/bin/cc [2020-02-04T18:14:37.804Z] #38 5.779 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-04T18:14:37.804Z] #38 5.798 -- Detecting C compiler ABI info [2020-02-04T18:14:37.804Z] #38 6.686 -- Detecting C compiler ABI info - done [2020-02-04T18:14:37.804Z] #38 6.753 -- Detecting C compile features [2020-02-04T18:14:37.804Z] #38 8.916 -- Detecting C compile features - done [2020-02-04T18:14:37.804Z] #38 8.938 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-04T18:14:37.804Z] #38 9.301 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-04T18:14:37.804Z] #38 9.440 -- Configuring done [2020-02-04T18:14:37.804Z] #38 9.490 -- Generating done [2020-02-04T18:14:37.804Z] #38 9.498 -- Build files have been written to: /tmp/tmp.O38PEkK1wS/tini [2020-02-04T18:14:37.804Z] #38 9.512 + make tini-static [2020-02-04T18:14:37.804Z] #38 10.08 Scanning dependencies of target tini-static [2020-02-04T18:14:37.804Z] #38 10.19 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-04T18:14:37.804Z] #38 11.83 [100%] Linking C executable tini-static [2020-02-04T18:14:37.961Z] #27 14.35 [2020-02-04T18:14:38.365Z] #38 12.57 [100%] Built target tini-static [2020-02-04T18:14:38.365Z] #38 12.77 + mkdir -p /build [2020-02-04T18:14:38.365Z] #38 12.77 + cp tini-static /build/docker-init [2020-02-04T18:14:38.365Z] #38 DONE 12.9s [2020-02-04T18:14:38.365Z] [2020-02-04T18:14:38.365Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:38.365Z] #43 62.23 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-04T18:14:38.365Z] #43 62.24 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:14:38.365Z] #43 62.27 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:38.365Z] #43 62.29 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-04T18:14:38.365Z] #43 62.30 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:38.365Z] #43 62.30 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-04T18:14:38.365Z] #43 62.32 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:38.365Z] #43 62.33 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:38.365Z] #43 62.34 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-04T18:14:38.365Z] #43 62.35 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-04T18:14:38.651Z] #27 15.20 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-04T18:14:38.926Z] #43 ... [2020-02-04T18:14:38.926Z] [2020-02-04T18:14:38.926Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:38.926Z] #47 58.38 time [2020-02-04T18:14:38.926Z] #47 64.13 os [2020-02-04T18:14:38.926Z] #47 64.38 strings [2020-02-04T18:14:38.926Z] #47 68.08 regexp/syntax [2020-02-04T18:14:39.182Z] #47 ... [2020-02-04T18:14:39.182Z] [2020-02-04T18:14:39.182Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:39.182Z] #33 65.38 path [2020-02-04T18:14:39.182Z] #33 66.10 text/tabwriter [2020-02-04T18:14:39.182Z] #33 66.84 path/filepath [2020-02-04T18:14:39.182Z] #33 66.86 fmt [2020-02-04T18:14:39.233Z] #27 15.74 [2020-02-04T18:14:39.491Z] #27 15.92 ######################################################################## 100.0% [2020-02-04T18:14:39.749Z] #27 16.09 [2020-02-04T18:14:39.749Z] #27 ... [2020-02-04T18:14:39.749Z] [2020-02-04T18:14:39.749Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:14:39.749Z] #50 45.68 + cd /tmp/tmp.Ykj6tgHiJq/src/gotest.tools/gotestsum [2020-02-04T18:14:39.749Z] #50 45.68 + git checkout -q v0.3.5 [2020-02-04T18:14:39.749Z] #50 45.78 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-04T18:14:39.749Z] #50 ... [2020-02-04T18:14:39.749Z] [2020-02-04T18:14:39.749Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:39.749Z] #10 50.68 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-04T18:14:39.749Z] #10 50.68 (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-02-04T18:14:39.749Z] #10 50.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-04T18:14:39.749Z] #10 50.85 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-04T18:14:39.749Z] #10 53.89 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-04T18:14:39.749Z] #10 53.90 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-04T18:14:39.749Z] #10 53.90 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-04T18:14:40.547Z] #33 69.67 io/ioutil [2020-02-04T18:14:40.685Z] #10 ... [2020-02-04T18:14:40.685Z] [2020-02-04T18:14:40.685Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:40.685Z] #27 17.11 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-04T18:14:40.944Z] #27 17.51 [2020-02-04T18:14:41.202Z] #27 17.73 ################################################## 70.0% ######################################################################## 100.0% [2020-02-04T18:14:41.202Z] #27 17.84 [2020-02-04T18:14:41.476Z] #33 ... [2020-02-04T18:14:41.476Z] [2020-02-04T18:14:41.476Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:41.476Z] #43 70.39 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-04T18:14:41.476Z] #43 70.44 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:41.476Z] #43 DONE 70.8s [2020-02-04T18:14:41.476Z] [2020-02-04T18:14:41.476Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:14:41.485Z] INFO: Downloading compiler 1 of 3... [2020-02-04T18:14:41.485Z] INFO: Downloading compiler 2 of 3... [2020-02-04T18:14:41.485Z] INFO: Downloading compiler 3 of 3... [2020-02-04T18:14:41.485Z] INFO: Extracting git... [2020-02-04T18:14:42.576Z] #27 18.97 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-04T18:14:42.576Z] #27 19.06 skipping existing 1849cc453dee [2020-02-04T18:14:42.835Z] #27 19.20 [2020-02-04T18:14:42.835Z] #27 ... [2020-02-04T18:14:42.835Z] [2020-02-04T18:14:42.835Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:42.835Z] #43 49.28 Selecting previously unselected package libprotoc17:amd64. [2020-02-04T18:14:42.835Z] #43 49.31 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:42.835Z] #43 49.34 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:42.835Z] #43 50.19 Selecting previously unselected package protobuf-c-compiler. [2020-02-04T18:14:42.835Z] #43 50.22 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:14:42.835Z] #43 50.24 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-04T18:14:42.835Z] #43 50.38 Selecting previously unselected package protobuf-compiler. [2020-02-04T18:14:42.835Z] #43 50.39 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:42.835Z] #43 50.39 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-04T18:14:42.835Z] #43 50.53 Selecting previously unselected package python-pkg-resources. [2020-02-04T18:14:42.835Z] #43 50.54 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-04T18:14:42.835Z] #43 50.55 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-04T18:14:42.835Z] #43 50.80 Selecting previously unselected package python-six. [2020-02-04T18:14:42.835Z] #43 50.81 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-04T18:14:42.835Z] #43 50.82 Unpacking python-six (1.12.0-1) ... [2020-02-04T18:14:42.835Z] #43 50.93 Selecting previously unselected package python-protobuf. [2020-02-04T18:14:42.835Z] #43 50.94 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-04T18:14:42.835Z] #43 50.95 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-04T18:14:42.835Z] #43 51.65 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-04T18:14:42.835Z] #43 57.04 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:42.835Z] #43 57.06 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:42.835Z] #43 57.07 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:42.835Z] #43 57.09 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-04T18:14:42.835Z] #43 57.10 Setting up python-six (1.12.0-1) ... [2020-02-04T18:14:43.094Z] #43 ... [2020-02-04T18:14:43.094Z] [2020-02-04T18:14:43.094Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:43.094Z] #35 58.34 Selecting previously unselected package libxml2:amd64. [2020-02-04T18:14:43.094Z] #35 58.35 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-04T18:14:43.094Z] #35 58.35 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-04T18:14:43.094Z] #35 58.95 Selecting previously unselected package libarchive13:amd64. [2020-02-04T18:14:43.094Z] #35 58.95 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-04T18:14:43.094Z] #35 58.98 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-04T18:14:43.094Z] #35 59.31 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-04T18:14:43.094Z] #35 59.31 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-04T18:14:43.094Z] #35 59.32 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-04T18:14:43.094Z] #35 59.47 Selecting previously unselected package librhash0:amd64. [2020-02-04T18:14:43.094Z] #35 59.48 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-04T18:14:43.094Z] #35 59.48 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-04T18:14:43.354Z] #35 59.69 Selecting previously unselected package libuv1:amd64. [2020-02-04T18:14:43.354Z] #35 59.69 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-04T18:14:43.354Z] #35 59.69 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-04T18:14:43.354Z] #35 59.86 Selecting previously unselected package cmake. [2020-02-04T18:14:43.612Z] #35 59.87 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-04T18:14:43.612Z] #35 59.87 Unpacking cmake (3.13.4-1) ... [2020-02-04T18:14:43.872Z] #35 ... [2020-02-04T18:14:43.872Z] [2020-02-04T18:14:43.872Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:14:43.872Z] #30 50.22 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-04T18:14:44.131Z] #30 ... [2020-02-04T18:14:44.131Z] [2020-02-04T18:14:44.131Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:14:44.131Z] #27 20.36 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-04T18:14:44.390Z] #27 20.86 [2020-02-04T18:14:44.649Z] #27 21.03 ######################################################################## 100.0% [2020-02-04T18:14:44.649Z] #27 21.23 [2020-02-04T18:14:44.908Z] #27 21.32 Download of images into '/build' complete. [2020-02-04T18:14:44.908Z] #27 21.32 Use something like the following to load the result into a Docker daemon: [2020-02-04T18:14:44.908Z] #27 21.32 tar -cC '/build' . | docker load [2020-02-04T18:14:44.934Z] ok github.com/docker/docker/api/server/httputils 0.035s coverage: 14.7% of statements [2020-02-04T18:14:44.934Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/api/types/filters 0.015s coverage: 92.2% of statements [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/api/types/time 0.026s coverage: 100.0% of statements [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 4.5% of statements [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/api/types/versions 0.028s coverage: 75.0% of statements [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-04T18:14:44.935Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/builder/dockerignore 0.012s coverage: 96.8% of statements [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/builder/remotecontext 0.280s coverage: 13.6% of statements [2020-02-04T18:14:44.935Z] ok github.com/docker/docker/builder/remotecontext/git 3.185s coverage: 86.3% of statements [2020-02-04T18:14:45.167Z] #27 DONE 21.6s [2020-02-04T18:14:45.167Z] [2020-02-04T18:14:45.167Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:45.167Z] #10 57.44 Selecting previously unselected package binutils-mingw-w64. [2020-02-04T18:14:45.167Z] #10 57.49 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-04T18:14:45.167Z] #10 57.49 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-04T18:14:45.167Z] #10 57.64 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-04T18:14:45.167Z] #10 57.68 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:14:45.167Z] #10 57.70 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:14:45.167Z] #10 57.92 Selecting previously unselected package dmsetup. [2020-02-04T18:14:45.167Z] #10 57.92 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:14:45.167Z] #10 57.93 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-04T18:14:45.167Z] #10 58.07 Selecting previously unselected package mingw-w64-common. [2020-02-04T18:14:45.167Z] #10 58.09 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-04T18:14:45.167Z] #10 58.09 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-04T18:14:45.426Z] #10 ... [2020-02-04T18:14:45.426Z] [2020-02-04T18:14:45.426Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:45.426Z] #33 51.41 time [2020-02-04T18:14:45.426Z] #33 58.92 internal/poll [2020-02-04T18:14:45.426Z] #33 60.82 internal/fmtsort [2020-02-04T18:14:45.426Z] #33 61.11 internal/syscall/unix [2020-02-04T18:14:45.426Z] #33 61.46 os [2020-02-04T18:14:45.426Z] #33 ... [2020-02-04T18:14:45.426Z] [2020-02-04T18:14:45.426Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:45.426Z] #43 61.81 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-04T18:14:45.646Z] #44 4.039 Note: Building without setproctitle() and strlcpy() support. [2020-02-04T18:14:45.646Z] #44 4.039 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-04T18:14:45.684Z] #43 61.86 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:14:45.684Z] #43 61.87 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:45.684Z] #43 61.89 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-04T18:14:45.684Z] #43 61.90 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:45.684Z] #43 61.91 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-04T18:14:45.684Z] #43 61.92 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-04T18:14:45.684Z] #43 61.93 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-04T18:14:45.684Z] #43 61.94 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-04T18:14:45.684Z] #43 61.96 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-04T18:14:45.874Z] ok github.com/docker/docker/builder/dockerfile 1.139s coverage: 48.2% of statements [2020-02-04T18:14:45.874Z] ? github.com/docker/docker/cli [no test files] [2020-02-04T18:14:45.874Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-04T18:14:45.902Z] #44 ... [2020-02-04T18:14:45.902Z] [2020-02-04T18:14:45.902Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:45.902Z] #10 65.46 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-04T18:14:45.902Z] #10 65.47 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-04T18:14:45.902Z] #10 65.48 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-04T18:14:45.902Z] #10 74.23 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-04T18:14:45.902Z] #10 74.23 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-04T18:14:45.902Z] #10 74.24 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:14:45.902Z] #10 74.39 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-04T18:14:45.902Z] #10 74.40 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-04T18:14:45.902Z] #10 74.40 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:14:47.268Z] #10 ... [2020-02-04T18:14:47.268Z] [2020-02-04T18:14:47.268Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:14:47.268Z] #44 5.912 fatal: not a git repository (or any of the parent directories): .git [2020-02-04T18:14:47.268Z] #44 5.936 GEN .gitid [2020-02-04T18:14:47.268Z] #44 5.967 GEN criu/include/version.h [2020-02-04T18:14:47.268Z] #44 5.991 GEN include/common/asm [2020-02-04T18:14:48.635Z] #44 7.465 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-04T18:14:48.635Z] #44 7.546 PBCC images/opts.pb-c.c [2020-02-04T18:14:48.891Z] #44 7.611 PBCC images/sit.pb-c.c [2020-02-04T18:14:48.891Z] #44 7.677 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-04T18:14:48.891Z] #44 7.710 DEP images/opts.pb-c.d [2020-02-04T18:14:48.891Z] #44 7.784 DEP images/sit.pb-c.d [2020-02-04T18:14:48.969Z] #43 ... [2020-02-04T18:14:48.970Z] [2020-02-04T18:14:48.970Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:14:48.970Z] #35 64.44 Setting up libicu63:amd64 (63.1-6) ... [2020-02-04T18:14:48.970Z] #35 64.46 Setting up xxd (2:8.1.0875-5) ... [2020-02-04T18:14:48.970Z] #35 64.47 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-04T18:14:48.970Z] #35 64.48 Setting up vim-common (2:8.1.0875-5) ... [2020-02-04T18:14:48.970Z] #35 64.50 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-04T18:14:48.970Z] #35 64.51 Setting up cmake-data (3.13.4-1) ... [2020-02-04T18:14:48.970Z] #35 64.52 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-04T18:14:48.970Z] #35 64.53 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-04T18:14:48.970Z] #35 64.54 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-04T18:14:48.970Z] #35 64.55 Setting up cmake (3.13.4-1) ... [2020-02-04T18:14:48.970Z] #35 64.56 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:48.970Z] #35 64.65 Processing triggers for mime-support (3.62) ... [2020-02-04T18:14:48.970Z] #35 DONE 65.0s [2020-02-04T18:14:48.970Z] [2020-02-04T18:14:48.970Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:14:48.970Z] #36 DONE 0.1s [2020-02-04T18:14:48.970Z] [2020-02-04T18:14:48.970Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-04T18:14:48.970Z] #37 DONE 0.1s [2020-02-04T18:14:48.970Z] [2020-02-04T18:14:48.970Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:49.148Z] #44 7.861 PBCC images/macvlan.pb-c.c [2020-02-04T18:14:49.148Z] #44 7.917 DEP images/macvlan.pb-c.d [2020-02-04T18:14:49.148Z] #44 7.955 PBCC images/autofs.pb-c.c [2020-02-04T18:14:49.404Z] #44 8.003 DEP images/autofs.pb-c.d [2020-02-04T18:14:49.404Z] #44 8.067 PBCC images/sysctl.pb-c.c [2020-02-04T18:14:49.404Z] #44 8.118 DEP images/sysctl.pb-c.d [2020-02-04T18:14:49.404Z] #44 8.215 PBCC images/time.pb-c.c [2020-02-04T18:14:49.661Z] #44 8.286 DEP images/time.pb-c.d [2020-02-04T18:14:49.661Z] #44 8.338 PBCC images/binfmt-misc.pb-c.c [2020-02-04T18:14:49.661Z] #44 8.380 DEP images/binfmt-misc.pb-c.d [2020-02-04T18:14:49.661Z] #44 8.418 PBCC images/seccomp.pb-c.c [2020-02-04T18:14:49.661Z] #44 8.462 DEP images/seccomp.pb-c.d [2020-02-04T18:14:49.661Z] #44 8.502 PBCC images/userns.pb-c.c [2020-02-04T18:14:49.661Z] #44 8.555 DEP images/userns.pb-c.d [2020-02-04T18:14:49.917Z] #44 8.615 PBCC images/cgroup.pb-c.c [2020-02-04T18:14:49.917Z] #44 8.646 DEP images/cgroup.pb-c.d [2020-02-04T18:14:49.917Z] #44 8.706 PBCC images/fown.pb-c.c [2020-02-04T18:14:49.917Z] #44 8.720 PBCC images/ext-file.pb-c.c [2020-02-04T18:14:49.917Z] #44 8.765 DEP images/fown.pb-c.d [2020-02-04T18:14:50.075Z] ok github.com/docker/docker/client 0.262s coverage: 75.8% of statements [2020-02-04T18:14:50.174Z] #44 8.845 DEP images/ext-file.pb-c.d [2020-02-04T18:14:50.174Z] #44 8.936 PBCC images/rpc.pb-c.c [2020-02-04T18:14:50.174Z] #44 ... [2020-02-04T18:14:50.174Z] [2020-02-04T18:14:50.174Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:50.174Z] #47 69.46 fmt [2020-02-04T18:14:50.174Z] #47 74.40 regexp [2020-02-04T18:14:50.174Z] #47 74.64 go/token [2020-02-04T18:14:50.174Z] #47 75.64 go/scanner [2020-02-04T18:14:50.174Z] #47 77.01 go/ast [2020-02-04T18:14:50.174Z] #47 78.22 internal/lazyregexp [2020-02-04T18:14:50.174Z] #47 78.50 net/url [2020-02-04T18:14:50.174Z] #47 ... [2020-02-04T18:14:50.174Z] [2020-02-04T18:14:50.174Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:14:50.174Z] #62 34.18 Checking out files: 55% (1696/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 99% (3039/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-04T18:14:50.174Z] #62 35.24 + cd /tmp/tmp.BoOAzcLrJ7/src/github.com/containerd/containerd [2020-02-04T18:14:50.174Z] #62 35.24 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:14:50.394Z] Removing intermediate container d4e771a543e9 [2020-02-04T18:14:50.394Z] ---> 8fdff81685c9 [2020-02-04T18:14:50.394Z] Step 11/16 : ARG GOOS [2020-02-04T18:14:50.394Z] ---> Running in eb3998362b32 [2020-02-04T18:14:50.394Z] Removing intermediate container eb3998362b32 [2020-02-04T18:14:50.394Z] ---> f9df259d3750 [2020-02-04T18:14:50.394Z] Step 12/16 : ARG GOARCH [2020-02-04T18:14:50.394Z] ---> Running in 94c21e9ee2db [2020-02-04T18:14:50.394Z] Removing intermediate container 94c21e9ee2db [2020-02-04T18:14:50.394Z] ---> cc97a92cd14a [2020-02-04T18:14:50.394Z] 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-02-04T18:14:50.394Z] ---> Running in 3175c093a048 [2020-02-04T18:14:51.103Z] #62 ... [2020-02-04T18:14:51.103Z] [2020-02-04T18:14:51.103Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:51.103Z] #33 72.03 github.com/BurntSushi/toml [2020-02-04T18:14:51.103Z] #33 72.03 flag [2020-02-04T18:14:51.103Z] #33 73.60 log [2020-02-04T18:14:51.103Z] #33 75.86 github.com/BurntSushi/toml/cmd/tomlv [2020-02-04T18:14:51.103Z] #33 DONE 80.2s [2020-02-04T18:14:51.103Z] [2020-02-04T18:14:51.103Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:14:51.103Z] #44 9.007 DEP images/rpc.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.092 PBCC images/siginfo.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.160 DEP images/siginfo.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.191 PBCC images/pagemap.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.265 DEP images/pagemap.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.351 PBCC images/rlimit.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.361 DEP images/rlimit.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.417 PBCC images/file-lock.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.427 DEP images/file-lock.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.462 PBCC images/tty.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.508 DEP images/tty.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.571 PBCC images/tun.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.642 PBCC images/netdev.pb-c.c [2020-02-04T18:14:51.103Z] #44 9.754 DEP images/tun.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.891 DEP images/netdev.pb-c.d [2020-02-04T18:14:51.103Z] #44 9.974 PBCC images/vma.pb-c.c [2020-02-04T18:14:51.360Z] #44 10.01 DEP images/vma.pb-c.d [2020-02-04T18:14:51.360Z] #44 10.10 PBCC images/creds.pb-c.c [2020-02-04T18:14:51.360Z] #44 10.13 DEP images/creds.pb-c.d [2020-02-04T18:14:51.502Z] #38 ... [2020-02-04T18:14:51.502Z] [2020-02-04T18:14:51.502Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:51.502Z] #47 57.27 time [2020-02-04T18:14:51.502Z] #47 63.76 os [2020-02-04T18:14:51.502Z] #47 63.92 strings [2020-02-04T18:14:51.502Z] #47 67.15 regexp/syntax [2020-02-04T18:14:51.502Z] #47 ... [2020-02-04T18:14:51.502Z] [2020-02-04T18:14:51.502Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:51.502Z] #10 66.53 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-04T18:14:51.502Z] #10 66.54 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-04T18:14:51.502Z] #10 66.55 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-04T18:14:51.618Z] #44 10.29 PBCC images/utsns.pb-c.c [2020-02-04T18:14:51.618Z] #44 10.33 DEP images/utsns.pb-c.d [2020-02-04T18:14:51.618Z] #44 10.44 PBCC images/ipc-desc.pb-c.c [2020-02-04T18:14:51.618Z] #44 10.46 PBCC images/ipc-sem.pb-c.c [2020-02-04T18:14:51.618Z] #44 10.46 DEP images/ipc-desc.pb-c.d [2020-02-04T18:14:51.618Z] #44 10.51 DEP images/ipc-sem.pb-c.d [2020-02-04T18:14:51.874Z] #44 10.55 PBCC images/ipc-msg.pb-c.c [2020-02-04T18:14:51.874Z] #44 10.56 DEP images/ipc-msg.pb-c.d [2020-02-04T18:14:51.874Z] #44 10.61 PBCC images/ipc-shm.pb-c.c [2020-02-04T18:14:51.874Z] #44 10.63 DEP images/ipc-shm.pb-c.d [2020-02-04T18:14:51.874Z] #44 10.69 PBCC images/ipc-var.pb-c.c [2020-02-04T18:14:51.874Z] #44 10.72 DEP images/ipc-var.pb-c.d [2020-02-04T18:14:52.130Z] #44 10.79 PBCC images/sk-opts.pb-c.c [2020-02-04T18:14:52.130Z] #44 10.82 PBCC images/packet-sock.pb-c.c [2020-02-04T18:14:52.130Z] #44 10.88 DEP images/sk-opts.pb-c.d [2020-02-04T18:14:52.130Z] #44 10.93 DEP images/packet-sock.pb-c.d [2020-02-04T18:14:52.386Z] #44 10.97 PBCC images/sk-netlink.pb-c.c [2020-02-04T18:14:52.386Z] #44 11.09 DEP images/sk-netlink.pb-c.d [2020-02-04T18:14:52.386Z] #44 11.14 PBCC images/sk-inet.pb-c.c [2020-02-04T18:14:52.386Z] #44 11.21 DEP images/sk-inet.pb-c.d [2020-02-04T18:14:52.642Z] #44 11.25 PBCC images/sk-unix.pb-c.c [2020-02-04T18:14:52.643Z] #44 11.31 DEP images/sk-unix.pb-c.d [2020-02-04T18:14:52.643Z] #44 11.37 PBCC images/mm.pb-c.c [2020-02-04T18:14:52.643Z] #44 11.45 DEP images/mm.pb-c.d [2020-02-04T18:14:52.643Z] #44 11.50 PBCC images/timerfd.pb-c.c [2020-02-04T18:14:52.899Z] #44 11.58 DEP images/timerfd.pb-c.d [2020-02-04T18:14:52.899Z] #44 11.62 PBCC images/timer.pb-c.c [2020-02-04T18:14:52.899Z] #44 11.66 DEP images/timer.pb-c.d [2020-02-04T18:14:52.899Z] #44 11.71 PBCC images/sa.pb-c.c [2020-02-04T18:14:53.155Z] #44 11.80 DEP images/sa.pb-c.d [2020-02-04T18:14:53.155Z] #44 11.87 PBCC images/pipe-data.pb-c.c [2020-02-04T18:14:53.155Z] #44 11.88 DEP images/pipe-data.pb-c.d [2020-02-04T18:14:53.155Z] #44 11.93 PBCC images/mnt.pb-c.c [2020-02-04T18:14:53.155Z] #44 11.99 DEP images/mnt.pb-c.d [2020-02-04T18:14:53.411Z] #44 12.07 PBCC images/sk-packet.pb-c.c [2020-02-04T18:14:53.411Z] #44 12.10 DEP images/sk-packet.pb-c.d [2020-02-04T18:14:53.411Z] #44 12.15 PBCC images/tcp-stream.pb-c.c [2020-02-04T18:14:53.411Z] #44 12.24 DEP images/tcp-stream.pb-c.d [2020-02-04T18:14:53.667Z] #44 12.31 PBCC images/pipe.pb-c.c [2020-02-04T18:14:53.667Z] #44 12.36 DEP images/pipe.pb-c.d [2020-02-04T18:14:53.667Z] #44 12.40 PBCC images/pstree.pb-c.c [2020-02-04T18:14:53.667Z] #44 12.42 DEP images/pstree.pb-c.d [2020-02-04T18:14:53.667Z] #44 12.47 PBCC images/fs.pb-c.c [2020-02-04T18:14:53.924Z] #44 12.49 DEP images/fs.pb-c.d [2020-02-04T18:14:53.924Z] #44 12.53 PBCC images/signalfd.pb-c.c [2020-02-04T18:14:53.924Z] #44 12.56 DEP images/signalfd.pb-c.d [2020-02-04T18:14:53.924Z] #44 12.60 PBCC images/fh.pb-c.c [2020-02-04T18:14:53.924Z] #44 12.65 PBCC images/fsnotify.pb-c.c [2020-02-04T18:14:53.924Z] #44 12.70 DEP images/fh.pb-c.d [2020-02-04T18:14:53.924Z] #44 12.76 DEP images/fsnotify.pb-c.d [2020-02-04T18:14:53.924Z] #44 12.82 PBCC images/eventpoll.pb-c.c [2020-02-04T18:14:54.035Z] #10 ... [2020-02-04T18:14:54.035Z] [2020-02-04T18:14:54.035Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:14:54.035Z] #43 69.87 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-04T18:14:54.035Z] #43 69.88 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:14:54.035Z] #43 DONE 70.3s [2020-02-04T18:14:54.035Z] [2020-02-04T18:14:54.035Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:14:54.035Z] #38 2.875 + RM_GOPATH=0 [2020-02-04T18:14:54.035Z] #38 2.875 + TMP_GOPATH= [2020-02-04T18:14:54.035Z] #38 2.875 + : /build [2020-02-04T18:14:54.035Z] #38 2.875 + '[' -z '' ']' [2020-02-04T18:14:54.035Z] #38 2.875 ++ mktemp -d [2020-02-04T18:14:54.035Z] #38 2.875 + export GOPATH=/tmp/tmp.RQZJ8JpTCW [2020-02-04T18:14:54.035Z] #38 2.884 + GOPATH=/tmp/tmp.RQZJ8JpTCW [2020-02-04T18:14:54.035Z] #38 2.884 + RM_GOPATH=1 [2020-02-04T18:14:54.035Z] #38 2.885 ++ dirname ./install.sh [2020-02-04T18:14:54.035Z] #38 2.886 + dir=. [2020-02-04T18:14:54.035Z] #38 2.886 + bin=tini [2020-02-04T18:14:54.035Z] #38 2.886 + shift [2020-02-04T18:14:54.035Z] #38 2.886 + '[' '!' -f ./tini.installer ']' [2020-02-04T18:14:54.035Z] #38 2.886 + . ./tini.installer [2020-02-04T18:14:54.035Z] #38 2.886 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:14:54.035Z] #38 2.886 + install_tini [2020-02-04T18:14:54.035Z] #38 2.886 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-04T18:14:54.035Z] #38 2.886 + git clone https://github.com/krallin/tini.git /tmp/tmp.RQZJ8JpTCW/tini [2020-02-04T18:14:54.035Z] #38 2.886 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:14:54.035Z] #38 2.895 Cloning into '/tmp/tmp.RQZJ8JpTCW/tini'... [2020-02-04T18:14:54.035Z] #38 3.641 + cd /tmp/tmp.RQZJ8JpTCW/tini [2020-02-04T18:14:54.035Z] #38 3.643 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:14:54.035Z] #38 3.664 + cmake . [2020-02-04T18:14:54.035Z] #38 4.209 -- The C compiler identification is GNU 8.3.0 [2020-02-04T18:14:54.035Z] #38 4.262 -- Check for working C compiler: /usr/bin/cc [2020-02-04T18:14:54.035Z] #38 4.979 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-04T18:14:54.035Z] #38 4.985 -- Detecting C compiler ABI info [2020-02-04T18:14:54.180Z] #44 12.84 DEP images/eventpoll.pb-c.d [2020-02-04T18:14:54.180Z] #44 12.89 PBCC images/eventfd.pb-c.c [2020-02-04T18:14:54.180Z] #44 12.91 DEP images/eventfd.pb-c.d [2020-02-04T18:14:54.180Z] #44 12.95 PBCC images/remap-file-path.pb-c.c [2020-02-04T18:14:54.436Z] #44 12.98 DEP images/remap-file-path.pb-c.d [2020-02-04T18:14:54.436Z] #44 13.02 PBCC images/fifo.pb-c.c [2020-02-04T18:14:54.436Z] #44 13.05 DEP images/fifo.pb-c.d [2020-02-04T18:14:54.436Z] #44 13.11 PBCC images/ghost-file.pb-c.c [2020-02-04T18:14:54.436Z] #44 13.16 DEP images/ghost-file.pb-c.d [2020-02-04T18:14:54.436Z] #44 13.22 PBCC images/regfile.pb-c.c [2020-02-04T18:14:54.693Z] #44 13.29 DEP images/regfile.pb-c.d [2020-02-04T18:14:54.693Z] #44 13.36 PBCC images/ns.pb-c.c [2020-02-04T18:14:54.693Z] #44 13.40 DEP images/ns.pb-c.d [2020-02-04T18:14:54.693Z] #44 13.43 PBCC images/fdinfo.pb-c.c [2020-02-04T18:14:54.949Z] #44 13.56 DEP images/fdinfo.pb-c.d [2020-02-04T18:14:54.949Z] #44 13.66 PBCC images/core-aarch64.pb-c.c [2020-02-04T18:14:54.949Z] #44 13.73 PBCC images/core-arm.pb-c.c [2020-02-04T18:14:54.970Z] #38 5.987 -- Detecting C compiler ABI info - done [2020-02-04T18:14:54.970Z] #38 6.047 -- Detecting C compile features [2020-02-04T18:14:55.205Z] #44 13.83 PBCC images/core-ppc64.pb-c.c [2020-02-04T18:14:55.205Z] #44 13.94 PBCC images/core-s390.pb-c.c [2020-02-04T18:14:55.205Z] #44 14.05 PBCC images/core-x86.pb-c.c [2020-02-04T18:14:55.461Z] #44 14.09 PBCC images/core.pb-c.c [2020-02-04T18:14:55.461Z] #44 14.16 PBCC images/inventory.pb-c.c [2020-02-04T18:14:55.461Z] #44 14.22 DEP images/core-aarch64.pb-c.d [2020-02-04T18:14:55.461Z] #44 14.26 DEP images/core-arm.pb-c.d [2020-02-04T18:14:55.717Z] #44 14.35 DEP images/core-ppc64.pb-c.d [2020-02-04T18:14:55.717Z] #44 14.41 DEP images/core-s390.pb-c.d [2020-02-04T18:14:55.717Z] #44 14.46 DEP images/core-x86.pb-c.d [2020-02-04T18:14:55.717Z] #44 14.51 DEP images/core.pb-c.d [2020-02-04T18:14:55.906Z] #38 ... [2020-02-04T18:14:55.906Z] [2020-02-04T18:14:55.906Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:14:55.906Z] #33 62.00 strings [2020-02-04T18:14:55.906Z] #33 65.58 path [2020-02-04T18:14:55.906Z] #33 66.34 text/tabwriter [2020-02-04T18:14:55.906Z] #33 66.71 fmt [2020-02-04T18:14:55.906Z] #33 67.00 path/filepath [2020-02-04T18:14:55.906Z] #33 68.70 io/ioutil [2020-02-04T18:14:55.906Z] #33 70.66 github.com/BurntSushi/toml [2020-02-04T18:14:55.906Z] #33 70.67 flag [2020-02-04T18:14:55.973Z] #44 14.57 DEP images/inventory.pb-c.d [2020-02-04T18:14:55.973Z] #44 14.64 PBCC images/cpuinfo.pb-c.c [2020-02-04T18:14:55.973Z] #44 14.67 DEP images/cpuinfo.pb-c.d [2020-02-04T18:14:55.973Z] #44 14.70 PBCC images/stats.pb-c.c [2020-02-04T18:14:55.973Z] #44 14.73 DEP images/stats.pb-c.d [2020-02-04T18:14:56.271Z] INFO: Expanding go... [2020-02-04T18:14:57.016Z] #33 72.61 log [2020-02-04T18:14:57.016Z] #33 ... [2020-02-04T18:14:57.016Z] [2020-02-04T18:14:57.016Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:14:57.016Z] #10 73.18 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-04T18:14:57.016Z] #10 73.18 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-04T18:14:57.016Z] #10 73.18 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:14:57.016Z] #10 73.38 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-04T18:14:57.016Z] #10 73.38 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-04T18:14:57.016Z] #10 73.39 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:14:57.454Z] #44 16.10 make[1]: Nothing to be done for 'all'. [2020-02-04T18:14:58.838Z] #44 17.59 CC images/stats.o [2020-02-04T18:14:59.401Z] #44 17.97 CC images/core.o [2020-02-04T18:14:59.963Z] #44 18.66 CC images/core-x86.o [2020-02-04T18:15:00.525Z] #44 19.33 CC images/core-arm.o [2020-02-04T18:15:00.525Z] #44 ... [2020-02-04T18:15:00.525Z] [2020-02-04T18:15:00.525Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:00.525Z] #47 79.92 text/template/parse [2020-02-04T18:15:00.525Z] #47 82.07 go/parser [2020-02-04T18:15:00.525Z] #47 84.49 text/template [2020-02-04T18:15:00.525Z] #47 85.70 encoding/xml [2020-02-04T18:15:00.525Z] #47 89.98 go/doc [2020-02-04T18:15:00.781Z] #47 ... [2020-02-04T18:15:00.781Z] [2020-02-04T18:15:00.781Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:00.781Z] #62 37.28 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-04T18:15:00.781Z] #62 37.29 + BUILDTAGS='netgo osusergo static_build' [2020-02-04T18:15:00.781Z] #62 37.29 + export EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:15:00.781Z] #62 37.29 + EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:15:00.781Z] #62 37.29 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-04T18:15:00.781Z] #62 37.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-04T18:15:00.781Z] #62 37.29 + '[' '' = dynamic ']' [2020-02-04T18:15:00.781Z] #62 37.29 + make [2020-02-04T18:15:00.781Z] #62 38.07 + bin/ctr [2020-02-04T18:15:00.806Z] #62 ... [2020-02-04T18:15:00.806Z] [2020-02-04T18:15:00.806Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:00.806Z] #23 65.22 Checking out files: 33% (3493/10496) Checking out files: 34% (3569/10496) Checking out files: 35% (3674/10496) Checking out files: 36% (3779/10496) Checking out files: 37% (3884/10496) Checking out files: 38% (3989/10496) Checking out files: 39% (4094/10496) Checking out files: 40% (4199/10496) Checking out files: 41% (4304/10496) Checking out files: 42% (4409/10496) Checking out files: 43% (4514/10496) Checking out files: 44% (4619/10496) Checking out files: 45% (4724/10496) Checking out files: 46% (4829/10496) Checking out files: 47% (4934/10496) Checking out files: 48% (5039/10496) Checking out files: 49% (5144/10496) Checking out files: 50% (5248/10496) Checking out files: 51% (5353/10496) Checking out files: 52% (5458/10496) Checking out files: 53% (5563/10496) Checking out files: 54% (5668/10496) Checking out files: 55% (5773/10496) Checking out files: 56% (5878/10496) Checking out files: 57% (5983/10496) Checking out files: 58% (6088/10496) Checking out files: 59% (6193/10496) Checking out files: 60% (6298/10496) Checking out files: 61% (6403/10496) Checking out files: 62% (6508/10496) Checking out files: 63% (6613/10496) Checking out files: 64% (6718/10496) Checking out files: 65% (6823/10496) Checking out files: 66% (6928/10496) Checking out files: 67% (7033/10496) Checking out files: 68% (7138/10496) Checking out files: 68% (7230/10496) Checking out files: 69% (7243/10496) Checking out files: 70% (7348/10496) Checking out files: 71% (7453/10496) Checking out files: 72% (7558/10496) Checking out files: 73% (7663/10496) Checking out files: 74% (7768/10496) Checking out files: 75% (7872/10496) Checking out files: 76% (7977/10496) Checking out files: 77% (8082/10496) Checking out files: 78% (8187/10496) Checking out files: 79% (8292/10496) Checking out files: 80% (8397/10496) Checking out files: 81% (8502/10496) Checking out files: 82% (8607/10496) Checking out files: 83% (8712/10496) Checking out files: 84% (8817/10496) Checking out files: 85% (8922/10496) Checking out files: 86% (9027/10496) Checking out files: 87% (9132/10496) Checking out files: 88% (9237/10496) Checking out files: 89% (9342/10496) Checking out files: 90% (9447/10496) Checking out files: 91% (9552/10496) Checking out files: 92% (9657/10496) Checking out files: 93% (9762/10496) Checking out files: 94% (9867/10496) Checking out files: 95% (9972/10496) Checking out files: 96% (10077/10496) Checking out files: 97% (10182/10496) Checking out files: 98% (10287/10496) Checking out files: 99% (10392/10496) Checking out files: 100% (10496/10496) Checking out files: 100% (10496/10496), done. [2020-02-04T18:15:00.806Z] #23 67.19 + cd /tmp/tmp.opDhHgn2pV/tmp/docker-ce [2020-02-04T18:15:00.806Z] #23 67.19 + git checkout -q v17.06.2-ce [2020-02-04T18:15:00.806Z] #23 70.08 + mkdir -p /tmp/tmp.opDhHgn2pV/src/github.com/docker [2020-02-04T18:15:00.806Z] #23 70.09 + mv components/cli /tmp/tmp.opDhHgn2pV/src/github.com/docker/cli [2020-02-04T18:15:00.806Z] #23 70.10 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-02-04T18:15:01.037Z] #62 ... [2020-02-04T18:15:01.037Z] [2020-02-04T18:15:01.037Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:01.037Z] #44 19.74 CC images/core-aarch64.o [2020-02-04T18:15:01.207Z] #10 ... [2020-02-04T18:15:01.207Z] [2020-02-04T18:15:01.207Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:01.207Z] #38 8.328 -- Detecting C compile features - done [2020-02-04T18:15:01.207Z] #38 8.380 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-04T18:15:01.207Z] #38 8.573 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-04T18:15:01.207Z] #38 8.665 -- Configuring done [2020-02-04T18:15:01.207Z] #38 8.698 -- Generating done [2020-02-04T18:15:01.207Z] #38 8.699 -- Build files have been written to: /tmp/tmp.RQZJ8JpTCW/tini [2020-02-04T18:15:01.207Z] #38 8.702 + make tini-static [2020-02-04T18:15:01.207Z] #38 9.278 Scanning dependencies of target tini-static [2020-02-04T18:15:01.207Z] #38 9.472 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-04T18:15:01.207Z] #38 10.71 [100%] Linking C executable tini-static [2020-02-04T18:15:01.207Z] #38 11.49 [100%] Built target tini-static [2020-02-04T18:15:01.207Z] #38 11.63 + mkdir -p /build [2020-02-04T18:15:01.207Z] #38 11.64 + cp tini-static /build/docker-init [2020-02-04T18:15:01.207Z] #38 DONE 12.0s [2020-02-04T18:15:01.207Z] [2020-02-04T18:15:01.207Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:01.599Z] #44 20.18 CC images/core-ppc64.o [2020-02-04T18:15:02.161Z] #44 20.89 CC images/core-s390.o [2020-02-04T18:15:02.242Z] #62 34.32 Checking out files: 65% (1993/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 82% (2496/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-04T18:15:02.501Z] #62 36.04 + cd /tmp/tmp.iLbjVEP0KA/src/github.com/containerd/containerd [2020-02-04T18:15:02.501Z] #62 36.04 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:15:02.501Z] #62 ... [2020-02-04T18:15:02.501Z] [2020-02-04T18:15:02.501Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:02.501Z] #47 68.46 fmt [2020-02-04T18:15:02.501Z] #47 72.42 regexp [2020-02-04T18:15:02.501Z] #47 73.66 go/token [2020-02-04T18:15:02.501Z] #47 74.23 go/scanner [2020-02-04T18:15:02.501Z] #47 75.58 go/ast [2020-02-04T18:15:02.501Z] #47 76.73 internal/lazyregexp [2020-02-04T18:15:02.501Z] #47 76.97 net/url [2020-02-04T18:15:02.501Z] #47 ... [2020-02-04T18:15:02.501Z] [2020-02-04T18:15:02.501Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:02.501Z] #44 3.535 Note: Building without setproctitle() and strlcpy() support. [2020-02-04T18:15:02.501Z] #44 3.535 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-04T18:15:02.501Z] #44 5.256 fatal: not a git repository (or any of the parent directories): .git [2020-02-04T18:15:02.501Z] #44 5.304 GEN .gitid [2020-02-04T18:15:02.501Z] #44 5.305 GEN criu/include/version.h [2020-02-04T18:15:02.501Z] #44 5.325 GEN include/common/asm [2020-02-04T18:15:02.501Z] #44 7.452 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-04T18:15:02.501Z] #44 7.619 PBCC images/opts.pb-c.c [2020-02-04T18:15:02.501Z] #44 7.691 PBCC images/sit.pb-c.c [2020-02-04T18:15:02.501Z] #44 7.845 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-04T18:15:02.501Z] #44 7.979 DEP images/opts.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.059 DEP images/sit.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.104 PBCC images/macvlan.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.133 DEP images/macvlan.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.198 PBCC images/autofs.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.235 DEP images/autofs.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.299 PBCC images/sysctl.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.339 DEP images/sysctl.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.381 PBCC images/time.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.411 DEP images/time.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.453 PBCC images/binfmt-misc.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.479 DEP images/binfmt-misc.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.516 PBCC images/seccomp.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.542 DEP images/seccomp.pb-c.d [2020-02-04T18:15:02.501Z] #44 8.598 PBCC images/userns.pb-c.c [2020-02-04T18:15:02.501Z] #44 8.635 DEP images/userns.pb-c.d [2020-02-04T18:15:02.760Z] #44 8.717 PBCC images/cgroup.pb-c.c [2020-02-04T18:15:02.760Z] #44 8.765 DEP images/cgroup.pb-c.d [2020-02-04T18:15:02.760Z] #44 8.813 PBCC images/fown.pb-c.c [2020-02-04T18:15:02.760Z] #44 8.825 PBCC images/ext-file.pb-c.c [2020-02-04T18:15:02.760Z] #44 8.859 DEP images/fown.pb-c.d [2020-02-04T18:15:02.760Z] #44 8.910 DEP images/ext-file.pb-c.d [2020-02-04T18:15:02.760Z] #44 ... [2020-02-04T18:15:02.760Z] [2020-02-04T18:15:02.760Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:02.760Z] #47 78.76 text/template/parse [2020-02-04T18:15:03.089Z] #44 21.61 CC images/cpuinfo.o [2020-02-04T18:15:03.345Z] #44 22.08 CC images/inventory.o [2020-02-04T18:15:03.601Z] #44 22.44 CC images/fdinfo.o [2020-02-04T18:15:04.139Z] #47 ... [2020-02-04T18:15:04.139Z] [2020-02-04T18:15:04.139Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:15:04.139Z] #33 75.45 github.com/BurntSushi/toml/cmd/tomlv [2020-02-04T18:15:04.139Z] #33 DONE 80.3s [2020-02-04T18:15:04.163Z] #44 22.86 CC images/fown.o [2020-02-04T18:15:04.398Z] [2020-02-04T18:15:04.398Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:04.398Z] #44 8.986 PBCC images/rpc.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.064 DEP images/rpc.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.103 PBCC images/siginfo.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.122 DEP images/siginfo.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.162 PBCC images/pagemap.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.217 DEP images/pagemap.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.263 PBCC images/rlimit.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.311 DEP images/rlimit.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.352 PBCC images/file-lock.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.379 DEP images/file-lock.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.427 PBCC images/tty.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.513 DEP images/tty.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.568 PBCC images/tun.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.582 PBCC images/netdev.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.627 DEP images/tun.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.673 DEP images/netdev.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.733 PBCC images/vma.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.801 DEP images/vma.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.869 PBCC images/creds.pb-c.c [2020-02-04T18:15:04.398Z] #44 9.937 DEP images/creds.pb-c.d [2020-02-04T18:15:04.398Z] #44 9.974 PBCC images/utsns.pb-c.c [2020-02-04T18:15:04.398Z] #44 10.02 DEP images/utsns.pb-c.d [2020-02-04T18:15:04.398Z] #44 10.12 PBCC images/ipc-desc.pb-c.c [2020-02-04T18:15:04.398Z] #44 10.13 PBCC images/ipc-sem.pb-c.c [2020-02-04T18:15:04.398Z] #44 10.15 DEP images/ipc-desc.pb-c.d [2020-02-04T18:15:04.398Z] #44 10.21 DEP images/ipc-sem.pb-c.d [2020-02-04T18:15:04.398Z] #44 10.27 PBCC images/ipc-msg.pb-c.c [2020-02-04T18:15:04.398Z] #44 10.36 DEP images/ipc-msg.pb-c.d [2020-02-04T18:15:04.398Z] #44 10.46 PBCC images/ipc-shm.pb-c.c [2020-02-04T18:15:04.419Z] #44 23.14 CC images/ns.o [2020-02-04T18:15:04.657Z] #44 10.52 DEP images/ipc-shm.pb-c.d [2020-02-04T18:15:04.657Z] #44 10.61 PBCC images/ipc-var.pb-c.c [2020-02-04T18:15:04.657Z] #44 10.73 DEP images/ipc-var.pb-c.d [2020-02-04T18:15:04.675Z] #44 23.33 CC images/regfile.o [2020-02-04T18:15:04.916Z] #44 10.90 PBCC images/sk-opts.pb-c.c [2020-02-04T18:15:04.916Z] #44 10.95 PBCC images/packet-sock.pb-c.c [2020-02-04T18:15:04.916Z] #44 11.04 DEP images/sk-opts.pb-c.d [2020-02-04T18:15:04.932Z] #44 23.50 CC images/ghost-file.o [2020-02-04T18:15:05.176Z] #44 11.16 DEP images/packet-sock.pb-c.d [2020-02-04T18:15:05.176Z] #44 11.27 PBCC images/sk-netlink.pb-c.c [2020-02-04T18:15:05.176Z] #44 11.30 DEP images/sk-netlink.pb-c.d [2020-02-04T18:15:05.176Z] #44 11.39 PBCC images/sk-inet.pb-c.c [2020-02-04T18:15:05.188Z] #44 23.77 CC images/fifo.o [2020-02-04T18:15:05.188Z] #44 23.89 CC images/remap-file-path.o [2020-02-04T18:15:05.435Z] #44 11.44 DEP images/sk-inet.pb-c.d [2020-02-04T18:15:05.435Z] #44 11.48 PBCC images/sk-unix.pb-c.c [2020-02-04T18:15:05.445Z] #44 24.21 CC images/eventfd.o [2020-02-04T18:15:05.693Z] #44 11.55 DEP images/sk-unix.pb-c.d [2020-02-04T18:15:05.693Z] #44 11.60 PBCC images/mm.pb-c.c [2020-02-04T18:15:05.693Z] #44 11.69 DEP images/mm.pb-c.d [2020-02-04T18:15:05.693Z] #44 11.75 PBCC images/timerfd.pb-c.c [2020-02-04T18:15:05.693Z] #44 11.81 DEP images/timerfd.pb-c.d [2020-02-04T18:15:05.701Z] #44 24.42 CC images/eventpoll.o [2020-02-04T18:15:05.952Z] #44 11.86 PBCC images/timer.pb-c.c [2020-02-04T18:15:05.952Z] #44 11.90 DEP images/timer.pb-c.d [2020-02-04T18:15:05.952Z] #44 11.97 PBCC images/sa.pb-c.c [2020-02-04T18:15:05.952Z] #44 12.00 DEP images/sa.pb-c.d [2020-02-04T18:15:05.952Z] #44 12.04 PBCC images/pipe-data.pb-c.c [2020-02-04T18:15:05.952Z] #44 12.09 DEP images/pipe-data.pb-c.d [2020-02-04T18:15:05.958Z] #44 24.72 CC images/fh.o [2020-02-04T18:15:06.211Z] #44 12.14 PBCC images/mnt.pb-c.c [2020-02-04T18:15:06.211Z] #44 12.22 DEP images/mnt.pb-c.d [2020-02-04T18:15:06.211Z] #44 12.29 PBCC images/sk-packet.pb-c.c [2020-02-04T18:15:06.211Z] #44 12.35 DEP images/sk-packet.pb-c.d [2020-02-04T18:15:06.469Z] #44 12.39 PBCC images/tcp-stream.pb-c.c [2020-02-04T18:15:06.469Z] #44 12.47 DEP images/tcp-stream.pb-c.d [2020-02-04T18:15:06.469Z] #44 12.53 PBCC images/pipe.pb-c.c [2020-02-04T18:15:06.469Z] #44 12.59 DEP images/pipe.pb-c.d [2020-02-04T18:15:06.520Z] #44 25.10 CC images/fsnotify.o [2020-02-04T18:15:06.728Z] #44 12.64 PBCC images/pstree.pb-c.c [2020-02-04T18:15:06.728Z] #44 12.69 DEP images/pstree.pb-c.d [2020-02-04T18:15:06.728Z] #44 12.75 PBCC images/fs.pb-c.c [2020-02-04T18:15:06.728Z] #44 12.78 DEP images/fs.pb-c.d [2020-02-04T18:15:06.728Z] #44 12.82 PBCC images/signalfd.pb-c.c [2020-02-04T18:15:06.728Z] #44 12.86 DEP images/signalfd.pb-c.d [2020-02-04T18:15:06.728Z] #44 12.94 PBCC images/fh.pb-c.c [2020-02-04T18:15:06.987Z] #44 13.03 PBCC images/fsnotify.pb-c.c [2020-02-04T18:15:07.082Z] #44 25.71 CC images/signalfd.o [2020-02-04T18:15:07.249Z] #44 13.12 DEP images/fh.pb-c.d [2020-02-04T18:15:07.249Z] #44 13.16 DEP images/fsnotify.pb-c.d [2020-02-04T18:15:07.249Z] #44 13.24 PBCC images/eventpoll.pb-c.c [2020-02-04T18:15:07.249Z] #44 13.27 DEP images/eventpoll.pb-c.d [2020-02-04T18:15:07.249Z] #44 13.31 PBCC images/eventfd.pb-c.c [2020-02-04T18:15:07.249Z] #44 13.32 DEP images/eventfd.pb-c.d [2020-02-04T18:15:07.249Z] #44 13.38 PBCC images/remap-file-path.pb-c.c [2020-02-04T18:15:07.338Z] #44 26.04 CC images/fs.o [2020-02-04T18:15:07.514Z] #44 13.44 DEP images/remap-file-path.pb-c.d [2020-02-04T18:15:07.514Z] #44 13.50 PBCC images/fifo.pb-c.c [2020-02-04T18:15:07.514Z] #44 13.58 DEP images/fifo.pb-c.d [2020-02-04T18:15:07.595Z] #44 26.21 CC images/pstree.o [2020-02-04T18:15:07.595Z] #44 ... [2020-02-04T18:15:07.595Z] [2020-02-04T18:15:07.595Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:15:07.595Z] #10 97.07 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-04T18:15:07.595Z] #10 97.07 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-04T18:15:07.595Z] #10 97.08 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:07.789Z] #44 13.65 PBCC images/ghost-file.pb-c.c [2020-02-04T18:15:07.789Z] #44 13.70 DEP images/ghost-file.pb-c.d [2020-02-04T18:15:07.789Z] #44 13.81 PBCC images/regfile.pb-c.c [2020-02-04T18:15:07.789Z] #44 13.90 DEP images/regfile.pb-c.d [2020-02-04T18:15:08.046Z] #44 13.94 PBCC images/ns.pb-c.c [2020-02-04T18:15:08.047Z] #44 13.99 DEP images/ns.pb-c.d [2020-02-04T18:15:08.047Z] #44 14.05 PBCC images/fdinfo.pb-c.c [2020-02-04T18:15:08.047Z] #44 14.10 DEP images/fdinfo.pb-c.d [2020-02-04T18:15:08.047Z] #44 14.15 PBCC images/core-aarch64.pb-c.c [2020-02-04T18:15:08.305Z] #44 14.20 PBCC images/core-arm.pb-c.c [2020-02-04T18:15:08.305Z] #44 14.25 PBCC images/core-ppc64.pb-c.c [2020-02-04T18:15:08.305Z] #44 14.31 PBCC images/core-s390.pb-c.c [2020-02-04T18:15:08.305Z] #44 14.34 PBCC images/core-x86.pb-c.c [2020-02-04T18:15:08.305Z] #44 14.40 PBCC images/core.pb-c.c [2020-02-04T18:15:08.564Z] #44 14.50 PBCC images/inventory.pb-c.c [2020-02-04T18:15:08.564Z] #44 14.56 DEP images/core-aarch64.pb-c.d [2020-02-04T18:15:08.564Z] #44 14.60 DEP images/core-arm.pb-c.d [2020-02-04T18:15:08.564Z] #44 14.67 DEP images/core-ppc64.pb-c.d [2020-02-04T18:15:08.564Z] #44 14.72 DEP images/core-s390.pb-c.d [2020-02-04T18:15:08.564Z] #44 14.78 DEP images/core-x86.pb-c.d [2020-02-04T18:15:08.823Z] #44 14.82 DEP images/core.pb-c.d [2020-02-04T18:15:08.823Z] #44 14.87 DEP images/inventory.pb-c.d [2020-02-04T18:15:09.082Z] #44 14.94 PBCC images/cpuinfo.pb-c.c [2020-02-04T18:15:09.082Z] #44 14.99 DEP images/cpuinfo.pb-c.d [2020-02-04T18:15:09.082Z] #44 15.05 PBCC images/stats.pb-c.c [2020-02-04T18:15:09.082Z] #44 15.10 DEP images/stats.pb-c.d [2020-02-04T18:15:10.458Z] #44 16.50 make[1]: Nothing to be done for 'all'. [2020-02-04T18:15:11.832Z] #44 17.96 CC images/stats.o [2020-02-04T18:15:12.400Z] #44 18.42 CC images/core.o [2020-02-04T18:15:12.842Z] #10 ... [2020-02-04T18:15:12.842Z] [2020-02-04T18:15:12.842Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:12.842Z] #47 91.15 github.com/LK4D4/vndr/versioned [2020-02-04T18:15:12.842Z] #47 91.21 compress/flate [2020-02-04T18:15:12.842Z] #47 93.52 github.com/LK4D4/vndr/build [2020-02-04T18:15:12.842Z] #47 93.94 net [2020-02-04T18:15:12.842Z] #47 96.54 vendor/golang.org/x/text/transform [2020-02-04T18:15:12.842Z] #47 97.35 vendor/golang.org/x/text/unicode/bidi [2020-02-04T18:15:12.842Z] #47 99.23 vendor/golang.org/x/text/secure/bidirule [2020-02-04T18:15:12.842Z] #47 99.43 vendor/golang.org/x/text/unicode/norm [2020-02-04T18:15:12.842Z] #47 ... [2020-02-04T18:15:12.842Z] [2020-02-04T18:15:12.842Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:12.842Z] #44 26.42 CC images/pipe.o [2020-02-04T18:15:12.842Z] #44 26.60 CC images/tcp-stream.o [2020-02-04T18:15:12.842Z] #44 26.96 CC images/sk-packet.o [2020-02-04T18:15:12.842Z] #44 27.31 CC images/mnt.o [2020-02-04T18:15:12.842Z] #44 27.53 CC images/pipe-data.o [2020-02-04T18:15:12.842Z] #44 27.69 CC images/sa.o [2020-02-04T18:15:12.842Z] #44 27.88 CC images/timer.o [2020-02-04T18:15:12.842Z] #44 28.19 CC images/timerfd.o [2020-02-04T18:15:12.842Z] #44 28.38 CC images/mm.o [2020-02-04T18:15:12.842Z] #44 28.76 CC images/sk-opts.o [2020-02-04T18:15:12.842Z] #44 28.97 CC images/sk-unix.o [2020-02-04T18:15:12.842Z] #44 29.29 CC images/sk-inet.o [2020-02-04T18:15:12.842Z] #44 29.69 CC images/tun.o [2020-02-04T18:15:12.842Z] #44 30.01 CC images/sk-netlink.o [2020-02-04T18:15:12.842Z] #44 30.23 CC images/packet-sock.o [2020-02-04T18:15:12.842Z] #44 30.57 CC images/ipc-var.o [2020-02-04T18:15:12.842Z] #44 30.90 CC images/ipc-desc.o [2020-02-04T18:15:12.842Z] #44 31.10 CC images/ipc-shm.o [2020-02-04T18:15:12.842Z] #44 31.31 CC images/ipc-msg.o [2020-02-04T18:15:13.098Z] #44 31.73 CC images/ipc-sem.o [2020-02-04T18:15:13.098Z] #44 31.97 CC images/utsns.o [2020-02-04T18:15:13.336Z] #44 19.20 CC images/core-x86.o [2020-02-04T18:15:13.336Z] #44 ... [2020-02-04T18:15:13.336Z] [2020-02-04T18:15:13.336Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:13.336Z] #62 37.07 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-04T18:15:13.336Z] #62 37.07 + BUILDTAGS='netgo osusergo static_build' [2020-02-04T18:15:13.336Z] #62 37.07 + export EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:15:13.336Z] #62 37.07 + EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:15:13.336Z] #62 37.07 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-04T18:15:13.336Z] #62 37.07 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-04T18:15:13.336Z] #62 37.07 + '[' '' = dynamic ']' [2020-02-04T18:15:13.336Z] #62 37.07 + make [2020-02-04T18:15:13.336Z] #62 38.22 + bin/ctr [2020-02-04T18:15:13.595Z] #62 ... [2020-02-04T18:15:13.595Z] [2020-02-04T18:15:13.595Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:13.595Z] #47 81.15 go/parser [2020-02-04T18:15:13.595Z] #47 83.48 text/template [2020-02-04T18:15:13.595Z] #47 84.70 encoding/xml [2020-02-04T18:15:13.595Z] #47 88.79 go/doc [2020-02-04T18:15:13.595Z] #47 ... [2020-02-04T18:15:13.595Z] [2020-02-04T18:15:13.595Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:13.595Z] #44 19.72 CC images/core-arm.o [2020-02-04T18:15:13.660Z] #44 32.18 CC images/creds.o [2020-02-04T18:15:13.660Z] #44 32.36 CC images/vma.o [2020-02-04T18:15:13.660Z] #44 ... [2020-02-04T18:15:13.660Z] [2020-02-04T18:15:13.660Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:13.660Z] #65 103.2 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-04T18:15:13.660Z] #65 103.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-04T18:15:14.017Z] Removing intermediate container 3175c093a048 [2020-02-04T18:15:14.017Z] ---> 056ef079966b [2020-02-04T18:15:14.017Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-04T18:15:14.017Z] ---> 687421176e14 [2020-02-04T18:15:14.017Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-04T18:15:14.017Z] ---> 27df393401b5 [2020-02-04T18:15:14.017Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-04T18:15:14.017Z] ---> Running in 73729a251a41 [2020-02-04T18:15:14.162Z] #44 20.10 CC images/core-aarch64.o [2020-02-04T18:15:14.382Z] Removing intermediate container 73729a251a41 [2020-02-04T18:15:14.382Z] ---> 19e7b79389ee [2020-02-04T18:15:14.382Z] Successfully built 19e7b79389ee [2020-02-04T18:15:14.382Z] Successfully tagged moby-buildx:latest [2020-02-04T18:15:14.382Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-04T18:15:14.382Z] if [ -n "${id}" ]; then \ [2020-02-04T18:15:14.382Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-04T18:15:14.382Z] && touch bundles/buildx; \ [2020-02-04T18:15:14.382Z] docker rm -f ${id}; \ [2020-02-04T18:15:14.382Z] fi [2020-02-04T18:15:14.420Z] #44 20.49 CC images/core-ppc64.o [2020-02-04T18:15:14.729Z] 9f479aeb8a80559d2a00d9ce366a641370d1d3f992e18987282376983a429532 [2020-02-04T18:15:14.729Z] bundles/buildx version [2020-02-04T18:15:14.729Z] buildx v0.3.1 6db68d0 [2020-02-04T18:15:14.729Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:f464c31668db6fe781b3195f23dc786ee09e91c0 . [2020-02-04T18:15:14.729Z] #1 [internal] booting buildkit [2020-02-04T18:15:14.989Z] #44 21.05 CC images/core-s390.o [2020-02-04T18:15:15.084Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-04T18:15:15.923Z] #44 21.79 CC images/cpuinfo.o [2020-02-04T18:15:16.181Z] #44 22.23 CC images/inventory.o [2020-02-04T18:15:16.439Z] #44 22.48 CC images/fdinfo.o [2020-02-04T18:15:16.654Z] ok github.com/docker/docker/cmd/dockerd 0.136s coverage: 30.6% of statements [2020-02-04T18:15:16.699Z] #44 22.88 CC images/fown.o [2020-02-04T18:15:16.829Z] #1 pulling image moby/buildkit:buildx-stable-1 2.0s done [2020-02-04T18:15:16.829Z] #1 creating container buildx_buildkit_default [2020-02-04T18:15:16.958Z] #44 23.12 CC images/ns.o [2020-02-04T18:15:17.336Z] INFO: Expanding compiler 1 of 3... [2020-02-04T18:15:17.525Z] #44 23.39 CC images/regfile.o [2020-02-04T18:15:17.578Z] #1 creating container buildx_buildkit_default 0.4s done [2020-02-04T18:15:17.578Z] #1 DONE 2.4s [2020-02-04T18:15:17.578Z] [2020-02-04T18:15:17.578Z] #3 [internal] load build definition from Dockerfile [2020-02-04T18:15:17.578Z] #3 transferring dockerfile: 15.64kB done [2020-02-04T18:15:17.578Z] #3 DONE 0.0s [2020-02-04T18:15:17.578Z] [2020-02-04T18:15:17.578Z] #2 [internal] load .dockerignore [2020-02-04T18:15:17.578Z] #2 transferring context: 87B done [2020-02-04T18:15:17.578Z] #2 DONE 0.0s [2020-02-04T18:15:17.578Z] [2020-02-04T18:15:17.578Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-04T18:15:17.819Z] #44 23.69 CC images/ghost-file.o [2020-02-04T18:15:17.941Z] #4 DONE 0.6s [2020-02-04T18:15:17.951Z] INFO: Expanding compiler 2 of 3... [2020-02-04T18:15:18.035Z] ok github.com/docker/docker/container 0.193s coverage: 35.3% of statements [2020-02-04T18:15:18.035Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-04T18:15:18.035Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-04T18:15:18.035Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-04T18:15:18.035Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-04T18:15:18.079Z] #44 24.06 CC images/fifo.o [2020-02-04T18:15:18.294Z] [2020-02-04T18:15:18.294Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-04T18:15:18.294Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-04T18:15:18.294Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2020-02-04T18:15:18.294Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2020-02-04T18:15:18.294Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2020-02-04T18:15:18.294Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-04T18:15:18.294Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-04T18:15:18.337Z] #44 24.29 CC images/remap-file-path.o [2020-02-04T18:15:18.337Z] #44 24.51 CC images/eventfd.o [2020-02-04T18:15:18.596Z] #44 24.76 CC images/eventpoll.o [2020-02-04T18:15:18.647Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.2s done [2020-02-04T18:15:18.647Z] #5 DONE 0.5s [2020-02-04T18:15:18.647Z] [2020-02-04T18:15:18.647Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-04T18:15:19.016Z] #6 ... [2020-02-04T18:15:19.016Z] [2020-02-04T18:15:19.016Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-04T18:15:19.016Z] #7 DONE 0.3s [2020-02-04T18:15:19.164Z] #44 25.00 CC images/fh.o [2020-02-04T18:15:19.164Z] #44 25.30 CC images/fsnotify.o [2020-02-04T18:15:19.501Z] [2020-02-04T18:15:19.501Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-04T18:15:19.501Z] #6 DONE 0.3s [2020-02-04T18:15:19.501Z] [2020-02-04T18:15:19.501Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:15:19.501Z] #8 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-04T18:15:19.501Z] #8 sha256:053af876b91913aed3c9ac2dd8b595bad22b94416eea6848860df62f3367af60 1.79kB / 1.79kB done [2020-02-04T18:15:19.501Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 0B / 48.95MB 0.1s [2020-02-04T18:15:19.501Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 1.35MB / 7.38MB 0.1s [2020-02-04T18:15:19.501Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 0B / 102.16MB 0.1s [2020-02-04T18:15:19.501Z] #8 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-04T18:15:19.501Z] #8 sha256:5b56a0d174e1942aa9c4762ba657088d03af1090840f5776077c9784598b3abe 155B / 155B 0.1s done [2020-02-04T18:15:19.501Z] #8 sha256:405b58165bf06b178dacbf6c969d559fe180cadb2d6f1c75fe0755bdf368aaa0 5.45kB / 5.45kB done [2020-02-04T18:15:19.501Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 0B / 9.88MB 0.1s [2020-02-04T18:15:19.501Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 0B / 51.33MB 0.1s [2020-02-04T18:15:19.501Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 0B / 56.59MB 0.1s [2020-02-04T18:15:19.501Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 5.07MB / 7.38MB 0.3s [2020-02-04T18:15:19.501Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 2.49MB / 9.88MB 0.3s [2020-02-04T18:15:19.946Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 4.05MB / 48.95MB 0.4s [2020-02-04T18:15:19.946Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 7.38MB / 7.38MB 0.4s done [2020-02-04T18:15:19.946Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 5.16MB / 9.88MB 0.4s [2020-02-04T18:15:19.946Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 5.67MB / 51.33MB 0.4s [2020-02-04T18:15:19.946Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 4.62MB / 56.59MB 0.4s [2020-02-04T18:15:19.946Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 7.48MB / 48.95MB 0.6s [2020-02-04T18:15:19.946Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 9.76MB / 102.16MB 0.6s [2020-02-04T18:15:19.946Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 8.96MB / 9.88MB 0.6s [2020-02-04T18:15:19.946Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 8.26MB / 51.33MB 0.6s [2020-02-04T18:15:19.946Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 11.62MB / 48.95MB 0.7s [2020-02-04T18:15:19.946Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 9.88MB / 9.88MB 0.6s done [2020-02-04T18:15:19.946Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 12.16MB / 51.33MB 0.7s [2020-02-04T18:15:19.946Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 11.11MB / 56.59MB 0.7s [2020-02-04T18:15:20.100Z] #44 25.99 CC images/signalfd.o [2020-02-04T18:15:20.100Z] #44 26.23 CC images/fs.o [2020-02-04T18:15:20.199Z] #65 ... [2020-02-04T18:15:20.199Z] [2020-02-04T18:15:20.199Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:20.199Z] #44 32.62 CC images/netdev.o [2020-02-04T18:15:20.199Z] #44 33.05 CC images/tty.o [2020-02-04T18:15:20.199Z] #44 33.71 CC images/file-lock.o [2020-02-04T18:15:20.199Z] #44 33.90 CC images/rlimit.o [2020-02-04T18:15:20.199Z] #44 34.12 CC images/pagemap.o [2020-02-04T18:15:20.199Z] #44 34.36 CC images/siginfo.o [2020-02-04T18:15:20.199Z] #44 34.61 CC images/rpc.o [2020-02-04T18:15:20.199Z] #44 35.76 CC images/ext-file.o [2020-02-04T18:15:20.199Z] #44 35.98 CC images/cgroup.o [2020-02-04T18:15:20.199Z] #44 36.77 CC images/userns.o [2020-02-04T18:15:20.199Z] #44 37.04 CC images/google/protobuf/descriptor.o [2020-02-04T18:15:20.199Z] #44 38.67 CC images/opts.o [2020-02-04T18:15:20.199Z] #44 38.89 CC images/seccomp.o [2020-02-04T18:15:20.359Z] #44 26.44 CC images/pstree.o [2020-02-04T18:15:20.398Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 15.02MB / 48.95MB 0.9s [2020-02-04T18:15:20.398Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 17.73MB / 102.16MB 0.9s [2020-02-04T18:15:20.398Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 17.15MB / 51.33MB 0.9s [2020-02-04T18:15:20.398Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 16.12MB / 56.59MB 0.9s [2020-02-04T18:15:20.398Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 19.47MB / 48.95MB 1.0s [2020-02-04T18:15:20.398Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 21.79MB / 51.33MB 1.0s [2020-02-04T18:15:20.398Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 18.97MB / 56.59MB 1.0s [2020-02-04T18:15:20.398Z] #8 ... [2020-02-04T18:15:20.398Z] [2020-02-04T18:15:20.398Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-04T18:15:20.398Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-04T18:15:20.398Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-04T18:15:20.398Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2020-02-04T18:15:20.398Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-04T18:15:20.398Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2020-02-04T18:15:20.398Z] #69 DONE 1.3s [2020-02-04T18:15:20.398Z] [2020-02-04T18:15:20.398Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:15:20.398Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 23.16MB / 48.95MB 1.2s [2020-02-04T18:15:20.398Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 25.89MB / 102.16MB 1.2s [2020-02-04T18:15:20.398Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 27.12MB / 51.33MB 1.2s [2020-02-04T18:15:20.398Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 23.94MB / 56.59MB 1.2s [2020-02-04T18:15:20.398Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 27.59MB / 48.95MB 1.3s [2020-02-04T18:15:20.398Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 31.46MB / 51.33MB 1.3s [2020-02-04T18:15:20.398Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 27.81MB / 56.59MB 1.3s [2020-02-04T18:15:20.456Z] #44 39.18 CC images/binfmt-misc.o [2020-02-04T18:15:20.624Z] #44 26.69 CC images/pipe.o [2020-02-04T18:15:20.712Z] #44 39.43 CC images/time.o [2020-02-04T18:15:20.814Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 31.80MB / 48.95MB 1.5s [2020-02-04T18:15:20.814Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 34.79MB / 102.16MB 1.5s [2020-02-04T18:15:20.814Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 34.41MB / 51.33MB 1.5s [2020-02-04T18:15:20.814Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 31.71MB / 56.59MB 1.5s [2020-02-04T18:15:20.814Z] #8 ... [2020-02-04T18:15:20.814Z] [2020-02-04T18:15:20.814Z] #21 [internal] load build context [2020-02-04T18:15:20.814Z] #21 transferring context: 46.81MB 1.7s done [2020-02-04T18:15:20.814Z] #21 DONE 1.8s [2020-02-04T18:15:20.814Z] [2020-02-04T18:15:20.814Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-04T18:15:20.814Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 36.45MB / 48.95MB 1.6s [2020-02-04T18:15:20.814Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 38.87MB / 51.33MB 1.6s [2020-02-04T18:15:20.814Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 36.43MB / 56.59MB 1.6s [2020-02-04T18:15:20.883Z] #44 26.87 CC images/tcp-stream.o [2020-02-04T18:15:20.883Z] #44 ... [2020-02-04T18:15:20.883Z] [2020-02-04T18:15:20.883Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:15:20.883Z] #10 97.23 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-04T18:15:20.883Z] #10 97.26 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-04T18:15:20.883Z] #10 97.26 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:20.968Z] #44 39.61 CC images/sysctl.o [2020-02-04T18:15:20.968Z] #44 39.81 CC images/autofs.o [2020-02-04T18:15:21.188Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 41.02MB / 48.95MB 1.8s [2020-02-04T18:15:21.188Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 41.21MB / 102.16MB 1.8s [2020-02-04T18:15:21.188Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 43.46MB / 51.33MB 1.8s [2020-02-04T18:15:21.188Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 40.69MB / 56.59MB 1.8s [2020-02-04T18:15:21.188Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 44.99MB / 48.95MB 1.9s [2020-02-04T18:15:21.188Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 47.89MB / 51.33MB 1.9s [2020-02-04T18:15:21.188Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 44.68MB / 56.59MB 1.9s [2020-02-04T18:15:21.225Z] #44 ... [2020-02-04T18:15:21.225Z] [2020-02-04T18:15:21.225Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:21.225Z] #65 DONE 110.6s [2020-02-04T18:15:21.225Z] [2020-02-04T18:15:21.225Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-04T18:15:21.225Z] #66 DONE 0.1s [2020-02-04T18:15:21.225Z] [2020-02-04T18:15:21.225Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:21.225Z] #47 103.9 vendor/golang.org/x/net/idna [2020-02-04T18:15:21.225Z] #47 106.5 vendor/golang.org/x/net/http2/hpack [2020-02-04T18:15:21.225Z] #47 107.4 mime [2020-02-04T18:15:21.225Z] #47 109.3 mime/quotedprintable [2020-02-04T18:15:21.225Z] #47 109.7 net/http/internal [2020-02-04T18:15:21.225Z] #47 ... [2020-02-04T18:15:21.225Z] [2020-02-04T18:15:21.225Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:21.225Z] #44 40.13 CC images/macvlan.o [2020-02-04T18:15:21.569Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 48.95MB / 48.95MB 2.1s [2020-02-04T18:15:21.569Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 49.54MB / 102.16MB 2.1s [2020-02-04T18:15:21.569Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 51.33MB / 51.33MB 2.1s [2020-02-04T18:15:21.569Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 51.10MB / 56.59MB 2.1s [2020-02-04T18:15:21.569Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 48.95MB / 48.95MB 2.2s done [2020-02-04T18:15:21.569Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 59.67MB / 102.16MB 2.2s [2020-02-04T18:15:21.569Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 51.33MB / 51.33MB 2.1s done [2020-02-04T18:15:21.569Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 56.59MB / 56.59MB 2.2s [2020-02-04T18:15:21.569Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 76.32MB / 102.16MB 2.4s [2020-02-04T18:15:21.569Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 56.59MB / 56.59MB 2.3s done [2020-02-04T18:15:21.787Z] #44 40.41 CC images/sit.o [2020-02-04T18:15:21.943Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 92.41MB / 102.16MB 2.5s [2020-02-04T18:15:21.943Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 102.16MB / 102.16MB 2.7s done [2020-02-04T18:15:22.043Z] #44 40.77 LINK images/built-in.o [2020-02-04T18:15:22.241Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.076s coverage: 65.3% of statements [2020-02-04T18:15:22.241Z] ok github.com/docker/docker/daemon/cluster/convert 0.021s coverage: 35.7% of statements [2020-02-04T18:15:22.299Z] #44 40.90 GEN compel/include/asm [2020-02-04T18:15:22.299Z] #44 40.91 GEN compel/include/version.h [2020-02-04T18:15:22.299Z] #44 40.96 touch .config [2020-02-04T18:15:22.299Z] #44 40.98 GEN include/common/config.h [2020-02-04T18:15:22.299Z] #44 41.04 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-04T18:15:22.299Z] #44 41.06 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-04T18:15:22.299Z] #44 41.09 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-04T18:15:22.299Z] #44 41.09 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-04T18:15:22.300Z] #44 41.12 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-04T18:15:22.300Z] #44 41.15 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-04T18:15:22.300Z] #44 41.17 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-04T18:15:22.300Z] #44 41.21 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-04T18:15:22.300Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf [2020-02-04T18:15:22.556Z] #44 41.22 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-04T18:15:22.556Z] #44 41.25 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-04T18:15:22.556Z] #44 41.25 DEP compel/plugins/std/infect.d [2020-02-04T18:15:22.811Z] ok github.com/docker/docker/daemon/cluster 0.117s coverage: 0.5% of statements [2020-02-04T18:15:22.812Z] #44 41.44 DEP compel/plugins/std/string.d [2020-02-04T18:15:22.812Z] #44 41.55 DEP compel/plugins/std/log.d [2020-02-04T18:15:22.812Z] #44 41.63 DEP compel/plugins/std/fds.d [2020-02-04T18:15:23.067Z] #44 41.71 DEP compel/plugins/std/std.d [2020-02-04T18:15:23.067Z] #44 41.86 DEP compel/plugins/shmem/shmem.d [2020-02-04T18:15:23.355Z] #44 42.00 DEP compel/plugins/fds/fds.d [2020-02-04T18:15:23.355Z] #44 42.16 CC compel/plugins/std/std.o [2020-02-04T18:15:23.613Z] #44 42.49 CC compel/plugins/std/fds.o [2020-02-04T18:15:23.727Z] INFO: Expanding compiler 3 of 3... [2020-02-04T18:15:23.727Z] INFO: Removing downloaded files... [2020-02-04T18:15:23.727Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-02-04T18:15:23.727Z] INFO: Configuring git core.autocrlf... [2020-02-04T18:15:24.170Z] #10 ... [2020-02-04T18:15:24.170Z] [2020-02-04T18:15:24.170Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:24.170Z] #47 90.23 github.com/LK4D4/vndr/versioned [2020-02-04T18:15:24.170Z] #47 90.36 compress/flate [2020-02-04T18:15:24.170Z] #47 92.28 github.com/LK4D4/vndr/build [2020-02-04T18:15:24.170Z] #47 93.02 vendor/golang.org/x/crypto/cryptobyte [2020-02-04T18:15:24.170Z] #47 95.21 net [2020-02-04T18:15:24.170Z] #47 95.64 vendor/golang.org/x/crypto/poly1305 [2020-02-04T18:15:24.170Z] #47 96.01 vendor/golang.org/x/sys/cpu [2020-02-04T18:15:24.170Z] #47 96.37 vendor/golang.org/x/crypto/chacha20poly1305 [2020-02-04T18:15:24.170Z] #47 97.63 vendor/golang.org/x/crypto/hkdf [2020-02-04T18:15:24.170Z] #47 97.78 vendor/golang.org/x/text/transform [2020-02-04T18:15:24.170Z] #47 98.54 vendor/golang.org/x/text/unicode/bidi [2020-02-04T18:15:24.429Z] #47 100.4 vendor/golang.org/x/text/secure/bidirule [2020-02-04T18:15:24.429Z] #47 ... [2020-02-04T18:15:24.429Z] [2020-02-04T18:15:24.429Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:24.429Z] #44 27.19 CC images/sk-packet.o [2020-02-04T18:15:24.429Z] #44 27.50 CC images/mnt.o [2020-02-04T18:15:24.429Z] #44 27.77 CC images/pipe-data.o [2020-02-04T18:15:24.429Z] #44 28.00 CC images/sa.o [2020-02-04T18:15:24.429Z] #44 28.21 CC images/timer.o [2020-02-04T18:15:24.429Z] #44 28.62 CC images/timerfd.o [2020-02-04T18:15:24.429Z] #44 28.97 CC images/mm.o [2020-02-04T18:15:24.429Z] #44 29.25 CC images/sk-opts.o [2020-02-04T18:15:24.429Z] #44 29.49 CC images/sk-unix.o [2020-02-04T18:15:24.429Z] #44 29.83 CC images/sk-inet.o [2020-02-04T18:15:24.429Z] #44 30.31 CC images/tun.o [2020-02-04T18:15:24.429Z] #44 30.64 CC images/sk-netlink.o [2020-02-04T18:15:24.541Z] #44 42.98 CC compel/plugins/std/log.o [2020-02-04T18:15:24.995Z] #44 30.99 CC images/packet-sock.o [2020-02-04T18:15:25.102Z] #44 43.84 CC compel/plugins/std/string.o [2020-02-04T18:15:25.254Z] #44 31.38 CC images/ipc-var.o [2020-02-04T18:15:25.355Z] ok github.com/docker/docker/daemon/discovery 0.019s coverage: 30.0% of statements [2020-02-04T18:15:25.513Z] #44 31.60 CC images/ipc-desc.o [2020-02-04T18:15:25.663Z] #44 44.33 CC compel/plugins/std/infect.o [2020-02-04T18:15:25.770Z] #44 31.87 CC images/ipc-shm.o [2020-02-04T18:15:26.029Z] #44 32.10 CC images/ipc-msg.o [2020-02-04T18:15:26.224Z] #44 44.78 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-04T18:15:26.224Z] #44 44.84 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-04T18:15:26.224Z] #44 44.91 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-04T18:15:26.224Z] #44 44.99 AR compel/plugins/std.lib.a [2020-02-04T18:15:26.224Z] #44 45.09 CC compel/plugins/fds/fds.o [2020-02-04T18:15:26.288Z] #44 32.33 CC images/ipc-sem.o [2020-02-04T18:15:26.481Z] #44 45.32 AR compel/plugins/fds.lib.a [2020-02-04T18:15:26.546Z] #44 32.66 CC images/utsns.o [2020-02-04T18:15:26.737Z] #44 45.37 HOSTDEP compel/src/lib/log-host.d [2020-02-04T18:15:26.737Z] #44 45.51 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-04T18:15:26.740Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2020-02-04T18:15:26.740Z] ok github.com/docker/docker/daemon/config 0.062s coverage: 82.1% of statements [2020-02-04T18:15:26.805Z] #44 32.85 CC images/creds.o [2020-02-04T18:15:26.992Z] #44 45.65 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-04T18:15:26.992Z] #44 45.77 HOSTDEP compel/src/main-host.d [2020-02-04T18:15:26.992Z] #44 45.87 DEP compel/src/lib/ptrace.d [2020-02-04T18:15:27.063Z] #44 ... [2020-02-04T18:15:27.063Z] [2020-02-04T18:15:27.063Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:27.063Z] #65 103.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-04T18:15:27.063Z] #65 103.1 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-04T18:15:27.248Z] #44 45.97 DEP compel/src/lib/infect.d [2020-02-04T18:15:27.505Z] #44 46.16 DEP compel/src/lib/infect-util.d [2020-02-04T18:15:27.505Z] #44 46.30 DEP compel/src/lib/infect-rpc.d [2020-02-04T18:15:27.760Z] #44 46.47 DEP compel/arch/x86/src/lib/infect.d [2020-02-04T18:15:28.016Z] #44 46.57 DEP compel/arch/x86/src/lib/cpu.d [2020-02-04T18:15:28.016Z] #44 46.63 DEP compel/src/lib/log.d [2020-02-04T18:15:28.016Z] #44 46.72 DEP compel/src/main.d [2020-02-04T18:15:28.016Z] #44 ... [2020-02-04T18:15:28.016Z] [2020-02-04T18:15:28.016Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:15:28.016Z] #10 114.7 Selecting previously unselected package libapparmor1:amd64. [2020-02-04T18:15:28.016Z] #10 114.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 114.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-04T18:15:28.016Z] #10 114.9 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-04T18:15:28.016Z] #10 114.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 114.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-04T18:15:28.016Z] #10 115.1 Selecting previously unselected package libbtrfs0. [2020-02-04T18:15:28.016Z] #10 115.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 115.1 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-04T18:15:28.016Z] #10 115.2 Selecting previously unselected package libbtrfs-dev. [2020-02-04T18:15:28.016Z] #10 115.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 115.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:15:28.016Z] #10 115.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-04T18:15:28.016Z] #10 115.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 115.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:28.016Z] #10 115.4 Selecting previously unselected package libudev-dev:amd64. [2020-02-04T18:15:28.016Z] #10 115.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u2_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 115.5 Unpacking libudev-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:28.016Z] #10 115.6 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-04T18:15:28.016Z] #10 115.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-04T18:15:28.016Z] #10 115.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-04T18:15:28.016Z] #10 115.9 Selecting previously unselected package libpcre16-3:amd64. [2020-02-04T18:15:28.017Z] #10 115.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 115.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.017Z] #10 116.1 Selecting previously unselected package libpcre32-3:amd64. [2020-02-04T18:15:28.017Z] #10 116.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 116.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.017Z] #10 116.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-04T18:15:28.017Z] #10 116.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 116.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.017Z] #10 116.4 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-04T18:15:28.017Z] #10 116.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 116.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.017Z] #10 116.8 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-04T18:15:28.017Z] #10 116.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 116.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-04T18:15:28.017Z] #10 117.0 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-04T18:15:28.017Z] #10 117.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 117.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:28.017Z] #10 117.2 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-04T18:15:28.017Z] #10 117.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 117.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-04T18:15:28.017Z] #10 117.3 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-04T18:15:28.017Z] #10 117.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u2_amd64.deb ... [2020-02-04T18:15:28.017Z] #10 117.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:28.017Z] #10 117.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-04T18:15:28.273Z] #10 117.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up libudev-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up libsystemd-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-04T18:15:28.273Z] #10 118.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-04T18:15:28.529Z] #10 118.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:28.529Z] #10 118.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-02-04T18:15:28.529Z] #10 118.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-02-04T18:15:28.529Z] #10 118.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:28.529Z] #10 118.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-02-04T18:15:28.529Z] #10 118.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-02-04T18:15:28.529Z] #10 118.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-04T18:15:28.529Z] #10 118.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-04T18:15:28.529Z] #10 118.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:28.529Z] #10 118.1 Setting up dmsetup (2:1.02.155-3) ... [2020-02-04T18:15:28.529Z] #10 118.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:28.529Z] #10 118.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:28.529Z] #10 118.2 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:15:29.094Z] #10 DONE 118.6s [2020-02-04T18:15:29.094Z] [2020-02-04T18:15:29.094Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:29.094Z] #50 DONE 118.4s [2020-02-04T18:15:29.094Z] [2020-02-04T18:15:29.094Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:15:29.094Z] #55 DONE 0.2s [2020-02-04T18:15:29.094Z] [2020-02-04T18:15:29.094Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-04T18:15:29.283Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2020-02-04T18:15:29.351Z] #56 DONE 0.1s [2020-02-04T18:15:29.351Z] [2020-02-04T18:15:29.351Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:31.592Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 9.4s done [2020-02-04T18:15:31.592Z] #8 DONE 12.3s [2020-02-04T18:15:31.592Z] [2020-02-04T18:15:31.592Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-04T18:15:31.592Z] #9 DONE 0.2s [2020-02-04T18:15:31.592Z] [2020-02-04T18:15:31.592Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-04T18:15:31.956Z] #10 DONE 0.3s [2020-02-04T18:15:31.956Z] [2020-02-04T18:15:31.956Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-04T18:15:31.956Z] #41 DONE 0.0s [2020-02-04T18:15:31.956Z] [2020-02-04T18:15:31.956Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-04T18:15:31.956Z] #30 DONE 0.0s [2020-02-04T18:15:31.956Z] [2020-02-04T18:15:31.956Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:15:31.956Z] #22 DONE 0.1s [2020-02-04T18:15:31.956Z] [2020-02-04T18:15:31.956Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:15:32.301Z] #31 ... [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-04T18:15:32.301Z] #33 DONE 0.1s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-04T18:15:32.301Z] #71 DONE 0.1s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-04T18:15:32.301Z] #47 DONE 0.1s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-04T18:15:32.301Z] #53 DONE 0.1s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-04T18:15:32.301Z] #23 DONE 0.1s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-04T18:15:32.301Z] #50 DONE 0.1s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-04T18:15:32.301Z] #65 DONE 0.2s [2020-02-04T18:15:32.301Z] [2020-02-04T18:15:32.301Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:32.575Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-02-04T18:15:32.615Z] #57 ... [2020-02-04T18:15:32.615Z] [2020-02-04T18:15:32.615Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-04T18:15:32.615Z] #11 DONE 3.5s [2020-02-04T18:15:32.615Z] [2020-02-04T18:15:32.615Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:32.615Z] #57 3.352 + RM_GOPATH=0 [2020-02-04T18:15:32.615Z] #57 3.352 + TMP_GOPATH= [2020-02-04T18:15:32.615Z] #57 3.352 + : /build [2020-02-04T18:15:32.615Z] #57 3.352 + '[' -z '' ']' [2020-02-04T18:15:32.615Z] #57 3.352 ++ mktemp -d [2020-02-04T18:15:32.615Z] #57 3.364 + export GOPATH=/tmp/tmp.hjTBA1PUJs [2020-02-04T18:15:32.615Z] #57 3.364 + GOPATH=/tmp/tmp.hjTBA1PUJs [2020-02-04T18:15:32.615Z] #57 3.364 + RM_GOPATH=1 [2020-02-04T18:15:32.615Z] #57 3.364 ++ dirname ./install.sh [2020-02-04T18:15:32.615Z] #57 3.364 + dir=. [2020-02-04T18:15:32.615Z] #57 3.364 + bin=runc [2020-02-04T18:15:32.615Z] #57 3.364 + shift [2020-02-04T18:15:32.615Z] #57 3.364 + '[' '!' -f ./runc.installer ']' [2020-02-04T18:15:32.615Z] #57 3.364 + . ./runc.installer [2020-02-04T18:15:32.615Z] #57 3.364 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-04T18:15:32.615Z] #57 3.364 + install_runc [2020-02-04T18:15:32.615Z] #57 3.364 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-04T18:15:32.615Z] #57 3.364 + uname -r [2020-02-04T18:15:32.615Z] #57 3.364 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-04T18:15:32.615Z] #57 3.364 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-04T18:15:32.615Z] #57 3.364 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hjTBA1PUJs/src/github.com/opencontainers/runc [2020-02-04T18:15:32.615Z] #57 3.364 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-04T18:15:32.615Z] #57 3.377 Cloning into '/tmp/tmp.hjTBA1PUJs/src/github.com/opencontainers/runc'... [2020-02-04T18:15:32.668Z] #66 0.501 + RM_GOPATH=0 [2020-02-04T18:15:32.668Z] #66 0.501 + TMP_GOPATH= [2020-02-04T18:15:32.668Z] #66 0.501 + : /build/ [2020-02-04T18:15:32.668Z] #66 0.502 + '[' -z '' ']' [2020-02-04T18:15:32.668Z] #66 0.503 ++ mktemp -d [2020-02-04T18:15:32.668Z] #66 0.509 + export GOPATH=/tmp/tmp.7bymhxWJLf [2020-02-04T18:15:32.668Z] #66 0.509 + GOPATH=/tmp/tmp.7bymhxWJLf [2020-02-04T18:15:32.668Z] #66 0.509 + RM_GOPATH=1 [2020-02-04T18:15:32.668Z] #66 0.511 ++ dirname ./install.sh [2020-02-04T18:15:32.668Z] #66 0.515 + dir=. [2020-02-04T18:15:32.668Z] #66 0.515 + bin=rootlesskit [2020-02-04T18:15:32.668Z] #66 0.515 + shift [2020-02-04T18:15:32.668Z] #66 0.515 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-04T18:15:32.668Z] #66 0.515 + . ./rootlesskit.installer [2020-02-04T18:15:32.668Z] #66 0.516 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:15:32.668Z] #66 0.517 + install_rootlesskit [2020-02-04T18:15:32.668Z] #66 0.517 + case "$1" in [2020-02-04T18:15:32.668Z] #66 0.517 + export CGO_ENABLED=0 [2020-02-04T18:15:32.668Z] #66 0.517 + CGO_ENABLED=0 [2020-02-04T18:15:32.668Z] #66 0.517 + _install_rootlesskit [2020-02-04T18:15:32.668Z] #66 0.517 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-04T18:15:32.668Z] #66 0.518 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:15:32.668Z] #66 0.518 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.7bymhxWJLf/src/github.com/rootless-containers/rootlesskit [2020-02-04T18:15:32.668Z] #66 0.524 Cloning into '/tmp/tmp.7bymhxWJLf/src/github.com/rootless-containers/rootlesskit'... [2020-02-04T18:15:33.512Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.479s coverage: 13.7% of statements [2020-02-04T18:15:33.638Z] #65 ... [2020-02-04T18:15:33.638Z] [2020-02-04T18:15:33.638Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:33.638Z] #44 33.15 CC images/vma.o [2020-02-04T18:15:33.638Z] #44 33.38 CC images/netdev.o [2020-02-04T18:15:33.638Z] #44 33.81 CC images/tty.o [2020-02-04T18:15:33.638Z] #44 34.40 CC images/file-lock.o [2020-02-04T18:15:33.638Z] #44 34.64 CC images/rlimit.o [2020-02-04T18:15:33.638Z] #44 34.96 CC images/pagemap.o [2020-02-04T18:15:33.638Z] #44 35.22 CC images/siginfo.o [2020-02-04T18:15:33.638Z] #44 35.50 CC images/rpc.o [2020-02-04T18:15:33.638Z] #44 36.65 CC images/ext-file.o [2020-02-04T18:15:33.638Z] #44 36.83 CC images/cgroup.o [2020-02-04T18:15:33.638Z] #44 37.48 CC images/userns.o [2020-02-04T18:15:33.638Z] #44 37.75 CC images/google/protobuf/descriptor.o [2020-02-04T18:15:33.638Z] #44 39.49 CC images/opts.o [2020-02-04T18:15:33.638Z] #44 39.72 CC images/seccomp.o [2020-02-04T18:15:33.896Z] #44 39.95 CC images/binfmt-misc.o [2020-02-04T18:15:33.979Z] #57 ... [2020-02-04T18:15:33.979Z] [2020-02-04T18:15:33.979Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:33.979Z] #47 113.3 net/textproto [2020-02-04T18:15:33.979Z] #47 113.3 crypto/x509 [2020-02-04T18:15:33.979Z] #47 114.5 vendor/golang.org/x/net/http/httpguts [2020-02-04T18:15:33.979Z] #47 114.8 vendor/golang.org/x/net/http/httpproxy [2020-02-04T18:15:33.979Z] #47 115.3 mime/multipart [2020-02-04T18:15:33.979Z] #47 117.4 crypto/tls [2020-02-04T18:15:34.154Z] #44 40.19 CC images/time.o [2020-02-04T18:15:34.235Z] #47 ... [2020-02-04T18:15:34.235Z] [2020-02-04T18:15:34.235Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:34.235Z] #44 46.86 DEP compel/src/lib/handle-elf.d [2020-02-04T18:15:34.235Z] #44 47.05 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-04T18:15:34.235Z] #44 47.19 CC compel/src/lib/log.o [2020-02-04T18:15:34.235Z] #44 47.46 CC compel/arch/x86/src/lib/cpu.o [2020-02-04T18:15:34.235Z] #44 48.58 CC compel/arch/x86/src/lib/infect.o [2020-02-04T18:15:34.235Z] #44 50.07 CC compel/src/lib/infect-rpc.o [2020-02-04T18:15:34.235Z] #44 50.62 CC compel/src/lib/infect-util.o [2020-02-04T18:15:34.235Z] #44 50.95 CC compel/src/lib/infect.o [2020-02-04T18:15:34.414Z] #44 40.49 CC images/sysctl.o [2020-02-04T18:15:34.455Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.737s coverage: 57.0% of statements [2020-02-04T18:15:34.675Z] #44 ... [2020-02-04T18:15:34.676Z] [2020-02-04T18:15:34.676Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:34.676Z] #65 DONE 110.8s [2020-02-04T18:15:34.676Z] [2020-02-04T18:15:34.676Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:34.676Z] #44 40.73 CC images/autofs.o [2020-02-04T18:15:34.676Z] #44 ... [2020-02-04T18:15:34.676Z] [2020-02-04T18:15:34.676Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:34.676Z] #47 100.7 vendor/golang.org/x/text/unicode/norm [2020-02-04T18:15:34.676Z] #47 105.1 vendor/golang.org/x/net/idna [2020-02-04T18:15:34.676Z] #47 107.4 vendor/golang.org/x/net/http2/hpack [2020-02-04T18:15:34.676Z] #47 109.0 mime [2020-02-04T18:15:34.796Z] #44 53.52 CC compel/src/lib/ptrace.o [2020-02-04T18:15:34.934Z] #47 ... [2020-02-04T18:15:34.934Z] [2020-02-04T18:15:34.934Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-04T18:15:34.934Z] #66 DONE 0.1s [2020-02-04T18:15:34.934Z] [2020-02-04T18:15:34.934Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:34.934Z] #44 41.11 CC images/macvlan.o [2020-02-04T18:15:35.053Z] #44 ... [2020-02-04T18:15:35.053Z] [2020-02-04T18:15:35.053Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-04T18:15:35.053Z] #12 DONE 2.5s [2020-02-04T18:15:35.053Z] [2020-02-04T18:15:35.053Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-04T18:15:35.153Z] #66 2.931 + cd /tmp/tmp.7bymhxWJLf/src/github.com/rootless-containers/rootlesskit [2020-02-04T18:15:35.153Z] #66 2.931 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-04T18:15:35.501Z] #44 41.54 CC images/sit.o [2020-02-04T18:15:35.522Z] #66 3.254 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-04T18:15:35.522Z] #66 3.255 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-04T18:15:36.069Z] #44 41.86 LINK images/built-in.o [2020-02-04T18:15:36.069Z] #44 42.07 GEN compel/include/asm [2020-02-04T18:15:36.069Z] #44 42.08 GEN compel/include/version.h [2020-02-04T18:15:36.069Z] #44 42.12 touch .config [2020-02-04T18:15:36.069Z] #44 42.13 GEN include/common/config.h [2020-02-04T18:15:36.328Z] #44 42.27 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-04T18:15:36.328Z] #44 42.30 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-04T18:15:36.328Z] #44 42.32 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-04T18:15:36.328Z] #44 42.34 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-04T18:15:36.328Z] #44 42.37 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-04T18:15:36.328Z] #44 42.40 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-04T18:15:36.328Z] #44 42.42 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-04T18:15:36.328Z] #44 42.44 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-04T18:15:36.328Z] #44 42.45 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-04T18:15:36.328Z] #44 42.48 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-04T18:15:36.587Z] #44 42.48 DEP compel/plugins/std/infect.d [2020-02-04T18:15:36.587Z] #44 42.64 DEP compel/plugins/std/string.d [2020-02-04T18:15:36.587Z] #44 42.75 DEP compel/plugins/std/log.d [2020-02-04T18:15:36.845Z] #44 42.84 DEP compel/plugins/std/fds.d [2020-02-04T18:15:36.845Z] #44 42.96 DEP compel/plugins/std/std.d [2020-02-04T18:15:37.104Z] #44 43.05 DEP compel/plugins/shmem/shmem.d [2020-02-04T18:15:37.104Z] #44 43.16 DEP compel/plugins/fds/fds.d [2020-02-04T18:15:37.104Z] #44 43.29 CC compel/plugins/std/std.o [2020-02-04T18:15:37.567Z] #13 2.193 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-04T18:15:37.567Z] #13 DONE 2.3s [2020-02-04T18:15:37.567Z] [2020-02-04T18:15:37.567Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-04T18:15:37.670Z] #44 43.64 CC compel/plugins/std/fds.o [2020-02-04T18:15:37.929Z] #44 44.14 CC compel/plugins/std/log.o [2020-02-04T18:15:38.037Z] #66 ... [2020-02-04T18:15:38.037Z] [2020-02-04T18:15:38.037Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:38.037Z] #48 0.532 + RM_GOPATH=0 [2020-02-04T18:15:38.037Z] #48 0.537 + TMP_GOPATH= [2020-02-04T18:15:38.037Z] #48 0.537 + : /build [2020-02-04T18:15:38.037Z] #48 0.537 + '[' -z '' ']' [2020-02-04T18:15:38.037Z] #48 0.539 ++ mktemp -d [2020-02-04T18:15:38.037Z] #48 0.544 + export GOPATH=/tmp/tmp.OmbRnalblu [2020-02-04T18:15:38.037Z] #48 0.544 + GOPATH=/tmp/tmp.OmbRnalblu [2020-02-04T18:15:38.037Z] #48 0.545 + RM_GOPATH=1 [2020-02-04T18:15:38.037Z] #48 0.546 ++ dirname ./install.sh [2020-02-04T18:15:38.037Z] #48 0.548 + dir=. [2020-02-04T18:15:38.037Z] #48 0.549 + bin=vndr [2020-02-04T18:15:38.037Z] #48 0.550 + shift [2020-02-04T18:15:38.037Z] #48 0.550 + '[' '!' -f ./vndr.installer ']' [2020-02-04T18:15:38.037Z] #48 0.550 + . ./vndr.installer [2020-02-04T18:15:38.037Z] #48 0.552 ++ : d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:15:38.037Z] #48 0.553 + install_vndr [2020-02-04T18:15:38.037Z] #48 0.553 + echo 'Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f' [2020-02-04T18:15:38.037Z] #48 0.554 Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:15:38.037Z] #48 0.554 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OmbRnalblu/src/github.com/LK4D4/vndr [2020-02-04T18:15:38.037Z] #48 0.564 Cloning into '/tmp/tmp.OmbRnalblu/src/github.com/LK4D4/vndr'... [2020-02-04T18:15:38.037Z] #48 1.135 + cd /tmp/tmp.OmbRnalblu/src/github.com/LK4D4/vndr [2020-02-04T18:15:38.037Z] #48 1.136 + git checkout -q d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-02-04T18:15:38.037Z] #48 1.143 + go build -buildmode=pie -v -o /build/vndr . [2020-02-04T18:15:38.037Z] #48 1.988 runtime/internal/atomic [2020-02-04T18:15:38.037Z] #48 1.988 internal/cpu [2020-02-04T18:15:38.037Z] #48 2.093 runtime/internal/sys [2020-02-04T18:15:38.037Z] #48 2.295 internal/race [2020-02-04T18:15:38.037Z] #48 2.352 sync/atomic [2020-02-04T18:15:38.037Z] #48 2.531 unicode [2020-02-04T18:15:38.037Z] #48 2.545 internal/bytealg [2020-02-04T18:15:38.037Z] #48 2.977 runtime [2020-02-04T18:15:38.037Z] #48 5.704 unicode/utf8 [2020-02-04T18:15:38.406Z] #48 6.220 math [2020-02-04T18:15:38.649Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.697s coverage: 48.6% of statements [2020-02-04T18:15:38.649Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.263s coverage: 46.2% of statements [2020-02-04T18:15:38.649Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.109s coverage: 72.5% of statements [2020-02-04T18:15:38.761Z] #48 ... [2020-02-04T18:15:38.762Z] [2020-02-04T18:15:38.762Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:38.762Z] #24 0.527 + RM_GOPATH=0 [2020-02-04T18:15:38.762Z] #24 0.528 + TMP_GOPATH= [2020-02-04T18:15:38.762Z] #24 0.528 + : /build [2020-02-04T18:15:38.762Z] #24 0.528 + '[' -z '' ']' [2020-02-04T18:15:38.762Z] #24 0.530 ++ mktemp -d [2020-02-04T18:15:38.762Z] #24 0.535 + export GOPATH=/tmp/tmp.VCF6luIlrE [2020-02-04T18:15:38.762Z] #24 0.535 + GOPATH=/tmp/tmp.VCF6luIlrE [2020-02-04T18:15:38.762Z] #24 0.536 + RM_GOPATH=1 [2020-02-04T18:15:38.762Z] #24 0.536 ++ dirname ./install.sh [2020-02-04T18:15:38.762Z] #24 0.541 + dir=. [2020-02-04T18:15:38.762Z] #24 0.541 + bin=dockercli [2020-02-04T18:15:38.762Z] #24 0.541 + shift [2020-02-04T18:15:38.762Z] #24 0.542 + '[' '!' -f ./dockercli.installer ']' [2020-02-04T18:15:38.762Z] #24 0.542 + . ./dockercli.installer [2020-02-04T18:15:38.762Z] #24 0.544 ++ : stable [2020-02-04T18:15:38.762Z] #24 0.545 ++ : 17.06.2-ce [2020-02-04T18:15:38.762Z] #24 0.546 + install_dockercli [2020-02-04T18:15:38.762Z] #24 0.546 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-04T18:15:38.762Z] #24 0.548 Install docker/cli version 17.06.2-ce from stable [2020-02-04T18:15:38.762Z] #24 0.551 ++ uname -m [2020-02-04T18:15:38.762Z] #24 0.555 + arch=s390x [2020-02-04T18:15:38.762Z] #24 0.555 + '[' s390x '!=' x86_64 ']' [2020-02-04T18:15:38.762Z] #24 0.556 + '[' s390x '!=' s390x ']' [2020-02-04T18:15:38.762Z] #24 0.556 + url=https://download.docker.com/linux/static [2020-02-04T18:15:38.762Z] #24 0.557 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-02-04T18:15:38.762Z] #24 0.561 + tar -xz docker/docker [2020-02-04T18:15:38.762Z] #24 6.309 + mkdir -p /build [2020-02-04T18:15:38.762Z] #24 6.310 + mv docker/docker /build/ [2020-02-04T18:15:38.762Z] #24 6.314 + rmdir docker [2020-02-04T18:15:38.762Z] #24 DONE 6.4s [2020-02-04T18:15:38.762Z] [2020-02-04T18:15:38.762Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:15:38.762Z] #34 0.582 + RM_GOPATH=0 [2020-02-04T18:15:38.762Z] #34 0.587 + TMP_GOPATH= [2020-02-04T18:15:38.762Z] #34 0.588 + : /build [2020-02-04T18:15:38.762Z] #34 0.588 + '[' -z '' ']' [2020-02-04T18:15:38.762Z] #34 0.590 ++ mktemp -d [2020-02-04T18:15:38.762Z] #34 0.595 + export GOPATH=/tmp/tmp.hnzbDi4z4R [2020-02-04T18:15:38.762Z] #34 0.595 + GOPATH=/tmp/tmp.hnzbDi4z4R [2020-02-04T18:15:38.762Z] #34 0.595 + RM_GOPATH=1 [2020-02-04T18:15:38.762Z] #34 0.596 ++ dirname ./install.sh [2020-02-04T18:15:38.762Z] #34 0.600 + dir=. [2020-02-04T18:15:38.762Z] #34 0.601 + bin=tomlv [2020-02-04T18:15:38.762Z] #34 0.601 + shift [2020-02-04T18:15:38.762Z] #34 0.602 + '[' '!' -f ./tomlv.installer ']' [2020-02-04T18:15:38.762Z] #34 0.603 + . ./tomlv.installer [2020-02-04T18:15:38.762Z] #34 0.603 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:15:38.762Z] #34 0.604 + install_tomlv [2020-02-04T18:15:38.762Z] #34 0.605 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-04T18:15:38.762Z] #34 0.606 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:15:38.762Z] #34 0.606 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hnzbDi4z4R/src/github.com/BurntSushi/toml [2020-02-04T18:15:38.762Z] #34 0.616 Cloning into '/tmp/tmp.hnzbDi4z4R/src/github.com/BurntSushi/toml'... [2020-02-04T18:15:38.762Z] #34 1.419 + cd /tmp/tmp.hnzbDi4z4R/src/github.com/BurntSushi/toml [2020-02-04T18:15:38.762Z] #34 1.420 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-04T18:15:38.762Z] #34 1.451 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-04T18:15:38.762Z] #34 1.993 internal/cpu [2020-02-04T18:15:38.762Z] #34 1.996 runtime/internal/atomic [2020-02-04T18:15:38.762Z] #34 2.090 runtime/internal/sys [2020-02-04T18:15:38.762Z] #34 2.259 runtime/internal/math [2020-02-04T18:15:38.762Z] #34 2.336 math/bits [2020-02-04T18:15:38.762Z] #34 2.559 internal/bytealg [2020-02-04T18:15:38.762Z] #34 2.789 runtime [2020-02-04T18:15:38.762Z] #34 2.924 math [2020-02-04T18:15:38.865Z] #44 44.85 CC compel/plugins/std/string.o [2020-02-04T18:15:39.432Z] #44 45.42 CC compel/plugins/std/infect.o [2020-02-04T18:15:39.999Z] #44 45.88 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-04T18:15:39.999Z] #44 45.92 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-04T18:15:39.999Z] #44 45.97 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-04T18:15:39.999Z] #44 46.04 AR compel/plugins/std.lib.a [2020-02-04T18:15:39.999Z] #44 46.09 CC compel/plugins/fds/fds.o [2020-02-04T18:15:40.072Z] #34 7.636 internal/testlog [2020-02-04T18:15:40.072Z] #34 7.867 encoding [2020-02-04T18:15:40.083Z] #14 DONE 2.6s [2020-02-04T18:15:40.083Z] [2020-02-04T18:15:40.083Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-04T18:15:40.444Z] #34 8.006 runtime/cgo [2020-02-04T18:15:40.561Z] ok github.com/docker/docker/daemon 12.348s coverage: 17.5% of statements [2020-02-04T18:15:40.561Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-04T18:15:40.561Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-04T18:15:40.561Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-04T18:15:40.561Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-04T18:15:40.561Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-04T18:15:40.561Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.024s coverage: 58.0% of statements [2020-02-04T18:15:40.565Z] #44 46.48 AR compel/plugins/fds.lib.a [2020-02-04T18:15:40.565Z] #44 46.52 HOSTDEP compel/src/lib/log-host.d [2020-02-04T18:15:40.565Z] #44 46.61 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-04T18:15:40.824Z] #44 46.72 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-04T18:15:40.824Z] #44 46.84 HOSTDEP compel/src/main-host.d [2020-02-04T18:15:40.824Z] #44 46.95 DEP compel/src/lib/ptrace.d [2020-02-04T18:15:41.084Z] #44 47.17 DEP compel/src/lib/infect.d [2020-02-04T18:15:41.342Z] #44 47.27 DEP compel/src/lib/infect-util.d [2020-02-04T18:15:41.342Z] #44 ... [2020-02-04T18:15:41.342Z] [2020-02-04T18:15:41.342Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:41.342Z] #50 DONE 117.4s [2020-02-04T18:15:41.342Z] [2020-02-04T18:15:41.342Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:41.342Z] #44 47.36 DEP compel/src/lib/infect-rpc.d [2020-02-04T18:15:41.342Z] #44 ... [2020-02-04T18:15:41.342Z] [2020-02-04T18:15:41.342Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:15:41.342Z] #10 114.2 Selecting previously unselected package libapparmor1:amd64. [2020-02-04T18:15:41.342Z] #10 114.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 114.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-04T18:15:41.342Z] #10 114.3 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-04T18:15:41.342Z] #10 114.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 114.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-04T18:15:41.342Z] #10 114.5 Selecting previously unselected package libbtrfs0. [2020-02-04T18:15:41.342Z] #10 114.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 114.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-04T18:15:41.342Z] #10 114.6 Selecting previously unselected package libbtrfs-dev. [2020-02-04T18:15:41.342Z] #10 114.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 114.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:15:41.342Z] #10 114.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-04T18:15:41.342Z] #10 114.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 114.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:41.342Z] #10 114.8 Selecting previously unselected package libudev-dev:amd64. [2020-02-04T18:15:41.342Z] #10 114.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u2_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 114.9 Unpacking libudev-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:41.342Z] #10 115.1 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-04T18:15:41.342Z] #10 115.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 115.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-04T18:15:41.342Z] #10 115.4 Selecting previously unselected package libpcre16-3:amd64. [2020-02-04T18:15:41.342Z] #10 115.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 115.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 115.6 Selecting previously unselected package libpcre32-3:amd64. [2020-02-04T18:15:41.342Z] #10 115.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 115.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 115.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-04T18:15:41.342Z] #10 115.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 115.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 115.9 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-04T18:15:41.342Z] #10 116.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 116.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 116.4 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-04T18:15:41.342Z] #10 116.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 116.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-04T18:15:41.342Z] #10 116.7 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-04T18:15:41.342Z] #10 116.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 116.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:41.342Z] #10 116.8 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-04T18:15:41.342Z] #10 116.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 116.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-04T18:15:41.342Z] #10 117.0 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-04T18:15:41.342Z] #10 117.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u2_amd64.deb ... [2020-02-04T18:15:41.342Z] #10 117.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:41.342Z] #10 117.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 117.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-04T18:15:41.342Z] #10 117.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-04T18:15:41.342Z] #10 117.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-04T18:15:41.342Z] #10 117.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 117.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-04T18:15:41.342Z] #10 117.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:41.342Z] #10 117.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-04T18:15:41.342Z] #10 117.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.342Z] #10 117.7 Setting up libudev-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:41.342Z] #10 117.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-04T18:15:41.342Z] #10 117.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:15:41.342Z] #10 117.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-04T18:15:41.342Z] #10 117.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-04T18:15:41.342Z] #10 117.8 Setting up libsystemd-dev:amd64 (241-7~deb10u2) ... [2020-02-04T18:15:41.342Z] #10 117.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-04T18:15:41.531Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.708s coverage: 76.1% of statements [2020-02-04T18:15:41.601Z] #10 117.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-04T18:15:41.601Z] #10 117.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:41.602Z] #10 117.9 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-02-04T18:15:41.602Z] #10 117.9 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-02-04T18:15:41.602Z] #10 117.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:15:41.602Z] #10 117.9 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-02-04T18:15:41.602Z] #10 118.0 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-02-04T18:15:41.602Z] #10 118.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-04T18:15:41.602Z] #10 118.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-04T18:15:41.602Z] #10 118.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:41.602Z] #10 118.0 Setting up dmsetup (2:1.02.155-3) ... [2020-02-04T18:15:41.602Z] #10 118.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:41.602Z] #10 118.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-04T18:15:41.860Z] #10 118.1 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:15:42.118Z] #10 DONE 118.6s [2020-02-04T18:15:42.118Z] [2020-02-04T18:15:42.118Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:15:42.377Z] #55 DONE 0.2s [2020-02-04T18:15:42.377Z] [2020-02-04T18:15:42.377Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-04T18:15:42.437Z] #34 ... [2020-02-04T18:15:42.438Z] [2020-02-04T18:15:42.438Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:15:42.438Z] #42 0.717 + git clone https://github.com/docker/distribution.git . [2020-02-04T18:15:42.438Z] #42 0.718 Cloning into '.'... [2020-02-04T18:15:42.438Z] #42 ... [2020-02-04T18:15:42.438Z] [2020-02-04T18:15:42.438Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:42.438Z] #54 0.406 + RM_GOPATH=0 [2020-02-04T18:15:42.438Z] #54 0.406 + TMP_GOPATH= [2020-02-04T18:15:42.438Z] #54 0.406 + : /build [2020-02-04T18:15:42.438Z] #54 0.406 + '[' -z '' ']' [2020-02-04T18:15:42.438Z] #54 0.407 ++ mktemp -d [2020-02-04T18:15:42.438Z] #54 0.409 + export GOPATH=/tmp/tmp.LoeHvQbwUa [2020-02-04T18:15:42.438Z] #54 0.409 + GOPATH=/tmp/tmp.LoeHvQbwUa [2020-02-04T18:15:42.438Z] #54 0.409 + RM_GOPATH=1 [2020-02-04T18:15:42.438Z] #54 0.409 ++ dirname ./install.sh [2020-02-04T18:15:42.438Z] #54 0.411 + dir=. [2020-02-04T18:15:42.438Z] #54 0.411 + bin=golangci_lint [2020-02-04T18:15:42.438Z] #54 0.411 + shift [2020-02-04T18:15:42.438Z] #54 0.411 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-04T18:15:42.438Z] #54 0.411 + . ./golangci_lint.installer [2020-02-04T18:15:42.438Z] #54 0.412 ++ : v1.20.0 [2020-02-04T18:15:42.438Z] #54 0.412 + install_golangci_lint [2020-02-04T18:15:42.438Z] #54 0.412 + echo 'Installing golangci-lint version v1.20.0' [2020-02-04T18:15:42.438Z] #54 0.413 Installing golangci-lint version v1.20.0 [2020-02-04T18:15:42.438Z] #54 0.413 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:15:42.438Z] #54 ... [2020-02-04T18:15:42.438Z] [2020-02-04T18:15:42.438Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:15:42.438Z] #26 0.607 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:15:42.438Z] #26 0.647 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:15:42.438Z] #26 0.774 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:15:42.438Z] #26 1.346 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-02-04T18:15:42.438Z] #26 3.014 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [155 kB] [2020-02-04T18:15:42.438Z] #26 4.419 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-04T18:15:42.438Z] #26 ... [2020-02-04T18:15:42.438Z] [2020-02-04T18:15:42.438Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:15:42.438Z] #36 0.643 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:15:42.438Z] #36 0.691 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:15:42.438Z] #36 0.875 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:15:42.438Z] #36 1.213 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-02-04T18:15:42.438Z] #36 2.455 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [155 kB] [2020-02-04T18:15:42.438Z] #36 4.207 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-04T18:15:42.602Z] #15 DONE 2.3s [2020-02-04T18:15:42.602Z] [2020-02-04T18:15:42.602Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:42.602Z] #44 54.13 AR compel/libcompel.a [2020-02-04T18:15:42.602Z] #44 54.25 HOSTCC compel/src/main-host.o [2020-02-04T18:15:42.602Z] #44 54.55 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-04T18:15:42.602Z] #44 54.83 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-04T18:15:42.602Z] #44 55.32 HOSTCC compel/src/lib/log-host.o [2020-02-04T18:15:42.602Z] #44 55.56 HOSTLINK compel/compel-host-bin [2020-02-04T18:15:42.602Z] #44 55.73 DEP soccr/soccr.d [2020-02-04T18:15:42.602Z] #44 55.88 CC soccr/soccr.o [2020-02-04T18:15:42.602Z] #44 57.48 AR soccr/libsoccr.a [2020-02-04T18:15:42.602Z] #44 57.51 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-04T18:15:42.602Z] #44 57.81 DEP criu/arch/x86/sigframe.d [2020-02-04T18:15:42.602Z] #44 57.92 DEP criu/arch/x86/sigaction_compat.d [2020-02-04T18:15:42.602Z] #44 58.01 DEP criu/arch/x86/kerndat.d [2020-02-04T18:15:42.602Z] #44 58.19 DEP criu/arch/x86/crtools.d [2020-02-04T18:15:42.602Z] #44 58.30 DEP criu/arch/x86/cpu.d [2020-02-04T18:15:42.602Z] #44 58.45 CC criu/arch/x86/cpu.o [2020-02-04T18:15:42.602Z] #44 59.45 CC criu/arch/x86/crtools.o [2020-02-04T18:15:42.602Z] #44 60.81 CC criu/arch/x86/kerndat.o [2020-02-04T18:15:42.602Z] #44 ... [2020-02-04T18:15:42.602Z] [2020-02-04T18:15:42.602Z] #16 [dev 6/25] RUN ldconfig [2020-02-04T18:15:42.635Z] #11 ... [2020-02-04T18:15:42.635Z] [2020-02-04T18:15:42.635Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-04T18:15:42.635Z] #56 DONE 0.1s [2020-02-04T18:15:42.635Z] [2020-02-04T18:15:42.635Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:42.635Z] #44 47.50 DEP compel/arch/x86/src/lib/infect.d [2020-02-04T18:15:42.635Z] #44 47.77 DEP compel/arch/x86/src/lib/cpu.d [2020-02-04T18:15:42.635Z] #44 47.96 DEP compel/src/lib/log.d [2020-02-04T18:15:42.635Z] #44 48.12 DEP compel/src/main.d [2020-02-04T18:15:42.635Z] #44 48.29 DEP compel/src/lib/handle-elf.d [2020-02-04T18:15:42.635Z] #44 48.53 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-04T18:15:42.823Z] #36 ... [2020-02-04T18:15:42.824Z] [2020-02-04T18:15:42.824Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:15:42.824Z] #60 0.523 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:15:42.824Z] #60 0.647 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:15:42.824Z] #60 0.776 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:15:42.824Z] #60 1.026 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-02-04T18:15:42.824Z] #60 2.287 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [155 kB] [2020-02-04T18:15:42.824Z] #60 3.941 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-04T18:15:42.824Z] #60 10.69 Fetched 8022 kB in 10s (773 kB/s) [2020-02-04T18:15:42.824Z] #60 10.69 Reading package lists... [2020-02-04T18:15:42.824Z] #60 ... [2020-02-04T18:15:42.824Z] [2020-02-04T18:15:42.824Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:15:42.824Z] #44 0.522 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:15:42.824Z] #44 0.726 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:15:42.824Z] #44 0.776 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:15:42.824Z] #44 0.793 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-02-04T18:15:42.824Z] #44 2.215 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [155 kB] [2020-02-04T18:15:42.824Z] #44 3.135 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-04T18:15:42.824Z] #44 10.41 Fetched 8022 kB in 10s (804 kB/s) [2020-02-04T18:15:42.824Z] #44 10.41 Reading package lists... [2020-02-04T18:15:42.824Z] #44 ... [2020-02-04T18:15:42.824Z] [2020-02-04T18:15:42.824Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:42.824Z] #51 0.423 + RM_GOPATH=0 [2020-02-04T18:15:42.824Z] #51 0.423 + TMP_GOPATH= [2020-02-04T18:15:42.824Z] #51 0.423 + : /build [2020-02-04T18:15:42.824Z] #51 0.423 + '[' -z '' ']' [2020-02-04T18:15:42.824Z] #51 0.423 ++ mktemp -d [2020-02-04T18:15:42.824Z] #51 0.424 + export GOPATH=/tmp/tmp.RiNVkSmTAF [2020-02-04T18:15:42.824Z] #51 0.424 + GOPATH=/tmp/tmp.RiNVkSmTAF [2020-02-04T18:15:42.824Z] #51 0.424 + RM_GOPATH=1 [2020-02-04T18:15:42.824Z] #51 0.424 ++ dirname ./install.sh [2020-02-04T18:15:42.824Z] #51 0.425 + dir=. [2020-02-04T18:15:42.824Z] #51 0.425 + bin=gotestsum [2020-02-04T18:15:42.824Z] #51 0.425 + shift [2020-02-04T18:15:42.824Z] #51 0.425 + '[' '!' -f ./gotestsum.installer ']' [2020-02-04T18:15:42.824Z] #51 0.425 + . ./gotestsum.installer [2020-02-04T18:15:42.824Z] #51 0.425 ++ : v0.3.5 [2020-02-04T18:15:42.824Z] #51 0.425 + install_gotestsum [2020-02-04T18:15:42.824Z] #51 0.425 + echo 'Installing gotestsum version v0.3.5' [2020-02-04T18:15:42.824Z] #51 0.425 + go get -d gotest.tools/gotestsum [2020-02-04T18:15:42.824Z] #51 0.425 Installing gotestsum version v0.3.5 [2020-02-04T18:15:42.894Z] #44 48.91 CC compel/src/lib/log.o [2020-02-04T18:15:42.929Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.098s coverage: 3.0% of statements [2020-02-04T18:15:42.929Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2020-02-04T18:15:43.152Z] #44 49.21 CC compel/arch/x86/src/lib/cpu.o [2020-02-04T18:15:43.196Z] #51 ... [2020-02-04T18:15:43.196Z] [2020-02-04T18:15:43.196Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:15:43.196Z] #11 0.756 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:15:43.196Z] #11 0.802 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:15:43.196Z] #11 0.838 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:15:43.196Z] #11 1.415 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-02-04T18:15:43.196Z] #11 2.840 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [155 kB] [2020-02-04T18:15:43.196Z] #11 4.522 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-04T18:15:43.196Z] #11 ... [2020-02-04T18:15:43.196Z] [2020-02-04T18:15:43.196Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:15:43.196Z] #72 0.587 + RM_GOPATH=0 [2020-02-04T18:15:43.196Z] #72 0.587 + TMP_GOPATH= [2020-02-04T18:15:43.196Z] #72 0.587 + : /build [2020-02-04T18:15:43.196Z] #72 0.588 + '[' -z '' ']' [2020-02-04T18:15:43.196Z] #72 0.589 ++ mktemp -d [2020-02-04T18:15:43.196Z] #72 0.595 + export GOPATH=/tmp/tmp.COfa5PPizn [2020-02-04T18:15:43.196Z] #72 0.595 + GOPATH=/tmp/tmp.COfa5PPizn [2020-02-04T18:15:43.196Z] #72 0.595 + RM_GOPATH=1 [2020-02-04T18:15:43.196Z] #72 0.597 ++ dirname ./install.sh [2020-02-04T18:15:43.196Z] #72 0.601 + dir=. [2020-02-04T18:15:43.196Z] #72 0.601 + bin=proxy [2020-02-04T18:15:43.196Z] #72 0.601 + shift [2020-02-04T18:15:43.196Z] #72 0.601 + '[' '!' -f ./proxy.installer ']' [2020-02-04T18:15:43.196Z] #72 0.602 + . ./proxy.installer [2020-02-04T18:15:43.196Z] #72 0.602 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:15:43.196Z] #72 0.603 + install_proxy [2020-02-04T18:15:43.196Z] #72 0.603 + case "$1" in [2020-02-04T18:15:43.196Z] #72 0.603 + export CGO_ENABLED=0 [2020-02-04T18:15:43.196Z] #72 0.603 + CGO_ENABLED=0 [2020-02-04T18:15:43.196Z] #72 0.603 + _install_proxy [2020-02-04T18:15:43.196Z] #72 0.603 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-04T18:15:43.196Z] #72 0.604 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:15:43.196Z] #72 0.604 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.COfa5PPizn/src/github.com/docker/libnetwork [2020-02-04T18:15:43.196Z] #72 0.610 Cloning into '/tmp/tmp.COfa5PPizn/src/github.com/docker/libnetwork'... [2020-02-04T18:15:43.569Z] #72 ... [2020-02-04T18:15:43.569Z] [2020-02-04T18:15:43.569Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:15:43.569Z] #31 0.490 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-04T18:15:43.569Z] #31 0.491 Cloning into '.'... [2020-02-04T18:15:43.569Z] #31 ... [2020-02-04T18:15:43.569Z] [2020-02-04T18:15:43.569Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:15:43.569Z] #42 11.19 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-04T18:15:44.492Z] #16 DONE 2.3s [2020-02-04T18:15:44.492Z] [2020-02-04T18:15:44.492Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:15:44.528Z] #44 50.34 CC compel/arch/x86/src/lib/infect.o [2020-02-04T18:15:44.838Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 4.9% of statements [2020-02-04T18:15:44.845Z] #42 12.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-02-04T18:15:45.095Z] #44 51.17 CC compel/src/lib/infect-rpc.o [2020-02-04T18:15:45.353Z] #44 ... [2020-02-04T18:15:45.353Z] [2020-02-04T18:15:45.353Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-04T18:15:45.353Z] #11 DONE 3.1s [2020-02-04T18:15:45.353Z] [2020-02-04T18:15:45.353Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:45.353Z] #47 111.3 net/http/internal [2020-02-04T18:15:45.353Z] #47 114.6 crypto/tls [2020-02-04T18:15:45.408Z] ok github.com/docker/docker/daemon/logger 0.268s coverage: 42.7% of statements [2020-02-04T18:15:45.408Z] ok github.com/docker/docker/daemon/logger/awslogs 0.232s coverage: 77.4% of statements [2020-02-04T18:15:45.612Z] #47 ... [2020-02-04T18:15:45.612Z] [2020-02-04T18:15:45.612Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-04T18:15:46.351Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 67.0% of statements [2020-02-04T18:15:46.351Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.034s coverage: 60.1% of statements [2020-02-04T18:15:46.351Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-04T18:15:46.351Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-04T18:15:46.351Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-04T18:15:46.351Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-04T18:15:46.351Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-04T18:15:46.351Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-04T18:15:46.612Z] ok github.com/docker/docker/daemon/logger/journald 0.052s coverage: 26.2% of statements [2020-02-04T18:15:47.013Z] #17 ... [2020-02-04T18:15:47.013Z] [2020-02-04T18:15:47.013Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:47.013Z] #47 125.8 net/http/httptrace [2020-02-04T18:15:47.013Z] #47 126.1 net/http [2020-02-04T18:15:47.013Z] #47 ... [2020-02-04T18:15:47.013Z] [2020-02-04T18:15:47.013Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:47.013Z] #44 61.66 CC criu/arch/x86/sigaction_compat.o [2020-02-04T18:15:47.013Z] #44 61.98 CC criu/arch/x86/sigframe.o [2020-02-04T18:15:47.013Z] #44 62.20 LINK criu/arch/x86/crtools.built-in.o [2020-02-04T18:15:47.013Z] #44 62.26 DEP criu/pie/util-vdso-elf32.d [2020-02-04T18:15:47.013Z] #44 62.43 DEP criu/arch/x86/vdso-pie.d [2020-02-04T18:15:47.013Z] #44 62.59 DEP criu/pie/parasite-vdso.d [2020-02-04T18:15:47.013Z] #44 62.78 DEP criu/pie/util-vdso.d [2020-02-04T18:15:47.013Z] #44 62.97 DEP criu/pie/util.d [2020-02-04T18:15:47.013Z] #44 63.11 CC criu/pie/util.o [2020-02-04T18:15:47.013Z] #44 63.59 CC criu/pie/util-vdso.o [2020-02-04T18:15:47.013Z] #44 64.42 CC criu/pie/parasite-vdso.o [2020-02-04T18:15:47.013Z] #44 65.04 CC criu/arch/x86/vdso-pie.o [2020-02-04T18:15:47.013Z] #44 65.37 CC criu/pie/util-vdso-elf32.o [2020-02-04T18:15:47.183Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.019s coverage: 62.1% of statements [2020-02-04T18:15:47.183Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.050s coverage: 88.3% of statements [2020-02-04T18:15:47.269Z] #44 66.11 AR criu/pie/pie.lib.a [2020-02-04T18:15:47.269Z] #44 66.16 DEP criu/pie/restorer.d [2020-02-04T18:15:47.830Z] #44 66.37 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-04T18:15:47.830Z] #44 66.48 DEP criu/arch/x86/restorer_unmap.d [2020-02-04T18:15:47.830Z] #44 66.49 DEP criu/arch/x86/restorer.d [2020-02-04T18:15:48.074Z] #23 ... [2020-02-04T18:15:48.074Z] [2020-02-04T18:15:48.074Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:48.074Z] #62 115.4 + bin/containerd [2020-02-04T18:15:48.074Z] #62 ... [2020-02-04T18:15:48.074Z] [2020-02-04T18:15:48.074Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:48.074Z] #53 DONE 115.4s [2020-02-04T18:15:48.074Z] [2020-02-04T18:15:48.074Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:48.102Z] #44 66.67 DEP criu/pie/parasite.d [2020-02-04T18:15:48.143Z] #12 DONE 2.4s [2020-02-04T18:15:48.143Z] [2020-02-04T18:15:48.143Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:48.143Z] #57 3.123 + RM_GOPATH=0 [2020-02-04T18:15:48.143Z] #57 3.123 + TMP_GOPATH= [2020-02-04T18:15:48.143Z] #57 3.123 + : /build [2020-02-04T18:15:48.143Z] #57 3.123 + '[' -z '' ']' [2020-02-04T18:15:48.143Z] #57 3.123 ++ mktemp -d [2020-02-04T18:15:48.143Z] #57 3.136 + export GOPATH=/tmp/tmp.LlFcW6haiK [2020-02-04T18:15:48.143Z] #57 3.136 + GOPATH=/tmp/tmp.LlFcW6haiK [2020-02-04T18:15:48.143Z] #57 3.136 + RM_GOPATH=1 [2020-02-04T18:15:48.143Z] #57 3.136 ++ dirname ./install.sh [2020-02-04T18:15:48.143Z] #57 3.136 + dir=. [2020-02-04T18:15:48.143Z] #57 3.136 + bin=runc [2020-02-04T18:15:48.143Z] #57 3.136 + shift [2020-02-04T18:15:48.143Z] #57 3.136 + '[' '!' -f ./runc.installer ']' [2020-02-04T18:15:48.143Z] #57 3.136 + . ./runc.installer [2020-02-04T18:15:48.143Z] #57 3.136 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-04T18:15:48.143Z] #57 3.136 + install_runc [2020-02-04T18:15:48.143Z] #57 3.136 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-04T18:15:48.143Z] #57 3.136 + uname -r [2020-02-04T18:15:48.143Z] #57 3.166 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-04T18:15:48.143Z] #57 3.166 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-04T18:15:48.143Z] #57 3.166 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.LlFcW6haiK/src/github.com/opencontainers/runc [2020-02-04T18:15:48.143Z] #57 3.166 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-04T18:15:48.143Z] #57 3.176 Cloning into '/tmp/tmp.LlFcW6haiK/src/github.com/opencontainers/runc'... [2020-02-04T18:15:48.362Z] #44 67.07 CC criu/pie/parasite.o [2020-02-04T18:15:48.569Z] ok github.com/docker/docker/daemon/logger/local 0.061s coverage: 74.7% of statements [2020-02-04T18:15:48.569Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-04T18:15:48.830Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 19.9% of statements [2020-02-04T18:15:48.959Z] #42 ... [2020-02-04T18:15:48.959Z] [2020-02-04T18:15:48.959Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:48.959Z] #54 13.15 + cd /tmp/tmp.LoeHvQbwUa/src/github.com/golangci/golangci-lint/ [2020-02-04T18:15:48.959Z] #54 13.15 + git checkout -q v1.20.0 [2020-02-04T18:15:48.959Z] #54 13.95 ++ git describe --tags [2020-02-04T18:15:48.959Z] #54 13.95 + version=v1.20.0 [2020-02-04T18:15:48.959Z] #54 13.95 ++ git rev-parse --short HEAD [2020-02-04T18:15:48.959Z] #54 13.95 + commit=cc98739 [2020-02-04T18:15:48.959Z] #54 13.95 ++ git show -s --format=%cd [2020-02-04T18:15:48.959Z] #54 13.95 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-04T18:15:48.959Z] #54 13.95 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-04T18:15:49.090Z] ok github.com/docker/docker/daemon/logger/syslog 0.026s coverage: 47.8% of statements [2020-02-04T18:15:49.294Z] #44 ... [2020-02-04T18:15:49.294Z] [2020-02-04T18:15:49.294Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:49.294Z] #57 10.03 + cd /tmp/tmp.hjTBA1PUJs/src/github.com/opencontainers/runc [2020-02-04T18:15:49.294Z] #57 10.03 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-04T18:15:49.294Z] #57 10.18 + '[' -z '' ']' [2020-02-04T18:15:49.294Z] #57 10.18 + target=static [2020-02-04T18:15:49.294Z] #57 10.18 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-04T18:15:49.294Z] #57 11.95 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-02-04T18:15:49.549Z] #57 ... [2020-02-04T18:15:49.549Z] [2020-02-04T18:15:49.549Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:15:49.549Z] #17 2.629 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:15:49.549Z] #17 2.683 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:15:49.549Z] #17 2.688 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:15:49.549Z] #17 3.329 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:15:49.549Z] #17 4.780 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:15:49.662Z] ok github.com/docker/docker/daemon/logger/templates 0.015s coverage: 8.3% of statements [2020-02-04T18:15:50.046Z] #57 ... [2020-02-04T18:15:50.047Z] [2020-02-04T18:15:50.047Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:50.047Z] #44 51.68 CC compel/src/lib/infect-util.o [2020-02-04T18:15:50.047Z] #44 51.92 CC compel/src/lib/infect.o [2020-02-04T18:15:50.047Z] #44 54.48 CC compel/src/lib/ptrace.o [2020-02-04T18:15:50.047Z] #44 54.89 AR compel/libcompel.a [2020-02-04T18:15:50.047Z] #44 54.98 HOSTCC compel/src/main-host.o [2020-02-04T18:15:50.047Z] #44 55.39 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-04T18:15:50.047Z] #44 55.54 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-04T18:15:50.047Z] #44 55.92 HOSTCC compel/src/lib/log-host.o [2020-02-04T18:15:50.047Z] #44 56.15 HOSTLINK compel/compel-host-bin [2020-02-04T18:15:50.305Z] #44 ... [2020-02-04T18:15:50.305Z] [2020-02-04T18:15:50.305Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-04T18:15:50.305Z] #13 2.268 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-04T18:15:50.305Z] #13 DONE 2.4s [2020-02-04T18:15:50.305Z] [2020-02-04T18:15:50.305Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-04T18:15:50.603Z] ok github.com/docker/docker/daemon/network 0.014s coverage: 63.8% of statements [2020-02-04T18:15:50.913Z] #17 6.292 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:15:51.174Z] ok github.com/docker/docker/daemon/logger/splunk 1.854s coverage: 82.5% of statements [2020-02-04T18:15:51.174Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-04T18:15:51.174Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-04T18:15:51.510Z] #54 ... [2020-02-04T18:15:51.510Z] [2020-02-04T18:15:51.510Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-04T18:15:51.510Z] #60 10.69 Reading package lists... [2020-02-04T18:15:51.510Z] #60 13.95 Reading package lists... [2020-02-04T18:15:51.510Z] #60 17.10 Building dependency tree... [2020-02-04T18:15:51.510Z] #60 18.22 The following additional packages will be installed: [2020-02-04T18:15:51.510Z] #60 18.22 libbtrfs0 [2020-02-04T18:15:51.510Z] #60 18.30 The following NEW packages will be installed: [2020-02-04T18:15:51.510Z] #60 18.31 libbtrfs-dev libbtrfs0 [2020-02-04T18:15:51.510Z] #60 18.40 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:15:51.510Z] #60 18.40 Need to get 118 kB of archives. [2020-02-04T18:15:51.510Z] #60 18.40 After this operation, 390 kB of additional disk space will be used. [2020-02-04T18:15:51.510Z] #60 18.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-04T18:15:51.510Z] #60 18.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-04T18:15:51.510Z] #60 19.07 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:15:51.510Z] #60 19.17 Fetched 118 kB in 0s (1472 kB/s) [2020-02-04T18:15:51.510Z] #60 19.21 Selecting previously unselected package libbtrfs0. [2020-02-04T18:15:51.510Z] #60 19.21 (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 ... 15168 files and directories currently installed.) [2020-02-04T18:15:51.510Z] #60 19.24 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-04T18:15:51.510Z] #60 19.24 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-04T18:15:51.510Z] #60 19.29 Selecting previously unselected package libbtrfs-dev. [2020-02-04T18:15:51.510Z] #60 19.30 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-04T18:15:51.510Z] #60 19.30 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:15:51.510Z] #60 19.41 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-04T18:15:51.510Z] #60 19.42 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:15:51.510Z] #60 19.43 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:15:51.887Z] #60 DONE 19.7s [2020-02-04T18:15:51.887Z] [2020-02-04T18:15:51.887Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:15:51.887Z] #61 DONE 0.1s [2020-02-04T18:15:51.887Z] [2020-02-04T18:15:51.887Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-04T18:15:51.887Z] #62 DONE 0.1s [2020-02-04T18:15:51.887Z] [2020-02-04T18:15:51.887Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:15:52.118Z] ok github.com/docker/docker/distribution/metadata 0.115s coverage: 48.2% of statements [2020-02-04T18:15:52.253Z] #63 0.255 + RM_GOPATH=0 [2020-02-04T18:15:52.253Z] #63 0.255 + TMP_GOPATH= [2020-02-04T18:15:52.253Z] #63 0.255 + : /build [2020-02-04T18:15:52.253Z] #63 0.255 + '[' -z '' ']' [2020-02-04T18:15:52.253Z] #63 0.255 ++ mktemp -d [2020-02-04T18:15:52.253Z] #63 0.255 + export GOPATH=/tmp/tmp.Hhrk0TNmbn [2020-02-04T18:15:52.253Z] #63 0.255 + GOPATH=/tmp/tmp.Hhrk0TNmbn [2020-02-04T18:15:52.253Z] #63 0.255 + RM_GOPATH=1 [2020-02-04T18:15:52.253Z] #63 0.255 ++ dirname ./install.sh [2020-02-04T18:15:52.253Z] #63 0.263 + dir=. [2020-02-04T18:15:52.253Z] #63 0.263 + bin=containerd [2020-02-04T18:15:52.253Z] #63 0.263 + shift [2020-02-04T18:15:52.253Z] #63 0.264 + '[' '!' -f ./containerd.installer ']' [2020-02-04T18:15:52.253Z] #63 0.264 + . ./containerd.installer [2020-02-04T18:15:52.253Z] #63 0.264 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:15:52.253Z] #63 0.265 + install_containerd [2020-02-04T18:15:52.253Z] #63 0.266 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-02-04T18:15:52.253Z] #63 0.266 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:15:52.253Z] #63 0.266 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Hhrk0TNmbn/src/github.com/containerd/containerd [2020-02-04T18:15:52.253Z] #63 0.268 Cloning into '/tmp/tmp.Hhrk0TNmbn/src/github.com/containerd/containerd'... [2020-02-04T18:15:52.629Z] #63 ... [2020-02-04T18:15:52.629Z] [2020-02-04T18:15:52.629Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-04T18:15:52.629Z] #26 11.48 Fetched 8022 kB in 11s (729 kB/s) [2020-02-04T18:15:52.629Z] #26 11.48 Reading package lists... [2020-02-04T18:15:52.629Z] #26 14.66 Reading package lists... [2020-02-04T18:15:52.629Z] #26 17.93 Building dependency tree... [2020-02-04T18:15:52.629Z] #26 18.84 ca-certificates is already the newest version (20190110). [2020-02-04T18:15:52.629Z] #26 18.84 The following additional packages will be installed: [2020-02-04T18:15:52.629Z] #26 18.84 libjq1 libonig5 [2020-02-04T18:15:52.629Z] #26 19.07 The following NEW packages will be installed: [2020-02-04T18:15:52.629Z] #26 19.07 jq libjq1 libonig5 [2020-02-04T18:15:52.629Z] #26 19.16 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:15:52.629Z] #26 19.16 Need to get 350 kB of archives. [2020-02-04T18:15:52.629Z] #26 19.16 After this operation, 1154 kB of additional disk space will be used. [2020-02-04T18:15:52.629Z] #26 19.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-04T18:15:52.629Z] #26 19.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-04T18:15:52.629Z] #26 19.21 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-04T18:15:52.629Z] #26 19.90 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:15:52.629Z] #26 19.96 Fetched 350 kB in 0s (3975 kB/s) [2020-02-04T18:15:52.629Z] #26 20.03 Selecting previously unselected package libonig5:s390x. [2020-02-04T18:15:52.629Z] #26 20.03 (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 ... 15168 files and directories currently installed.) [2020-02-04T18:15:52.629Z] #26 20.14 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-02-04T18:15:52.629Z] #26 20.15 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-04T18:15:52.629Z] #26 20.29 Selecting previously unselected package libjq1:s390x. [2020-02-04T18:15:52.629Z] #26 20.29 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-04T18:15:52.629Z] #26 20.30 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-04T18:15:52.629Z] #26 20.42 Selecting previously unselected package jq. [2020-02-04T18:15:52.629Z] #26 20.42 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-04T18:15:52.629Z] #26 20.42 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-04T18:15:52.629Z] #26 20.51 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-04T18:15:52.629Z] #26 20.54 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-04T18:15:52.629Z] #26 20.56 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-04T18:15:52.629Z] #26 20.57 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:15:52.629Z] #26 DONE 20.8s [2020-02-04T18:15:52.851Z] #14 DONE 2.5s [2020-02-04T18:15:52.851Z] [2020-02-04T18:15:52.851Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:52.851Z] #57 9.620 + cd /tmp/tmp.LlFcW6haiK/src/github.com/opencontainers/runc [2020-02-04T18:15:52.851Z] #57 9.621 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-04T18:15:52.851Z] #57 9.964 + '[' -z '' ']' [2020-02-04T18:15:52.851Z] #57 9.964 + target=static [2020-02-04T18:15:52.851Z] #57 9.965 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-04T18:15:53.009Z] [2020-02-04T18:15:53.009Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-04T18:15:53.009Z] #27 DONE 0.1s [2020-02-04T18:15:53.009Z] [2020-02-04T18:15:53.009Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:15:53.009Z] #28 ... [2020-02-04T18:15:53.009Z] [2020-02-04T18:15:53.009Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:53.009Z] #48 10.70 unicode/utf16 [2020-02-04T18:15:53.009Z] #48 10.95 container/list [2020-02-04T18:15:53.009Z] #48 11.71 crypto/internal/subtle [2020-02-04T18:15:53.009Z] #48 11.78 crypto/subtle [2020-02-04T18:15:53.009Z] #48 11.91 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-04T18:15:53.009Z] #48 12.01 internal/nettrace [2020-02-04T18:15:53.009Z] #48 12.14 runtime/cgo [2020-02-04T18:15:53.009Z] #48 ... [2020-02-04T18:15:53.009Z] [2020-02-04T18:15:53.009Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:15:53.009Z] #44 10.41 Reading package lists... [2020-02-04T18:15:53.009Z] #44 14.12 Reading package lists... [2020-02-04T18:15:53.009Z] #44 17.16 Building dependency tree... [2020-02-04T18:15:53.009Z] #44 18.11 The following additional packages will be installed: [2020-02-04T18:15:53.009Z] #44 18.16 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-04T18:15:53.009Z] #44 18.16 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-04T18:15:53.009Z] #44 18.16 Suggested packages: [2020-02-04T18:15:53.009Z] #44 18.16 manpages-dev python-setuptools [2020-02-04T18:15:53.009Z] #44 19.06 The following NEW packages will be installed: [2020-02-04T18:15:53.009Z] #44 19.06 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-04T18:15:53.009Z] #44 19.06 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-04T18:15:53.009Z] #44 19.06 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-04T18:15:53.009Z] #44 19.06 python-six zlib1g-dev [2020-02-04T18:15:53.009Z] #44 19.16 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:15:53.009Z] #44 19.16 Need to get 3742 kB of archives. [2020-02-04T18:15:53.009Z] #44 19.16 After this operation, 22.0 MB of additional disk space will be used. [2020-02-04T18:15:53.009Z] #44 19.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-02-04T18:15:53.009Z] #44 19.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-02-04T18:15:53.009Z] #44 19.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-02-04T18:15:53.009Z] #44 19.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-02-04T18:15:53.009Z] #44 19.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-02-04T18:15:53.009Z] #44 19.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-02-04T18:15:53.009Z] #44 19.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-02-04T18:15:53.009Z] #44 19.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-02-04T18:15:53.009Z] #44 19.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-02-04T18:15:53.009Z] #44 19.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-02-04T18:15:53.009Z] #44 19.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-02-04T18:15:53.009Z] #44 19.35 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-02-04T18:15:53.009Z] #44 19.39 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-02-04T18:15:53.009Z] #44 19.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-02-04T18:15:53.009Z] #44 19.40 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-04T18:15:53.009Z] #44 19.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-02-04T18:15:53.009Z] #44 19.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-02-04T18:15:53.009Z] #44 20.09 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:15:53.009Z] #44 20.19 Fetched 3742 kB in 0s (11.5 MB/s) [2020-02-04T18:15:53.009Z] #44 20.28 Selecting previously unselected package libcap-dev:s390x. [2020-02-04T18:15:53.009Z] #44 20.28 (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 ... 15168 files and directories currently installed.) [2020-02-04T18:15:53.009Z] #44 20.31 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-02-04T18:15:53.009Z] #44 20.31 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-02-04T18:15:53.009Z] #44 20.42 Selecting previously unselected package libnet1:s390x. [2020-02-04T18:15:53.009Z] #44 20.42 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-04T18:15:53.009Z] #44 20.43 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-04T18:15:53.009Z] #44 20.56 Selecting previously unselected package libnet1-dev. [2020-02-04T18:15:53.009Z] #44 20.56 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-04T18:15:53.009Z] #44 20.56 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-04T18:15:53.009Z] #44 20.65 Selecting previously unselected package libnl-3-200:s390x. [2020-02-04T18:15:53.009Z] #44 20.65 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-04T18:15:53.009Z] #44 20.66 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-04T18:15:53.009Z] #44 20.70 Selecting previously unselected package libnl-3-dev:s390x. [2020-02-04T18:15:53.009Z] #44 20.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-02-04T18:15:53.009Z] #44 20.75 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-02-04T18:15:53.009Z] #44 21.06 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-04T18:15:53.009Z] #44 21.07 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-04T18:15:53.009Z] #44 21.07 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-04T18:15:53.009Z] #44 21.13 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-02-04T18:15:53.062Z] ok github.com/docker/docker/errdefs 0.027s coverage: 49.4% of statements [2020-02-04T18:15:53.322Z] ok github.com/docker/docker/distribution 0.300s coverage: 22.1% of statements [2020-02-04T18:15:53.322Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-04T18:15:53.788Z] #57 11.36 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-02-04T18:15:53.841Z] #44 21.15 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-02-04T18:15:53.841Z] #44 21.15 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-04T18:15:53.841Z] #44 21.25 Selecting previously unselected package zlib1g-dev:s390x. [2020-02-04T18:15:53.841Z] #44 ... [2020-02-04T18:15:53.841Z] [2020-02-04T18:15:53.841Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:15:53.841Z] #36 11.18 Fetched 8022 kB in 11s (755 kB/s) [2020-02-04T18:15:53.841Z] #36 11.18 Reading package lists... [2020-02-04T18:15:53.841Z] #36 14.43 Reading package lists... [2020-02-04T18:15:53.841Z] #36 17.42 Building dependency tree... [2020-02-04T18:15:53.841Z] #36 18.35 The following additional packages will be installed: [2020-02-04T18:15:53.841Z] #36 18.39 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-04T18:15:53.841Z] #36 18.39 Suggested packages: [2020-02-04T18:15:53.841Z] #36 18.39 cmake-doc ninja-build lrzip [2020-02-04T18:15:53.841Z] #36 18.39 Recommended packages: [2020-02-04T18:15:53.841Z] #36 18.39 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-04T18:15:53.841Z] #36 19.06 The following NEW packages will be installed: [2020-02-04T18:15:53.841Z] #36 19.06 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-04T18:15:53.841Z] #36 19.06 vim-common xxd [2020-02-04T18:15:53.841Z] #36 19.14 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:15:53.841Z] #36 19.14 Need to get 13.9 MB of archives. [2020-02-04T18:15:53.841Z] #36 19.14 After this operation, 62.1 MB of additional disk space will be used. [2020-02-04T18:15:53.841Z] #36 19.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-04T18:15:53.841Z] #36 19.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-04T18:15:53.841Z] #36 19.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-02-04T18:15:53.841Z] #36 19.32 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-04T18:15:53.841Z] #36 19.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-02-04T18:15:53.841Z] #36 19.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-02-04T18:15:53.841Z] #36 19.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-02-04T18:15:53.841Z] #36 19.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-02-04T18:15:53.841Z] #36 19.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-02-04T18:15:53.841Z] #36 19.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-02-04T18:15:53.841Z] #36 20.81 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:15:53.841Z] #36 20.85 Fetched 13.9 MB in 1s (15.5 MB/s) [2020-02-04T18:15:53.841Z] #36 20.91 Selecting previously unselected package xxd. [2020-02-04T18:15:53.841Z] #36 20.91 (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 ... 15168 files and directories currently installed.) [2020-02-04T18:15:53.841Z] #36 21.01 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-04T18:15:53.841Z] #36 21.02 Unpacking xxd (2:8.1.0875-5) ... [2020-02-04T18:15:53.841Z] #36 21.23 Selecting previously unselected package vim-common. [2020-02-04T18:15:53.841Z] #36 21.23 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:15:53.841Z] #36 21.27 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-04T18:15:53.841Z] #36 ... [2020-02-04T18:15:53.841Z] [2020-02-04T18:15:53.841Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:15:53.841Z] #44 21.26 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-02-04T18:15:53.841Z] #44 21.27 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-04T18:15:53.841Z] #44 21.45 Selecting previously unselected package libprotobuf17:s390x. [2020-02-04T18:15:53.841Z] #44 21.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-02-04T18:15:53.841Z] #44 21.47 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-04T18:15:53.841Z] #44 ... [2020-02-04T18:15:53.841Z] [2020-02-04T18:15:53.841Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:15:53.841Z] #11 11.70 Fetched 8022 kB in 11s (730 kB/s) [2020-02-04T18:15:53.841Z] #11 11.70 Reading package lists... [2020-02-04T18:15:53.841Z] #11 14.94 Reading package lists... [2020-02-04T18:15:53.841Z] #11 18.34 Building dependency tree... [2020-02-04T18:15:53.841Z] #11 19.14 The following additional packages will be installed: [2020-02-04T18:15:53.841Z] #11 19.14 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-04T18:15:53.841Z] #11 19.14 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-04T18:15:53.841Z] #11 19.14 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-04T18:15:53.841Z] #11 19.14 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-04T18:15:53.841Z] #11 19.14 Suggested packages: [2020-02-04T18:15:53.841Z] #11 19.14 gcc-8-locales seccomp wine64 [2020-02-04T18:15:53.841Z] #11 20.18 The following NEW packages will be installed: [2020-02-04T18:15:53.841Z] #11 20.18 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-04T18:15:53.841Z] #11 20.18 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-04T18:15:53.841Z] #11 20.18 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-04T18:15:53.841Z] #11 20.18 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-04T18:15:53.841Z] #11 20.18 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-04T18:15:53.841Z] #11 20.18 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-04T18:15:53.841Z] #11 20.31 0 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:15:53.841Z] #11 20.31 Need to get 73.3 MB of archives. [2020-02-04T18:15:53.841Z] #11 20.31 After this operation, 494 MB of additional disk space will be used. [2020-02-04T18:15:53.841Z] #11 20.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-02-04T18:15:53.841Z] #11 20.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-02-04T18:15:53.841Z] #11 20.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-04T18:15:53.842Z] #11 20.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-02-04T18:15:53.842Z] #11 20.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-02-04T18:15:53.842Z] #11 20.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-04T18:15:53.842Z] #11 21.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-04T18:15:53.842Z] #11 21.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-04T18:15:53.842Z] #11 21.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-02-04T18:15:53.842Z] #11 ... [2020-02-04T18:15:53.842Z] [2020-02-04T18:15:53.842Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:15:53.842Z] #36 21.48 Selecting previously unselected package cmake-data. [2020-02-04T18:15:53.842Z] #36 21.48 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-04T18:15:53.842Z] #36 21.48 Unpacking cmake-data (3.13.4-1) ... [2020-02-04T18:15:54.180Z] #17 ... [2020-02-04T18:15:54.180Z] [2020-02-04T18:15:54.180Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:54.180Z] #44 68.49 LINK criu/pie/parasite.built-in.o [2020-02-04T18:15:54.180Z] #44 68.54 GEN criu/pie/parasite-blob.h [2020-02-04T18:15:54.180Z] #44 68.57 CC criu/arch/x86/restorer.o [2020-02-04T18:15:54.180Z] #44 69.09 CC criu/arch/x86/restorer_unmap.o [2020-02-04T18:15:54.180Z] #44 69.15 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-04T18:15:54.180Z] #44 69.50 CC criu/pie/restorer.o [2020-02-04T18:15:54.180Z] #44 72.68 LINK criu/pie/restorer.built-in.o [2020-02-04T18:15:54.180Z] #44 72.69 GEN criu/pie/restorer-blob.h [2020-02-04T18:15:54.180Z] #44 72.79 DEP criu/vdso.d [2020-02-04T18:15:54.180Z] #44 72.94 DEP criu/vdso-compat.d [2020-02-04T18:15:54.180Z] #44 73.06 DEP criu/uts_ns.d [2020-02-04T18:15:54.255Z] #36 ... [2020-02-04T18:15:54.255Z] [2020-02-04T18:15:54.255Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:15:54.255Z] #72 12.04 Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-04T18:15:54.255Z] #72 12.07 + cd /tmp/tmp.COfa5PPizn/src/github.com/docker/libnetwork [2020-02-04T18:15:54.255Z] #72 12.07 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-04T18:15:54.255Z] #72 12.10 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-04T18:15:54.437Z] #44 73.20 DEP criu/util.d [2020-02-04T18:15:54.633Z] #72 ... [2020-02-04T18:15:54.633Z] [2020-02-04T18:15:54.633Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:15:54.633Z] #28 1.176 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-04T18:15:54.633Z] #28 1.461 [2020-02-04T18:15:54.693Z] #44 73.39 DEP criu/uffd.d [2020-02-04T18:15:54.706Z] ok github.com/docker/docker/image 0.052s coverage: 86.4% of statements [2020-02-04T18:15:54.948Z] #44 73.57 DEP criu/tun.d [2020-02-04T18:15:54.948Z] #44 73.73 DEP criu/tty.d [2020-02-04T18:15:54.966Z] ok github.com/docker/docker/image/v1 0.029s coverage: 25.0% of statements [2020-02-04T18:15:55.165Z] #57 ... [2020-02-04T18:15:55.165Z] [2020-02-04T18:15:55.165Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-04T18:15:55.165Z] #15 DONE 2.5s [2020-02-04T18:15:55.165Z] [2020-02-04T18:15:55.165Z] #16 [dev 6/25] RUN ldconfig [2020-02-04T18:15:55.204Z] #44 73.92 DEP criu/timerfd.d [2020-02-04T18:15:55.227Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2020-02-04T18:15:55.227Z] ok github.com/docker/docker/distribution/xfer 1.710s coverage: 85.1% of statements [2020-02-04T18:15:55.227Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-04T18:15:55.227Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-04T18:15:55.227Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-04T18:15:55.407Z] #28 1.613 ## 4.1% ####### 10.4% ########### 16.6% ################ 22.9% #################### 29.2% ########################### 37.5% ############################## 41.7% ################################# 45.9% [2020-02-04T18:15:55.407Z] #28 ... [2020-02-04T18:15:55.407Z] [2020-02-04T18:15:55.407Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:15:55.407Z] #72 DONE 23.3s [2020-02-04T18:15:55.407Z] [2020-02-04T18:15:55.407Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:15:55.460Z] #44 74.11 DEP criu/sysfs_parse.d [2020-02-04T18:15:55.716Z] #44 74.32 DEP criu/sysctl.d [2020-02-04T18:15:55.716Z] #44 74.47 DEP criu/string.d [2020-02-04T18:15:55.716Z] #44 74.50 DEP criu/stats.d [2020-02-04T18:15:55.735Z] #16 ... [2020-02-04T18:15:55.735Z] [2020-02-04T18:15:55.735Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:15:55.735Z] #47 121.8 net/http/httptrace [2020-02-04T18:15:55.735Z] #47 122.2 net/http [2020-02-04T18:15:55.972Z] #44 74.64 DEP criu/sockets.d [2020-02-04T18:15:55.993Z] #47 ... [2020-02-04T18:15:55.994Z] [2020-02-04T18:15:55.994Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:15:55.994Z] #44 56.47 DEP soccr/soccr.d [2020-02-04T18:15:55.994Z] #44 56.59 CC soccr/soccr.o [2020-02-04T18:15:55.994Z] #44 58.11 AR soccr/libsoccr.a [2020-02-04T18:15:55.994Z] #44 58.15 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-04T18:15:55.994Z] #44 58.46 DEP criu/arch/x86/sigframe.d [2020-02-04T18:15:55.994Z] #44 58.56 DEP criu/arch/x86/sigaction_compat.d [2020-02-04T18:15:55.994Z] #44 58.77 DEP criu/arch/x86/kerndat.d [2020-02-04T18:15:55.994Z] #44 59.00 DEP criu/arch/x86/crtools.d [2020-02-04T18:15:55.994Z] #44 59.11 DEP criu/arch/x86/cpu.d [2020-02-04T18:15:55.994Z] #44 59.37 CC criu/arch/x86/cpu.o [2020-02-04T18:15:55.994Z] #44 60.10 CC criu/arch/x86/crtools.o [2020-02-04T18:15:55.994Z] #44 61.59 CC criu/arch/x86/kerndat.o [2020-02-04T18:15:56.169Z] ok github.com/docker/docker/libcontainerd/queue 0.039s coverage: 100.0% of statements [2020-02-04T18:15:56.169Z] ok github.com/docker/docker/pkg/aaparser 0.023s coverage: 50.0% of statements [2020-02-04T18:15:56.229Z] #44 74.87 DEP criu/sk-unix.d [2020-02-04T18:15:56.252Z] #44 62.19 CC criu/arch/x86/sigaction_compat.o [2020-02-04T18:15:56.252Z] #44 62.39 CC criu/arch/x86/sigframe.o [2020-02-04T18:15:56.485Z] #44 75.11 DEP criu/sk-tcp.d [2020-02-04T18:15:56.485Z] #44 ... [2020-02-04T18:15:56.485Z] [2020-02-04T18:15:56.485Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:15:56.485Z] #17 11.96 Fetched 8325 kB in 10s (869 kB/s) [2020-02-04T18:15:56.570Z] #44 62.68 LINK criu/arch/x86/crtools.built-in.o [2020-02-04T18:15:56.570Z] #44 62.73 DEP criu/pie/util-vdso-elf32.d [2020-02-04T18:15:56.838Z] #44 62.96 DEP criu/arch/x86/vdso-pie.d [2020-02-04T18:15:57.096Z] #44 63.05 DEP criu/pie/parasite-vdso.d [2020-02-04T18:15:57.114Z] ok github.com/docker/docker/opts 0.081s coverage: 67.0% of statements [2020-02-04T18:15:57.354Z] #44 63.19 DEP criu/pie/util-vdso.d [2020-02-04T18:15:57.354Z] #44 63.34 DEP criu/pie/util.d [2020-02-04T18:15:57.376Z] #28 1.613 ## 4.1% ####### 10.4% ########### 16.6% ################ 22.9% #################### 29.2% ########################### 37.5% ############################## 41.7% ################################# 45.9% ##################################### 52.2% ########################################### 60.5% ############################################# 62.6% ################################################ 66.8% #################################################### 73.1% ###################################################### 75.2% ######################################################### 79.3% ############################################################### 87.8% ################################################################# 90.4% #################################################################### 94.6% ##################################################################### 96.6% ######################################################################## 100.0% [2020-02-04T18:15:57.376Z] #28 4.592 #=#=# [2020-02-04T18:15:57.612Z] #44 63.53 CC criu/pie/util.o [2020-02-04T18:15:57.612Z] #44 ... [2020-02-04T18:15:57.612Z] [2020-02-04T18:15:57.612Z] #16 [dev 6/25] RUN ldconfig [2020-02-04T18:15:57.612Z] #16 DONE 2.5s [2020-02-04T18:15:57.612Z] [2020-02-04T18:15:57.612Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:15:58.498Z] ok github.com/docker/docker/pkg/authorization 0.391s coverage: 68.3% of statements [2020-02-04T18:15:58.498Z] ok github.com/docker/docker/pkg/broadcaster 0.010s coverage: 100.0% of statements [2020-02-04T18:15:58.619Z] #28 4.729 #=#=# ####### 10.8% ############### 22.1% ######################## 33.5% ################################ 45.6% ############################################# 62.6% ##################################################### 73.9% ############################################################# 85.2% ##################################################################### 96.6% ######################################################################## 100.0% [2020-02-04T18:15:58.987Z] #28 6.090 #=#=# [2020-02-04T18:15:59.067Z] ok github.com/docker/docker/pkg/capabilities 0.011s coverage: 87.5% of statements [2020-02-04T18:15:59.638Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2020-02-04T18:16:00.208Z] ok github.com/docker/docker/pkg/archive 1.221s coverage: 77.2% of statements [2020-02-04T18:16:00.469Z] ok github.com/docker/docker/pkg/discovery 0.014s coverage: 58.3% of statements [2020-02-04T18:16:00.478Z] #28 6.304 ##### 7.3% ########## 14.9% ################ 22.5% ####################### 32.7% ############################# 40.4% #################################### 50.6% ######################################### 58.2% ################################################# 68.4% ###################################################### 76.0% ############################################################## 86.2% ##################################################################### 96.4% ######################################################################## 100.0% [2020-02-04T18:16:00.655Z] #17 11.96 Reading package lists... [2020-02-04T18:16:00.655Z] #17 ... [2020-02-04T18:16:00.655Z] [2020-02-04T18:16:00.655Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:00.655Z] #47 139.7 github.com/LK4D4/vndr/godl [2020-02-04T18:16:00.655Z] #47 140.4 github.com/LK4D4/vndr [2020-02-04T18:16:00.655Z] #47 DONE 149.9s [2020-02-04T18:16:00.655Z] [2020-02-04T18:16:00.655Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:00.655Z] #44 75.30 DEP criu/sk-queue.d [2020-02-04T18:16:00.655Z] #44 75.51 DEP criu/sk-packet.d [2020-02-04T18:16:00.655Z] #44 75.70 DEP criu/sk-netlink.d [2020-02-04T18:16:00.655Z] #44 75.90 DEP criu/sk-inet.d [2020-02-04T18:16:00.655Z] #44 76.19 DEP criu/signalfd.d [2020-02-04T18:16:00.655Z] #44 76.35 DEP criu/sigframe.d [2020-02-04T18:16:00.655Z] #44 76.52 DEP criu/shmem.d [2020-02-04T18:16:00.655Z] #44 76.80 DEP criu/servicefd.d [2020-02-04T18:16:00.655Z] #44 76.96 DEP criu/seize.d [2020-02-04T18:16:00.655Z] #44 77.16 DEP criu/seccomp.d [2020-02-04T18:16:00.655Z] #44 77.34 DEP criu/rst-malloc.d [2020-02-04T18:16:00.655Z] #44 77.39 DEP criu/rbtree.d [2020-02-04T18:16:00.655Z] #44 77.47 DEP criu/pstree.d [2020-02-04T18:16:00.655Z] #44 77.70 DEP criu/protobuf.d [2020-02-04T18:16:00.655Z] #44 77.84 GEN criu/protobuf-desc-gen.h [2020-02-04T18:16:00.837Z] #28 7.810 [2020-02-04T18:16:00.894Z] #17 2.974 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:16:00.894Z] #17 3.072 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:16:00.894Z] #17 3.166 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:16:01.038Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2020-02-04T18:16:01.153Z] #17 3.584 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-02-04T18:16:01.583Z] #44 80.36 DEP criu/protobuf-desc.d [2020-02-04T18:16:01.583Z] #44 80.45 DEP criu/proc_parse.d [2020-02-04T18:16:01.608Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2020-02-04T18:16:02.146Z] #44 80.68 DEP criu/plugin.d [2020-02-04T18:16:02.146Z] #44 80.75 DEP criu/pipes.d [2020-02-04T18:16:02.146Z] #44 80.87 DEP criu/pie-util.d [2020-02-04T18:16:02.146Z] #44 80.97 DEP criu/pie-util-vdso.d [2020-02-04T18:16:02.178Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-02-04T18:16:02.403Z] #44 81.12 DEP criu/pie-util-vdso-elf32.d [2020-02-04T18:16:02.438Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2020-02-04T18:16:02.529Z] #17 4.971 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] [2020-02-04T18:16:02.659Z] #44 81.27 DEP criu/path.d [2020-02-04T18:16:02.659Z] #44 81.40 DEP criu/parasite-syscall.d [2020-02-04T18:16:02.915Z] #44 81.58 DEP criu/pagemap.d [2020-02-04T18:16:03.171Z] #44 81.70 DEP criu/pagemap-cache.d [2020-02-04T18:16:03.171Z] #44 81.86 DEP criu/page-xfer.d [2020-02-04T18:16:03.171Z] #44 81.98 DEP criu/page-pipe.d [2020-02-04T18:16:03.375Z] ok github.com/docker/docker/pkg/chrootarchive 3.439s coverage: 43.2% of statements [2020-02-04T18:16:03.428Z] #44 82.15 DEP criu/netfilter.d [2020-02-04T18:16:03.428Z] #44 82.27 DEP criu/net.d [2020-02-04T18:16:03.635Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2020-02-04T18:16:03.684Z] #44 82.48 DEP criu/namespaces.d [2020-02-04T18:16:03.904Z] #17 6.470 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-04T18:16:03.940Z] #44 82.62 DEP criu/mount.d [2020-02-04T18:16:04.196Z] #44 82.78 DEP criu/mem.d [2020-02-04T18:16:04.196Z] #44 82.93 DEP criu/lsm.d [2020-02-04T18:16:04.206Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 89.5% of statements [2020-02-04T18:16:04.453Z] #44 83.10 DEP criu/log.d [2020-02-04T18:16:04.453Z] #44 83.23 DEP criu/libnetlink.d [2020-02-04T18:16:04.465Z] ok github.com/docker/docker/pkg/fsutils 0.292s coverage: 85.1% of statements [2020-02-04T18:16:04.471Z] #17 ... [2020-02-04T18:16:04.471Z] [2020-02-04T18:16:04.471Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:04.471Z] #44 63.92 CC criu/pie/util-vdso.o [2020-02-04T18:16:04.471Z] #44 64.71 CC criu/pie/parasite-vdso.o [2020-02-04T18:16:04.471Z] #44 65.27 CC criu/arch/x86/vdso-pie.o [2020-02-04T18:16:04.471Z] #44 65.54 CC criu/pie/util-vdso-elf32.o [2020-02-04T18:16:04.471Z] #44 66.24 AR criu/pie/pie.lib.a [2020-02-04T18:16:04.471Z] #44 66.32 DEP criu/pie/restorer.d [2020-02-04T18:16:04.471Z] #44 66.52 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-04T18:16:04.471Z] #44 66.69 DEP criu/arch/x86/restorer_unmap.d [2020-02-04T18:16:04.471Z] #44 66.73 DEP criu/arch/x86/restorer.d [2020-02-04T18:16:04.471Z] #44 66.93 DEP criu/pie/parasite.d [2020-02-04T18:16:04.471Z] #44 67.28 CC criu/pie/parasite.o [2020-02-04T18:16:04.471Z] #44 68.60 LINK criu/pie/parasite.built-in.o [2020-02-04T18:16:04.471Z] #44 68.62 GEN criu/pie/parasite-blob.h [2020-02-04T18:16:04.471Z] #44 68.63 CC criu/arch/x86/restorer.o [2020-02-04T18:16:04.471Z] #44 69.25 CC criu/arch/x86/restorer_unmap.o [2020-02-04T18:16:04.471Z] #44 69.30 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-04T18:16:04.471Z] #44 69.55 CC criu/pie/restorer.o [2020-02-04T18:16:04.629Z] #28 7.937 # 1.5% ### 4.4% ##### 7.2% ####### 10.0% ######### 13.8% ########### 15.7% ############## 19.5% ################ 22.3% ################## 25.2% #################### 28.0% ###################### 30.8% ######################## 33.7% ########################## 36.5% ############################ 39.3% ############################### 43.1% ################################# 45.9% #################################### 50.7% ###################################### 53.5% ####################################### 55.4% ########################################### 60.1% ############################################# 63.0% ################################################ 66.7% ################################################### 71.8% ##################################################### 73.7% ####################################################### 76.5% ######################################################### 79.3% ########################################################### 83.1% ############################################################## 86.9% ################################################################ 89.7% ################################################################### 93.5% ##################################################################### 97.1% ####################################################################### 99.3% ######################################################################## 100.0% [2020-02-04T18:16:04.629Z] #28 11.73 [2020-02-04T18:16:04.629Z] #28 ... [2020-02-04T18:16:04.629Z] [2020-02-04T18:16:04.629Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:16:04.629Z] #44 22.52 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-02-04T18:16:04.629Z] #44 22.52 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-02-04T18:16:04.629Z] #44 22.52 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.629Z] #44 22.64 Selecting previously unselected package libprotobuf-dev:s390x. [2020-02-04T18:16:04.629Z] #44 22.65 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-02-04T18:16:04.629Z] #44 22.66 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.629Z] #44 24.04 Selecting previously unselected package libprotoc17:s390x. [2020-02-04T18:16:04.629Z] #44 24.09 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-02-04T18:16:04.629Z] #44 24.13 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.629Z] #44 24.99 Selecting previously unselected package protobuf-c-compiler. [2020-02-04T18:16:04.629Z] #44 25.00 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-02-04T18:16:04.629Z] #44 25.00 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-04T18:16:04.629Z] #44 25.14 Selecting previously unselected package protobuf-compiler. [2020-02-04T18:16:04.629Z] #44 25.15 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-02-04T18:16:04.629Z] #44 25.15 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-04T18:16:04.629Z] #44 25.31 Selecting previously unselected package python-pkg-resources. [2020-02-04T18:16:04.629Z] #44 25.31 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-04T18:16:04.630Z] #44 25.31 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-04T18:16:04.630Z] #44 25.58 Selecting previously unselected package python-six. [2020-02-04T18:16:04.630Z] #44 25.58 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-04T18:16:04.630Z] #44 25.58 Unpacking python-six (1.12.0-1) ... [2020-02-04T18:16:04.630Z] #44 25.64 Selecting previously unselected package python-protobuf. [2020-02-04T18:16:04.630Z] #44 25.64 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-02-04T18:16:04.630Z] #44 25.65 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 26.09 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-04T18:16:04.630Z] #44 27.86 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 27.87 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-04T18:16:04.630Z] #44 27.90 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-04T18:16:04.630Z] #44 27.91 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-04T18:16:04.630Z] #44 27.93 Setting up python-six (1.12.0-1) ... [2020-02-04T18:16:04.630Z] #44 29.36 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-04T18:16:04.630Z] #44 29.37 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-04T18:16:04.630Z] #44 29.40 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 29.40 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-02-04T18:16:04.630Z] #44 29.41 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 29.42 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 29.43 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-04T18:16:04.630Z] #44 29.43 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 29.45 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-04T18:16:04.630Z] #44 29.46 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-04T18:16:04.630Z] #44 32.60 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-02-04T18:16:04.630Z] #44 32.61 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:16:04.630Z] #44 ... [2020-02-04T18:16:04.630Z] [2020-02-04T18:16:04.630Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:16:04.630Z] #11 23.49 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-02-04T18:16:04.630Z] #11 25.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u2 [109 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-02-04T18:16:04.630Z] #11 25.48 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-02-04T18:16:04.630Z] #11 25.54 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-02-04T18:16:04.630Z] #11 25.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-02-04T18:16:04.630Z] #11 25.58 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-02-04T18:16:04.630Z] #11 25.58 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-02-04T18:16:04.630Z] #11 25.61 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-02-04T18:16:04.630Z] #11 25.61 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-02-04T18:16:04.630Z] #11 25.62 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u2 [321 kB] [2020-02-04T18:16:04.630Z] #11 26.57 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:16:04.630Z] #11 26.62 Fetched 73.3 MB in 5s (13.5 MB/s) [2020-02-04T18:16:04.630Z] #11 26.67 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-04T18:16:04.630Z] #11 26.67 (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 ... 15168 files and directories currently installed.) [2020-02-04T18:16:04.630Z] #11 26.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-02-04T18:16:04.630Z] #11 26.72 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-04T18:16:04.630Z] #11 28.51 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-04T18:16:04.630Z] #11 28.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-02-04T18:16:04.630Z] #11 28.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-04T18:16:04.630Z] #11 30.80 Selecting previously unselected package binutils-mingw-w64. [2020-02-04T18:16:04.630Z] #11 30.80 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-04T18:16:04.630Z] #11 30.81 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-04T18:16:04.630Z] #11 30.93 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-02-04T18:16:04.630Z] #11 30.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-04T18:16:04.630Z] #11 30.94 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-04T18:16:04.630Z] #11 31.13 Selecting previously unselected package dmsetup. [2020-02-04T18:16:04.630Z] #11 31.13 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-02-04T18:16:04.630Z] #11 31.14 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-04T18:16:04.630Z] #11 31.30 Selecting previously unselected package mingw-w64-common. [2020-02-04T18:16:04.630Z] #11 31.31 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-04T18:16:04.630Z] #11 31.32 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-04T18:16:04.709Z] #44 83.40 DEP criu/kerndat.d [2020-02-04T18:16:04.727Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2020-02-04T18:16:04.727Z] ok github.com/docker/docker/pkg/discovery/kv 3.095s coverage: 84.1% of statements [2020-02-04T18:16:04.965Z] #44 83.62 DEP criu/kcmp-ids.d [2020-02-04T18:16:04.965Z] #44 83.75 DEP criu/irmap.d [2020-02-04T18:16:04.993Z] #11 ... [2020-02-04T18:16:04.993Z] [2020-02-04T18:16:04.993Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-04T18:16:04.993Z] #44 DONE 32.8s [2020-02-04T18:16:04.993Z] [2020-02-04T18:16:04.993Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:05.221Z] #44 83.94 DEP criu/ipc_ns.d [2020-02-04T18:16:05.300Z] ok github.com/docker/docker/layer 7.472s coverage: 68.8% of statements [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/oci [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-04T18:16:05.300Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-04T18:16:05.371Z] #45 ... [2020-02-04T18:16:05.371Z] [2020-02-04T18:16:05.371Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:16:05.371Z] #34 23.03 internal/reflectlite [2020-02-04T18:16:05.371Z] #34 23.03 sync [2020-02-04T18:16:05.371Z] #34 25.68 errors [2020-02-04T18:16:05.371Z] #34 25.68 sort [2020-02-04T18:16:05.371Z] #34 26.14 strconv [2020-02-04T18:16:05.371Z] #34 27.04 io [2020-02-04T18:16:05.371Z] #34 28.03 syscall [2020-02-04T18:16:05.371Z] #34 29.82 reflect [2020-02-04T18:16:05.371Z] #34 ... [2020-02-04T18:16:05.371Z] [2020-02-04T18:16:05.371Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:16:05.371Z] #36 24.76 Selecting previously unselected package libicu63:s390x. [2020-02-04T18:16:05.371Z] #36 24.77 Preparing to unpack .../3-libicu63_63.1-6_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 24.78 Unpacking libicu63:s390x (63.1-6) ... [2020-02-04T18:16:05.371Z] #36 30.36 Selecting previously unselected package libxml2:s390x. [2020-02-04T18:16:05.371Z] #36 30.39 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 30.39 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-04T18:16:05.371Z] #36 30.87 Selecting previously unselected package libarchive13:s390x. [2020-02-04T18:16:05.371Z] #36 30.88 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 30.90 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-04T18:16:05.371Z] #36 31.13 Selecting previously unselected package libjsoncpp1:s390x. [2020-02-04T18:16:05.371Z] #36 31.14 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 31.14 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-02-04T18:16:05.371Z] #36 31.23 Selecting previously unselected package librhash0:s390x. [2020-02-04T18:16:05.371Z] #36 31.23 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 31.24 Unpacking librhash0:s390x (1.3.8-1) ... [2020-02-04T18:16:05.371Z] #36 31.47 Selecting previously unselected package libuv1:s390x. [2020-02-04T18:16:05.371Z] #36 31.48 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 31.48 Unpacking libuv1:s390x (1.24.1-1) ... [2020-02-04T18:16:05.371Z] #36 31.59 Selecting previously unselected package cmake. [2020-02-04T18:16:05.371Z] #36 31.59 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-02-04T18:16:05.371Z] #36 31.59 Unpacking cmake (3.13.4-1) ... [2020-02-04T18:16:05.478Z] #44 84.11 DEP criu/image.d [2020-02-04T18:16:05.478Z] #44 84.21 DEP criu/image-desc.d [2020-02-04T18:16:05.478Z] #44 84.27 DEP criu/fsnotify.d [2020-02-04T18:16:05.745Z] #44 84.41 DEP criu/filesystems.d [2020-02-04T18:16:05.823Z] #36 ... [2020-02-04T18:16:05.824Z] [2020-02-04T18:16:05.824Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:16:05.824Z] #28 12.76 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-04T18:16:05.871Z] ok github.com/docker/docker/pkg/jsonmessage 0.045s coverage: 91.7% of statements [2020-02-04T18:16:06.002Z] #44 84.54 DEP criu/files.d [2020-02-04T18:16:06.002Z] #44 84.69 DEP criu/files-reg.d [2020-02-04T18:16:06.131Z] ok github.com/docker/docker/pkg/locker 0.045s coverage: 88.9% of statements [2020-02-04T18:16:06.132Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2020-02-04T18:16:06.258Z] #44 84.83 DEP criu/files-ext.d [2020-02-04T18:16:06.258Z] #44 85.00 DEP criu/file-lock.d [2020-02-04T18:16:06.273Z] #28 13.16 #=#=# ##O#- # [2020-02-04T18:16:06.273Z] #28 13.37 [2020-02-04T18:16:06.273Z] #28 ... [2020-02-04T18:16:06.273Z] [2020-02-04T18:16:06.273Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-04T18:16:06.273Z] #36 33.75 Setting up libicu63:s390x (63.1-6) ... [2020-02-04T18:16:06.273Z] #36 33.76 Setting up xxd (2:8.1.0875-5) ... [2020-02-04T18:16:06.273Z] #36 33.76 Setting up libuv1:s390x (1.24.1-1) ... [2020-02-04T18:16:06.273Z] #36 33.77 Setting up vim-common (2:8.1.0875-5) ... [2020-02-04T18:16:06.273Z] #36 33.79 Setting up librhash0:s390x (1.3.8-1) ... [2020-02-04T18:16:06.273Z] #36 33.79 Setting up cmake-data (3.13.4-1) ... [2020-02-04T18:16:06.273Z] #36 33.81 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-04T18:16:06.273Z] #36 33.81 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-02-04T18:16:06.273Z] #36 33.84 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-04T18:16:06.273Z] #36 33.85 Setting up cmake (3.13.4-1) ... [2020-02-04T18:16:06.273Z] #36 33.86 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:16:06.273Z] #36 33.89 Processing triggers for mime-support (3.62) ... [2020-02-04T18:16:06.273Z] #36 DONE 34.2s [2020-02-04T18:16:06.273Z] [2020-02-04T18:16:06.273Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:16:06.373Z] #44 72.43 LINK criu/pie/restorer.built-in.o [2020-02-04T18:16:06.373Z] #44 72.44 GEN criu/pie/restorer-blob.h [2020-02-04T18:16:06.373Z] #44 72.51 DEP criu/vdso.d [2020-02-04T18:16:06.391Z] ok github.com/docker/docker/pkg/ioutils 0.658s coverage: 70.1% of statements [2020-02-04T18:16:06.391Z] ok github.com/docker/docker/pkg/idtools 0.688s coverage: 70.1% of statements [2020-02-04T18:16:06.391Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-04T18:16:06.514Z] #44 85.21 DEP criu/file-ids.d [2020-02-04T18:16:06.645Z] #44 72.69 DEP criu/vdso-compat.d [2020-02-04T18:16:06.651Z] ok github.com/docker/docker/pkg/namesgenerator 0.028s coverage: 85.7% of statements [2020-02-04T18:16:06.770Z] #44 85.37 DEP criu/fifo.d [2020-02-04T18:16:06.770Z] #44 85.50 DEP criu/fdstore.d [2020-02-04T18:16:06.770Z] #44 85.62 DEP criu/fault-injection.d [2020-02-04T18:16:06.771Z] #28 13.37 ################################################################28 ... [2020-02-04T18:16:06.771Z] [2020-02-04T18:16:06.771Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:16:06.771Z] #37 DONE 0.2s [2020-02-04T18:16:06.771Z] [2020-02-04T18:16:06.771Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:16:06.771Z] #28 13.37 ######################################################################## 100.0% [2020-02-04T18:16:06.771Z] #28 13.56 [2020-02-04T18:16:06.771Z] #28 ... [2020-02-04T18:16:06.771Z] [2020-02-04T18:16:06.771Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-04T18:16:06.771Z] #38 DONE 0.1s [2020-02-04T18:16:06.771Z] [2020-02-04T18:16:06.771Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:06.771Z] #45 1.954 Note: Building without setproctitle() and strlcpy() support. [2020-02-04T18:16:06.771Z] #45 1.954 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-04T18:16:06.904Z] #44 72.87 DEP criu/uts_ns.d [2020-02-04T18:16:06.904Z] #44 73.04 DEP criu/util.d [2020-02-04T18:16:06.911Z] ok github.com/docker/docker/pkg/parsers 0.062s coverage: 97.0% of statements [2020-02-04T18:16:07.026Z] #44 85.67 DEP criu/external.d [2020-02-04T18:16:07.026Z] #44 85.81 DEP criu/eventpoll.d [2020-02-04T18:16:07.026Z] #44 85.91 DEP criu/eventfd.d [2020-02-04T18:16:07.171Z] ok github.com/docker/docker/pkg/parsers/kernel 0.012s coverage: 60.0% of statements [2020-02-04T18:16:07.282Z] #44 86.03 DEP criu/crtools.d [2020-02-04T18:16:07.432Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.026s coverage: 91.4% of statements [2020-02-04T18:16:07.471Z] #44 73.26 DEP criu/uffd.d [2020-02-04T18:16:07.539Z] #44 86.27 DEP criu/cr-service.d [2020-02-04T18:16:07.693Z] ok github.com/docker/docker/pkg/pidfile 0.025s coverage: 82.4% of statements [2020-02-04T18:16:07.730Z] #44 73.56 DEP criu/tun.d [2020-02-04T18:16:07.730Z] #44 73.75 DEP criu/tty.d [2020-02-04T18:16:07.795Z] #44 86.51 DEP criu/cr-restore.d [2020-02-04T18:16:07.954Z] ok github.com/docker/docker/pkg/mount 0.895s coverage: 70.0% of statements [2020-02-04T18:16:07.954Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-04T18:16:07.954Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-04T18:16:07.954Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-04T18:16:07.989Z] #44 73.95 DEP criu/timerfd.d [2020-02-04T18:16:08.051Z] #44 86.77 DEP criu/cr-errno.d [2020-02-04T18:16:08.051Z] #44 86.78 DEP criu/cr-dump.d [2020-02-04T18:16:08.130Z] #45 3.139 fatal: not a git repository (or any of the parent directories): .git [2020-02-04T18:16:08.130Z] #45 3.143 GEN .gitid [2020-02-04T18:16:08.130Z] #45 3.145 GEN criu/include/version.h [2020-02-04T18:16:08.130Z] #45 3.166 GEN include/common/asm [2020-02-04T18:16:08.247Z] #44 74.17 DEP criu/sysfs_parse.d [2020-02-04T18:16:08.247Z] #44 74.32 DEP criu/sysctl.d [2020-02-04T18:16:08.308Z] #44 87.02 DEP criu/cr-dedup.d [2020-02-04T18:16:08.308Z] #44 87.21 DEP criu/cr-check.d [2020-02-04T18:16:08.506Z] #44 74.53 DEP criu/string.d [2020-02-04T18:16:08.506Z] #44 74.57 DEP criu/stats.d [2020-02-04T18:16:08.506Z] #44 74.67 DEP criu/sockets.d [2020-02-04T18:16:08.513Z] #45 ... [2020-02-04T18:16:08.513Z] [2020-02-04T18:16:08.513Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:08.513Z] #51 26.02 + cd /tmp/tmp.RiNVkSmTAF/src/gotest.tools/gotestsum [2020-02-04T18:16:08.513Z] #51 26.03 + git checkout -q v0.3.5 [2020-02-04T18:16:08.513Z] #51 26.04 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-04T18:16:08.513Z] #51 ... [2020-02-04T18:16:08.513Z] [2020-02-04T18:16:08.513Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:16:08.513Z] #28 14.75 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-04T18:16:08.513Z] #28 15.05 #=#=# [2020-02-04T18:16:08.513Z] #28 15.19 ######################################################################## 100.0% [2020-02-04T18:16:08.513Z] #28 15.27 [2020-02-04T18:16:08.527Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.041s coverage: 56.8% of statements [2020-02-04T18:16:08.765Z] #44 74.83 DEP criu/sk-unix.d [2020-02-04T18:16:08.789Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2020-02-04T18:16:08.872Z] #44 87.38 DEP criu/config.d [2020-02-04T18:16:08.872Z] #44 87.54 DEP criu/clone-noasan.d [2020-02-04T18:16:08.872Z] #44 87.63 DEP criu/cgroup.d [2020-02-04T18:16:09.024Z] #44 75.07 DEP criu/sk-tcp.d [2020-02-04T18:16:09.049Z] ok github.com/docker/docker/pkg/progress 0.028s coverage: 75.9% of statements [2020-02-04T18:16:09.049Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-02-04T18:16:09.128Z] #44 ... [2020-02-04T18:16:09.129Z] [2020-02-04T18:16:09.129Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:16:09.129Z] #30 DONE 158.6s [2020-02-04T18:16:09.129Z] [2020-02-04T18:16:09.129Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:09.129Z] #17 16.27 Reading package lists... [2020-02-04T18:16:09.129Z] #17 20.34 Building dependency tree... [2020-02-04T18:16:09.129Z] #17 22.18 libcap2-bin is already the newest version (1:2.25-2). [2020-02-04T18:16:09.129Z] #17 22.18 The following additional packages will be installed: [2020-02-04T18:16:09.129Z] #17 22.18 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-04T18:16:09.129Z] #17 22.18 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-04T18:16:09.129Z] #17 22.18 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-04T18:16:09.129Z] #17 22.18 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-04T18:16:09.129Z] #17 22.18 python3.7 python3.7-minimal vim-runtime xxd [2020-02-04T18:16:09.129Z] #17 22.18 Suggested packages: [2020-02-04T18:16:09.129Z] #17 22.18 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-04T18:16:09.129Z] #17 22.18 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-04T18:16:09.129Z] #17 22.18 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-04T18:16:09.129Z] #17 22.18 Recommended packages: [2020-02-04T18:16:09.129Z] #17 22.18 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-04T18:16:09.129Z] #17 22.18 python3-keyrings.alt python3-xdg unzip [2020-02-04T18:16:09.129Z] #17 23.78 The following NEW packages will be installed: [2020-02-04T18:16:09.129Z] #17 23.78 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-04T18:16:09.129Z] #17 23.79 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-04T18:16:09.129Z] #17 23.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-04T18:16:09.129Z] #17 23.79 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-04T18:16:09.129Z] #17 23.79 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-04T18:16:09.129Z] #17 23.79 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-04T18:16:09.129Z] #17 23.79 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-04T18:16:09.129Z] #17 23.79 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-04T18:16:09.129Z] #17 24.15 0 upgraded, 46 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:16:09.129Z] #17 24.15 Need to get 27.0 MB of archives. [2020-02-04T18:16:09.129Z] #17 24.15 After this operation, 111 MB of additional disk space will be used. [2020-02-04T18:16:09.129Z] #17 24.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-04T18:16:09.129Z] #17 24.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2 [588 kB] [2020-02-04T18:16:09.129Z] #17 24.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2 [1736 kB] [2020-02-04T18:16:09.129Z] #17 24.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-04T18:16:09.129Z] #17 24.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-04T18:16:09.129Z] #17 24.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2 [1732 kB] [2020-02-04T18:16:09.129Z] #17 24.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2 [330 kB] [2020-02-04T18:16:09.129Z] #17 24.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-04T18:16:09.129Z] #17 24.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-04T18:16:09.129Z] #17 24.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-04T18:16:09.129Z] #17 24.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-04T18:16:09.129Z] #17 24.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-04T18:16:09.129Z] #17 24.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-04T18:16:09.129Z] #17 24.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-04T18:16:09.129Z] #17 24.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-04T18:16:09.129Z] #17 24.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-04T18:16:09.129Z] #17 24.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-04T18:16:09.129Z] #17 24.57 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-04T18:16:09.129Z] #17 24.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-04T18:16:09.129Z] #17 24.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-02-04T18:16:09.129Z] #17 24.62 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-04T18:16:09.129Z] #17 24.65 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-04T18:16:09.129Z] #17 ... [2020-02-04T18:16:09.129Z] [2020-02-04T18:16:09.129Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:09.129Z] #44 87.93 DEP criu/cgroup-props.d [2020-02-04T18:16:09.282Z] #44 75.28 DEP criu/sk-queue.d [2020-02-04T18:16:09.292Z] #28 ... [2020-02-04T18:16:09.292Z] [2020-02-04T18:16:09.292Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:16:09.292Z] #31 27.27 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-04T18:16:09.292Z] #31 28.41 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-04T18:16:09.292Z] #31 ... [2020-02-04T18:16:09.292Z] [2020-02-04T18:16:09.292Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:09.292Z] #48 26.99 github.com/LK4D4/vndr/godl/singleflight [2020-02-04T18:16:09.292Z] #48 27.02 io [2020-02-04T18:16:09.292Z] #48 27.22 strconv [2020-02-04T18:16:09.292Z] #48 28.27 bytes [2020-02-04T18:16:09.292Z] #48 30.08 bufio [2020-02-04T18:16:09.292Z] #48 31.07 reflect [2020-02-04T18:16:09.292Z] #48 31.55 syscall [2020-02-04T18:16:09.385Z] #44 88.11 DEP criu/bitmap.d [2020-02-04T18:16:09.385Z] #44 88.13 DEP criu/bfd.d [2020-02-04T18:16:09.541Z] #44 75.46 DEP criu/sk-packet.d [2020-02-04T18:16:09.541Z] #44 ... [2020-02-04T18:16:09.541Z] [2020-02-04T18:16:09.541Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:09.541Z] #17 11.83 Fetched 8325 kB in 9s (889 kB/s) [2020-02-04T18:16:09.620Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2020-02-04T18:16:09.642Z] #44 88.27 DEP criu/autofs.d [2020-02-04T18:16:09.642Z] #44 88.47 DEP criu/aio.d [2020-02-04T18:16:09.667Z] #48 ... [2020-02-04T18:16:09.667Z] [2020-02-04T18:16:09.667Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:09.667Z] #45 4.118 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.149 PBCC images/opts.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.171 PBCC images/sit.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.193 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.273 DEP images/opts.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.324 DEP images/sit.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.365 PBCC images/macvlan.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.371 DEP images/macvlan.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.394 PBCC images/autofs.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.407 DEP images/autofs.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.429 PBCC images/sysctl.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.446 DEP images/sysctl.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.470 PBCC images/time.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.493 DEP images/time.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.513 PBCC images/binfmt-misc.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.526 DEP images/binfmt-misc.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.543 PBCC images/seccomp.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.559 DEP images/seccomp.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.589 PBCC images/userns.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.608 DEP images/userns.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.659 PBCC images/cgroup.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.675 DEP images/cgroup.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.771 PBCC images/fown.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.775 PBCC images/ext-file.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.795 DEP images/fown.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.818 DEP images/ext-file.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.836 PBCC images/rpc.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.868 DEP images/rpc.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.903 PBCC images/siginfo.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.910 DEP images/siginfo.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.957 PBCC images/pagemap.pb-c.c [2020-02-04T18:16:09.667Z] #45 4.971 DEP images/pagemap.pb-c.d [2020-02-04T18:16:09.667Z] #45 4.985 PBCC images/rlimit.pb-c.c [2020-02-04T18:16:09.898Z] #44 88.72 DEP criu/action-scripts.d [2020-02-04T18:16:10.030Z] #45 5.068 DEP images/rlimit.pb-c.d [2020-02-04T18:16:10.030Z] #45 5.125 PBCC images/file-lock.pb-c.c [2020-02-04T18:16:10.030Z] #45 5.129 DEP images/file-lock.pb-c.d [2020-02-04T18:16:10.030Z] #45 5.145 PBCC images/tty.pb-c.c [2020-02-04T18:16:10.030Z] #45 5.182 DEP images/tty.pb-c.d [2020-02-04T18:16:10.030Z] #45 5.228 PBCC images/tun.pb-c.c [2020-02-04T18:16:10.030Z] #45 5.257 PBCC images/netdev.pb-c.c [2020-02-04T18:16:10.030Z] #45 5.275 DEP images/tun.pb-c.d [2020-02-04T18:16:10.108Z] #17 11.83 Reading package lists... [2020-02-04T18:16:10.108Z] #17 ... [2020-02-04T18:16:10.108Z] [2020-02-04T18:16:10.108Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:10.108Z] #47 136.1 github.com/LK4D4/vndr/godl [2020-02-04T18:16:10.108Z] #47 136.8 github.com/LK4D4/vndr [2020-02-04T18:16:10.108Z] #47 ... [2020-02-04T18:16:10.108Z] [2020-02-04T18:16:10.108Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:10.108Z] #44 75.62 DEP criu/sk-netlink.d [2020-02-04T18:16:10.108Z] #44 75.78 DEP criu/sk-inet.d [2020-02-04T18:16:10.108Z] #44 76.05 DEP criu/signalfd.d [2020-02-04T18:16:10.108Z] #44 76.19 DEP criu/sigframe.d [2020-02-04T18:16:10.108Z] #44 76.33 DEP criu/shmem.d [2020-02-04T18:16:10.164Z] #44 88.93 CC criu/action-scripts.o [2020-02-04T18:16:10.394Z] #45 5.400 DEP images/netdev.pb-c.d [2020-02-04T18:16:10.394Z] #45 5.441 PBCC images/vma.pb-c.c [2020-02-04T18:16:10.394Z] #45 5.485 DEP images/vma.pb-c.d [2020-02-04T18:16:10.394Z] #45 5.492 PBCC images/creds.pb-c.c [2020-02-04T18:16:10.394Z] #45 5.517 DEP images/creds.pb-c.d [2020-02-04T18:16:10.394Z] #45 5.543 PBCC images/utsns.pb-c.c [2020-02-04T18:16:10.394Z] #45 5.570 DEP images/utsns.pb-c.d [2020-02-04T18:16:10.394Z] #45 5.603 PBCC images/ipc-desc.pb-c.c [2020-02-04T18:16:10.394Z] #45 5.618 PBCC images/ipc-sem.pb-c.c [2020-02-04T18:16:10.394Z] #45 5.634 DEP images/ipc-desc.pb-c.d [2020-02-04T18:16:10.394Z] #45 5.691 DEP images/ipc-sem.pb-c.d [2020-02-04T18:16:10.561Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 73.9% of statements [2020-02-04T18:16:10.561Z] ok github.com/docker/docker/pkg/stdcopy 0.020s coverage: 100.0% of statements [2020-02-04T18:16:10.675Z] #44 76.49 DEP criu/servicefd.d [2020-02-04T18:16:10.675Z] #44 76.61 DEP criu/seize.d [2020-02-04T18:16:10.675Z] #44 ... [2020-02-04T18:16:10.675Z] [2020-02-04T18:16:10.675Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:10.675Z] #47 DONE 146.7s [2020-02-04T18:16:10.741Z] #44 89.38 CC criu/aio.o [2020-02-04T18:16:10.759Z] #45 5.709 PBCC images/ipc-msg.pb-c.c [2020-02-04T18:16:10.759Z] #45 5.745 DEP images/ipc-msg.pb-c.d [2020-02-04T18:16:10.759Z] #45 5.772 PBCC images/ipc-shm.pb-c.c [2020-02-04T18:16:10.759Z] #45 5.787 DEP images/ipc-shm.pb-c.d [2020-02-04T18:16:10.759Z] #45 5.834 PBCC images/ipc-var.pb-c.c [2020-02-04T18:16:10.759Z] #45 5.867 DEP images/ipc-var.pb-c.d [2020-02-04T18:16:10.759Z] #45 5.899 PBCC images/sk-opts.pb-c.c [2020-02-04T18:16:10.759Z] #45 5.902 PBCC images/packet-sock.pb-c.c [2020-02-04T18:16:10.759Z] #45 5.933 DEP images/sk-opts.pb-c.d [2020-02-04T18:16:10.759Z] #45 5.989 DEP images/packet-sock.pb-c.d [2020-02-04T18:16:10.759Z] #45 6.017 PBCC images/sk-netlink.pb-c.c [2020-02-04T18:16:10.759Z] #45 6.043 DEP images/sk-netlink.pb-c.d [2020-02-04T18:16:10.759Z] #45 6.081 PBCC images/sk-inet.pb-c.c [2020-02-04T18:16:10.934Z] [2020-02-04T18:16:10.934Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:10.934Z] #44 76.77 DEP criu/seccomp.d [2020-02-04T18:16:11.134Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2020-02-04T18:16:11.134Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-02-04T18:16:11.139Z] #45 6.166 DEP images/sk-inet.pb-c.d [2020-02-04T18:16:11.139Z] #45 6.185 PBCC images/sk-unix.pb-c.c [2020-02-04T18:16:11.139Z] #45 6.213 DEP images/sk-unix.pb-c.d [2020-02-04T18:16:11.139Z] #45 ... [2020-02-04T18:16:11.139Z] [2020-02-04T18:16:11.139Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-04T18:16:11.139Z] #28 16.47 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-04T18:16:11.139Z] #28 16.53 skipping existing b63cc5f62c21 [2020-02-04T18:16:11.139Z] #28 16.59 [2020-02-04T18:16:11.139Z] #28 17.74 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-04T18:16:11.139Z] #28 18.02 [2020-02-04T18:16:11.139Z] #28 18.07 ######################################################################## 100.0% [2020-02-04T18:16:11.139Z] #28 18.13 [2020-02-04T18:16:11.139Z] #28 18.17 Download of images into '/build' complete. [2020-02-04T18:16:11.139Z] #28 18.17 Use something like the following to load the result into a Docker daemon: [2020-02-04T18:16:11.139Z] #28 18.17 tar -cC '/build' . | docker load [2020-02-04T18:16:11.139Z] #28 DONE 18.3s [2020-02-04T18:16:11.139Z] [2020-02-04T18:16:11.139Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:11.139Z] #45 6.258 PBCC images/mm.pb-c.c [2020-02-04T18:16:11.139Z] #45 6.282 DEP images/mm.pb-c.d [2020-02-04T18:16:11.139Z] #45 6.322 PBCC images/timerfd.pb-c.c [2020-02-04T18:16:11.139Z] #45 6.371 DEP images/timerfd.pb-c.d [2020-02-04T18:16:11.139Z] #45 6.405 PBCC images/timer.pb-c.c [2020-02-04T18:16:11.139Z] #45 6.426 DEP images/timer.pb-c.d [2020-02-04T18:16:11.192Z] #44 77.24 DEP criu/rst-malloc.d [2020-02-04T18:16:11.303Z] #44 89.84 CC criu/autofs.o [2020-02-04T18:16:11.394Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-02-04T18:16:11.450Z] #44 77.37 DEP criu/rbtree.d [2020-02-04T18:16:11.450Z] #44 77.47 DEP criu/pstree.d [2020-02-04T18:16:11.541Z] #45 6.477 PBCC images/sa.pb-c.c [2020-02-04T18:16:11.541Z] #45 6.539 DEP images/sa.pb-c.d [2020-02-04T18:16:11.541Z] #45 6.603 PBCC images/pipe-data.pb-c.c [2020-02-04T18:16:11.541Z] #45 6.646 DEP images/pipe-data.pb-c.d [2020-02-04T18:16:11.541Z] #45 6.702 PBCC images/mnt.pb-c.c [2020-02-04T18:16:11.541Z] #45 6.763 DEP images/mnt.pb-c.d [2020-02-04T18:16:11.541Z] #45 6.831 PBCC images/sk-packet.pb-c.c [2020-02-04T18:16:11.541Z] #45 6.871 DEP images/sk-packet.pb-c.d [2020-02-04T18:16:11.653Z] ok github.com/docker/docker/pkg/sysinfo 0.020s coverage: 71.3% of statements [2020-02-04T18:16:11.709Z] #44 77.82 DEP criu/protobuf.d [2020-02-04T18:16:11.928Z] #45 6.941 PBCC images/tcp-stream.pb-c.c [2020-02-04T18:16:11.928Z] #45 7.047 DEP images/tcp-stream.pb-c.d [2020-02-04T18:16:11.928Z] #45 7.073 PBCC images/pipe.pb-c.c [2020-02-04T18:16:11.928Z] #45 7.171 DEP images/pipe.pb-c.d [2020-02-04T18:16:11.928Z] #45 7.197 PBCC images/pstree.pb-c.c [2020-02-04T18:16:11.928Z] #45 7.203 DEP images/pstree.pb-c.d [2020-02-04T18:16:11.928Z] #45 7.238 PBCC images/fs.pb-c.c [2020-02-04T18:16:11.928Z] #45 7.242 DEP images/fs.pb-c.d [2020-02-04T18:16:11.928Z] #45 7.258 PBCC images/signalfd.pb-c.c [2020-02-04T18:16:11.928Z] #45 7.292 DEP images/signalfd.pb-c.d [2020-02-04T18:16:11.967Z] #44 77.99 GEN criu/protobuf-desc-gen.h [2020-02-04T18:16:12.231Z] #44 91.09 CC criu/bfd.o [2020-02-04T18:16:12.319Z] #45 7.342 PBCC images/fh.pb-c.c [2020-02-04T18:16:12.319Z] #45 7.401 PBCC images/fsnotify.pb-c.c [2020-02-04T18:16:12.319Z] #45 7.420 DEP images/fh.pb-c.d [2020-02-04T18:16:12.319Z] #45 7.478 DEP images/fsnotify.pb-c.d [2020-02-04T18:16:12.319Z] #45 7.490 PBCC images/eventpoll.pb-c.c [2020-02-04T18:16:12.319Z] #45 7.509 DEP images/eventpoll.pb-c.d [2020-02-04T18:16:12.319Z] #45 7.521 PBCC images/eventfd.pb-c.c [2020-02-04T18:16:12.319Z] #45 7.531 DEP images/eventfd.pb-c.d [2020-02-04T18:16:12.319Z] #45 7.549 PBCC images/remap-file-path.pb-c.c [2020-02-04T18:16:12.319Z] #45 7.557 DEP images/remap-file-path.pb-c.d [2020-02-04T18:16:12.319Z] #45 7.569 PBCC images/fifo.pb-c.c [2020-02-04T18:16:12.319Z] #45 7.581 DEP images/fifo.pb-c.d [2020-02-04T18:16:12.319Z] #45 7.614 PBCC images/ghost-file.pb-c.c [2020-02-04T18:16:12.593Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 36.2% of statements [2020-02-04T18:16:12.593Z] ok github.com/docker/docker/pkg/tailfile 0.103s coverage: 88.6% of statements [2020-02-04T18:16:12.593Z] ok github.com/docker/docker/pkg/signal 2.801s coverage: 61.0% of statements [2020-02-04T18:16:12.705Z] #45 7.679 DEP images/ghost-file.pb-c.d [2020-02-04T18:16:12.705Z] #45 7.711 PBCC images/regfile.pb-c.c [2020-02-04T18:16:12.705Z] #45 ... [2020-02-04T18:16:12.705Z] [2020-02-04T18:16:12.705Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:12.705Z] #39 0.186 + RM_GOPATH=0 [2020-02-04T18:16:12.705Z] #39 0.187 + TMP_GOPATH= [2020-02-04T18:16:12.705Z] #39 0.187 + : /build [2020-02-04T18:16:12.705Z] #39 0.188 + '[' -z '' ']' [2020-02-04T18:16:12.705Z] #39 0.188 ++ mktemp -d [2020-02-04T18:16:12.705Z] #39 0.191 + export GOPATH=/tmp/tmp.9SC4mh0axw [2020-02-04T18:16:12.705Z] #39 0.191 + GOPATH=/tmp/tmp.9SC4mh0axw [2020-02-04T18:16:12.705Z] #39 0.191 + RM_GOPATH=1 [2020-02-04T18:16:12.705Z] #39 0.192 ++ dirname ./install.sh [2020-02-04T18:16:12.705Z] #39 0.194 + dir=. [2020-02-04T18:16:12.705Z] #39 0.195 + bin=tini [2020-02-04T18:16:12.705Z] #39 0.195 + shift [2020-02-04T18:16:12.705Z] #39 0.195 + '[' '!' -f ./tini.installer ']' [2020-02-04T18:16:12.705Z] #39 0.195 + . ./tini.installer [2020-02-04T18:16:12.705Z] #39 0.199 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:16:12.705Z] #39 0.200 + install_tini [2020-02-04T18:16:12.705Z] #39 0.200 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-04T18:16:12.705Z] #39 0.200 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:16:12.705Z] #39 0.200 + git clone https://github.com/krallin/tini.git /tmp/tmp.9SC4mh0axw/tini [2020-02-04T18:16:12.705Z] #39 0.209 Cloning into '/tmp/tmp.9SC4mh0axw/tini'... [2020-02-04T18:16:12.705Z] #39 0.985 + cd /tmp/tmp.9SC4mh0axw/tini [2020-02-04T18:16:12.705Z] #39 0.985 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-04T18:16:12.705Z] #39 0.989 + cmake . [2020-02-04T18:16:12.705Z] #39 1.416 -- The C compiler identification is GNU 8.3.0 [2020-02-04T18:16:12.705Z] #39 1.441 -- Check for working C compiler: /usr/bin/cc [2020-02-04T18:16:12.705Z] #39 2.021 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-04T18:16:12.705Z] #39 2.025 -- Detecting C compiler ABI info [2020-02-04T18:16:12.705Z] #39 2.342 -- Detecting C compiler ABI info - done [2020-02-04T18:16:12.705Z] #39 2.348 -- Detecting C compile features [2020-02-04T18:16:12.705Z] #39 3.616 -- Detecting C compile features - done [2020-02-04T18:16:12.705Z] #39 3.624 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-04T18:16:12.705Z] #39 3.807 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-04T18:16:12.705Z] #39 3.843 -- Configuring done [2020-02-04T18:16:12.705Z] #39 3.879 -- Generating done [2020-02-04T18:16:12.705Z] #39 3.891 -- Build files have been written to: /tmp/tmp.9SC4mh0axw/tini [2020-02-04T18:16:12.705Z] #39 3.899 + make tini-static [2020-02-04T18:16:12.705Z] #39 4.238 Scanning dependencies of target tini-static [2020-02-04T18:16:12.705Z] #39 4.294 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-04T18:16:12.705Z] #39 5.533 [100%] Linking C executable tini-static [2020-02-04T18:16:12.705Z] #39 5.880 [100%] Built target tini-static [2020-02-04T18:16:12.705Z] #39 5.968 + mkdir -p /build [2020-02-04T18:16:12.705Z] #39 5.991 + cp tini-static /build/docker-init [2020-02-04T18:16:12.705Z] #39 DONE 6.1s [2020-02-04T18:16:12.705Z] [2020-02-04T18:16:12.705Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:12.705Z] #45 7.754 DEP images/regfile.pb-c.d [2020-02-04T18:16:12.705Z] #45 7.790 PBCC images/ns.pb-c.c [2020-02-04T18:16:12.705Z] #45 7.797 DEP images/ns.pb-c.d [2020-02-04T18:16:12.705Z] #45 7.828 PBCC images/fdinfo.pb-c.c [2020-02-04T18:16:12.794Z] #44 91.55 CC criu/bitmap.o [2020-02-04T18:16:13.050Z] #44 91.69 CC criu/cgroup-props.o [2020-02-04T18:16:13.091Z] #45 7.979 DEP images/fdinfo.pb-c.d [2020-02-04T18:16:13.091Z] #45 8.061 PBCC images/core-aarch64.pb-c.c [2020-02-04T18:16:13.091Z] #45 8.168 PBCC images/core-arm.pb-c.c [2020-02-04T18:16:13.091Z] #45 8.206 PBCC images/core-ppc64.pb-c.c [2020-02-04T18:16:13.091Z] #45 8.286 PBCC images/core-s390.pb-c.c [2020-02-04T18:16:13.091Z] #45 8.355 PBCC images/core-x86.pb-c.c [2020-02-04T18:16:13.091Z] #45 8.391 PBCC images/core.pb-c.c [2020-02-04T18:16:13.347Z] #44 79.34 DEP criu/protobuf-desc.d [2020-02-04T18:16:13.347Z] #44 79.46 DEP criu/proc_parse.d [2020-02-04T18:16:13.469Z] #45 8.456 PBCC images/inventory.pb-c.c [2020-02-04T18:16:13.469Z] #45 8.558 DEP images/core-aarch64.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.566 DEP images/core-arm.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.608 DEP images/core-ppc64.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.632 DEP images/core-s390.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.674 DEP images/core-x86.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.689 DEP images/core.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.729 DEP images/inventory.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.744 PBCC images/cpuinfo.pb-c.c [2020-02-04T18:16:13.469Z] #45 8.763 DEP images/cpuinfo.pb-c.d [2020-02-04T18:16:13.469Z] #45 8.817 PBCC images/stats.pb-c.c [2020-02-04T18:16:13.534Z] testing: warning: no tests to run [2020-02-04T18:16:13.534Z] coverage: [no statements] [2020-02-04T18:16:13.534Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2020-02-04T18:16:13.534Z] ok github.com/docker/docker/pkg/term 0.038s coverage: 85.9% of statements [2020-02-04T18:16:13.534Z] ok github.com/docker/docker/pkg/tarsum 0.135s coverage: 89.3% of statements [2020-02-04T18:16:13.612Z] #44 92.44 CC criu/cgroup.o [2020-02-04T18:16:13.794Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2020-02-04T18:16:13.832Z] #45 8.832 DEP images/stats.pb-c.d [2020-02-04T18:16:13.913Z] #44 79.72 DEP criu/plugin.d [2020-02-04T18:16:13.913Z] #44 79.79 DEP criu/pipes.d [2020-02-04T18:16:13.913Z] #44 79.94 DEP criu/pie-util.d [2020-02-04T18:16:14.055Z] ok github.com/docker/docker/pkg/truncindex 0.115s coverage: 91.5% of statements [2020-02-04T18:16:14.055Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2020-02-04T18:16:14.171Z] #44 80.08 DEP criu/pie-util-vdso.d [2020-02-04T18:16:14.171Z] #44 80.19 DEP criu/pie-util-vdso-elf32.d [2020-02-04T18:16:14.171Z] #44 80.32 DEP criu/path.d [2020-02-04T18:16:14.430Z] #44 80.49 DEP criu/parasite-syscall.d [2020-02-04T18:16:14.633Z] #45 9.658 make[1]: Nothing to be done for 'all'. [2020-02-04T18:16:14.696Z] #44 80.65 DEP criu/pagemap.d [2020-02-04T18:16:14.696Z] #44 80.78 DEP criu/pagemap-cache.d [2020-02-04T18:16:14.696Z] #44 80.89 DEP criu/page-xfer.d [2020-02-04T18:16:14.954Z] #44 81.03 DEP criu/page-pipe.d [2020-02-04T18:16:15.213Z] #44 81.11 DEP criu/netfilter.d [2020-02-04T18:16:15.213Z] #44 81.30 DEP criu/net.d [2020-02-04T18:16:15.402Z] #45 10.54 CC images/stats.o [2020-02-04T18:16:15.402Z] #45 10.72 CC images/core.o [2020-02-04T18:16:15.438Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2020-02-04T18:16:15.472Z] #44 81.47 DEP criu/namespaces.d [2020-02-04T18:16:15.499Z] #44 ... [2020-02-04T18:16:15.499Z] [2020-02-04T18:16:15.500Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:15.500Z] #17 24.78 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-04T18:16:15.500Z] #17 25.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-04T18:16:15.500Z] #17 25.30 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-04T18:16:15.500Z] #17 25.31 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-04T18:16:15.500Z] #17 25.39 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-04T18:16:15.500Z] #17 25.39 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-04T18:16:15.500Z] #17 25.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-04T18:16:15.500Z] #17 27.60 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-04T18:16:15.500Z] #17 27.65 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-04T18:16:15.500Z] #17 27.65 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-04T18:16:15.500Z] #17 27.74 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-04T18:16:15.500Z] #17 28.00 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-04T18:16:15.500Z] #17 28.01 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-04T18:16:15.500Z] #17 28.09 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-04T18:16:15.500Z] #17 28.09 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-04T18:16:15.500Z] #17 28.10 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-04T18:16:15.500Z] #17 28.10 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-04T18:16:15.500Z] #17 28.12 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-04T18:16:15.500Z] #17 28.14 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-04T18:16:15.500Z] #17 28.14 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-02-04T18:16:15.500Z] #17 28.15 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-04T18:16:15.500Z] #17 28.40 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-04T18:16:15.500Z] #17 28.45 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-04T18:16:15.500Z] #17 28.50 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-04T18:16:15.500Z] #17 29.04 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:16:15.500Z] #17 29.15 Fetched 27.0 MB in 5s (5821 kB/s) [2020-02-04T18:16:15.500Z] #17 29.21 Selecting previously unselected package pigz. [2020-02-04T18:16:15.500Z] #17 29.21 (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-02-04T18:16:15.500Z] #17 29.27 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-04T18:16:15.500Z] #17 29.27 Unpacking pigz (2.4-1) ... [2020-02-04T18:16:15.500Z] #17 29.38 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-04T18:16:15.500Z] #17 29.38 Preparing to unpack .../libpython3.7-minimal_3.7.3-2_amd64.deb ... [2020-02-04T18:16:15.500Z] #17 29.39 Unpacking libpython3.7-minimal:amd64 (3.7.3-2) ... [2020-02-04T18:16:15.500Z] #17 29.85 Selecting previously unselected package python3.7-minimal. [2020-02-04T18:16:15.500Z] #17 29.86 Preparing to unpack .../python3.7-minimal_3.7.3-2_amd64.deb ... [2020-02-04T18:16:15.500Z] #17 29.88 Unpacking python3.7-minimal (3.7.3-2) ... [2020-02-04T18:16:15.500Z] #17 30.72 Setting up libpython3.7-minimal:amd64 (3.7.3-2) ... [2020-02-04T18:16:15.500Z] #17 30.74 Setting up python3.7-minimal (3.7.3-2) ... [2020-02-04T18:16:15.861Z] #44 81.62 DEP criu/mount.d [2020-02-04T18:16:15.861Z] #44 81.79 DEP criu/mem.d [2020-02-04T18:16:15.861Z] #44 81.92 DEP criu/lsm.d [2020-02-04T18:16:15.861Z] #44 82.03 DEP criu/log.d [2020-02-04T18:16:15.926Z] #45 11.05 CC images/core-x86.o [2020-02-04T18:16:16.119Z] #44 82.16 DEP criu/libnetlink.d [2020-02-04T18:16:16.164Z] ok github.com/docker/docker/profiles/seccomp 0.025s coverage: 73.8% of statements [2020-02-04T18:16:16.287Z] #45 11.26 CC images/core-arm.o [2020-02-04T18:16:16.287Z] #45 11.47 CC images/core-aarch64.o [2020-02-04T18:16:16.379Z] #44 82.31 DEP criu/kerndat.d [2020-02-04T18:16:16.425Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2020-02-04T18:16:16.637Z] #44 82.54 DEP criu/kcmp-ids.d [2020-02-04T18:16:16.638Z] #44 82.64 DEP criu/irmap.d [2020-02-04T18:16:16.638Z] #44 82.77 DEP criu/ipc_ns.d [2020-02-04T18:16:16.653Z] #45 11.69 CC images/core-ppc64.o [2020-02-04T18:16:16.896Z] #44 82.96 DEP criu/image.d [2020-02-04T18:16:16.896Z] #44 83.08 DEP criu/image-desc.d [2020-02-04T18:16:17.053Z] #45 12.14 CC images/core-s390.o [2020-02-04T18:16:17.155Z] #44 83.17 DEP criu/fsnotify.d [2020-02-04T18:16:17.155Z] #44 83.36 DEP criu/filesystems.d [2020-02-04T18:16:17.368Z] ok github.com/docker/docker/plugin 0.633s coverage: 27.1% of statements [2020-02-04T18:16:17.414Z] #44 83.48 DEP criu/files.d [2020-02-04T18:16:17.414Z] #44 83.60 DEP criu/files-reg.d [2020-02-04T18:16:17.491Z] #17 32.85 Selecting previously unselected package python3-minimal. [2020-02-04T18:16:17.491Z] #17 32.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 ... 23672 files and directories currently installed.) [2020-02-04T18:16:17.491Z] #17 32.89 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-04T18:16:17.491Z] #17 32.90 Unpacking python3-minimal (3.7.3-1) ... [2020-02-04T18:16:17.491Z] #17 32.96 Selecting previously unselected package libmpdec2:amd64. [2020-02-04T18:16:17.491Z] #17 32.97 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-04T18:16:17.491Z] #17 32.98 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-04T18:16:17.508Z] #45 12.55 CC images/cpuinfo.o [2020-02-04T18:16:17.508Z] #45 ... [2020-02-04T18:16:17.508Z] [2020-02-04T18:16:17.508Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:16:17.508Z] #34 35.29 time [2020-02-04T18:16:17.508Z] #34 38.66 internal/poll [2020-02-04T18:16:17.508Z] #34 41.12 internal/syscall/unix [2020-02-04T18:16:17.508Z] #34 41.27 os [2020-02-04T18:16:17.508Z] #34 41.60 internal/fmtsort [2020-02-04T18:16:17.508Z] #34 41.94 strings [2020-02-04T18:16:17.508Z] #34 43.74 fmt [2020-02-04T18:16:17.508Z] #34 43.83 path/filepath [2020-02-04T18:16:17.508Z] #34 44.80 io/ioutil [2020-02-04T18:16:17.508Z] #34 45.41 path [2020-02-04T18:16:17.508Z] #34 ... [2020-02-04T18:16:17.508Z] [2020-02-04T18:16:17.508Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:17.508Z] #63 23.68 Checking out files: 90% (2754/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-04T18:16:17.508Z] #63 23.90 + cd /tmp/tmp.Hhrk0TNmbn/src/github.com/containerd/containerd [2020-02-04T18:16:17.508Z] #63 23.90 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-02-04T18:16:17.508Z] #63 24.87 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-04T18:16:17.508Z] #63 24.87 + BUILDTAGS='netgo osusergo static_build' [2020-02-04T18:16:17.508Z] #63 24.87 + export EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:16:17.508Z] #63 24.87 + EXTRA_FLAGS=-buildmode=pie [2020-02-04T18:16:17.508Z] #63 24.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-04T18:16:17.508Z] #63 24.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-04T18:16:17.508Z] #63 24.87 + '[' '' = dynamic ']' [2020-02-04T18:16:17.508Z] #63 24.87 + make [2020-02-04T18:16:17.628Z] ok github.com/docker/docker/registry/resumable 0.033s coverage: 100.0% of statements [2020-02-04T18:16:17.672Z] #44 83.86 DEP criu/files-ext.d [2020-02-04T18:16:17.746Z] #17 33.07 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-04T18:16:17.746Z] #17 33.08 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2_amd64.deb ... [2020-02-04T18:16:17.746Z] #17 33.09 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2) ... [2020-02-04T18:16:17.957Z] #63 25.80 + bin/ctr [2020-02-04T18:16:18.199Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2020-02-04T18:16:18.240Z] #44 84.03 DEP criu/file-lock.d [2020-02-04T18:16:18.240Z] #44 84.23 DEP criu/file-ids.d [2020-02-04T18:16:18.240Z] #44 84.43 DEP criu/fifo.d [2020-02-04T18:16:18.376Z] #63 ... [2020-02-04T18:16:18.376Z] [2020-02-04T18:16:18.376Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:16:18.376Z] #11 36.36 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-04T18:16:18.376Z] #11 36.36 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-04T18:16:18.376Z] #11 36.36 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-04T18:16:18.376Z] #11 41.64 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-04T18:16:18.376Z] #11 41.71 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-04T18:16:18.376Z] #11 41.72 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:16:18.376Z] #11 41.82 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-04T18:16:18.376Z] #11 41.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-04T18:16:18.376Z] #11 41.82 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:16:18.376Z] #11 ... [2020-02-04T18:16:18.376Z] [2020-02-04T18:16:18.376Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:18.376Z] #45 12.92 CC images/inventory.o [2020-02-04T18:16:18.376Z] #45 13.03 CC images/fdinfo.o [2020-02-04T18:16:18.376Z] #45 13.29 CC images/fown.o [2020-02-04T18:16:18.376Z] #45 13.46 CC images/ns.o [2020-02-04T18:16:18.376Z] #45 13.66 CC images/regfile.o [2020-02-04T18:16:18.459Z] ok github.com/docker/docker/registry 0.238s coverage: 56.0% of statements [2020-02-04T18:16:18.499Z] #44 84.57 DEP criu/fdstore.d [2020-02-04T18:16:18.499Z] #44 84.66 DEP criu/fault-injection.d [2020-02-04T18:16:18.675Z] #17 34.06 Selecting previously unselected package python3.7. [2020-02-04T18:16:18.675Z] #17 34.06 Preparing to unpack .../python3.7_3.7.3-2_amd64.deb ... [2020-02-04T18:16:18.675Z] #17 34.06 Unpacking python3.7 (3.7.3-2) ... [2020-02-04T18:16:18.675Z] #17 34.19 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-04T18:16:18.675Z] #17 34.19 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-04T18:16:18.675Z] #17 34.20 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-04T18:16:18.721Z] ok github.com/docker/docker/testutil 0.018s coverage: 62.5% of statements [2020-02-04T18:16:18.757Z] #44 84.71 DEP criu/external.d [2020-02-04T18:16:18.757Z] #44 84.81 DEP criu/eventpoll.d [2020-02-04T18:16:18.757Z] #44 84.90 DEP criu/eventfd.d [2020-02-04T18:16:18.852Z] #45 13.81 CC images/ghost-file.o [2020-02-04T18:16:18.852Z] #45 14.10 CC images/fifo.o [2020-02-04T18:16:18.931Z] #17 34.30 Setting up python3-minimal (3.7.3-1) ... [2020-02-04T18:16:18.982Z] ok github.com/docker/docker/runconfig 0.035s coverage: 68.2% of statements [2020-02-04T18:16:19.021Z] #44 85.00 DEP criu/crtools.d [2020-02-04T18:16:19.235Z] #45 14.34 CC images/remap-file-path.o [2020-02-04T18:16:19.285Z] #44 85.17 DEP criu/cr-service.d [2020-02-04T18:16:19.543Z] #44 85.43 DEP criu/cr-restore.d [2020-02-04T18:16:19.543Z] #44 85.64 DEP criu/cr-errno.d [2020-02-04T18:16:19.543Z] #44 85.67 DEP criu/cr-dump.d [2020-02-04T18:16:19.595Z] #45 14.55 CC images/eventfd.o [2020-02-04T18:16:19.595Z] #45 14.76 CC images/eventpoll.o [2020-02-04T18:16:19.595Z] #45 14.89 CC images/fh.o [2020-02-04T18:16:19.800Z] #44 85.88 DEP criu/cr-dedup.d [2020-02-04T18:16:19.874Z] #17 35.26 Selecting previously unselected package python3. [2020-02-04T18:16:19.874Z] #17 35.26 (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-02-04T18:16:19.874Z] #17 35.34 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-04T18:16:19.874Z] #17 35.36 Unpacking python3 (3.7.3-1) ... [2020-02-04T18:16:19.955Z] #45 15.09 CC images/fsnotify.o [2020-02-04T18:16:20.058Z] #44 86.06 DEP criu/cr-check.d [2020-02-04T18:16:20.058Z] #44 86.26 DEP criu/config.d [2020-02-04T18:16:20.131Z] #17 35.46 Selecting previously unselected package libip4tc0:amd64. [2020-02-04T18:16:20.131Z] #17 35.47 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-04T18:16:20.131Z] #17 35.48 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:20.131Z] #17 35.62 Selecting previously unselected package libip6tc0:amd64. [2020-02-04T18:16:20.131Z] #17 35.62 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-04T18:16:20.131Z] #17 35.63 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:20.131Z] #17 35.70 Selecting previously unselected package libiptc0:amd64. [2020-02-04T18:16:20.131Z] #17 35.71 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-04T18:16:20.131Z] #17 35.73 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:20.131Z] #17 35.83 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-04T18:16:20.316Z] #44 86.45 DEP criu/clone-noasan.d [2020-02-04T18:16:20.316Z] #44 86.52 DEP criu/cgroup.d [2020-02-04T18:16:20.318Z] #45 15.44 CC images/signalfd.o [2020-02-04T18:16:20.318Z] #45 15.55 CC images/fs.o [2020-02-04T18:16:20.318Z] #45 15.65 CC images/pstree.o [2020-02-04T18:16:20.387Z] #17 35.83 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-04T18:16:20.387Z] #17 35.86 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-04T18:16:20.387Z] #17 35.91 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-04T18:16:20.388Z] #17 35.91 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-04T18:16:20.388Z] #17 35.92 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-04T18:16:20.573Z] #44 86.67 DEP criu/cgroup-props.d [2020-02-04T18:16:20.574Z] #44 86.79 DEP criu/bitmap.d [2020-02-04T18:16:20.644Z] #17 36.01 Selecting previously unselected package libnftnl11:amd64. [2020-02-04T18:16:20.644Z] #17 36.02 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-04T18:16:20.644Z] #17 36.02 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-04T18:16:20.644Z] #17 36.12 Selecting previously unselected package iptables. [2020-02-04T18:16:20.644Z] #17 36.12 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-04T18:16:20.644Z] #17 36.12 Unpacking iptables (1.8.2-4) ... [2020-02-04T18:16:20.684Z] #45 15.81 CC images/pipe.o [2020-02-04T18:16:20.684Z] #45 15.88 CC images/tcp-stream.o [2020-02-04T18:16:20.831Z] #44 86.81 DEP criu/bfd.d [2020-02-04T18:16:20.895Z] ok github.com/docker/docker/volume/drivers 0.027s coverage: 36.1% of statements [2020-02-04T18:16:20.901Z] #17 36.42 Selecting previously unselected package xxd. [2020-02-04T18:16:20.901Z] #17 36.43 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-04T18:16:20.901Z] #17 36.44 Unpacking xxd (2:8.1.0875-5) ... [2020-02-04T18:16:21.049Z] #45 15.97 CC images/sk-packet.o [2020-02-04T18:16:21.050Z] #45 16.13 CC images/mnt.o [2020-02-04T18:16:21.050Z] #45 16.30 CC images/pipe-data.o [2020-02-04T18:16:21.089Z] #44 86.94 DEP criu/autofs.d [2020-02-04T18:16:21.089Z] #44 87.13 DEP criu/aio.d [2020-02-04T18:16:21.089Z] #44 ... [2020-02-04T18:16:21.089Z] [2020-02-04T18:16:21.089Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:21.089Z] #17 11.83 Reading package lists... [2020-02-04T18:16:21.089Z] #17 15.84 Reading package lists... [2020-02-04T18:16:21.089Z] #17 19.19 Building dependency tree... [2020-02-04T18:16:21.089Z] #17 20.90 libcap2-bin is already the newest version (1:2.25-2). [2020-02-04T18:16:21.089Z] #17 20.90 The following additional packages will be installed: [2020-02-04T18:16:21.089Z] #17 20.91 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-04T18:16:21.089Z] #17 20.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-04T18:16:21.089Z] #17 20.91 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-04T18:16:21.089Z] #17 20.91 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-04T18:16:21.089Z] #17 20.91 python3.7 python3.7-minimal vim-runtime xxd [2020-02-04T18:16:21.089Z] #17 20.91 Suggested packages: [2020-02-04T18:16:21.089Z] #17 20.92 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-04T18:16:21.089Z] #17 20.92 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-04T18:16:21.089Z] #17 20.92 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-04T18:16:21.089Z] #17 20.92 Recommended packages: [2020-02-04T18:16:21.089Z] #17 20.92 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-04T18:16:21.089Z] #17 20.92 python3-keyrings.alt python3-xdg unzip [2020-02-04T18:16:21.089Z] #17 22.78 The following NEW packages will be installed: [2020-02-04T18:16:21.089Z] #17 22.79 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-04T18:16:21.089Z] #17 22.79 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-04T18:16:21.089Z] #17 22.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-04T18:16:21.089Z] #17 22.79 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-04T18:16:21.089Z] #17 22.79 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-04T18:16:21.089Z] #17 22.79 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-04T18:16:21.089Z] #17 22.79 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-04T18:16:21.089Z] #17 22.80 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-04T18:16:21.089Z] #17 23.23 0 upgraded, 46 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:16:21.089Z] #17 23.23 Need to get 27.0 MB of archives. [2020-02-04T18:16:21.090Z] #17 23.23 After this operation, 111 MB of additional disk space will be used. [2020-02-04T18:16:21.090Z] #17 23.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-04T18:16:21.090Z] #17 23.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2 [588 kB] [2020-02-04T18:16:21.090Z] #17 23.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2 [1736 kB] [2020-02-04T18:16:21.090Z] #17 23.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-04T18:16:21.090Z] #17 23.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-04T18:16:21.090Z] #17 23.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2 [1732 kB] [2020-02-04T18:16:21.090Z] #17 23.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2 [330 kB] [2020-02-04T18:16:21.090Z] #17 23.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-04T18:16:21.090Z] #17 23.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-04T18:16:21.090Z] #17 23.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-04T18:16:21.090Z] #17 23.49 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-04T18:16:21.090Z] #17 23.50 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-04T18:16:21.090Z] #17 23.50 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-04T18:16:21.090Z] #17 23.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-04T18:16:21.090Z] #17 23.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-04T18:16:21.090Z] #17 23.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-04T18:16:21.090Z] #17 23.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-04T18:16:21.090Z] #17 23.53 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-04T18:16:21.090Z] #17 23.54 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-04T18:16:21.090Z] #17 23.55 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-02-04T18:16:21.090Z] #17 23.55 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-04T18:16:21.090Z] #17 23.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-04T18:16:21.090Z] #17 23.59 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-04T18:16:21.090Z] #17 23.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-04T18:16:21.090Z] #17 23.60 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-04T18:16:21.090Z] #17 23.61 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-04T18:16:21.090Z] #17 23.62 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-04T18:16:21.090Z] #17 23.62 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-04T18:16:21.157Z] #17 36.64 Selecting previously unselected package vim-common. [2020-02-04T18:16:21.157Z] #17 36.64 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:16:21.157Z] #17 36.66 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-04T18:16:21.347Z] #17 23.62 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-04T18:16:21.413Z] #17 36.86 Selecting previously unselected package bash-completion. [2020-02-04T18:16:21.413Z] #17 36.86 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-04T18:16:21.415Z] #45 16.42 CC images/sa.o [2020-02-04T18:16:21.415Z] #45 16.53 CC images/timer.o [2020-02-04T18:16:21.415Z] #45 ... [2020-02-04T18:16:21.415Z] [2020-02-04T18:16:21.415Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:21.415Z] #48 39.07 internal/poll [2020-02-04T18:16:21.415Z] #48 41.34 os [2020-02-04T18:16:21.415Z] #48 41.53 internal/fmtsort [2020-02-04T18:16:21.415Z] #48 41.96 strings [2020-02-04T18:16:21.415Z] #48 44.06 regexp/syntax [2020-02-04T18:16:21.415Z] #48 44.12 fmt [2020-02-04T18:16:21.415Z] #48 47.75 regexp [2020-02-04T18:16:21.415Z] #48 48.48 flag [2020-02-04T18:16:21.415Z] #48 ... [2020-02-04T18:16:21.415Z] [2020-02-04T18:16:21.415Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:16:21.415Z] #34 45.83 text/tabwriter [2020-02-04T18:16:21.415Z] #34 47.20 flag [2020-02-04T18:16:21.415Z] #34 47.20 github.com/BurntSushi/toml [2020-02-04T18:16:21.415Z] #34 48.68 log [2020-02-04T18:16:21.839Z] ok github.com/docker/docker/volume/local 0.051s coverage: 73.0% of statements [2020-02-04T18:16:21.913Z] #17 24.08 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-04T18:16:21.913Z] #17 24.08 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-04T18:16:21.913Z] #17 24.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-04T18:16:21.913Z] #17 24.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-04T18:16:21.913Z] #17 24.08 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-04T18:16:21.913Z] #17 24.10 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-04T18:16:21.913Z] #17 24.21 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-04T18:16:21.913Z] #17 24.21 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-04T18:16:21.913Z] #17 24.24 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-04T18:16:21.913Z] #17 24.25 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-04T18:16:21.913Z] #17 24.26 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-04T18:16:21.913Z] #17 24.30 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-04T18:16:21.913Z] #17 24.30 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-02-04T18:16:21.913Z] #17 24.34 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-04T18:16:21.913Z] #17 ... [2020-02-04T18:16:21.913Z] [2020-02-04T18:16:21.913Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:16:21.913Z] #30 DONE 158.3s [2020-02-04T18:16:21.913Z] [2020-02-04T18:16:21.913Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:21.913Z] #44 87.31 DEP criu/action-scripts.d [2020-02-04T18:16:21.913Z] #44 87.69 CC criu/action-scripts.o [2020-02-04T18:16:22.100Z] ok github.com/docker/docker/volume/mounts 0.078s coverage: 67.0% of statements [2020-02-04T18:16:22.215Z] #34 50.14 github.com/BurntSushi/toml/cmd/tomlv [2020-02-04T18:16:22.480Z] #44 88.33 CC criu/aio.o [2020-02-04T18:16:22.669Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.0% of statements [2020-02-04T18:16:23.047Z] #44 89.07 CC criu/autofs.o [2020-02-04T18:16:23.442Z] #34 ... [2020-02-04T18:16:23.442Z] [2020-02-04T18:16:23.442Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:23.442Z] #45 16.74 CC images/timerfd.o [2020-02-04T18:16:23.442Z] #45 16.88 CC images/mm.o [2020-02-04T18:16:23.442Z] #45 16.98 CC images/sk-opts.o [2020-02-04T18:16:23.442Z] #45 17.07 CC images/sk-unix.o [2020-02-04T18:16:23.442Z] #45 17.28 CC images/sk-inet.o [2020-02-04T18:16:23.442Z] #45 17.47 CC images/tun.o [2020-02-04T18:16:23.442Z] #45 17.66 CC images/sk-netlink.o [2020-02-04T18:16:23.442Z] #45 17.78 CC images/packet-sock.o [2020-02-04T18:16:23.442Z] #45 17.97 CC images/ipc-var.o [2020-02-04T18:16:23.442Z] #45 18.11 CC images/ipc-desc.o [2020-02-04T18:16:23.442Z] #45 18.22 CC images/ipc-shm.o [2020-02-04T18:16:23.442Z] #45 18.31 CC images/ipc-msg.o [2020-02-04T18:16:23.442Z] #45 18.48 CC images/ipc-sem.o [2020-02-04T18:16:23.442Z] #45 18.59 CC images/utsns.o [2020-02-04T18:16:23.442Z] #45 18.71 CC images/creds.o [2020-02-04T18:16:23.814Z] #45 18.82 CC images/vma.o [2020-02-04T18:16:23.814Z] #45 18.93 CC images/netdev.o [2020-02-04T18:16:23.932Z] #17 39.49 Unpacking bash-completion (1:2.8-6) ... [2020-02-04T18:16:24.176Z] #45 19.16 CC images/tty.o [2020-02-04T18:16:24.176Z] #45 19.45 CC images/file-lock.o [2020-02-04T18:16:24.188Z] #17 39.84 Selecting previously unselected package bzip2. [2020-02-04T18:16:24.422Z] #44 90.41 CC criu/bfd.o [2020-02-04T18:16:24.445Z] #17 39.85 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-04T18:16:24.445Z] #17 39.85 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-04T18:16:24.445Z] #17 39.92 Selecting previously unselected package xz-utils. [2020-02-04T18:16:24.445Z] #17 39.93 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-04T18:16:24.445Z] #17 39.93 Unpacking xz-utils (5.2.4-1) ... [2020-02-04T18:16:24.445Z] #17 40.10 Selecting previously unselected package apparmor. [2020-02-04T18:16:24.554Z] #45 19.57 CC images/rlimit.o [2020-02-04T18:16:24.554Z] #45 19.68 CC images/pagemap.o [2020-02-04T18:16:24.554Z] #45 19.80 CC images/siginfo.o [2020-02-04T18:16:24.701Z] #17 40.10 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-04T18:16:24.701Z] #17 40.18 Unpacking apparmor (2.13.2-10) ... [2020-02-04T18:16:24.925Z] #45 ... [2020-02-04T18:16:24.925Z] [2020-02-04T18:16:24.925Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-04T18:16:24.925Z] #34 DONE 52.5s [2020-02-04T18:16:24.925Z] [2020-02-04T18:16:24.925Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:24.925Z] #48 49.71 go/token [2020-02-04T18:16:24.925Z] #48 50.39 go/scanner [2020-02-04T18:16:24.925Z] #48 50.90 internal/lazyregexp [2020-02-04T18:16:24.925Z] #48 51.10 net/url [2020-02-04T18:16:24.925Z] #48 51.40 go/ast [2020-02-04T18:16:24.957Z] #17 40.50 Selecting previously unselected package aufs-tools. [2020-02-04T18:16:24.957Z] #17 40.50 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-04T18:16:24.957Z] #17 40.51 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-04T18:16:24.957Z] #17 40.62 Selecting previously unselected package libonig5:amd64. [2020-02-04T18:16:24.990Z] #44 90.87 CC criu/bitmap.o [2020-02-04T18:16:24.990Z] #44 91.00 CC criu/cgroup-props.o [2020-02-04T18:16:25.213Z] #17 40.63 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-04T18:16:25.213Z] #17 40.63 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:16:25.213Z] #17 40.78 Selecting previously unselected package libjq1:amd64. [2020-02-04T18:16:25.213Z] #17 40.78 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:16:25.213Z] #17 40.78 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:16:25.213Z] #17 40.88 Selecting previously unselected package jq. [2020-02-04T18:16:25.297Z] #48 53.00 text/template/parse [2020-02-04T18:16:25.469Z] #17 40.88 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:16:25.469Z] #17 40.89 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-04T18:16:25.469Z] #17 40.95 Selecting previously unselected package libaio1:amd64. [2020-02-04T18:16:25.469Z] #17 40.96 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-04T18:16:25.469Z] #17 40.96 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-04T18:16:25.469Z] #17 41.05 Selecting previously unselected package libgpm2:amd64. [2020-02-04T18:16:25.469Z] #17 41.06 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-04T18:16:25.469Z] #17 41.06 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-04T18:16:25.469Z] #17 41.13 Selecting previously unselected package libicu63:amd64. [2020-02-04T18:16:25.469Z] #17 41.13 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-04T18:16:25.560Z] #44 91.69 CC criu/cgroup.o [2020-02-04T18:16:25.725Z] #17 41.14 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-04T18:16:26.654Z] #17 ... [2020-02-04T18:16:26.654Z] [2020-02-04T18:16:26.654Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:26.654Z] #44 95.07 CC criu/clone-noasan.o [2020-02-04T18:16:26.654Z] #44 95.21 CC criu/config.o [2020-02-04T18:16:26.654Z] #44 96.36 CC criu/cr-check.o [2020-02-04T18:16:26.654Z] #44 97.92 CC criu/cr-dedup.o [2020-02-04T18:16:26.654Z] #44 98.29 CC criu/cr-dump.o [2020-02-04T18:16:26.654Z] #44 100.2 CC criu/cr-errno.o [2020-02-04T18:16:26.654Z] #44 100.3 CC criu/cr-restore.o [2020-02-04T18:16:26.654Z] #44 104.6 CC criu/cr-service.o [2020-02-04T18:16:26.937Z] #44 ... [2020-02-04T18:16:26.937Z] [2020-02-04T18:16:26.937Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:26.937Z] #17 24.91 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-04T18:16:26.937Z] #17 24.94 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-04T18:16:26.937Z] #17 24.95 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-04T18:16:26.937Z] #17 25.79 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:16:26.937Z] #17 25.86 Fetched 27.0 MB in 2s (12.9 MB/s) [2020-02-04T18:16:26.937Z] #17 25.94 Selecting previously unselected package pigz. [2020-02-04T18:16:26.937Z] #17 25.94 (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-02-04T18:16:26.937Z] #17 25.99 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-04T18:16:26.937Z] #17 26.00 Unpacking pigz (2.4-1) ... [2020-02-04T18:16:26.937Z] #17 26.09 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-04T18:16:26.937Z] #17 26.09 Preparing to unpack .../libpython3.7-minimal_3.7.3-2_amd64.deb ... [2020-02-04T18:16:26.937Z] #17 26.09 Unpacking libpython3.7-minimal:amd64 (3.7.3-2) ... [2020-02-04T18:16:26.937Z] #17 26.52 Selecting previously unselected package python3.7-minimal. [2020-02-04T18:16:26.937Z] #17 26.53 Preparing to unpack .../python3.7-minimal_3.7.3-2_amd64.deb ... [2020-02-04T18:16:26.937Z] #17 26.54 Unpacking python3.7-minimal (3.7.3-2) ... [2020-02-04T18:16:26.937Z] #17 27.28 Setting up libpython3.7-minimal:amd64 (3.7.3-2) ... [2020-02-04T18:16:26.937Z] #17 27.32 Setting up python3.7-minimal (3.7.3-2) ... [2020-02-04T18:16:27.054Z] #48 54.96 go/parser [2020-02-04T18:16:27.054Z] #48 54.97 text/template [2020-02-04T18:16:27.196Z] #17 29.65 Selecting previously unselected package python3-minimal. [2020-02-04T18:16:27.196Z] #17 29.65 (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-02-04T18:16:27.196Z] #17 29.67 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-04T18:16:27.196Z] #17 29.68 Unpacking python3-minimal (3.7.3-1) ... [2020-02-04T18:16:27.196Z] #17 29.74 Selecting previously unselected package libmpdec2:amd64. [2020-02-04T18:16:27.217Z] #44 106.0 CC criu/crtools.o [2020-02-04T18:16:27.455Z] #17 29.74 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-04T18:16:27.455Z] #17 29.75 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-04T18:16:27.455Z] #17 29.83 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-04T18:16:27.455Z] #17 29.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2_amd64.deb ... [2020-02-04T18:16:27.455Z] #17 29.84 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2) ... [2020-02-04T18:16:27.780Z] #44 106.5 CC criu/eventfd.o [2020-02-04T18:16:28.008Z] #48 ... [2020-02-04T18:16:28.008Z] [2020-02-04T18:16:28.008Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:28.008Z] #45 20.20 CC images/rpc.o [2020-02-04T18:16:28.008Z] #45 20.82 CC images/ext-file.o [2020-02-04T18:16:28.008Z] #45 20.88 CC images/cgroup.o [2020-02-04T18:16:28.008Z] #45 21.18 CC images/userns.o [2020-02-04T18:16:28.008Z] #45 21.27 CC images/google/protobuf/descriptor.o [2020-02-04T18:16:28.008Z] #45 21.96 CC images/opts.o [2020-02-04T18:16:28.008Z] #45 22.04 CC images/seccomp.o [2020-02-04T18:16:28.008Z] #45 22.14 CC images/binfmt-misc.o [2020-02-04T18:16:28.008Z] #45 22.22 CC images/time.o [2020-02-04T18:16:28.008Z] #45 22.30 CC images/sysctl.o [2020-02-04T18:16:28.008Z] #45 22.39 CC images/autofs.o [2020-02-04T18:16:28.008Z] #45 22.50 CC images/macvlan.o [2020-02-04T18:16:28.008Z] #45 22.56 CC images/sit.o [2020-02-04T18:16:28.008Z] #45 22.64 LINK images/built-in.o [2020-02-04T18:16:28.008Z] #45 22.69 GEN compel/include/asm [2020-02-04T18:16:28.008Z] #45 22.69 GEN compel/include/version.h [2020-02-04T18:16:28.008Z] #45 22.71 touch .config [2020-02-04T18:16:28.008Z] #45 22.71 GEN include/common/config.h [2020-02-04T18:16:28.008Z] #45 22.74 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-02-04T18:16:28.008Z] #45 22.77 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-04T18:16:28.008Z] #45 22.78 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-04T18:16:28.008Z] #45 22.80 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-02-04T18:16:28.008Z] #45 22.81 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-02-04T18:16:28.008Z] #45 22.84 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-02-04T18:16:28.008Z] #45 22.85 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-04T18:16:28.008Z] #45 22.86 DEP compel/plugins/std/infect.d [2020-02-04T18:16:28.008Z] #45 22.94 DEP compel/plugins/std/string.d [2020-02-04T18:16:28.008Z] #45 23.04 DEP compel/plugins/std/log.d [2020-02-04T18:16:28.008Z] #45 23.19 DEP compel/plugins/std/fds.d [2020-02-04T18:16:28.008Z] #45 23.23 DEP compel/plugins/std/std.d [2020-02-04T18:16:28.342Z] #44 106.9 CC criu/eventpoll.o [2020-02-04T18:16:28.390Z] #17 30.75 Selecting previously unselected package python3.7. [2020-02-04T18:16:28.390Z] #17 30.77 Preparing to unpack .../python3.7_3.7.3-2_amd64.deb ... [2020-02-04T18:16:28.390Z] #17 30.77 Unpacking python3.7 (3.7.3-2) ... [2020-02-04T18:16:28.390Z] #17 ... [2020-02-04T18:16:28.390Z] [2020-02-04T18:16:28.390Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:28.390Z] #44 94.53 CC criu/clone-noasan.o [2020-02-04T18:16:28.411Z] #45 23.38 DEP compel/plugins/shmem/shmem.d [2020-02-04T18:16:28.411Z] #45 23.45 DEP compel/plugins/fds/fds.d [2020-02-04T18:16:28.411Z] #45 23.59 CC compel/plugins/std/std.o [2020-02-04T18:16:28.649Z] #44 94.72 CC criu/config.o [2020-02-04T18:16:28.834Z] #45 23.89 CC compel/plugins/std/fds.o [2020-02-04T18:16:28.905Z] #44 107.7 CC criu/external.o [2020-02-04T18:16:29.274Z] #45 24.32 CC compel/plugins/std/log.o [2020-02-04T18:16:29.468Z] #44 108.1 CC criu/fault-injection.o [2020-02-04T18:16:29.468Z] #44 ... [2020-02-04T18:16:29.468Z] [2020-02-04T18:16:29.468Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:29.468Z] #17 44.88 Selecting previously unselected package libnet1:amd64. [2020-02-04T18:16:29.468Z] #17 44.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-04T18:16:29.468Z] #17 44.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:16:29.468Z] #17 44.99 Selecting previously unselected package libnl-3-200:amd64. [2020-02-04T18:16:29.468Z] #17 44.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-04T18:16:29.468Z] #17 45.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:16:29.468Z] #17 45.11 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-04T18:16:29.724Z] #17 45.12 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:16:29.724Z] #17 45.13 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:16:29.724Z] #17 45.19 Selecting previously unselected package libreadline5:amd64. [2020-02-04T18:16:29.724Z] #17 45.20 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-04T18:16:29.724Z] #17 45.22 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-04T18:16:29.724Z] #17 45.34 Selecting previously unselected package net-tools. [2020-02-04T18:16:29.980Z] #17 45.35 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-04T18:16:29.980Z] #17 45.35 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-04T18:16:29.980Z] #17 45.59 Selecting previously unselected package python-pip-whl. [2020-02-04T18:16:29.980Z] #17 45.61 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-04T18:16:30.025Z] #44 96.01 CC criu/cr-check.o [2020-02-04T18:16:30.055Z] #45 25.16 CC compel/plugins/std/string.o [2020-02-04T18:16:30.236Z] #17 45.61 Unpacking python-pip-whl (18.1-5) ... [2020-02-04T18:16:30.450Z] #45 25.57 CC compel/plugins/std/infect.o [2020-02-04T18:16:30.749Z] #17 46.19 Selecting previously unselected package python3-lib2to3. [2020-02-04T18:16:30.749Z] #17 46.19 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-04T18:16:30.749Z] #17 46.20 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-04T18:16:30.847Z] #45 25.82 CC compel/arch/s390/plugins/std/parasite-head.o [2020-02-04T18:16:30.847Z] #45 25.87 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-02-04T18:16:30.847Z] #45 25.92 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-02-04T18:16:30.847Z] #45 25.98 AR compel/plugins/std.lib.a [2020-02-04T18:16:30.847Z] #45 26.01 CC compel/plugins/fds/fds.o [2020-02-04T18:16:30.847Z] #45 26.13 AR compel/plugins/fds.lib.a [2020-02-04T18:16:31.005Z] #17 46.34 Selecting previously unselected package python3-distutils. [2020-02-04T18:16:31.005Z] #17 46.36 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-04T18:16:31.005Z] #17 46.37 Unpacking python3-distutils (3.7.3-1) ... [2020-02-04T18:16:31.005Z] #17 46.52 Selecting previously unselected package python3-pip. [2020-02-04T18:16:31.005Z] #17 46.52 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-04T18:16:31.005Z] #17 46.53 Unpacking python3-pip (18.1-5) ... [2020-02-04T18:16:31.207Z] #45 26.15 HOSTDEP compel/src/lib/log-host.d [2020-02-04T18:16:31.207Z] #45 26.21 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-04T18:16:31.207Z] #45 26.29 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-02-04T18:16:31.207Z] #45 26.36 HOSTDEP compel/src/main-host.d [2020-02-04T18:16:31.207Z] #45 26.44 DEP compel/src/lib/ptrace.d [2020-02-04T18:16:31.207Z] #45 26.51 DEP compel/src/lib/infect.d [2020-02-04T18:16:31.278Z] #17 46.70 Selecting previously unselected package python3-pkg-resources. [2020-02-04T18:16:31.278Z] #17 46.70 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-04T18:16:31.278Z] #17 46.71 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-04T18:16:31.278Z] #17 46.84 Selecting previously unselected package python3-setuptools. [2020-02-04T18:16:31.278Z] #17 46.85 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-04T18:16:31.278Z] #17 46.86 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-04T18:16:31.400Z] #44 97.37 CC criu/cr-dedup.o [2020-02-04T18:16:31.537Z] #17 47.12 Selecting previously unselected package python3-wheel. [2020-02-04T18:16:31.537Z] #17 47.12 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-04T18:16:31.537Z] #17 47.13 Unpacking python3-wheel (0.32.3-2) ... [2020-02-04T18:16:31.537Z] #17 47.21 Selecting previously unselected package thin-provisioning-tools. [2020-02-04T18:16:31.586Z] #45 26.59 DEP compel/src/lib/infect-util.d [2020-02-04T18:16:31.586Z] #45 26.69 DEP compel/src/lib/infect-rpc.d [2020-02-04T18:16:31.586Z] #45 26.76 DEP compel/arch/s390/src/lib/infect.d [2020-02-04T18:16:31.586Z] #45 26.81 DEP compel/arch/s390/src/lib/cpu.d [2020-02-04T18:16:31.586Z] #45 26.85 DEP compel/src/lib/log.d [2020-02-04T18:16:31.586Z] #45 26.93 DEP compel/src/main.d [2020-02-04T18:16:31.797Z] #17 47.21 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-04T18:16:31.797Z] #17 47.23 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-04T18:16:31.951Z] #45 27.02 DEP compel/src/lib/handle-elf.d [2020-02-04T18:16:31.951Z] #45 27.08 DEP compel/arch/s390/src/lib/handle-elf.d [2020-02-04T18:16:31.951Z] #45 27.14 CC compel/src/lib/log.o [2020-02-04T18:16:31.951Z] #45 27.33 CC compel/arch/s390/src/lib/cpu.o [2020-02-04T18:16:31.967Z] #44 97.80 CC criu/cr-dump.o [2020-02-04T18:16:32.053Z] #17 47.46 Selecting previously unselected package vim-runtime. [2020-02-04T18:16:32.053Z] #17 47.47 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:16:32.053Z] #17 47.51 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-04T18:16:32.053Z] #17 47.54 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-04T18:16:32.053Z] #17 47.55 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-04T18:16:32.311Z] #45 27.52 CC compel/arch/s390/src/lib/infect.o [2020-02-04T18:16:33.092Z] #45 28.07 CC compel/src/lib/infect-rpc.o [2020-02-04T18:16:33.092Z] #45 28.31 CC compel/src/lib/infect-util.o [2020-02-04T18:16:33.466Z] #45 28.42 CC compel/src/lib/infect.o [2020-02-04T18:16:33.871Z] #44 99.76 CC criu/cr-errno.o [2020-02-04T18:16:33.871Z] #44 99.86 CC criu/cr-restore.o [2020-02-04T18:16:33.871Z] #44 ... [2020-02-04T18:16:33.871Z] [2020-02-04T18:16:33.871Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:33.871Z] #17 30.90 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-04T18:16:33.871Z] #17 30.90 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 30.90 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-04T18:16:33.871Z] #17 30.99 Setting up python3-minimal (3.7.3-1) ... [2020-02-04T18:16:33.871Z] #17 31.76 Selecting previously unselected package python3. [2020-02-04T18:16:33.871Z] #17 31.76 (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-02-04T18:16:33.871Z] #17 31.82 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 31.83 Unpacking python3 (3.7.3-1) ... [2020-02-04T18:16:33.871Z] #17 32.03 Selecting previously unselected package libip4tc0:amd64. [2020-02-04T18:16:33.871Z] #17 32.04 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.04 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:33.871Z] #17 32.11 Selecting previously unselected package libip6tc0:amd64. [2020-02-04T18:16:33.871Z] #17 32.13 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.14 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:33.871Z] #17 32.25 Selecting previously unselected package libiptc0:amd64. [2020-02-04T18:16:33.871Z] #17 32.26 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.26 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:33.871Z] #17 32.34 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-04T18:16:33.871Z] #17 32.34 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-04T18:16:33.871Z] #17 32.44 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-04T18:16:33.871Z] #17 32.44 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.45 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-04T18:16:33.871Z] #17 32.52 Selecting previously unselected package libnftnl11:amd64. [2020-02-04T18:16:33.871Z] #17 32.52 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.54 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-04T18:16:33.871Z] #17 32.64 Selecting previously unselected package iptables. [2020-02-04T18:16:33.871Z] #17 32.65 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 32.65 Unpacking iptables (1.8.2-4) ... [2020-02-04T18:16:33.871Z] #17 32.99 Selecting previously unselected package xxd. [2020-02-04T18:16:33.871Z] #17 33.01 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 33.01 Unpacking xxd (2:8.1.0875-5) ... [2020-02-04T18:16:33.871Z] #17 33.13 Selecting previously unselected package vim-common. [2020-02-04T18:16:33.871Z] #17 33.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:16:33.871Z] #17 33.16 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-04T18:16:33.871Z] #17 33.35 Selecting previously unselected package bash-completion. [2020-02-04T18:16:33.871Z] #17 33.36 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-04T18:16:33.871Z] #17 35.97 Unpacking bash-completion (1:2.8-6) ... [2020-02-04T18:16:33.871Z] #17 36.28 Selecting previously unselected package bzip2. [2020-02-04T18:16:33.871Z] #17 36.29 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-04T18:16:33.871Z] #17 36.30 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-04T18:16:34.130Z] #17 36.37 Selecting previously unselected package xz-utils. [2020-02-04T18:16:34.130Z] #17 36.38 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-04T18:16:34.130Z] #17 36.39 Unpacking xz-utils (5.2.4-1) ... [2020-02-04T18:16:34.130Z] #17 36.54 Selecting previously unselected package apparmor. [2020-02-04T18:16:34.130Z] #17 36.55 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-04T18:16:34.130Z] #17 36.60 Unpacking apparmor (2.13.2-10) ... [2020-02-04T18:16:34.697Z] #17 36.92 Selecting previously unselected package aufs-tools. [2020-02-04T18:16:34.697Z] #17 36.92 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-04T18:16:34.697Z] #17 36.93 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-04T18:16:34.697Z] #17 37.06 Selecting previously unselected package libonig5:amd64. [2020-02-04T18:16:34.697Z] #17 37.07 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-04T18:16:34.697Z] #17 37.09 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:16:34.716Z] #45 29.80 CC compel/src/lib/ptrace.o [2020-02-04T18:16:34.956Z] #17 37.23 Selecting previously unselected package libjq1:amd64. [2020-02-04T18:16:34.956Z] #17 37.23 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:16:34.956Z] #17 37.23 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:16:34.956Z] #17 37.35 Selecting previously unselected package jq. [2020-02-04T18:16:34.956Z] #17 37.35 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-04T18:16:34.956Z] #17 37.36 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-04T18:16:34.956Z] #17 37.44 Selecting previously unselected package libaio1:amd64. [2020-02-04T18:16:34.956Z] #17 37.44 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-04T18:16:34.956Z] #17 37.45 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-04T18:16:35.105Z] #45 30.04 AR compel/libcompel.a [2020-02-04T18:16:35.105Z] #45 30.11 HOSTCC compel/src/main-host.o [2020-02-04T18:16:35.105Z] #45 30.33 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-02-04T18:16:35.214Z] #17 37.53 Selecting previously unselected package libgpm2:amd64. [2020-02-04T18:16:35.214Z] #17 37.53 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-04T18:16:35.214Z] #17 37.53 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-04T18:16:35.214Z] #17 37.60 Selecting previously unselected package libicu63:amd64. [2020-02-04T18:16:35.214Z] #17 37.62 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-04T18:16:35.214Z] #17 37.62 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-04T18:16:35.317Z] #17 50.65 Selecting previously unselected package vim. [2020-02-04T18:16:35.317Z] #17 50.65 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-04T18:16:35.317Z] #17 50.68 Unpacking vim (2:8.1.0875-5) ... [2020-02-04T18:16:35.356Z] #62 ... [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:35.356Z] #23 164.3 + return [2020-02-04T18:16:35.356Z] #23 DONE 164.4s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:35.356Z] #62 ... [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-04T18:16:35.356Z] #24 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:16:35.356Z] #28 DONE 0.5s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:35.356Z] #62 ... [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #31 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #34 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #39 DONE 0.0s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:35.356Z] #62 ... [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #42 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-04T18:16:35.356Z] #45 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #48 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #51 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:35.356Z] #62 ... [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #54 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-04T18:16:35.356Z] #58 DONE 0.1s [2020-02-04T18:16:35.356Z] [2020-02-04T18:16:35.356Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:35.486Z] #45 30.51 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-04T18:16:35.573Z] #17 51.19 Selecting previously unselected package xfsprogs. [2020-02-04T18:16:35.829Z] #17 51.19 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-04T18:16:35.829Z] #17 51.20 Unpacking xfsprogs (4.20.0-1) ... [2020-02-04T18:16:35.863Z] #45 30.77 HOSTCC compel/src/lib/log-host.o [2020-02-04T18:16:35.864Z] #45 30.97 HOSTLINK compel/compel-host-bin [2020-02-04T18:16:35.864Z] #45 31.01 DEP soccr/soccr.d [2020-02-04T18:16:35.864Z] #45 31.09 CC soccr/soccr.o [2020-02-04T18:16:36.095Z] #17 51.63 Selecting previously unselected package zip. [2020-02-04T18:16:36.095Z] #17 51.63 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-04T18:16:36.095Z] #17 51.65 Unpacking zip (3.0-11+b1) ... [2020-02-04T18:16:36.350Z] #17 51.85 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-04T18:16:36.351Z] #17 51.86 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-04T18:16:36.351Z] #17 51.87 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:36.351Z] #17 51.88 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-04T18:16:36.351Z] #17 51.89 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-04T18:16:36.351Z] #17 51.90 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:36.351Z] #17 51.91 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-04T18:16:36.351Z] #17 51.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:16:36.351Z] #17 51.94 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-04T18:16:36.351Z] #17 51.95 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:16:36.351Z] #17 51.98 Setting up libicu63:amd64 (63.1-6) ... [2020-02-04T18:16:36.606Z] #17 52.00 Setting up xxd (2:8.1.0875-5) ... [2020-02-04T18:16:36.606Z] #17 52.01 Setting up zip (3.0-11+b1) ... [2020-02-04T18:16:36.606Z] #17 52.02 Setting up vim-common (2:8.1.0875-5) ... [2020-02-04T18:16:36.606Z] #17 52.05 Setting up bash-completion (1:2.8-6) ... [2020-02-04T18:16:36.649Z] #45 31.88 AR soccr/libsoccr.a [2020-02-04T18:16:36.650Z] #45 31.89 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-04T18:16:37.049Z] #45 32.05 DEP criu/arch/s390/sigframe.d [2020-02-04T18:16:37.049Z] #45 32.14 DEP criu/arch/s390/crtools.d [2020-02-04T18:16:37.049Z] #45 32.24 DEP criu/arch/s390/cpu.d [2020-02-04T18:16:37.428Z] #45 32.35 CC criu/arch/s390/cpu.o [2020-02-04T18:16:37.428Z] #45 32.66 CC criu/arch/s390/crtools.o [2020-02-04T18:16:38.231Z] #45 33.34 CC criu/arch/s390/sigframe.o [2020-02-04T18:16:38.231Z] #45 33.45 LINK criu/arch/s390/crtools.built-in.o [2020-02-04T18:16:38.231Z] #45 33.48 DEP criu/arch/s390/vdso-pie.d [2020-02-04T18:16:38.231Z] #45 33.59 DEP criu/pie/parasite-vdso.d [2020-02-04T18:16:38.498Z] #17 40.95 Selecting previously unselected package libnet1:amd64. [2020-02-04T18:16:38.498Z] #17 40.97 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-04T18:16:38.498Z] #17 40.97 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:16:38.757Z] #17 41.06 Selecting previously unselected package libnl-3-200:amd64. [2020-02-04T18:16:38.757Z] #17 41.07 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-04T18:16:38.757Z] #17 41.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:16:38.757Z] #17 41.19 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-04T18:16:38.757Z] #17 41.20 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-04T18:16:38.757Z] #17 41.21 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:16:38.757Z] #17 41.28 Selecting previously unselected package libreadline5:amd64. [2020-02-04T18:16:38.757Z] #17 41.28 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-04T18:16:38.850Z] #45 33.69 DEP criu/pie/util-vdso.d [2020-02-04T18:16:38.850Z] #45 33.75 DEP criu/pie/util.d [2020-02-04T18:16:38.850Z] #45 33.85 CC criu/pie/util.o [2020-02-04T18:16:38.850Z] #45 34.05 CC criu/pie/util-vdso.o [2020-02-04T18:16:39.015Z] #17 41.29 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-04T18:16:39.015Z] #17 41.40 Selecting previously unselected package net-tools. [2020-02-04T18:16:39.015Z] #17 41.40 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-04T18:16:39.015Z] #17 41.41 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-04T18:16:39.121Z] #17 54.70 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:39.121Z] #17 54.71 Setting up xz-utils (5.2.4-1) ... [2020-02-04T18:16:39.121Z] #17 54.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-04T18:16:39.121Z] #17 54.74 Setting up pigz (2.4-1) ... [2020-02-04T18:16:39.121Z] #17 54.75 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-04T18:16:39.121Z] #17 54.76 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:16:39.273Z] #17 41.58 Selecting previously unselected package python-pip-whl. [2020-02-04T18:16:39.273Z] #17 41.61 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-04T18:16:39.273Z] #17 41.62 Unpacking python-pip-whl (18.1-5) ... [2020-02-04T18:16:39.373Z] #45 34.56 CC criu/pie/parasite-vdso.o [2020-02-04T18:16:39.377Z] #17 54.80 Setting up python-pip-whl (18.1-5) ... [2020-02-04T18:16:39.377Z] #17 54.81 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-04T18:16:39.377Z] #17 54.83 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-04T18:16:39.634Z] #17 ... [2020-02-04T18:16:39.634Z] [2020-02-04T18:16:39.634Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:39.634Z] #44 108.2 CC criu/fdstore.o [2020-02-04T18:16:39.634Z] #44 108.4 CC criu/fifo.o [2020-02-04T18:16:39.634Z] #44 108.9 CC criu/file-ids.o [2020-02-04T18:16:39.634Z] #44 109.2 CC criu/file-lock.o [2020-02-04T18:16:39.634Z] #44 110.2 CC criu/files-ext.o [2020-02-04T18:16:39.634Z] #44 110.6 CC criu/files-reg.o [2020-02-04T18:16:39.634Z] #44 112.8 CC criu/files.o [2020-02-04T18:16:39.634Z] #44 114.9 CC criu/filesystems.o [2020-02-04T18:16:39.634Z] #44 115.6 CC criu/fsnotify.o [2020-02-04T18:16:39.634Z] #44 116.9 CC criu/image-desc.o [2020-02-04T18:16:39.634Z] #44 117.1 CC criu/image.o [2020-02-04T18:16:39.634Z] #44 118.2 CC criu/ipc_ns.o [2020-02-04T18:16:39.819Z] #45 ... [2020-02-04T18:16:39.819Z] [2020-02-04T18:16:39.819Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:39.819Z] #48 57.48 encoding/xml [2020-02-04T18:16:39.819Z] #48 59.21 go/doc [2020-02-04T18:16:39.819Z] #48 61.10 github.com/LK4D4/vndr/versioned [2020-02-04T18:16:39.819Z] #48 61.28 vendor/golang.org/x/crypto/cryptobyte [2020-02-04T18:16:39.819Z] #48 61.33 github.com/LK4D4/vndr/build [2020-02-04T18:16:39.819Z] #48 62.88 net [2020-02-04T18:16:39.819Z] #48 63.62 vendor/golang.org/x/crypto/curve25519 [2020-02-04T18:16:39.819Z] #48 63.94 vendor/golang.org/x/crypto/hkdf [2020-02-04T18:16:39.819Z] #48 64.09 vendor/golang.org/x/text/transform [2020-02-04T18:16:39.819Z] #48 64.57 vendor/golang.org/x/text/unicode/bidi [2020-02-04T18:16:39.819Z] #48 65.95 vendor/golang.org/x/text/secure/bidirule [2020-02-04T18:16:39.819Z] #48 66.10 vendor/golang.org/x/text/unicode/norm [2020-02-04T18:16:39.819Z] #48 ... [2020-02-04T18:16:39.819Z] [2020-02-04T18:16:39.819Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:39.819Z] #45 35.06 CC criu/arch/s390/vdso-pie.o [2020-02-04T18:16:39.840Z] #17 42.23 Selecting previously unselected package python3-lib2to3. [2020-02-04T18:16:39.840Z] #17 42.23 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-04T18:16:39.840Z] #17 42.24 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-04T18:16:39.890Z] #44 ... [2020-02-04T18:16:39.890Z] [2020-02-04T18:16:39.890Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:39.890Z] #17 55.28 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-04T18:16:39.890Z] #17 55.31 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:16:39.890Z] #17 55.34 Setting up libpython3.7-stdlib:amd64 (3.7.3-2) ... [2020-02-04T18:16:39.890Z] #17 55.35 Setting up vim (2:8.1.0875-5) ... [2020-02-04T18:16:39.890Z] #17 55.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-04T18:16:39.890Z] #17 55.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-04T18:16:39.890Z] #17 55.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-04T18:16:39.890Z] #17 55.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-04T18:16:39.890Z] #17 55.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-04T18:16:39.890Z] #17 55.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-04T18:16:39.890Z] #17 55.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-04T18:16:39.890Z] #17 55.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-04T18:16:39.890Z] #17 55.42 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:16:39.890Z] #17 55.44 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-04T18:16:39.890Z] #17 55.45 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-04T18:16:39.890Z] #17 55.46 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-04T18:16:40.099Z] #17 42.37 Selecting previously unselected package python3-distutils. [2020-02-04T18:16:40.099Z] #17 42.37 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-04T18:16:40.099Z] #17 42.37 Unpacking python3-distutils (3.7.3-1) ... [2020-02-04T18:16:40.099Z] #17 42.53 Selecting previously unselected package python3-pip. [2020-02-04T18:16:40.146Z] #17 55.47 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-04T18:16:40.146Z] #17 55.48 Setting up python3.7 (3.7.3-2) ... [2020-02-04T18:16:40.357Z] #17 42.54 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-04T18:16:40.357Z] #17 42.56 Unpacking python3-pip (18.1-5) ... [2020-02-04T18:16:40.357Z] #17 42.74 Selecting previously unselected package python3-pkg-resources. [2020-02-04T18:16:40.357Z] #17 42.76 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-04T18:16:40.357Z] #17 42.76 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-04T18:16:40.616Z] #17 42.89 Selecting previously unselected package python3-setuptools. [2020-02-04T18:16:40.616Z] #17 42.89 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-04T18:16:40.616Z] #17 42.90 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-04T18:16:40.626Z] #45 35.40 AR criu/pie/pie.lib.a [2020-02-04T18:16:40.626Z] #45 35.41 DEP criu/pie/restorer.d [2020-02-04T18:16:40.626Z] #45 35.54 DEP criu/arch/s390/restorer.d [2020-02-04T18:16:40.626Z] #45 35.72 DEP criu/pie/parasite.d [2020-02-04T18:16:40.626Z] #45 ... [2020-02-04T18:16:40.626Z] [2020-02-04T18:16:40.626Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:16:40.626Z] #11 58.55 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-04T18:16:40.626Z] #11 58.56 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-04T18:16:40.626Z] #11 58.56 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:16:40.874Z] #17 43.13 Selecting previously unselected package python3-wheel. [2020-02-04T18:16:40.874Z] #17 43.13 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-04T18:16:40.874Z] #17 43.14 Unpacking python3-wheel (0.32.3-2) ... [2020-02-04T18:16:40.874Z] #17 43.22 Selecting previously unselected package thin-provisioning-tools. [2020-02-04T18:16:40.874Z] #17 43.23 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-04T18:16:40.874Z] #17 43.24 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-04T18:16:41.074Z] #11 ... [2020-02-04T18:16:41.074Z] [2020-02-04T18:16:41.074Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:41.074Z] #45 35.89 CC criu/pie/parasite.o [2020-02-04T18:16:41.133Z] #17 43.51 Selecting previously unselected package vim-runtime. [2020-02-04T18:16:41.133Z] #17 43.53 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:16:41.133Z] #17 43.56 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-04T18:16:41.133Z] #17 43.61 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-04T18:16:41.392Z] #17 43.61 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-04T18:16:41.454Z] #45 36.69 LINK criu/pie/parasite.built-in.o [2020-02-04T18:16:41.454Z] #45 36.69 GEN criu/pie/parasite-blob.h [2020-02-04T18:16:41.454Z] #45 36.70 CC criu/arch/s390/restorer.o [2020-02-04T18:16:42.033Z] #45 36.94 CC criu/pie/restorer.o [2020-02-04T18:16:43.326Z] #45 38.60 LINK criu/pie/restorer.built-in.o [2020-02-04T18:16:43.862Z] #45 38.61 GEN criu/pie/restorer-blob.h [2020-02-04T18:16:43.862Z] #45 38.66 DEP criu/vdso.d [2020-02-04T18:16:43.862Z] #45 38.82 DEP criu/uts_ns.d [2020-02-04T18:16:43.862Z] #45 38.89 DEP criu/util.d [2020-02-04T18:16:43.862Z] #45 39.01 DEP criu/uffd.d [2020-02-04T18:16:43.862Z] #45 39.13 DEP criu/tun.d [2020-02-04T18:16:43.862Z] #45 39.25 DEP criu/tty.d [2020-02-04T18:16:44.227Z] #45 39.41 DEP criu/timerfd.d [2020-02-04T18:16:44.227Z] #45 39.47 DEP criu/sysfs_parse.d [2020-02-04T18:16:44.312Z] #17 59.12 Setting up iptables (1.8.2-4) ... [2020-02-04T18:16:44.312Z] #17 59.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-04T18:16:44.312Z] #17 59.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-04T18:16:44.312Z] #17 59.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-04T18:16:44.312Z] #17 59.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-04T18:16:44.312Z] #17 59.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-04T18:16:44.312Z] #17 59.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-04T18:16:44.312Z] #17 59.17 Setting up python3 (3.7.3-1) ... [2020-02-04T18:16:44.312Z] #17 59.62 Setting up python3-wheel (0.32.3-2) ... [2020-02-04T18:16:44.592Z] ok github.com/docker/docker/pkg/plugins 33.664s coverage: 76.6% of statements [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/rootless [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/volume [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-04T18:16:44.592Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === Skipped [2020-02-04T18:16:44.592Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-04T18:16:44.592Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-04T18:16:44.592Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-04T18:16:44.592Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-04T18:16:44.592Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-04T18:16:44.592Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:16:44.592Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-04T18:16:44.592Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-04T18:16:44.592Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-04T18:16:44.592Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] [2020-02-04T18:16:44.592Z] DONE 2155 tests, 20 skipped in 187.639s [2020-02-04T18:16:44.601Z] #45 39.56 DEP criu/sysctl.d [2020-02-04T18:16:44.601Z] #45 39.70 DEP criu/string.d [2020-02-04T18:16:44.601Z] #45 39.74 DEP criu/stats.d [2020-02-04T18:16:44.601Z] #45 39.81 DEP criu/sockets.d Post stage [Pipeline] junit [2020-02-04T18:16:44.617Z] Recording test results [2020-02-04T18:16:44.685Z] #17 46.80 Selecting previously unselected package vim. [2020-02-04T18:16:44.685Z] #17 46.81 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-04T18:16:44.685Z] #17 46.83 Unpacking vim (2:8.1.0875-5) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-04T18:16:44.983Z] #45 39.93 DEP criu/sk-unix.d [2020-02-04T18:16:44.983Z] #45 ... [2020-02-04T18:16:44.983Z] [2020-02-04T18:16:44.983Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-04T18:16:44.983Z] #11 70.70 Selecting previously unselected package libapparmor1:s390x. [2020-02-04T18:16:44.983Z] #11 70.70 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 70.71 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-02-04T18:16:44.983Z] #11 70.76 Selecting previously unselected package libapparmor-dev:s390x. [2020-02-04T18:16:44.983Z] #11 70.76 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 70.76 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-02-04T18:16:44.983Z] #11 70.83 Selecting previously unselected package libbtrfs0. [2020-02-04T18:16:44.983Z] #11 70.84 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 70.84 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-04T18:16:44.983Z] #11 70.86 Selecting previously unselected package libbtrfs-dev. [2020-02-04T18:16:44.983Z] #11 70.88 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 70.88 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:16:44.983Z] #11 70.96 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-02-04T18:16:44.983Z] #11 70.96 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 70.97 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-04T18:16:44.983Z] #11 70.99 Selecting previously unselected package libudev-dev:s390x. [2020-02-04T18:16:44.983Z] #11 70.99 Preparing to unpack .../15-libudev-dev_241-7~deb10u2_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.00 Unpacking libudev-dev:s390x (241-7~deb10u2) ... [2020-02-04T18:16:44.983Z] #11 71.11 Selecting previously unselected package libsepol1-dev:s390x. [2020-02-04T18:16:44.983Z] #11 71.12 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.12 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-02-04T18:16:44.983Z] #11 71.33 Selecting previously unselected package libpcre16-3:s390x. [2020-02-04T18:16:44.983Z] #11 71.33 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.33 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 71.41 Selecting previously unselected package libpcre32-3:s390x. [2020-02-04T18:16:44.983Z] #11 71.41 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.41 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 71.54 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-02-04T18:16:44.983Z] #11 71.54 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.54 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 71.61 Selecting previously unselected package libpcre3-dev:s390x. [2020-02-04T18:16:44.983Z] #11 71.61 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.61 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 71.82 Selecting previously unselected package libselinux1-dev:s390x. [2020-02-04T18:16:44.983Z] #11 71.83 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.83 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-04T18:16:44.983Z] #11 71.94 Selecting previously unselected package libdevmapper-dev:s390x. [2020-02-04T18:16:44.983Z] #11 71.95 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 71.95 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-04T18:16:44.983Z] #11 71.99 Selecting previously unselected package libseccomp-dev:s390x. [2020-02-04T18:16:44.983Z] #11 71.99 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 72.00 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-02-04T18:16:44.983Z] #11 72.08 Selecting previously unselected package libsystemd-dev:s390x. [2020-02-04T18:16:44.983Z] #11 72.08 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u2_s390x.deb ... [2020-02-04T18:16:44.983Z] #11 72.09 Unpacking libsystemd-dev:s390x (241-7~deb10u2) ... [2020-02-04T18:16:44.983Z] #11 72.43 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 72.44 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-02-04T18:16:44.983Z] #11 72.44 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-02-04T18:16:44.983Z] #11 72.45 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-04T18:16:44.983Z] #11 72.46 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 72.46 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-02-04T18:16:44.983Z] #11 72.48 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:16:44.983Z] #11 72.48 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-04T18:16:44.983Z] #11 72.49 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 72.50 Setting up libudev-dev:s390x (241-7~deb10u2) ... [2020-02-04T18:16:44.983Z] #11 72.51 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-04T18:16:44.983Z] #11 72.52 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-04T18:16:44.983Z] #11 72.52 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-02-04T18:16:44.983Z] #11 72.55 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-04T18:16:44.983Z] #11 72.55 Setting up libsystemd-dev:s390x (241-7~deb10u2) ... [2020-02-04T18:16:44.983Z] #11 72.56 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-04T18:16:44.983Z] #11 72.57 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-02-04T18:16:44.983Z] #11 72.58 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:16:44.983Z] #11 72.59 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-02-04T18:16:44.983Z] #11 72.59 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-02-04T18:16:44.983Z] #11 72.59 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-04T18:16:44.983Z] #11 72.60 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-02-04T18:16:44.983Z] #11 72.60 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-02-04T18:16:44.983Z] #11 72.60 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-04T18:16:44.983Z] #11 72.61 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-04T18:16:44.983Z] #11 72.62 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-04T18:16:44.983Z] #11 72.63 Setting up dmsetup (2:1.02.155-3) ... [2020-02-04T18:16:44.983Z] #11 72.63 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-04T18:16:44.983Z] #11 72.64 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-04T18:16:44.983Z] #11 72.65 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:16:44.983Z] #11 DONE 72.9s [2020-02-04T18:16:44.983Z] [2020-02-04T18:16:44.983Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:44.983Z] #45 40.07 DEP criu/sk-tcp.d [2020-02-04T18:16:44.983Z] #45 ... [2020-02-04T18:16:44.983Z] [2020-02-04T18:16:44.983Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:16:44.983Z] #56 DONE 0.2s [2020-02-04T18:16:44.983Z] [2020-02-04T18:16:44.983Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:44.983Z] #45 40.28 DEP criu/sk-queue.d [2020-02-04T18:16:45.133Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -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:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/make.sh dynbinary test-integration [2020-02-04T18:16:45.136Z] #17 60.43 Setting up apparmor (2.13.2-10) ... [2020-02-04T18:16:45.252Z] #17 47.44 Selecting previously unselected package xfsprogs. [2020-02-04T18:16:45.252Z] #17 47.44 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-04T18:16:45.252Z] #17 47.45 Unpacking xfsprogs (4.20.0-1) ... [2020-02-04T18:16:45.347Z] #45 ... [2020-02-04T18:16:45.347Z] [2020-02-04T18:16:45.347Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-04T18:16:45.347Z] #57 DONE 0.1s [2020-02-04T18:16:45.347Z] [2020-02-04T18:16:45.347Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:45.347Z] #45 40.46 DEP criu/sk-packet.d [2020-02-04T18:16:45.347Z] #45 ... [2020-02-04T18:16:45.347Z] [2020-02-04T18:16:45.347Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-04T18:16:45.347Z] #12 DONE 0.5s [2020-02-04T18:16:45.347Z] [2020-02-04T18:16:45.347Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:45.347Z] #45 40.55 DEP criu/sk-netlink.d [2020-02-04T18:16:45.347Z] #45 40.66 DEP criu/sk-inet.d [2020-02-04T18:16:45.510Z] #17 47.94 Selecting previously unselected package zip. [2020-02-04T18:16:45.704Z] [2020-02-04T18:16:45.728Z] #45 ... [2020-02-04T18:16:45.728Z] [2020-02-04T18:16:45.728Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-04T18:16:45.728Z] #13 DONE 0.4s [2020-02-04T18:16:45.728Z] [2020-02-04T18:16:45.728Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:45.728Z] #45 40.88 DEP criu/signalfd.d [2020-02-04T18:16:45.728Z] #45 41.07 DEP criu/sigframe.d [2020-02-04T18:16:45.769Z] #17 47.95 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-04T18:16:45.769Z] #17 47.95 Unpacking zip (3.0-11+b1) ... [2020-02-04T18:16:45.769Z] #17 48.13 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-04T18:16:45.769Z] #17 48.16 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-04T18:16:45.769Z] #17 48.18 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:45.769Z] #17 48.19 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-04T18:16:45.769Z] #17 48.20 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-04T18:16:45.769Z] #17 48.20 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:45.769Z] #17 48.21 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-04T18:16:45.769Z] #17 48.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-04T18:16:45.769Z] #17 48.25 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-04T18:16:45.769Z] #17 48.26 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-04T18:16:45.769Z] #17 48.27 Setting up libicu63:amd64 (63.1-6) ... [2020-02-04T18:16:45.769Z] #17 48.28 Setting up xxd (2:8.1.0875-5) ... [2020-02-04T18:16:45.769Z] #17 48.29 Setting up zip (3.0-11+b1) ... [2020-02-04T18:16:45.769Z] #17 48.30 Setting up vim-common (2:8.1.0875-5) ... [2020-02-04T18:16:45.963Z] Removing bundles/ [2020-02-04T18:16:45.963Z] [2020-02-04T18:16:45.963Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-04T18:16:45.963Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:16:45.963Z] GOOS="" GOARCH="" GOARM="" [2020-02-04T18:16:46.027Z] #17 48.32 Setting up bash-completion (1:2.8-6) ... [2020-02-04T18:16:46.152Z] #45 41.16 DEP criu/shmem.d [2020-02-04T18:16:46.152Z] #45 41.22 DEP criu/servicefd.d [2020-02-04T18:16:46.152Z] #45 41.27 DEP criu/seize.d [2020-02-04T18:16:46.152Z] #45 41.32 DEP criu/seccomp.d [2020-02-04T18:16:46.152Z] #45 ... [2020-02-04T18:16:46.152Z] [2020-02-04T18:16:46.152Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-04T18:16:46.152Z] #14 0.286 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-04T18:16:46.152Z] #14 DONE 0.4s [2020-02-04T18:16:46.152Z] [2020-02-04T18:16:46.152Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:46.152Z] #45 41.42 DEP criu/rst-malloc.d [2020-02-04T18:16:46.524Z] #45 41.46 DEP criu/rbtree.d [2020-02-04T18:16:46.524Z] #45 41.51 DEP criu/pstree.d [2020-02-04T18:16:46.524Z] #45 ... [2020-02-04T18:16:46.524Z] [2020-02-04T18:16:46.524Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-04T18:16:46.524Z] #15 DONE 0.3s [2020-02-04T18:16:46.524Z] [2020-02-04T18:16:46.524Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:46.524Z] #45 41.60 DEP criu/protobuf.d [2020-02-04T18:16:46.524Z] #45 41.64 GEN criu/protobuf-desc-gen.h [2020-02-04T18:16:46.757Z] #17 62.18 Setting up xfsprogs (4.20.0-1) ... [2020-02-04T18:16:46.757Z] #17 62.20 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-04T18:16:46.899Z] #45 ... [2020-02-04T18:16:46.899Z] [2020-02-04T18:16:46.899Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-04T18:16:46.899Z] #16 DONE 0.3s [2020-02-04T18:16:46.899Z] [2020-02-04T18:16:46.899Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:46.899Z] #58 0.174 + RM_GOPATH=0 [2020-02-04T18:16:46.899Z] #58 0.175 + TMP_GOPATH= [2020-02-04T18:16:46.899Z] #58 0.175 + : /build [2020-02-04T18:16:46.899Z] #58 0.175 + '[' -z '' ']' [2020-02-04T18:16:46.899Z] #58 0.175 ++ mktemp -d [2020-02-04T18:16:46.899Z] #58 0.176 + export GOPATH=/tmp/tmp.lR1tpCKzTv [2020-02-04T18:16:46.899Z] #58 0.176 + GOPATH=/tmp/tmp.lR1tpCKzTv [2020-02-04T18:16:46.899Z] #58 0.176 + RM_GOPATH=1 [2020-02-04T18:16:46.899Z] #58 0.177 ++ dirname ./install.sh [2020-02-04T18:16:46.899Z] #58 0.179 + dir=. [2020-02-04T18:16:46.899Z] #58 0.179 + bin=runc [2020-02-04T18:16:46.899Z] #58 0.179 + shift [2020-02-04T18:16:46.899Z] #58 0.180 + '[' '!' -f ./runc.installer ']' [2020-02-04T18:16:46.899Z] #58 0.180 + . ./runc.installer [2020-02-04T18:16:46.899Z] #58 0.180 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-04T18:16:46.899Z] #58 0.181 + install_runc [2020-02-04T18:16:46.899Z] #58 0.182 + uname -r [2020-02-04T18:16:46.899Z] #58 0.184 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-04T18:16:46.899Z] #58 0.187 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-04T18:16:46.899Z] #58 0.187 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-04T18:16:46.899Z] #58 0.187 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-04T18:16:46.899Z] #58 0.187 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.lR1tpCKzTv/src/github.com/opencontainers/runc [2020-02-04T18:16:46.899Z] #58 0.191 Cloning into '/tmp/tmp.lR1tpCKzTv/src/github.com/opencontainers/runc'... [2020-02-04T18:16:47.286Z] #58 ... [2020-02-04T18:16:47.286Z] [2020-02-04T18:16:47.286Z] #17 [dev 6/25] RUN ldconfig [2020-02-04T18:16:47.286Z] #17 DONE 0.3s [2020-02-04T18:16:47.286Z] [2020-02-04T18:16:47.286Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:47.320Z] #17 62.66 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-04T18:16:47.663Z] #18 0.402 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-04T18:16:47.663Z] #18 0.526 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-04T18:16:47.663Z] #18 0.630 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-04T18:16:47.965Z] #62 180.3 + bin/containerd-stress [2020-02-04T18:16:48.036Z] #18 ... [2020-02-04T18:16:48.036Z] [2020-02-04T18:16:48.036Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:48.036Z] #66 70.04 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-04T18:16:48.036Z] #66 70.04 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-04T18:16:48.036Z] #66 DONE 75.5s [2020-02-04T18:16:48.036Z] [2020-02-04T18:16:48.036Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-04T18:16:48.036Z] #67 DONE 0.1s [2020-02-04T18:16:48.036Z] [2020-02-04T18:16:48.036Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:48.036Z] #45 42.77 DEP criu/protobuf-desc.d [2020-02-04T18:16:48.036Z] #45 42.93 DEP criu/proc_parse.d [2020-02-04T18:16:48.036Z] #45 43.05 DEP criu/plugin.d [2020-02-04T18:16:48.036Z] #45 43.12 DEP criu/pipes.d [2020-02-04T18:16:48.248Z] #17 63.69 Setting up python3-distutils (3.7.3-1) ... [2020-02-04T18:16:48.403Z] #45 43.43 DEP criu/pie-util.d [2020-02-04T18:16:48.403Z] #45 43.64 DEP criu/pie-util-vdso.d [2020-02-04T18:16:48.403Z] #45 43.71 DEP criu/pie-util-vdso-elf32.d [2020-02-04T18:16:48.559Z] #17 50.75 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-04T18:16:48.560Z] #17 50.76 Setting up xz-utils (5.2.4-1) ... [2020-02-04T18:16:48.560Z] #17 50.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-04T18:16:48.560Z] #17 50.79 Setting up pigz (2.4-1) ... [2020-02-04T18:16:48.560Z] #17 50.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-04T18:16:48.560Z] #17 50.82 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:16:48.560Z] #17 ... [2020-02-04T18:16:48.560Z] [2020-02-04T18:16:48.560Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:48.560Z] #44 104.4 CC criu/cr-service.o [2020-02-04T18:16:48.560Z] #44 105.9 CC criu/crtools.o [2020-02-04T18:16:48.560Z] #44 106.5 CC criu/eventfd.o [2020-02-04T18:16:48.560Z] #44 106.8 CC criu/eventpoll.o [2020-02-04T18:16:48.560Z] #44 107.7 CC criu/external.o [2020-02-04T18:16:48.560Z] #44 108.1 CC criu/fault-injection.o [2020-02-04T18:16:48.560Z] #44 108.2 CC criu/fdstore.o [2020-02-04T18:16:48.560Z] #44 108.6 CC criu/fifo.o [2020-02-04T18:16:48.560Z] #44 109.1 CC criu/file-ids.o [2020-02-04T18:16:48.560Z] #44 109.5 CC criu/file-lock.o [2020-02-04T18:16:48.560Z] #44 110.4 CC criu/files-ext.o [2020-02-04T18:16:48.560Z] #44 110.7 CC criu/files-reg.o [2020-02-04T18:16:48.560Z] #44 113.2 CC criu/files.o [2020-02-04T18:16:48.560Z] #44 ... [2020-02-04T18:16:48.560Z] [2020-02-04T18:16:48.560Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:48.560Z] #17 50.82 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-04T18:16:48.560Z] #17 50.84 Setting up python-pip-whl (18.1-5) ... [2020-02-04T18:16:48.560Z] #17 50.85 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-04T18:16:48.560Z] #17 50.86 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-04T18:16:48.756Z] #45 43.80 DEP criu/path.d [2020-02-04T18:16:48.756Z] #45 43.93 DEP criu/parasite-syscall.d [2020-02-04T18:16:48.810Z] #17 64.21 Setting up python3-setuptools (40.8.0-1) ... [2020-02-04T18:16:48.818Z] #17 51.27 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-04T18:16:48.818Z] #17 51.28 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-04T18:16:48.818Z] #17 51.29 Setting up libpython3.7-stdlib:amd64 (3.7.3-2) ... [2020-02-04T18:16:48.818Z] #17 51.30 Setting up vim (2:8.1.0875-5) ... [2020-02-04T18:16:48.818Z] #17 51.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-04T18:16:48.818Z] #17 51.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-04T18:16:48.818Z] #17 51.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-04T18:16:48.818Z] #17 51.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-04T18:16:48.818Z] #17 51.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-04T18:16:48.818Z] #17 51.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-04T18:16:48.818Z] #17 51.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-04T18:16:48.818Z] #17 51.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-04T18:16:49.077Z] #17 51.37 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-04T18:16:49.077Z] #17 51.38 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-04T18:16:49.077Z] #17 51.40 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-04T18:16:49.077Z] #17 51.41 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-04T18:16:49.077Z] #17 51.42 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-04T18:16:49.077Z] #17 51.43 Setting up python3.7 (3.7.3-2) ... [2020-02-04T18:16:49.144Z] #45 44.09 DEP criu/pagemap.d [2020-02-04T18:16:49.144Z] #45 44.20 DEP criu/pagemap-cache.d [2020-02-04T18:16:49.144Z] #45 44.31 DEP criu/page-xfer.d [2020-02-04T18:16:49.144Z] #45 44.37 DEP criu/page-pipe.d [2020-02-04T18:16:49.144Z] #45 44.43 DEP criu/netfilter.d [2020-02-04T18:16:49.515Z] #45 44.56 DEP criu/net.d [2020-02-04T18:16:49.515Z] #45 44.71 DEP criu/namespaces.d [2020-02-04T18:16:49.515Z] #45 44.81 DEP criu/mount.d [2020-02-04T18:16:49.975Z] #45 44.94 DEP criu/mem.d [2020-02-04T18:16:49.975Z] #45 45.10 DEP criu/lsm.d [2020-02-04T18:16:49.975Z] #45 45.17 DEP criu/log.d [2020-02-04T18:16:49.975Z] #45 45.24 DEP criu/libnetlink.d [2020-02-04T18:16:50.176Z] #17 65.48 Setting up python3-pip (18.1-5) ... [2020-02-04T18:16:50.429Z] #45 45.33 DEP criu/kerndat.d [2020-02-04T18:16:50.429Z] #45 45.46 DEP criu/kcmp-ids.d [2020-02-04T18:16:50.429Z] #45 45.48 DEP criu/irmap.d [2020-02-04T18:16:50.429Z] #45 45.52 DEP criu/ipc_ns.d [2020-02-04T18:16:50.429Z] #45 45.69 DEP criu/image.d [2020-02-04T18:16:50.429Z] #45 45.75 DEP criu/image-desc.d [2020-02-04T18:16:50.433Z] #17 ... [2020-02-04T18:16:50.433Z] [2020-02-04T18:16:50.433Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:16:50.433Z] #41 190.0 + dpkg --print-architecture [2020-02-04T18:16:50.433Z] #41 190.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-04T18:16:50.433Z] #41 190.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-04T18:16:50.433Z] #41 190.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-04T18:16:50.689Z] #41 ... [2020-02-04T18:16:50.689Z] [2020-02-04T18:16:50.689Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:50.689Z] #44 119.4 CC criu/irmap.o [2020-02-04T18:16:50.689Z] #44 120.1 CC criu/kcmp-ids.o [2020-02-04T18:16:50.689Z] #44 120.4 CC criu/kerndat.o [2020-02-04T18:16:50.689Z] #44 122.0 CC criu/libnetlink.o [2020-02-04T18:16:50.689Z] #44 122.5 CC criu/log.o [2020-02-04T18:16:50.689Z] #44 123.0 CC criu/lsm.o [2020-02-04T18:16:50.689Z] #44 123.5 CC criu/mem.o [2020-02-04T18:16:50.689Z] #44 125.0 CC criu/mount.o [2020-02-04T18:16:50.689Z] #44 129.2 CC criu/namespaces.o [2020-02-04T18:16:50.945Z] #44 ... [2020-02-04T18:16:50.945Z] [2020-02-04T18:16:50.945Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:50.945Z] #17 66.55 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:16:50.945Z] #17 66.59 Processing triggers for mime-support (3.62) ... [2020-02-04T18:16:51.036Z] #45 45.78 DEP criu/fsnotify.d [2020-02-04T18:16:51.036Z] #45 46.01 DEP criu/filesystems.d [2020-02-04T18:16:51.036Z] #45 46.30 DEP criu/files.d [2020-02-04T18:16:51.434Z] #62 183.9 + bin/containerd-shim [2020-02-04T18:16:51.630Z] #45 46.45 DEP criu/files-reg.d [2020-02-04T18:16:51.630Z] #45 46.60 DEP criu/files-ext.d [2020-02-04T18:16:51.630Z] #45 46.76 DEP criu/file-lock.d [2020-02-04T18:16:52.014Z] #45 46.97 DEP criu/file-ids.d [2020-02-04T18:16:52.014Z] #45 46.99 DEP criu/fifo.d [2020-02-04T18:16:52.014Z] #45 47.08 DEP criu/fdstore.d [2020-02-04T18:16:52.014Z] #45 47.12 DEP criu/fault-injection.d [2020-02-04T18:16:52.014Z] #45 47.16 DEP criu/external.d [2020-02-04T18:16:52.014Z] #45 47.23 DEP criu/eventpoll.d [2020-02-04T18:16:52.361Z] #17 54.50 Setting up iptables (1.8.2-4) ... [2020-02-04T18:16:52.361Z] #17 54.52 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-04T18:16:52.361Z] #17 54.52 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-04T18:16:52.361Z] #17 54.53 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-04T18:16:52.361Z] #17 54.53 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-04T18:16:52.361Z] #17 54.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-04T18:16:52.361Z] #17 54.56 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-04T18:16:52.361Z] #17 54.56 Setting up python3 (3.7.3-1) ... [2020-02-04T18:16:52.390Z] #45 47.37 DEP criu/eventfd.d [2020-02-04T18:16:52.390Z] #45 47.58 DEP criu/crtools.d [2020-02-04T18:16:52.620Z] #17 54.98 Setting up python3-wheel (0.32.3-2) ... [2020-02-04T18:16:52.756Z] #45 47.79 DEP criu/cr-service.d [2020-02-04T18:16:52.756Z] #45 ... [2020-02-04T18:16:52.756Z] [2020-02-04T18:16:52.756Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:16:52.756Z] #48 70.39 vendor/golang.org/x/net/idna [2020-02-04T18:16:52.756Z] #48 72.41 vendor/golang.org/x/net/http2/hpack [2020-02-04T18:16:52.756Z] #48 73.15 mime [2020-02-04T18:16:52.756Z] #48 75.21 net/http/internal [2020-02-04T18:16:52.756Z] #48 78.57 net/textproto [2020-02-04T18:16:52.756Z] #48 78.57 crypto/x509 [2020-02-04T18:16:52.756Z] #48 79.95 vendor/golang.org/x/net/http/httpguts [2020-02-04T18:16:52.756Z] #48 80.11 vendor/golang.org/x/net/http/httpproxy [2020-02-04T18:16:52.756Z] #48 80.56 mime/multipart [2020-02-04T18:16:52.756Z] #48 ... [2020-02-04T18:16:52.756Z] [2020-02-04T18:16:52.756Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:52.756Z] #45 48.03 DEP criu/cr-restore.d [2020-02-04T18:16:52.837Z] #17 DONE 68.2s [2020-02-04T18:16:52.837Z] [2020-02-04T18:16:52.837Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-04T18:16:53.125Z] #45 48.29 DEP criu/cr-errno.d [2020-02-04T18:16:53.125Z] #45 48.29 DEP criu/cr-dump.d [2020-02-04T18:16:53.125Z] #45 48.41 DEP criu/cr-dedup.d [2020-02-04T18:16:53.528Z] #45 48.57 DEP criu/cr-check.d [2020-02-04T18:16:53.528Z] #45 48.72 DEP criu/config.d [2020-02-04T18:16:53.528Z] #45 48.80 DEP criu/clone-noasan.d [2020-02-04T18:16:53.528Z] #45 48.81 DEP criu/cgroup.d [2020-02-04T18:16:53.555Z] #17 55.65 Setting up apparmor (2.13.2-10) ... [2020-02-04T18:16:53.922Z] #45 48.98 DEP criu/cgroup-props.d [2020-02-04T18:16:53.922Z] #45 49.02 DEP criu/bitmap.d [2020-02-04T18:16:53.922Z] #45 49.03 DEP criu/bfd.d [2020-02-04T18:16:53.922Z] #45 49.08 DEP criu/autofs.d [2020-02-04T18:16:53.922Z] #45 ... [2020-02-04T18:16:53.922Z] [2020-02-04T18:16:53.922Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:16:53.922Z] #51 DONE 81.8s [2020-02-04T18:16:53.922Z] [2020-02-04T18:16:53.922Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:53.922Z] #45 49.14 DEP criu/aio.d [2020-02-04T18:16:54.311Z] #45 49.32 DEP criu/action-scripts.d [2020-02-04T18:16:54.685Z] #45 49.80 CC criu/action-scripts.o [2020-02-04T18:16:54.728Z] #18 1.972 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-04T18:16:54.728Z] #18 1.976 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-04T18:16:54.728Z] #18 1.979 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-04T18:16:54.931Z] #17 57.35 Setting up xfsprogs (4.20.0-1) ... [2020-02-04T18:16:54.931Z] #17 57.36 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-04T18:16:54.984Z] #18 DONE 2.1s [2020-02-04T18:16:54.984Z] [2020-02-04T18:16:54.984Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:16:55.060Z] #45 50.20 CC criu/aio.o [2020-02-04T18:16:55.455Z] #45 50.65 CC criu/autofs.o [2020-02-04T18:16:55.499Z] #17 57.80 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-04T18:16:56.254Z] #45 51.52 CC criu/bfd.o [2020-02-04T18:16:56.435Z] #17 58.70 Setting up python3-distutils (3.7.3-1) ... [2020-02-04T18:16:56.632Z] #45 51.92 CC criu/bitmap.o [2020-02-04T18:16:56.999Z] #45 52.06 CC criu/cgroup-props.o [2020-02-04T18:16:57.002Z] #17 59.23 Setting up python3-setuptools (40.8.0-1) ... [2020-02-04T18:16:57.796Z] #45 52.65 CC criu/cgroup.o [2020-02-04T18:16:57.938Z] #17 60.30 Setting up python3-pip (18.1-5) ... [2020-02-04T18:16:58.200Z] #45 ... [2020-02-04T18:16:58.200Z] [2020-02-04T18:16:58.200Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:16:58.200Z] #18 1.053 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-02-04T18:16:58.200Z] #18 2.033 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [155 kB] [2020-02-04T18:16:58.200Z] #18 3.187 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-04T18:16:58.200Z] #18 7.103 Fetched 8022 kB in 7s (1173 kB/s) [2020-02-04T18:16:58.200Z] #18 7.103 Reading package lists... [2020-02-04T18:16:58.200Z] #18 8.392 Reading package lists... [2020-02-04T18:16:58.200Z] #18 10.29 Building dependency tree... [2020-02-04T18:16:58.200Z] #18 10.75 libcap2-bin is already the newest version (1:2.25-2). [2020-02-04T18:16:58.200Z] #18 10.75 The following additional packages will be installed: [2020-02-04T18:16:58.200Z] #18 10.76 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-04T18:16:58.200Z] #18 10.76 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-04T18:16:58.200Z] #18 10.76 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-04T18:16:58.200Z] #18 10.76 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-04T18:16:58.200Z] #18 10.76 python3.7 python3.7-minimal vim-runtime xxd [2020-02-04T18:16:58.200Z] #18 10.77 Suggested packages: [2020-02-04T18:16:58.200Z] #18 10.77 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-04T18:16:58.200Z] #18 10.77 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-04T18:16:58.200Z] #18 10.77 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-04T18:16:58.200Z] #18 10.77 Recommended packages: [2020-02-04T18:16:58.200Z] #18 10.77 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-04T18:16:58.200Z] #18 10.77 python3-keyrings.alt python3-xdg unzip [2020-02-04T18:16:59.133Z] #17 61.42 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:16:59.133Z] #17 61.53 Processing triggers for mime-support (3.62) ... [2020-02-04T18:16:59.224Z] #18 12.01 The following NEW packages will be installed: [2020-02-04T18:16:59.224Z] #18 12.01 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-04T18:16:59.224Z] #18 12.01 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-04T18:16:59.224Z] #18 12.01 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-04T18:16:59.224Z] #18 12.01 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-04T18:16:59.224Z] #18 12.01 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-04T18:16:59.224Z] #18 12.01 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-04T18:16:59.224Z] #18 12.01 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-04T18:16:59.224Z] #18 12.01 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-04T18:16:59.225Z] #18 12.20 0 upgraded, 46 newly installed, 0 to remove and 1 not upgraded. [2020-02-04T18:16:59.225Z] #18 12.20 Need to get 26.3 MB of archives. [2020-02-04T18:16:59.225Z] #18 12.20 After this operation, 112 MB of additional disk space will be used. [2020-02-04T18:16:59.225Z] #18 12.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-02-04T18:16:59.225Z] #18 ... [2020-02-04T18:16:59.225Z] [2020-02-04T18:16:59.225Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:59.225Z] #45 54.57 CC criu/clone-noasan.o [2020-02-04T18:16:59.392Z] #17 ... [2020-02-04T18:16:59.392Z] [2020-02-04T18:16:59.392Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:16:59.392Z] #44 115.5 CC criu/filesystems.o [2020-02-04T18:16:59.392Z] #44 116.2 CC criu/fsnotify.o [2020-02-04T18:16:59.392Z] #44 117.4 CC criu/image-desc.o [2020-02-04T18:16:59.392Z] #44 117.5 CC criu/image.o [2020-02-04T18:16:59.392Z] #44 118.5 CC criu/ipc_ns.o [2020-02-04T18:16:59.392Z] #44 119.7 CC criu/irmap.o [2020-02-04T18:16:59.392Z] #44 120.4 CC criu/kcmp-ids.o [2020-02-04T18:16:59.392Z] #44 120.6 CC criu/kerndat.o [2020-02-04T18:16:59.392Z] #44 121.9 CC criu/libnetlink.o [2020-02-04T18:16:59.392Z] #44 122.3 CC criu/log.o [2020-02-04T18:16:59.392Z] #44 122.8 CC criu/lsm.o [2020-02-04T18:16:59.392Z] #44 123.2 CC criu/mem.o [2020-02-04T18:16:59.392Z] #44 124.8 CC criu/mount.o [2020-02-04T18:16:59.609Z] #45 54.67 CC criu/config.o [2020-02-04T18:16:59.652Z] #44 ... [2020-02-04T18:16:59.652Z] [2020-02-04T18:16:59.652Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:16:59.652Z] #41 188.4 + dpkg --print-architecture [2020-02-04T18:16:59.652Z] #41 188.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-04T18:16:59.652Z] #41 189.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-04T18:16:59.652Z] #41 189.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-04T18:17:00.221Z] #41 ... [2020-02-04T18:17:00.221Z] [2020-02-04T18:17:00.221Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:00.221Z] #17 DONE 62.4s [2020-02-04T18:17:00.221Z] [2020-02-04T18:17:00.221Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-04T18:17:00.424Z] #45 55.51 CC criu/cr-check.o [2020-02-04T18:17:00.792Z] #45 ... [2020-02-04T18:17:00.792Z] [2020-02-04T18:17:00.792Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:17:00.792Z] #58 5.497 + cd /tmp/tmp.lR1tpCKzTv/src/github.com/opencontainers/runc [2020-02-04T18:17:00.792Z] #58 5.497 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-04T18:17:00.792Z] #58 5.673 + '[' -z '' ']' [2020-02-04T18:17:00.792Z] #58 5.673 + target=static [2020-02-04T18:17:00.792Z] #58 5.675 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-04T18:17:00.792Z] #58 7.214 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-02-04T18:17:00.792Z] #58 ... [2020-02-04T18:17:00.792Z] [2020-02-04T18:17:00.792Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:00.792Z] #18 12.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2 [586 kB] [2020-02-04T18:17:00.792Z] #18 12.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2 [1590 kB] [2020-02-04T18:17:00.792Z] #18 12.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-02-04T18:17:00.792Z] #18 12.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-02-04T18:17:00.792Z] #18 12.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2 [1682 kB] [2020-02-04T18:17:00.792Z] #18 13.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2 [330 kB] [2020-02-04T18:17:00.792Z] #18 13.44 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-02-04T18:17:00.792Z] #18 13.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-02-04T18:17:00.792Z] #18 13.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-02-04T18:17:00.792Z] #18 13.45 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-02-04T18:17:00.792Z] #18 13.45 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-02-04T18:17:00.792Z] #18 13.45 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-02-04T18:17:00.792Z] #18 13.46 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-02-04T18:17:00.792Z] #18 13.46 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-02-04T18:17:00.792Z] #18 13.46 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-02-04T18:17:00.792Z] #18 13.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-04T18:17:00.792Z] #18 13.49 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-04T18:17:00.793Z] #18 13.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-02-04T18:17:00.793Z] #18 13.57 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-02-04T18:17:00.793Z] #18 13.58 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-02-04T18:17:00.793Z] #18 13.58 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-02-04T18:17:00.793Z] #18 13.61 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-02-04T18:17:00.793Z] #18 13.61 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-04T18:17:00.793Z] #18 13.62 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-04T18:17:00.793Z] #18 13.62 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-04T18:17:00.793Z] #18 13.62 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-02-04T18:17:00.793Z] #18 13.63 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-02-04T18:17:00.793Z] #18 13.63 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-04T18:17:01.167Z] #18 13.94 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-02-04T18:17:01.167Z] #18 13.94 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-02-04T18:17:01.167Z] #18 13.95 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-02-04T18:17:01.167Z] #18 13.95 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-02-04T18:17:01.167Z] #18 14.14 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-02-04T18:17:01.541Z] #19 ... [2020-02-04T18:17:01.541Z] [2020-02-04T18:17:01.541Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:01.541Z] #44 131.2 CC criu/net.o [2020-02-04T18:17:01.541Z] #44 135.3 CC criu/netfilter.o [2020-02-04T18:17:01.541Z] #44 135.8 CC criu/page-pipe.o [2020-02-04T18:17:01.541Z] #44 136.5 CC criu/page-xfer.o [2020-02-04T18:17:01.541Z] #44 138.1 CC criu/pagemap-cache.o [2020-02-04T18:17:01.541Z] #44 138.5 CC criu/pagemap.o [2020-02-04T18:17:01.541Z] #44 139.7 CC criu/parasite-syscall.o [2020-02-04T18:17:01.541Z] #44 ... [2020-02-04T18:17:01.541Z] [2020-02-04T18:17:01.541Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:17:01.541Z] #19 6.197 Collecting yamllint==1.16.0 [2020-02-04T18:17:01.607Z] #18 14.26 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-02-04T18:17:01.607Z] #18 14.31 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-04T18:17:01.607Z] #18 14.31 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-02-04T18:17:01.607Z] #18 14.31 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-02-04T18:17:01.607Z] #18 14.34 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-04T18:17:01.607Z] #18 14.34 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-02-04T18:17:01.607Z] #18 14.36 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-04T18:17:01.607Z] #18 14.36 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-02-04T18:17:01.607Z] #18 14.39 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-04T18:17:01.773Z] #62 194.4 + bin/containerd-shim-runc-v1 [2020-02-04T18:17:02.125Z] #18 1.946 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-04T18:17:02.125Z] #18 1.951 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-04T18:17:02.125Z] #18 1.954 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-04T18:17:02.125Z] #18 DONE 2.1s [2020-02-04T18:17:02.125Z] [2020-02-04T18:17:02.125Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:02.125Z] #44 ... [2020-02-04T18:17:02.125Z] [2020-02-04T18:17:02.125Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:17:02.234Z] #18 14.68 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-02-04T18:17:02.234Z] #18 14.70 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-02-04T18:17:02.234Z] #18 14.72 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-02-04T18:17:02.636Z] #18 15.37 debconf: delaying package configuration, since apt-utils is not installed [2020-02-04T18:17:02.636Z] #18 15.52 Fetched 26.3 MB in 3s (9854 kB/s) [2020-02-04T18:17:03.029Z] #18 15.58 Selecting previously unselected package pigz. [2020-02-04T18:17:03.029Z] #18 15.58 (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 ... 23190 files and directories currently installed.) [2020-02-04T18:17:03.029Z] #18 15.65 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-02-04T18:17:03.029Z] #18 15.65 Unpacking pigz (2.4-1) ... [2020-02-04T18:17:03.029Z] #18 15.75 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-02-04T18:17:03.029Z] #18 15.75 Preparing to unpack .../libpython3.7-minimal_3.7.3-2_s390x.deb ... [2020-02-04T18:17:03.029Z] #18 15.76 Unpacking libpython3.7-minimal:s390x (3.7.3-2) ... [2020-02-04T18:17:03.404Z] #18 16.27 Selecting previously unselected package python3.7-minimal. [2020-02-04T18:17:03.404Z] #18 16.28 Preparing to unpack .../python3.7-minimal_3.7.3-2_s390x.deb ... [2020-02-04T18:17:03.404Z] #18 16.28 Unpacking python3.7-minimal (3.7.3-2) ... [2020-02-04T18:17:04.201Z] #18 16.90 Setting up libpython3.7-minimal:s390x (3.7.3-2) ... [2020-02-04T18:17:04.201Z] #18 16.91 Setting up python3.7-minimal (3.7.3-2) ... [2020-02-04T18:17:04.975Z] #18 ... [2020-02-04T18:17:04.975Z] [2020-02-04T18:17:04.975Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:17:04.975Z] #48 82.80 crypto/tls [2020-02-04T18:17:04.975Z] #48 87.36 net/http/httptrace [2020-02-04T18:17:04.975Z] #48 87.52 net/http [2020-02-04T18:17:05.341Z] #48 ... [2020-02-04T18:17:05.341Z] [2020-02-04T18:17:05.341Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:05.341Z] #45 56.45 CC criu/cr-dedup.o [2020-02-04T18:17:05.341Z] #45 56.90 CC criu/cr-dump.o [2020-02-04T18:17:05.341Z] #45 58.95 CC criu/cr-errno.o [2020-02-04T18:17:05.341Z] #45 59.00 CC criu/cr-restore.o [2020-02-04T18:17:06.618Z] #45 ... [2020-02-04T18:17:06.618Z] [2020-02-04T18:17:06.618Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:06.618Z] #18 18.39 Selecting previously unselected package python3-minimal. [2020-02-04T18:17:06.618Z] #18 18.39 (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 ... 23439 files and directories currently installed.) [2020-02-04T18:17:06.618Z] #18 18.41 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-02-04T18:17:06.618Z] #18 18.42 Unpacking python3-minimal (3.7.3-1) ... [2020-02-04T18:17:06.618Z] #18 18.47 Selecting previously unselected package libmpdec2:s390x. [2020-02-04T18:17:06.618Z] #18 18.48 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-02-04T18:17:06.618Z] #18 18.48 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-02-04T18:17:06.618Z] #18 18.54 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-02-04T18:17:06.618Z] #18 18.54 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2_s390x.deb ... [2020-02-04T18:17:06.618Z] #18 18.55 Unpacking libpython3.7-stdlib:s390x (3.7.3-2) ... [2020-02-04T18:17:06.618Z] #18 19.21 Selecting previously unselected package python3.7. [2020-02-04T18:17:06.618Z] #18 19.21 Preparing to unpack .../python3.7_3.7.3-2_s390x.deb ... [2020-02-04T18:17:06.618Z] #18 19.23 Unpacking python3.7 (3.7.3-2) ... [2020-02-04T18:17:06.618Z] #18 19.31 Selecting previously unselected package libpython3-stdlib:s390x. [2020-02-04T18:17:06.618Z] #18 19.31 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-02-04T18:17:06.618Z] #18 19.32 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-04T18:17:06.618Z] #18 19.37 Setting up python3-minimal (3.7.3-1) ... [2020-02-04T18:17:06.788Z] #19 11.56 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-04T18:17:06.788Z] #19 11.63 Collecting pyyaml (from yamllint==1.16.0) [2020-02-04T18:17:06.788Z] #19 11.74 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-04T18:17:06.998Z] #18 19.91 Selecting previously unselected package python3. [2020-02-04T18:17:06.998Z] #18 19.91 (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 ... 23851 files and directories currently installed.) [2020-02-04T18:17:06.998Z] #18 19.92 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-02-04T18:17:06.998Z] #18 19.93 Unpacking python3 (3.7.3-1) ... [2020-02-04T18:17:06.998Z] #18 20.00 Selecting previously unselected package libip4tc0:s390x. [2020-02-04T18:17:07.298Z] #62 199.4 + bin/containerd-shim-runc-v2 [2020-02-04T18:17:07.375Z] #18 20.01 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.01 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-02-04T18:17:07.375Z] #18 20.05 Selecting previously unselected package libip6tc0:s390x. [2020-02-04T18:17:07.375Z] #18 20.06 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.06 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-02-04T18:17:07.375Z] #18 20.12 Selecting previously unselected package libiptc0:s390x. [2020-02-04T18:17:07.375Z] #18 20.13 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.13 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-02-04T18:17:07.375Z] #18 20.16 Selecting previously unselected package libnfnetlink0:s390x. [2020-02-04T18:17:07.375Z] #18 20.16 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.16 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-04T18:17:07.375Z] #18 20.19 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-02-04T18:17:07.375Z] #18 20.19 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.20 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-04T18:17:07.375Z] #18 20.23 Selecting previously unselected package libnftnl11:s390x. [2020-02-04T18:17:07.375Z] #18 20.23 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.24 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-02-04T18:17:07.375Z] #18 20.28 Selecting previously unselected package iptables. [2020-02-04T18:17:07.375Z] #18 20.28 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-02-04T18:17:07.375Z] #18 20.28 Unpacking iptables (1.8.2-4) ... [2020-02-04T18:17:07.736Z] #18 20.54 Selecting previously unselected package xxd. [2020-02-04T18:17:07.736Z] #18 20.55 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-04T18:17:07.736Z] #18 20.56 Unpacking xxd (2:8.1.0875-5) ... [2020-02-04T18:17:07.736Z] #18 20.63 Selecting previously unselected package vim-common. [2020-02-04T18:17:07.736Z] #18 20.64 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:17:07.736Z] #18 20.64 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-04T18:17:07.736Z] #18 20.76 Selecting previously unselected package bash-completion. [2020-02-04T18:17:07.924Z] #62 200.9 + binaries [2020-02-04T18:17:07.924Z] #62 200.9 + mkdir -p /build [2020-02-04T18:17:07.924Z] #62 200.9 + cp bin/containerd /build/containerd [2020-02-04T18:17:07.924Z] #62 201.0 + cp bin/containerd-shim /build/containerd-shim [2020-02-04T18:17:08.108Z] #18 20.76 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-04T18:17:08.154Z] #19 13.29 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-04T18:17:08.154Z] #19 13.34 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-04T18:17:08.154Z] #19 13.38 Building wheels for collected packages: pyyaml [2020-02-04T18:17:08.154Z] #19 13.39 Running setup.py bdist_wheel for pyyaml: started [2020-02-04T18:17:08.208Z] #62 201.0 + cp bin/ctr /build/ctr [2020-02-04T18:17:08.208Z] #62 DONE 201.1s [2020-02-04T18:17:08.694Z] #19 5.971 Collecting yamllint==1.16.0 [2020-02-04T18:17:09.389Z] #19 ... [2020-02-04T18:17:09.389Z] [2020-02-04T18:17:09.389Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:09.389Z] #44 129.5 CC criu/namespaces.o [2020-02-04T18:17:09.389Z] #44 131.4 CC criu/net.o [2020-02-04T18:17:09.389Z] #44 134.8 CC criu/netfilter.o [2020-02-04T18:17:09.389Z] #44 135.1 CC criu/page-pipe.o [2020-02-04T18:17:09.521Z] #19 14.55 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-04T18:17:09.521Z] #19 14.55 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-04T18:17:09.521Z] #19 14.63 Successfully built pyyaml [2020-02-04T18:17:09.521Z] #19 14.64 Installing collected packages: pyyaml, pathspec, yamllint [2020-02-04T18:17:09.648Z] #44 135.8 CC criu/page-xfer.o [2020-02-04T18:17:09.777Z] #19 15.02 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-04T18:17:09.874Z] [2020-02-04T18:17:09.874Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-04T18:17:09.874Z] #63 DONE 0.1s [2020-02-04T18:17:09.874Z] [2020-02-04T18:17:09.875Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-04T18:17:09.875Z] #67 DONE 0.1s [2020-02-04T18:17:09.875Z] [2020-02-04T18:17:09.875Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-04T18:17:09.875Z] #69 DONE 0.1s [2020-02-04T18:17:10.004Z] #18 22.52 Unpacking bash-completion (1:2.8-6) ... [2020-02-04T18:17:10.004Z] #18 22.83 Selecting previously unselected package bzip2. [2020-02-04T18:17:10.004Z] #18 22.83 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-02-04T18:17:10.004Z] #18 22.83 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-04T18:17:10.004Z] #18 22.88 Selecting previously unselected package xz-utils. [2020-02-04T18:17:10.004Z] #18 22.88 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-02-04T18:17:10.004Z] #18 22.88 Unpacking xz-utils (5.2.4-1) ... [2020-02-04T18:17:10.158Z] [2020-02-04T18:17:10.158Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-04T18:17:10.158Z] #72 DONE 0.1s [2020-02-04T18:17:10.158Z] [2020-02-04T18:17:10.158Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-04T18:17:10.158Z] #73 DONE 0.0s [2020-02-04T18:17:10.158Z] [2020-02-04T18:17:10.158Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-04T18:17:10.394Z] #18 22.99 Selecting previously unselected package apparmor. [2020-02-04T18:17:10.394Z] #18 22.99 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-02-04T18:17:10.395Z] #18 23.03 Unpacking apparmor (2.13.2-10) ... [2020-02-04T18:17:10.395Z] #18 23.32 Selecting previously unselected package aufs-tools. [2020-02-04T18:17:10.395Z] #18 23.33 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-02-04T18:17:10.395Z] #18 23.33 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-04T18:17:10.705Z] #19 DONE 15.9s [2020-02-04T18:17:10.705Z] [2020-02-04T18:17:10.705Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:17:10.705Z] #41 DONE 220.3s [2020-02-04T18:17:10.705Z] [2020-02-04T18:17:10.705Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-04T18:17:10.762Z] #18 23.47 Selecting previously unselected package libonig5:s390x. [2020-02-04T18:17:10.762Z] #18 23.47 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-02-04T18:17:10.762Z] #18 23.48 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-04T18:17:10.762Z] #18 23.57 Selecting previously unselected package libjq1:s390x. [2020-02-04T18:17:10.762Z] #18 23.58 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-04T18:17:10.762Z] #18 23.58 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-04T18:17:10.762Z] #18 23.66 Selecting previously unselected package jq. [2020-02-04T18:17:10.762Z] #18 23.66 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-04T18:17:10.762Z] #18 23.67 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-04T18:17:10.762Z] #18 23.72 Selecting previously unselected package libaio1:s390x. [2020-02-04T18:17:11.023Z] #44 137.0 CC criu/pagemap-cache.o [2020-02-04T18:17:11.129Z] #18 23.73 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-02-04T18:17:11.129Z] #18 23.73 Unpacking libaio1:s390x (0.3.112-3) ... [2020-02-04T18:17:11.129Z] #18 23.81 Selecting previously unselected package libgpm2:s390x. [2020-02-04T18:17:11.129Z] #18 23.81 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-02-04T18:17:11.129Z] #18 23.81 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-02-04T18:17:11.129Z] #18 23.87 Selecting previously unselected package libicu63:s390x. [2020-02-04T18:17:11.129Z] #18 23.87 Preparing to unpack .../20-libicu63_63.1-6_s390x.deb ... [2020-02-04T18:17:11.129Z] #18 23.88 Unpacking libicu63:s390x (63.1-6) ... [2020-02-04T18:17:11.174Z] #74 DONE 1.0s [2020-02-04T18:17:11.174Z] [2020-02-04T18:17:11.174Z] #75 exporting to oci image format [2020-02-04T18:17:11.174Z] #75 exporting layers [2020-02-04T18:17:11.270Z] #24 DONE 0.4s [2020-02-04T18:17:11.270Z] [2020-02-04T18:17:11.270Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:17:11.282Z] #44 137.3 CC criu/pagemap.o [2020-02-04T18:17:12.222Z] #28 ... [2020-02-04T18:17:12.222Z] [2020-02-04T18:17:12.222Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:12.222Z] #44 140.7 CC criu/path.o [2020-02-04T18:17:12.222Z] #44 141.0 CC criu/pie-util-vdso-elf32.o [2020-02-04T18:17:12.222Z] #44 141.5 CC criu/pie-util-vdso.o [2020-02-04T18:17:12.222Z] #44 142.0 CC criu/pie-util.o [2020-02-04T18:17:12.222Z] #44 142.2 CC criu/pipes.o [2020-02-04T18:17:12.222Z] #44 142.9 CC criu/plugin.o [2020-02-04T18:17:12.222Z] #44 143.3 CC criu/proc_parse.o [2020-02-04T18:17:12.222Z] #44 146.0 CC criu/protobuf-desc.o [2020-02-04T18:17:12.222Z] #44 147.1 CC criu/protobuf.o [2020-02-04T18:17:12.222Z] #44 147.7 CC criu/pstree.o [2020-02-04T18:17:12.222Z] #44 149.1 CC criu/rbtree.o [2020-02-04T18:17:12.222Z] #44 149.4 CC criu/rst-malloc.o [2020-02-04T18:17:12.222Z] #44 149.9 CC criu/seccomp.o [2020-02-04T18:17:12.222Z] #44 150.6 CC criu/seize.o [2020-02-04T18:17:12.235Z] #44 138.4 CC criu/parasite-syscall.o [2020-02-04T18:17:12.785Z] #44 151.6 CC criu/servicefd.o [2020-02-04T18:17:13.043Z] #44 ... [2020-02-04T18:17:13.043Z] [2020-02-04T18:17:13.043Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:17:13.043Z] #28 DONE 1.8s [2020-02-04T18:17:13.043Z] [2020-02-04T18:17:13.043Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-04T18:17:13.210Z] #44 139.3 CC criu/path.o [2020-02-04T18:17:13.301Z] #31 DONE 0.2s [2020-02-04T18:17:13.301Z] [2020-02-04T18:17:13.301Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-04T18:17:13.301Z] #34 DONE 0.1s [2020-02-04T18:17:13.301Z] [2020-02-04T18:17:13.301Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-04T18:17:13.301Z] #39 DONE 0.1s [2020-02-04T18:17:13.301Z] [2020-02-04T18:17:13.301Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-04T18:17:13.468Z] #44 ... [2020-02-04T18:17:13.468Z] [2020-02-04T18:17:13.468Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:17:13.468Z] #19 11.28 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-04T18:17:13.468Z] #19 11.37 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-04T18:17:13.468Z] #19 11.41 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-04T18:17:13.557Z] #42 DONE 0.2s [2020-02-04T18:17:13.557Z] [2020-02-04T18:17:13.557Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:13.557Z] #44 152.1 CC criu/shmem.o [2020-02-04T18:17:13.726Z] #19 11.48 Collecting pyyaml (from yamllint==1.16.0) [2020-02-04T18:17:13.726Z] #19 11.58 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-04T18:17:14.486Z] #44 153.2 CC criu/sigframe.o [2020-02-04T18:17:14.486Z] #44 153.3 CC criu/signalfd.o [2020-02-04T18:17:14.742Z] #44 153.5 CC criu/sk-inet.o [2020-02-04T18:17:15.101Z] #19 12.94 Building wheels for collected packages: pyyaml [2020-02-04T18:17:15.101Z] #19 12.95 Running setup.py bdist_wheel for pyyaml: started [2020-02-04T18:17:15.311Z] #18 27.88 Selecting previously unselected package libnet1:s390x. [2020-02-04T18:17:15.311Z] #18 27.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-04T18:17:15.311Z] #18 27.88 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-04T18:17:15.311Z] #18 27.91 Selecting previously unselected package libnl-3-200:s390x. [2020-02-04T18:17:15.311Z] #18 27.92 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-04T18:17:15.311Z] #18 27.92 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-04T18:17:15.311Z] #18 27.95 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-04T18:17:15.311Z] #18 27.95 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-04T18:17:15.311Z] #18 27.95 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-04T18:17:15.311Z] #18 27.98 Selecting previously unselected package libreadline5:s390x. [2020-02-04T18:17:15.311Z] #18 27.98 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-02-04T18:17:15.311Z] #18 27.98 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-04T18:17:15.311Z] #18 28.04 Selecting previously unselected package net-tools. [2020-02-04T18:17:15.311Z] #18 28.04 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-02-04T18:17:15.311Z] #18 28.05 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-04T18:17:15.311Z] #18 28.19 Selecting previously unselected package python-pip-whl. [2020-02-04T18:17:15.311Z] #18 28.19 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-04T18:17:15.311Z] #18 28.19 Unpacking python-pip-whl (18.1-5) ... [2020-02-04T18:17:15.671Z] #44 154.4 CC criu/sk-netlink.o [2020-02-04T18:17:15.696Z] #18 28.67 Selecting previously unselected package python3-lib2to3. [2020-02-04T18:17:15.696Z] #18 28.68 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-04T18:17:15.696Z] #18 28.68 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-04T18:17:15.928Z] #44 154.7 CC criu/sk-packet.o [2020-02-04T18:17:16.037Z] #19 14.00 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-04T18:17:16.037Z] #19 14.00 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-04T18:17:16.037Z] #19 14.08 Successfully built pyyaml [2020-02-04T18:17:16.068Z] #18 28.76 Selecting previously unselected package python3-distutils. [2020-02-04T18:17:16.068Z] #18 28.76 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-04T18:17:16.068Z] #18 28.76 Unpacking python3-distutils (3.7.3-1) ... [2020-02-04T18:17:16.068Z] #18 28.83 Selecting previously unselected package python3-pip. [2020-02-04T18:17:16.068Z] #18 28.83 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-04T18:17:16.068Z] #18 28.84 Unpacking python3-pip (18.1-5) ... [2020-02-04T18:17:16.068Z] #18 28.91 Selecting previously unselected package python3-pkg-resources. [2020-02-04T18:17:16.068Z] #18 28.91 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-04T18:17:16.068Z] #18 28.92 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-04T18:17:16.296Z] #19 14.10 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-04T18:17:16.422Z] #18 29.01 Selecting previously unselected package python3-setuptools. [2020-02-04T18:17:16.422Z] #18 29.03 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-04T18:17:16.422Z] #18 29.03 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-04T18:17:16.422Z] #18 29.24 Selecting previously unselected package python3-wheel. [2020-02-04T18:17:16.422Z] #18 ... [2020-02-04T18:17:16.422Z] [2020-02-04T18:17:16.422Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:17:16.422Z] #48 96.63 github.com/LK4D4/vndr/godl [2020-02-04T18:17:16.422Z] #48 97.27 github.com/LK4D4/vndr [2020-02-04T18:17:16.422Z] #48 DONE 104.2s [2020-02-04T18:17:16.422Z] [2020-02-04T18:17:16.422Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:16.422Z] #18 29.25 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-04T18:17:16.422Z] #18 29.25 Unpacking python3-wheel (0.32.3-2) ... [2020-02-04T18:17:16.422Z] #18 ... [2020-02-04T18:17:16.422Z] [2020-02-04T18:17:16.422Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:16.422Z] #45 62.23 CC criu/cr-service.o [2020-02-04T18:17:16.422Z] #45 63.26 CC criu/crtools.o [2020-02-04T18:17:16.422Z] #45 63.72 CC criu/eventfd.o [2020-02-04T18:17:16.422Z] #45 64.02 CC criu/eventpoll.o [2020-02-04T18:17:16.422Z] #45 64.63 CC criu/external.o [2020-02-04T18:17:16.422Z] #45 64.88 CC criu/fault-injection.o [2020-02-04T18:17:16.422Z] #45 64.96 CC criu/fdstore.o [2020-02-04T18:17:16.422Z] #45 65.23 CC criu/fifo.o [2020-02-04T18:17:16.422Z] #45 65.53 CC criu/file-ids.o [2020-02-04T18:17:16.422Z] #45 65.67 CC criu/file-lock.o [2020-02-04T18:17:16.422Z] #45 66.31 CC criu/files-ext.o [2020-02-04T18:17:16.422Z] #45 66.53 CC criu/files-reg.o [2020-02-04T18:17:16.422Z] #45 68.53 CC criu/files.o [2020-02-04T18:17:16.422Z] #45 70.36 CC criu/filesystems.o [2020-02-04T18:17:16.422Z] #45 70.96 CC criu/fsnotify.o [2020-02-04T18:17:16.490Z] #44 155.2 CC criu/sk-queue.o [2020-02-04T18:17:16.554Z] #19 14.46 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-04T18:17:16.747Z] #44 155.6 CC criu/sk-tcp.o [2020-02-04T18:17:16.790Z] #45 ... [2020-02-04T18:17:16.790Z] [2020-02-04T18:17:16.790Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:16.790Z] #18 29.42 Selecting previously unselected package thin-provisioning-tools. [2020-02-04T18:17:16.790Z] #18 29.42 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-02-04T18:17:16.790Z] #18 29.42 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-04T18:17:16.790Z] #18 29.82 Selecting previously unselected package vim-runtime. [2020-02-04T18:17:17.156Z] #18 29.83 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-04T18:17:17.156Z] #18 29.91 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-04T18:17:17.156Z] #18 29.92 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-04T18:17:17.156Z] #18 29.92 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-04T18:17:17.309Z] #44 156.1 CC criu/sk-unix.o [2020-02-04T18:17:17.487Z] #19 DONE 15.2s [2020-02-04T18:17:17.487Z] [2020-02-04T18:17:17.487Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-04T18:17:17.487Z] #24 DONE 0.3s [2020-02-04T18:17:17.487Z] [2020-02-04T18:17:17.487Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:17.487Z] #44 139.6 CC criu/pie-util-vdso-elf32.o [2020-02-04T18:17:17.487Z] #44 140.3 CC criu/pie-util-vdso.o [2020-02-04T18:17:17.487Z] #44 140.8 CC criu/pie-util.o [2020-02-04T18:17:17.487Z] #44 141.0 CC criu/pipes.o [2020-02-04T18:17:17.487Z] #44 142.0 CC criu/plugin.o [2020-02-04T18:17:17.487Z] #44 142.5 CC criu/proc_parse.o [2020-02-04T18:17:18.861Z] #44 ... [2020-02-04T18:17:18.861Z] [2020-02-04T18:17:18.861Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:17:18.861Z] #28 DONE 1.2s [2020-02-04T18:17:18.861Z] [2020-02-04T18:17:18.861Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-04T18:17:18.861Z] #31 DONE 0.2s [2020-02-04T18:17:18.861Z] [2020-02-04T18:17:18.861Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-04T18:17:19.119Z] #34 DONE 0.2s [2020-02-04T18:17:19.119Z] [2020-02-04T18:17:19.119Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-04T18:17:19.200Z] #44 157.6 CC criu/sockets.o [2020-02-04T18:17:19.377Z] #39 DONE 0.1s [2020-02-04T18:17:19.377Z] [2020-02-04T18:17:19.377Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:19.377Z] #53 ... [2020-02-04T18:17:19.377Z] [2020-02-04T18:17:19.377Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:19.377Z] #44 145.5 CC criu/protobuf-desc.o [2020-02-04T18:17:19.457Z] #44 158.3 CC criu/stats.o [2020-02-04T18:17:19.626Z] #18 32.12 Selecting previously unselected package vim. [2020-02-04T18:17:19.626Z] #18 32.13 Preparing to unpack .../35-vim_2%3a8.1.0875-5_s390x.deb ... [2020-02-04T18:17:19.626Z] #18 32.13 Unpacking vim (2:8.1.0875-5) ... [2020-02-04T18:17:19.626Z] #18 ... [2020-02-04T18:17:19.626Z] [2020-02-04T18:17:19.626Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-04T18:17:19.626Z] #31 DONE 107.6s [2020-02-04T18:17:19.626Z] [2020-02-04T18:17:19.626Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:19.626Z] #18 32.47 Selecting previously unselected package xfsprogs. [2020-02-04T18:17:19.626Z] #18 32.47 Preparing to unpack .../36-xfsprogs_4.20.0-1_s390x.deb ... [2020-02-04T18:17:19.626Z] #18 32.48 Unpacking xfsprogs (4.20.0-1) ... [2020-02-04T18:17:19.756Z] #44 158.6 CC criu/string.o [2020-02-04T18:17:20.013Z] #44 158.6 CC criu/sysctl.o [2020-02-04T18:17:20.142Z] Removing intermediate container 63900a39c893 [2020-02-04T18:17:20.142Z] ---> 9a293a91c4d4 [2020-02-04T18:17:20.142Z] 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-02-04T18:17:20.142Z] ---> Running in 027aaef2030e [2020-02-04T18:17:20.314Z] #44 146.4 CC criu/protobuf.o [2020-02-04T18:17:20.441Z] #18 33.14 Selecting previously unselected package zip. [2020-02-04T18:17:20.441Z] #18 33.15 Preparing to unpack .../37-zip_3.0-11+b1_s390x.deb ... [2020-02-04T18:17:20.441Z] #18 33.15 Unpacking zip (3.0-11+b1) ... [2020-02-04T18:17:20.441Z] #18 33.25 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-04T18:17:20.441Z] #18 33.26 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-04T18:17:20.441Z] #18 33.27 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-02-04T18:17:20.441Z] #18 33.28 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-04T18:17:20.441Z] #18 33.28 Setting up libgpm2:s390x (1.20.7-5) ... [2020-02-04T18:17:20.441Z] #18 33.29 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-02-04T18:17:20.441Z] #18 33.30 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-02-04T18:17:20.441Z] #18 33.30 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-04T18:17:20.441Z] #18 33.31 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-04T18:17:20.441Z] #18 33.32 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-04T18:17:20.441Z] #18 33.32 Setting up libicu63:s390x (63.1-6) ... [2020-02-04T18:17:20.441Z] #18 33.33 Setting up xxd (2:8.1.0875-5) ... [2020-02-04T18:17:20.441Z] #18 33.33 Setting up zip (3.0-11+b1) ... [2020-02-04T18:17:20.441Z] #18 33.34 Setting up vim-common (2:8.1.0875-5) ... [2020-02-04T18:17:20.441Z] #18 33.35 Setting up bash-completion (1:2.8-6) ... [2020-02-04T18:17:20.573Z] #44 146.8 CC criu/pstree.o [2020-02-04T18:17:20.575Z] #44 159.2 CC criu/sysfs_parse.o [2020-02-04T18:17:20.831Z] #44 159.6 CC criu/timerfd.o [2020-02-04T18:17:21.086Z] #44 159.8 CC criu/tty.o [2020-02-04T18:17:21.507Z] #44 ... [2020-02-04T18:17:21.507Z] [2020-02-04T18:17:21.507Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:17:21.507Z] #41 DONE 217.8s [2020-02-04T18:17:21.507Z] [2020-02-04T18:17:21.507Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:21.677Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-02-04T18:17:21.908Z] #18 34.75 Setting up libiptc0:s390x (1.8.2-4) ... [2020-02-04T18:17:21.908Z] #18 34.76 Setting up xz-utils (5.2.4-1) ... [2020-02-04T18:17:21.908Z] #18 34.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-04T18:17:21.908Z] #18 34.77 Setting up pigz (2.4-1) ... [2020-02-04T18:17:21.908Z] #18 34.78 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-04T18:17:21.908Z] #18 34.79 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-04T18:17:21.908Z] #18 34.80 Setting up python-pip-whl (18.1-5) ... [2020-02-04T18:17:21.908Z] #18 34.80 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-02-04T18:17:21.908Z] #18 34.81 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-04T18:17:22.072Z] #53 ... [2020-02-04T18:17:22.072Z] [2020-02-04T18:17:22.072Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:22.072Z] #44 148.1 CC criu/rbtree.o [2020-02-04T18:17:22.287Z] #18 35.00 Setting up libaio1:s390x (0.3.112-3) ... [2020-02-04T18:17:22.287Z] #18 35.01 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-04T18:17:22.287Z] #18 35.02 Setting up libpython3.7-stdlib:s390x (3.7.3-2) ... [2020-02-04T18:17:22.287Z] #18 35.02 Setting up vim (2:8.1.0875-5) ... [2020-02-04T18:17:22.287Z] #18 35.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-04T18:17:22.287Z] #18 35.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-04T18:17:22.287Z] #18 35.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-04T18:17:22.287Z] #18 35.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-04T18:17:22.287Z] #18 35.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-04T18:17:22.287Z] #18 35.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-04T18:17:22.287Z] #18 35.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-04T18:17:22.287Z] #18 35.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-04T18:17:22.287Z] #18 35.06 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-04T18:17:22.287Z] #18 35.07 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-04T18:17:22.287Z] #18 35.07 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-04T18:17:22.287Z] #18 35.08 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-04T18:17:22.287Z] #18 35.09 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-04T18:17:22.287Z] #18 35.09 Setting up python3.7 (3.7.3-2) ... [2020-02-04T18:17:22.329Z] #44 148.5 CC criu/rst-malloc.o [2020-02-04T18:17:22.894Z] #44 ... [2020-02-04T18:17:22.894Z] [2020-02-04T18:17:22.894Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-04T18:17:22.894Z] #42 DONE 0.2s [2020-02-04T18:17:22.894Z] [2020-02-04T18:17:22.894Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:22.894Z] #44 148.9 CC criu/seccomp.o [2020-02-04T18:17:22.993Z] #44 161.5 CC criu/tun.o [2020-02-04T18:17:23.255Z] #44 162.1 CC criu/uffd.o [2020-02-04T18:17:23.460Z] #44 149.4 CC criu/seize.o [2020-02-04T18:17:23.818Z] #44 ... [2020-02-04T18:17:23.818Z] [2020-02-04T18:17:23.818Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:17:23.818Z] #57 114.7 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-02-04T18:17:24.125Z] #18 36.92 Setting up iptables (1.8.2-4) ... [2020-02-04T18:17:24.125Z] #18 36.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-04T18:17:24.125Z] #18 36.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-04T18:17:24.125Z] #18 36.93 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-04T18:17:24.125Z] #18 36.94 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-04T18:17:24.125Z] #18 36.94 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-04T18:17:24.125Z] #18 36.94 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-04T18:17:24.125Z] #18 36.95 Setting up python3 (3.7.3-1) ... [2020-02-04T18:17:24.394Z] #44 150.2 CC criu/servicefd.o [2020-02-04T18:17:24.394Z] #44 150.5 CC criu/shmem.o [2020-02-04T18:17:24.510Z] #18 37.23 Setting up python3-wheel (0.32.3-2) ... [2020-02-04T18:17:24.934Z] #18 37.62 Setting up apparmor (2.13.2-10) ... [2020-02-04T18:17:24.959Z] #44 151.2 CC criu/sigframe.o [2020-02-04T18:17:25.526Z] #44 151.3 CC criu/signalfd.o [2020-02-04T18:17:25.707Z] #57 116.3 + mkdir -p /build [2020-02-04T18:17:25.707Z] #57 116.3 + cp runc /build/runc [2020-02-04T18:17:25.754Z] #18 38.54 Setting up xfsprogs (4.20.0-1) ... [2020-02-04T18:17:25.754Z] #18 38.54 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-04T18:17:25.784Z] #44 151.6 CC criu/sk-inet.o [2020-02-04T18:17:25.964Z] #57 DONE 116.6s [2020-02-04T18:17:25.964Z] [2020-02-04T18:17:25.964Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:25.964Z] #44 163.2 CC criu/util.o [2020-02-04T18:17:25.964Z] #44 164.2 CC criu/uts_ns.o [2020-02-04T18:17:25.964Z] #44 164.5 CC criu/vdso-compat.o [2020-02-04T18:17:25.964Z] #44 164.8 CC criu/vdso.o [2020-02-04T18:17:26.396Z] #18 38.73 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-04T18:17:26.719Z] #44 152.6 CC criu/sk-netlink.o [2020-02-04T18:17:26.893Z] #44 165.6 LINK criu/built-in.o [2020-02-04T18:17:26.893Z] #44 165.7 LINK criu/criu [2020-02-04T18:17:26.915Z] #18 39.50 Setting up python3-distutils (3.7.3-1) ... [2020-02-04T18:17:26.915Z] #18 ... [2020-02-04T18:17:26.915Z] [2020-02-04T18:17:26.915Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:26.915Z] #45 71.94 CC criu/image-desc.o [2020-02-04T18:17:26.915Z] #45 72.09 CC criu/image.o [2020-02-04T18:17:26.915Z] #45 72.79 CC criu/ipc_ns.o [2020-02-04T18:17:26.915Z] #45 73.58 CC criu/irmap.o [2020-02-04T18:17:26.915Z] #45 73.93 CC criu/kcmp-ids.o [2020-02-04T18:17:26.915Z] #45 74.06 CC criu/kerndat.o [2020-02-04T18:17:26.915Z] #45 74.74 CC criu/libnetlink.o [2020-02-04T18:17:26.915Z] #45 75.36 CC criu/log.o [2020-02-04T18:17:26.915Z] #45 75.61 CC criu/lsm.o [2020-02-04T18:17:26.915Z] #45 75.88 CC criu/mem.o [2020-02-04T18:17:26.915Z] #45 76.90 CC criu/mount.o [2020-02-04T18:17:26.915Z] #45 79.28 CC criu/namespaces.o [2020-02-04T18:17:26.915Z] #45 80.10 CC criu/net.o [2020-02-04T18:17:26.977Z] #44 152.9 CC criu/sk-packet.o [2020-02-04T18:17:27.153Z] #44 166.0 DEP lib/c/criu.d [2020-02-04T18:17:27.339Z] #45 ... [2020-02-04T18:17:27.339Z] [2020-02-04T18:17:27.339Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-04T18:17:27.339Z] #18 39.92 Setting up python3-setuptools (40.8.0-1) ... [2020-02-04T18:17:27.409Z] #44 166.0 CC images/rpc.pb-c.o [2020-02-04T18:17:27.544Z] #44 153.5 CC criu/sk-queue.o [2020-02-04T18:17:27.665Z] #44 166.4 CC lib/c/criu.o [2020-02-04T18:17:27.802Z] #44 153.9 CC criu/sk-tcp.o [2020-02-04T18:17:28.138Z] #18 40.80 Setting up python3-pip (18.1-5) ... [2020-02-04T18:17:28.368Z] #44 154.4 CC criu/sk-unix.o [2020-02-04T18:17:28.536Z] #18 41.35 Processing triggers for libc-bin (2.28-10) ... [2020-02-04T18:17:28.536Z] #18 41.37 Processing triggers for mime-support (3.62) ... [2020-02-04T18:17:28.593Z] #44 167.1 LINK lib/c/built-in.o [2020-02-04T18:17:28.593Z] #44 167.1 LINK lib/c/libcriu.so [2020-02-04T18:17:28.593Z] #44 167.3 GEN magic.py [2020-02-04T18:17:28.593Z] #44 167.4 Note: Building without setproctitle() and strlcpy() support. [2020-02-04T18:17:28.593Z] #44 167.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-04T18:17:28.914Z] #18 DONE 41.6s [2020-02-04T18:17:28.914Z] [2020-02-04T18:17:28.914Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-04T18:17:28.914Z] #19 0.263 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-04T18:17:28.914Z] #19 0.265 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-04T18:17:28.914Z] #19 0.267 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-04T18:17:29.288Z] #19 DONE 0.4s [2020-02-04T18:17:29.288Z] [2020-02-04T18:17:29.288Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-04T18:17:29.522Z] #44 168.0 fatal: not a git repository (or any of the parent directories): .git [2020-02-04T18:17:29.778Z] #44 168.5 make[1]: Nothing to be done for 'all'. [2020-02-04T18:17:30.266Z] #44 156.1 CC criu/sockets.o [2020-02-04T18:17:30.341Z] #44 ... [2020-02-04T18:17:30.341Z] [2020-02-04T18:17:30.341Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:30.341Z] #62 195.4 + bin/containerd [2020-02-04T18:17:30.832Z] #44 156.9 CC criu/stats.o [2020-02-04T18:17:31.091Z] #44 157.2 CC criu/string.o [2020-02-04T18:17:31.091Z] #44 157.2 CC criu/sysctl.o [2020-02-04T18:17:31.270Z] #62 ... [2020-02-04T18:17:31.270Z] [2020-02-04T18:17:31.270Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:31.270Z] #44 169.1 make[1]: 'images/built-in.o' is up to date. [2020-02-04T18:17:31.270Z] #44 169.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-04T18:17:31.270Z] #44 169.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-04T18:17:31.270Z] #44 169.1 make[1]: 'compel/libcompel.a' is up to date. [2020-02-04T18:17:31.270Z] #44 169.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-04T18:17:31.270Z] #44 169.2 make[1]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-04T18:17:31.270Z] #44 169.4 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.4 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.4 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.5 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.5 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.5 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.5 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.6 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:31.270Z] #44 169.6 INSTALL criu/criu [2020-02-04T18:17:31.270Z] #44 DONE 169.9s [2020-02-04T18:17:31.341Z] #20 2.183 Collecting yamllint==1.16.0 [2020-02-04T18:17:31.341Z] #20 2.319 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-04T18:17:31.341Z] #20 2.343 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-04T18:17:31.341Z] #20 2.361 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-04T18:17:31.341Z] #20 2.379 Collecting pyyaml (from yamllint==1.16.0) [2020-02-04T18:17:31.526Z] [2020-02-04T18:17:31.526Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:31.658Z] #44 157.8 CC criu/sysfs_parse.o [2020-02-04T18:17:31.713Z] #20 2.457 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-04T18:17:32.225Z] #44 158.2 CC criu/timerfd.o [2020-02-04T18:17:32.455Z] #62 ... [2020-02-04T18:17:32.455Z] [2020-02-04T18:17:32.455Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-04T18:17:32.455Z] #45 DONE 0.1s [2020-02-04T18:17:32.455Z] [2020-02-04T18:17:32.455Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-04T18:17:32.455Z] #48 DONE 0.1s [2020-02-04T18:17:32.455Z] [2020-02-04T18:17:32.455Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:32.455Z] #53 ... [2020-02-04T18:17:32.455Z] [2020-02-04T18:17:32.455Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-04T18:17:32.483Z] #44 158.6 CC criu/tty.o [2020-02-04T18:17:32.496Z] #20 3.353 Building wheels for collected packages: pyyaml [2020-02-04T18:17:32.496Z] #20 3.360 Running setup.py bdist_wheel for pyyaml: started [2020-02-04T18:17:32.712Z] #51 DONE 0.2s [2020-02-04T18:17:32.712Z] [2020-02-04T18:17:32.712Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:33.285Z] #20 3.977 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-04T18:17:33.285Z] #20 3.977 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-04T18:17:33.285Z] #20 4.011 Successfully built pyyaml [2020-02-04T18:17:33.285Z] #20 4.032 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-04T18:17:33.285Z] #20 4.220 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-04T18:17:33.692Z] #20 DONE 4.4s [2020-02-04T18:17:33.692Z] [2020-02-04T18:17:33.692Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:33.692Z] #45 82.56 CC criu/netfilter.o [2020-02-04T18:17:33.692Z] #45 82.97 CC criu/page-pipe.o [2020-02-04T18:17:33.692Z] #45 83.42 CC criu/page-xfer.o [2020-02-04T18:17:33.692Z] #45 84.12 CC criu/pagemap-cache.o [2020-02-04T18:17:33.692Z] #45 84.38 CC criu/pagemap.o [2020-02-04T18:17:33.692Z] #45 84.91 CC criu/parasite-syscall.o [2020-02-04T18:17:33.692Z] #45 85.49 CC criu/path.o [2020-02-04T18:17:33.692Z] #45 85.70 CC criu/pie-util-vdso-elf32.o [2020-02-04T18:17:33.692Z] #45 85.96 CC criu/pie-util-vdso.o [2020-02-04T18:17:33.692Z] #45 86.29 CC criu/pie-util.o [2020-02-04T18:17:33.692Z] #45 86.43 CC criu/pipes.o [2020-02-04T18:17:33.692Z] #45 86.89 CC criu/plugin.o [2020-02-04T18:17:33.692Z] #45 87.17 CC criu/proc_parse.o [2020-02-04T18:17:33.692Z] #45 ... [2020-02-04T18:17:33.692Z] [2020-02-04T18:17:33.692Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-04T18:17:33.692Z] #25 DONE 0.1s [2020-02-04T18:17:33.692Z] [2020-02-04T18:17:33.692Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:33.692Z] #45 88.77 CC criu/protobuf-desc.o [2020-02-04T18:17:33.692Z] #45 ... [2020-02-04T18:17:33.692Z] [2020-02-04T18:17:33.692Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:17:34.050Z] #29 DONE 0.4s [2020-02-04T18:17:34.050Z] [2020-02-04T18:17:34.050Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-04T18:17:34.050Z] #32 DONE 0.1s [2020-02-04T18:17:34.050Z] [2020-02-04T18:17:34.050Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:34.050Z] #45 89.42 CC criu/protobuf.o [2020-02-04T18:17:34.382Z] #44 160.1 CC criu/tun.o [2020-02-04T18:17:34.640Z] #44 160.6 CC criu/uffd.o [2020-02-04T18:17:34.644Z] #45 ... [2020-02-04T18:17:34.645Z] [2020-02-04T18:17:34.645Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-04T18:17:34.645Z] #35 DONE 0.1s [2020-02-04T18:17:34.645Z] [2020-02-04T18:17:34.645Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-04T18:17:34.645Z] #40 DONE 0.1s [2020-02-04T18:17:34.645Z] [2020-02-04T18:17:34.645Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:34.645Z] #45 89.66 CC criu/pstree.o [2020-02-04T18:17:34.898Z] #44 ... [2020-02-04T18:17:34.898Z] [2020-02-04T18:17:34.898Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:17:34.898Z] #57 112.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-02-04T18:17:35.041Z] #45 90.25 CC criu/rbtree.o [2020-02-04T18:17:35.396Z] #45 90.40 CC criu/rst-malloc.o [2020-02-04T18:17:35.396Z] #45 90.55 CC criu/seccomp.o [2020-02-04T18:17:35.765Z] #45 90.97 CC criu/seize.o [2020-02-04T18:17:36.290Z] #57 113.8 + mkdir -p /build [2020-02-04T18:17:36.290Z] #57 113.8 + cp runc /build/runc [2020-02-04T18:17:36.560Z] #45 91.46 CC criu/servicefd.o [2020-02-04T18:17:36.560Z] #45 91.86 CC criu/shmem.o [2020-02-04T18:17:36.856Z] #57 DONE 114.2s [2020-02-04T18:17:36.856Z] [2020-02-04T18:17:36.856Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:36.856Z] #44 161.7 CC criu/util.o [2020-02-04T18:17:36.856Z] #44 162.8 CC criu/uts_ns.o [2020-02-04T18:17:36.856Z] #44 163.0 CC criu/vdso-compat.o [2020-02-04T18:17:36.880Z] #53 DONE 245.9s [2020-02-04T18:17:36.880Z] [2020-02-04T18:17:36.880Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:37.114Z] #44 163.2 CC criu/vdso.o [2020-02-04T18:17:37.421Z] #45 92.34 CC criu/sigframe.o [2020-02-04T18:17:37.421Z] #45 92.43 CC criu/signalfd.o [2020-02-04T18:17:37.421Z] #45 92.66 CC criu/sk-inet.o [2020-02-04T18:17:38.049Z] #44 164.0 LINK criu/built-in.o [2020-02-04T18:17:38.049Z] #44 164.1 LINK criu/criu [2020-02-04T18:17:38.248Z] #62 ... [2020-02-04T18:17:38.248Z] [2020-02-04T18:17:38.248Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-04T18:17:38.307Z] #44 164.5 DEP lib/c/criu.d [2020-02-04T18:17:38.505Z] #54 DONE 0.2s [2020-02-04T18:17:38.505Z] [2020-02-04T18:17:38.505Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-04T18:17:38.505Z] #58 DONE 0.1s [2020-02-04T18:17:38.505Z] [2020-02-04T18:17:38.505Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:38.565Z] #44 164.5 CC images/rpc.pb-c.o [2020-02-04T18:17:38.784Z] #45 93.68 CC criu/sk-netlink.o [2020-02-04T18:17:38.784Z] #45 94.08 CC criu/sk-packet.o [2020-02-04T18:17:39.130Z] #44 165.0 CC lib/c/criu.o [2020-02-04T18:17:39.555Z] #45 94.56 CC criu/sk-queue.o [2020-02-04T18:17:39.696Z] #44 165.6 LINK lib/c/built-in.o [2020-02-04T18:17:39.696Z] #44 165.6 LINK lib/c/libcriu.so [2020-02-04T18:17:39.696Z] #44 165.8 GEN magic.py [2020-02-04T18:17:39.915Z] #45 94.86 CC criu/sk-tcp.o [2020-02-04T18:17:39.915Z] #45 95.17 CC criu/sk-unix.o [2020-02-04T18:17:39.954Z] #44 165.9 Note: Building without setproctitle() and strlcpy() support. [2020-02-04T18:17:39.954Z] #44 165.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-04T18:17:40.520Z] #44 166.4 fatal: not a git repository (or any of the parent directories): .git [2020-02-04T18:17:40.778Z] #44 166.9 make[1]: Nothing to be done for 'all'. [2020-02-04T18:17:41.193Z] #45 96.21 CC criu/sockets.o [2020-02-04T18:17:41.345Z] #44 167.5 make[1]: 'images/built-in.o' is up to date. [2020-02-04T18:17:41.345Z] #44 167.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-04T18:17:41.345Z] #44 167.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-04T18:17:41.345Z] #44 167.5 make[1]: 'compel/libcompel.a' is up to date. [2020-02-04T18:17:41.345Z] #44 167.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-04T18:17:41.603Z] #44 167.6 make[1]: Nothing to be done for 'all'. [2020-02-04T18:17:41.603Z] #44 167.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-04T18:17:41.795Z] #45 96.66 CC criu/stats.o [2020-02-04T18:17:41.795Z] #45 96.86 CC criu/string.o [2020-02-04T18:17:41.795Z] #45 96.94 CC criu/sysctl.o [2020-02-04T18:17:41.861Z] #44 167.7 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:41.861Z] #44 167.7 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:41.861Z] #44 167.8 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:41.861Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:41.861Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:41.861Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:41.861Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:42.119Z] #44 168.1 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:42.119Z] #44 168.1 INSTALL criu/criu [2020-02-04T18:17:42.199Z] #45 97.35 CC criu/sysfs_parse.o [2020-02-04T18:17:42.377Z] #44 DONE 168.4s [2020-02-04T18:17:42.377Z] [2020-02-04T18:17:42.377Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:42.377Z] #62 194.1 + bin/containerd [2020-02-04T18:17:42.566Z] #45 97.69 CC criu/timerfd.o [2020-02-04T18:17:42.566Z] #45 97.93 CC criu/tty.o [2020-02-04T18:17:44.051Z] #45 98.86 CC criu/tun.o [2020-02-04T18:17:44.051Z] #45 99.14 CC criu/uffd.o [2020-02-04T18:17:44.403Z] #62 ... [2020-02-04T18:17:44.403Z] [2020-02-04T18:17:44.403Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-04T18:17:44.403Z] #45 DONE 0.1s [2020-02-04T18:17:44.403Z] [2020-02-04T18:17:44.403Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-04T18:17:44.403Z] #48 DONE 0.2s [2020-02-04T18:17:44.403Z] [2020-02-04T18:17:44.403Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-04T18:17:44.403Z] #51 DONE 0.1s [2020-02-04T18:17:44.403Z] [2020-02-04T18:17:44.403Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:44.862Z] #45 99.79 CC criu/util.o [2020-02-04T18:17:45.232Z] #45 ... [2020-02-04T18:17:45.232Z] [2020-02-04T18:17:45.232Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:17:45.232Z] #42 133.0 + dpkg --print-architecture [2020-02-04T18:17:45.232Z] #42 133.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-04T18:17:45.606Z] #42 133.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-04T18:17:45.606Z] #42 133.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-04T18:17:48.589Z] #53 DONE 244.1s [2020-02-04T18:17:48.589Z] [2020-02-04T18:17:48.589Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:48.837Z] #42 ... [2020-02-04T18:17:48.837Z] [2020-02-04T18:17:48.837Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-04T18:17:48.837Z] #45 100.7 CC criu/uts_ns.o [2020-02-04T18:17:48.837Z] #45 100.8 CC criu/vdso.o [2020-02-04T18:17:48.837Z] #45 101.2 LINK criu/built-in.o [2020-02-04T18:17:48.837Z] #45 101.3 LINK criu/criu [2020-02-04T18:17:48.837Z] #45 101.6 DEP lib/c/criu.d [2020-02-04T18:17:48.837Z] #45 101.6 CC images/rpc.pb-c.o [2020-02-04T18:17:48.837Z] #45 101.9 CC lib/c/criu.o [2020-02-04T18:17:48.837Z] #45 102.5 LINK lib/c/built-in.o [2020-02-04T18:17:48.837Z] #45 102.5 LINK lib/c/libcriu.so [2020-02-04T18:17:48.837Z] #45 102.6 GEN magic.py [2020-02-04T18:17:48.837Z] #45 102.6 Note: Building without setproctitle() and strlcpy() support. [2020-02-04T18:17:48.837Z] #45 102.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-04T18:17:48.837Z] #45 102.9 fatal: not a git repository (or any of the parent directories): .git [2020-02-04T18:17:48.837Z] #45 103.2 make[1]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.5 make[1]: 'images/built-in.o' is up to date. [2020-02-04T18:17:48.837Z] #45 103.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-04T18:17:48.837Z] #45 103.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-04T18:17:48.837Z] #45 103.6 make[1]: 'compel/libcompel.a' is up to date. [2020-02-04T18:17:48.837Z] #45 103.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-04T18:17:48.837Z] #45 103.6 make[1]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-04T18:17:48.837Z] #45 103.7 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.7 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.7 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.8 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.8 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.8 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.8 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.9 make[2]: Nothing to be done for 'all'. [2020-02-04T18:17:48.837Z] #45 103.9 INSTALL criu/criu [2020-02-04T18:17:48.837Z] #45 DONE 104.0s [2020-02-04T18:17:49.156Z] #62 ... [2020-02-04T18:17:49.156Z] [2020-02-04T18:17:49.156Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-04T18:17:49.220Z] [2020-02-04T18:17:49.220Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:49.414Z] #54 DONE 0.2s [2020-02-04T18:17:49.414Z] [2020-02-04T18:17:49.414Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:49.414Z] #62 ... [2020-02-04T18:17:49.414Z] [2020-02-04T18:17:49.414Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-04T18:17:49.414Z] #58 DONE 0.1s [2020-02-04T18:17:49.671Z] [2020-02-04T18:17:49.671Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:17:51.580Z] INFO: Sources obtained for gotestsum... [2020-02-04T18:17:51.580Z] INFO: Checkout done for gotestsum... [2020-02-04T18:17:53.110Z] INFO: Build done for gotestsum... [2020-02-04T18:17:53.705Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:17:53.705Z] [2020-02-04T18:17:53.706Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-04T18:17:53.706Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:17:53.706Z] HOSTNAME=188e54f62753 [2020-02-04T18:17:53.706Z] TESTDEBUG=0 [2020-02-04T18:17:53.706Z] DEST=bundles/test-integration [2020-02-04T18:17:53.706Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:17:53.706Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:17:53.706Z] container=docker [2020-02-04T18:17:53.706Z] HOME=/root [2020-02-04T18:17:53.706Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:17:53.706Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:17:53.706Z] VALIDATE_BRANCH=master [2020-02-04T18:17:53.706Z] TERM=xterm [2020-02-04T18:17:53.706Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:17:53.706Z] SHLVL=1 [2020-02-04T18:17:53.706Z] TIMEOUT=120m [2020-02-04T18:17:53.706Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:17:53.706Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:17:53.706Z] GO111MODULE=off [2020-02-04T18:17:53.706Z] DOCKER_EXPERIMENTAL=1 [2020-02-04T18:17:53.706Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-04T18:17:53.706Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:17:53.706Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:17:53.706Z] GOPATH=/go [2020-02-04T18:17:53.706Z] PKG_CONFIG=pkg-config [2020-02-04T18:17:53.706Z] _=/usr/bin/env [2020-02-04T18:17:53.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-04T18:18:00.391Z] #62 224.5 + bin/containerd-stress [2020-02-04T18:18:00.704Z] #63 ... [2020-02-04T18:18:00.704Z] [2020-02-04T18:18:00.704Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-04T18:18:00.704Z] #42 DONE 148.5s [2020-02-04T18:18:00.704Z] [2020-02-04T18:18:00.704Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:18:01.072Z] #58 ... [2020-02-04T18:18:01.072Z] [2020-02-04T18:18:01.072Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-04T18:18:01.072Z] #43 DONE 0.1s [2020-02-04T18:18:01.072Z] [2020-02-04T18:18:01.072Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:18:01.317Z] #62 226.4 + bin/containerd-shim [2020-02-04T18:18:01.445Z] #58 ... [2020-02-04T18:18:01.445Z] [2020-02-04T18:18:01.445Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-04T18:18:01.445Z] #46 DONE 0.1s [2020-02-04T18:18:01.445Z] [2020-02-04T18:18:01.445Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-04T18:18:01.445Z] #49 DONE 0.1s [2020-02-04T18:18:01.445Z] [2020-02-04T18:18:01.445Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-04T18:18:01.445Z] #52 DONE 0.1s [2020-02-04T18:18:01.445Z] [2020-02-04T18:18:01.445Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-04T18:18:01.445Z] #58 76.26 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-02-04T18:18:02.228Z] #58 77.14 + mkdir -p /build [2020-02-04T18:18:02.228Z] #58 77.14 + cp runc /build/runc [2020-02-04T18:18:02.607Z] #58 DONE 77.3s [2020-02-04T18:18:02.607Z] [2020-02-04T18:18:02.607Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:18:05.463Z] Removing intermediate container 027aaef2030e [2020-02-04T18:18:05.463Z] ---> 034c392eb3c6 [2020-02-04T18:18:05.463Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-02-04T18:18:05.463Z] ---> Running in 1574c1ccd0dd [2020-02-04T18:18:05.463Z] Removing intermediate container 1574c1ccd0dd [2020-02-04T18:18:05.463Z] ---> 673e24ab18a3 [2020-02-04T18:18:05.463Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-02-04T18:18:05.463Z] ---> Running in 3b03a6bfc3c3 [2020-02-04T18:18:05.463Z] Removing intermediate container 3b03a6bfc3c3 [2020-02-04T18:18:05.463Z] ---> 949e699bf174 [2020-02-04T18:18:05.463Z] Step 10/10 : COPY . . [2020-02-04T18:18:07.625Z] #54 ... [2020-02-04T18:18:07.625Z] [2020-02-04T18:18:07.625Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:18:07.625Z] #63 135.1 + bin/containerd [2020-02-04T18:18:07.869Z] #62 233.0 + bin/containerd-shim-runc-v1 [2020-02-04T18:18:11.135Z] #62 236.1 + bin/containerd-shim-runc-v2 [2020-02-04T18:18:11.594Z] #62 224.0 + bin/containerd-stress [2020-02-04T18:18:11.696Z] #62 236.9 + binaries [2020-02-04T18:18:11.696Z] #62 236.9 + mkdir -p /build [2020-02-04T18:18:11.696Z] #62 236.9 + cp bin/containerd /build/containerd [2020-02-04T18:18:11.696Z] #62 236.9 + cp bin/containerd-shim /build/containerd-shim [2020-02-04T18:18:11.952Z] #62 236.9 + cp bin/ctr /build/ctr [2020-02-04T18:18:12.160Z] #62 225.8 + bin/containerd-shim [2020-02-04T18:18:12.515Z] #62 DONE 237.4s [2020-02-04T18:18:12.741Z] #63 ... [2020-02-04T18:18:12.741Z] [2020-02-04T18:18:12.741Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:18:12.741Z] #54 DONE 159.8s [2020-02-04T18:18:12.741Z] [2020-02-04T18:18:12.741Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:18:12.741Z] #63 ... [2020-02-04T18:18:12.741Z] [2020-02-04T18:18:12.741Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-04T18:18:12.741Z] #55 DONE 0.1s [2020-02-04T18:18:12.741Z] [2020-02-04T18:18:12.741Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-04T18:18:12.741Z] #59 DONE 0.1s [2020-02-04T18:18:12.741Z] [2020-02-04T18:18:12.741Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-04T18:18:13.076Z] [2020-02-04T18:18:13.076Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-04T18:18:13.636Z] #63 DONE 0.3s [2020-02-04T18:18:13.636Z] [2020-02-04T18:18:13.636Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-04T18:18:13.636Z] #67 DONE 0.1s [2020-02-04T18:18:13.636Z] [2020-02-04T18:18:13.636Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-04T18:18:13.636Z] #69 DONE 0.2s [2020-02-04T18:18:13.891Z] [2020-02-04T18:18:13.891Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-04T18:18:13.891Z] #72 DONE 0.1s [2020-02-04T18:18:13.891Z] [2020-02-04T18:18:13.891Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-04T18:18:13.891Z] #73 DONE 0.0s [2020-02-04T18:18:14.147Z] [2020-02-04T18:18:14.147Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-04T18:18:14.872Z] #74 DONE 0.8s [2020-02-04T18:18:14.872Z] [2020-02-04T18:18:14.872Z] #75 exporting to image [2020-02-04T18:18:14.872Z] #75 exporting layers [2020-02-04T18:18:18.905Z] #62 232.4 + bin/containerd-shim-runc-v1 [2020-02-04T18:18:20.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-04T18:18:21.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-04T18:18:22.213Z] #62 235.5 + bin/containerd-shim-runc-v2 [2020-02-04T18:18:22.779Z] #62 236.4 + binaries [2020-02-04T18:18:22.779Z] #62 236.4 + mkdir -p /build [2020-02-04T18:18:22.779Z] #62 236.4 + cp bin/containerd /build/containerd [2020-02-04T18:18:22.779Z] #62 236.4 + cp bin/containerd-shim /build/containerd-shim [2020-02-04T18:18:22.779Z] #62 236.4 + cp bin/ctr /build/ctr [2020-02-04T18:18:22.961Z] #75 exporting layers 7.7s done [2020-02-04T18:18:22.961Z] #75 writing image sha256:2bebb59cf6056f1ae7e2aab8597e1dd220ebd27089ae15efe7264c678ebd671c [2020-02-04T18:18:22.961Z] #75 writing image sha256:2bebb59cf6056f1ae7e2aab8597e1dd220ebd27089ae15efe7264c678ebd671c done [2020-02-04T18:18:22.961Z] #75 naming to docker.io/library/docker:f464c31668db6fe781b3195f23dc786ee09e91c0 done [2020-02-04T18:18:22.961Z] #75 DONE 7.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-02-04T18:18:23.327Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40451/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/validate/default [2020-02-04T18:18:23.346Z] #62 DONE 237.1s [2020-02-04T18:18:24.257Z] Congratulations! All commits are properly signed with the DCO! [2020-02-04T18:18:24.258Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-02-04T18:18:24.258Z] No api/types/ or api/swagger.yaml changes in diff. [2020-02-04T18:18:24.258Z] Congratulations! All TOML source files changed here have valid syntax. [2020-02-04T18:18:24.258Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-02-04T18:18:24.258Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-02-04T18:18:24.258Z] Congratulations! No new tests were added to integration-cli. [2020-02-04T18:18:24.258Z] [2020-02-04T18:18:24.258Z] INFO Start validation with golang-ci-lint [2020-02-04T18:18:24.283Z] [2020-02-04T18:18:24.283Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-04T18:18:24.514Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-02-04T18:18:24.514Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-02-04T18:18:24.542Z] #63 DONE 0.3s [2020-02-04T18:18:24.542Z] [2020-02-04T18:18:24.542Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-04T18:18:24.800Z] #67 DONE 0.2s [2020-02-04T18:18:24.800Z] [2020-02-04T18:18:24.800Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-04T18:18:24.800Z] #69 DONE 0.2s [2020-02-04T18:18:24.800Z] [2020-02-04T18:18:24.800Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-04T18:18:24.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-04T18:18:25.059Z] #72 DONE 0.1s [2020-02-04T18:18:25.059Z] [2020-02-04T18:18:25.059Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-04T18:18:25.059Z] #73 DONE 0.0s [2020-02-04T18:18:25.059Z] [2020-02-04T18:18:25.059Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-04T18:18:25.993Z] #74 DONE 0.8s [2020-02-04T18:18:25.993Z] [2020-02-04T18:18:25.993Z] #75 exporting to image [2020-02-04T18:18:25.993Z] #75 exporting layers [2020-02-04T18:18:29.371Z] #63 155.4 + bin/containerd-stress [2020-02-04T18:18:29.371Z] #63 156.8 + bin/containerd-shim [2020-02-04T18:18:30.826Z] ---> 15e5dfb731f1 [2020-02-04T18:18:31.806Z] Successfully built 15e5dfb731f1 [2020-02-04T18:18:31.806Z] Successfully tagged docker:latest [2020-02-04T18:18:31.806Z] INFO: Image build ended at 02/04/2020 18:18:31. Duration:00:04:22.5822803 [2020-02-04T18:18:31.806Z] [2020-02-04T18:18:31.806Z] [2020-02-04T18:18:31.806Z] INFO: Building the test binaries at 02/04/2020 18:18:31... [2020-02-04T18:18:33.382Z] #63 161.4 + bin/containerd-shim-runc-v1 [2020-02-04T18:18:35.883Z] #63 163.8 + bin/containerd-shim-runc-v2 [2020-02-04T18:18:35.960Z] #75 exporting layers 8.4s done [2020-02-04T18:18:35.960Z] #75 writing image sha256:2947db1d8d2c6a5de8b1ecf8bad361c8fd3eae62de1278c7d297b874a2dc7a44 done [2020-02-04T18:18:35.960Z] #75 naming to docker.io/library/docker:f464c31668db6fe781b3195f23dc786ee09e91c0 done [2020-02-04T18:18:35.960Z] #75 DONE 8.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-02-04T18:18:36.295Z] #63 164.6 + binaries [2020-02-04T18:18:36.656Z] INFO: make.ps1 starting at 02/04/2020 18:18:35 [2020-02-04T18:18:36.656Z] INFO: Git commit (f464c31668) assumed from DOCKER_GITCOMMIT environment variable [2020-02-04T18:18:36.656Z] INFO: Invoking autogen... [2020-02-04T18:18:36.714Z] #63 164.6 + mkdir -p /build [2020-02-04T18:18:36.714Z] #63 164.6 + cp bin/containerd /build/containerd [2020-02-04T18:18:36.714Z] #63 164.7 + cp bin/containerd-shim /build/containerd-shim [2020-02-04T18:18:36.714Z] #63 164.7 + cp bin/ctr /build/ctr [2020-02-04T18:18:36.714Z] #63 DONE 164.8s [2020-02-04T18:18:36.983Z] [2020-02-04T18:18:36.983Z] Removing bundles/ [2020-02-04T18:18:36.983Z] [2020-02-04T18:18:36.983Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-04T18:18:36.983Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:18:36.983Z] GOOS="" GOARCH="" GOARM="" [2020-02-04T18:18:37.116Z] INFO: Building daemon... [2020-02-04T18:18:37.474Z] [2020-02-04T18:18:37.475Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-04T18:18:37.475Z] #64 DONE 0.1s [2020-02-04T18:18:37.475Z] [2020-02-04T18:18:37.475Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-04T18:18:37.475Z] #68 DONE 0.1s [2020-02-04T18:18:37.871Z] [2020-02-04T18:18:37.871Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-04T18:18:37.871Z] #70 DONE 0.1s [2020-02-04T18:18:37.871Z] [2020-02-04T18:18:37.871Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-04T18:18:37.871Z] #73 DONE 0.1s [2020-02-04T18:18:37.871Z] [2020-02-04T18:18:37.871Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-04T18:18:37.871Z] #74 DONE 0.0s [2020-02-04T18:18:38.218Z] [2020-02-04T18:18:38.218Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-04T18:18:38.569Z] #75 DONE 0.4s [2020-02-04T18:18:38.569Z] [2020-02-04T18:18:38.569Z] #76 exporting to oci image format [2020-02-04T18:18:38.569Z] #76 exporting layers [2020-02-04T18:18:47.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-04T18:18:47.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-04T18:18:47.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-04T18:18:47.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-04T18:18:47.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-04T18:18:50.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-04T18:18:51.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-04T18:18:53.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-04T18:18:56.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-04T18:18:58.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-04T18:18:59.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-04T18:19:02.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-04T18:19:03.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-04T18:19:03.558Z] #75 exporting layers 112.3s done [2020-02-04T18:19:03.558Z] #75 exporting manifest sha256:76fa1093802edc522f97de0003e3fbf0089171b1abab5163965126b4bd8f2175 done [2020-02-04T18:19:03.558Z] #75 exporting config sha256:0e264926df16f950bb0527970860af58541e299e6f39c4e344e91268f005f3ab done [2020-02-04T18:19:03.558Z] #75 sending tarball [2020-02-04T18:19:04.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-04T18:19:06.309Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-04T18:19:06.309Z] Using test binary docker [2020-02-04T18:19:06.309Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-04T18:19:06.309Z] +++ /etc/init.d/apparmor start [2020-02-04T18:19:06.309Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:19:06.309Z] INFO: Waiting for daemon to start... [2020-02-04T18:19:06.309Z] Starting dockerd [2020-02-04T18:19:06.309Z] +++ 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-02-04T18:19:08.664Z] . [2020-02-04T18:19:08.664Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-04T18:19:08.664Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-04T18:19:08.664Z] Error: No such image: emptyfs [2020-02-04T18:19:08.664Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-04T18:19:08.664Z] ++++ docker load [2020-02-04T18:19:08.923Z] Running integration-test (iteration 1) [2020-02-04T18:19:08.923Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-02-04T18:19:08.924Z] ++ 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-02-04T18:19:08.924Z] ++ set -e [2020-02-04T18:19:08.924Z] ++ '[' -n 0 ']' [2020-02-04T18:19:08.924Z] ++ set -x [2020-02-04T18:19:08.924Z] ++ 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= 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-02-04T18:19:18.905Z] Loaded image: buildpack-deps:jessie [2020-02-04T18:19:18.905Z] Loaded image: busybox:latest [2020-02-04T18:19:18.905Z] Loaded image: busybox:glibc [2020-02-04T18:19:18.905Z] Loaded image: debian:jessie [2020-02-04T18:19:18.905Z] Loaded image: hello-world:latest [2020-02-04T18:19:18.905Z] INFO: Testing against a local daemon [2020-02-04T18:19:18.905Z] === RUN TestCgroupNamespacesBuild [2020-02-04T18:19:20.248Z] #76 exporting layers 41.3s done [2020-02-04T18:19:20.249Z] #76 exporting manifest sha256:b847a58a6d210397f2d53230467839d1854b8b77e84377ef943819b9af52e955 done [2020-02-04T18:19:20.249Z] #76 exporting config sha256:6bc5f3bd3dad7d8fd373bbcd31067b14d10d2771f2a5f9fbe6b198f1fe7e1ad6 done [2020-02-04T18:19:20.249Z] #76 sending tarball [2020-02-04T18:19:22.790Z] #75 ... [2020-02-04T18:19:22.790Z] [2020-02-04T18:19:22.790Z] #76 importing to docker [2020-02-04T18:19:22.790Z] #76 ... [2020-02-04T18:19:22.790Z] [2020-02-04T18:19:22.790Z] #75 exporting to oci image format [2020-02-04T18:19:22.790Z] #75 sending tarball 18.6s done [2020-02-04T18:19:22.790Z] #75 DONE 131.0s [2020-02-04T18:19:22.790Z] [2020-02-04T18:19:22.790Z] #76 importing to docker [2020-02-04T18:19:23.151Z] --- PASS: TestCgroupNamespacesBuild (4.26s) [2020-02-04T18:19:23.151Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-04T18:19:24.087Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-02-04T18:19:24.087Z] === RUN TestBuildWithSession [2020-02-04T18:19:24.087Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-04T18:19:24.087Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:19:24.087Z] === RUN TestBuildSquashParent [2020-02-04T18:19:27.112Z] #76 ... [2020-02-04T18:19:27.112Z] [2020-02-04T18:19:27.112Z] #77 importing to docker [2020-02-04T18:19:27.112Z] #77 ... [2020-02-04T18:19:27.112Z] [2020-02-04T18:19:27.112Z] #76 exporting to oci image format [2020-02-04T18:19:27.112Z] #76 sending tarball 7.3s done [2020-02-04T18:19:27.112Z] #76 DONE 48.8s [2020-02-04T18:19:27.467Z] [2020-02-04T18:19:27.467Z] #77 importing to docker [2020-02-04T18:19:30.661Z] --- PASS: TestBuildSquashParent (6.60s) [2020-02-04T18:19:30.661Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-04T18:19:30.919Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:19:30.919Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:19:30.919Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:19:30.919Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:19:30.919Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:19:30.919Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:19:30.919Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:19:30.919Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:19:30.919Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:19:30.919Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:19:30.919Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:19:30.919Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:19:30.919Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:19:30.919Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:19:30.919Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:19:30.919Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:19:33.458Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:19:34.032Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.73s) [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.09s) [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.10s) [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s) [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.23s) [2020-02-04T18:19:35.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.98s) [2020-02-04T18:19:35.939Z] === RUN TestBuildMultiStageCopy [2020-02-04T18:19:35.939Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-04T18:19:38.472Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-04T18:19:38.731Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-04T18:19:39.298Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-04T18:19:39.866Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-04T18:19:40.433Z] --- PASS: TestBuildMultiStageCopy (4.44s) [2020-02-04T18:19:40.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.31s) [2020-02-04T18:19:40.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-02-04T18:19:40.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-02-04T18:19:40.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2020-02-04T18:19:40.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-02-04T18:19:40.433Z] === RUN TestBuildMultiStageParentConfig [2020-02-04T18:19:41.810Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2020-02-04T18:19:41.810Z] === RUN TestBuildLabelWithTargets [2020-02-04T18:19:44.353Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2020-02-04T18:19:44.353Z] === RUN TestBuildWithEmptyLayers [2020-02-04T18:19:44.921Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-02-04T18:19:44.921Z] === RUN TestBuildMultiStageOnBuild [2020-02-04T18:19:47.273Z] #77 DONE 18.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-04T18:19:48.210Z] --- PASS: TestBuildMultiStageOnBuild (2.74s) [2020-02-04T18:19:48.210Z] === RUN TestBuildUncleanTarFilenames [2020-02-04T18:19:48.210Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/test/unit [2020-02-04T18:19:49.146Z] --- PASS: TestBuildUncleanTarFilenames (1.33s) [2020-02-04T18:19:49.146Z] === RUN TestBuildMultiStageLayerLeak [2020-02-04T18:19:49.759Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-02-04T18:19:49.759Z] [2020-02-04T18:19:49.759Z] ________ ____ __. [2020-02-04T18:19:49.759Z] \_____ \ | |/ _| [2020-02-04T18:19:49.759Z] / | \| < [2020-02-04T18:19:49.759Z] / | \ | \ [2020-02-04T18:19:49.759Z] \_______ /____|__ \ [2020-02-04T18:19:49.759Z] \/ \/ [2020-02-04T18:19:49.759Z] [2020-02-04T18:19:49.759Z] INFO: make.ps1 ended at 02/04/2020 18:19:42 [2020-02-04T18:19:49.759Z] INFO: Binaries build ended at 02/04/2020 18:19:44. Duration:00:01:13.1265331 [2020-02-04T18:19:49.759Z] INFO: Copying the built daemon binary to d:\CI\PR-40451\4\binary\dockerd-f464c31668.exe... [2020-02-04T18:19:49.759Z] INFO: Copying the built client binary to d:\CI\PR-40451\4\binary\docker-f464c31668.exe... [2020-02-04T18:19:49.759Z] INFO: Copying dockerversion from the container... [2020-02-04T18:19:49.759Z] INFO: Copying the golang package from the container to d:\CI\PR-40451\4\installer\go.zip... [2020-02-04T18:19:51.054Z] ? github.com/docker/docker/api [no test files] [2020-02-04T18:19:51.289Z] INFO: Extracting go.zip to d:\CI\PR-40451\4\go [2020-02-04T18:19:52.433Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s) [2020-02-04T18:19:52.433Z] === RUN TestBuildWithHugeFile [2020-02-04T18:19:58.429Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:19:58.429Z] [2020-02-04T18:19:58.429Z] [2020-02-04T18:19:58.688Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-02-04T18:19:58.947Z] [2020-02-04T18:19:58.947Z] [2020-02-04T18:19:59.205Z] [2020-02-04T18:19:59.205Z] Found new integrations tests: [2020-02-04T18:19:59.205Z] +func TestCreateTmpfsOverrideAnonymousVolume(t *testing.T) { [2020-02-04T18:19:59.205Z] Running stress test for them. [2020-02-04T18:19:59.205Z] Using test flags: -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:19:59.205Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-04T18:19:59.205Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-04T18:19:59.205Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:19:59.205Z] HOSTNAME=5cf5ee7789a3 [2020-02-04T18:19:59.205Z] TEST_SKIP_INTEGRATION=1 [2020-02-04T18:19:59.205Z] TESTDEBUG=0 [2020-02-04T18:19:59.205Z] DEST=bundles/test-integration [2020-02-04T18:19:59.205Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:19:59.205Z] KEEPBUNDLE=1 [2020-02-04T18:19:59.205Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:19:59.205Z] container=docker [2020-02-04T18:19:59.205Z] HOME=/root [2020-02-04T18:19:59.205Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:19:59.205Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:19:59.205Z] VALIDATE_BRANCH=master [2020-02-04T18:19:59.205Z] TERM=xterm [2020-02-04T18:19:59.205Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:19:59.205Z] SHLVL=1 [2020-02-04T18:19:59.205Z] TIMEOUT=120m [2020-02-04T18:19:59.205Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:19:59.205Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:19:59.205Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-02-04T18:19:59.205Z] GO111MODULE=off [2020-02-04T18:19:59.205Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:19:59.205Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:19:59.205Z] GOPATH=/go [2020-02-04T18:19:59.205Z] PKG_CONFIG=pkg-config [2020-02-04T18:19:59.205Z] _=/usr/bin/env [2020-02-04T18:19:59.205Z] Building test suite binary ./integration-cli/test.main [2020-02-04T18:19:59.205Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:19:59.205Z] HOSTNAME=40b9d584db33 [2020-02-04T18:19:59.205Z] TEST_SKIP_INTEGRATION=1 [2020-02-04T18:19:59.205Z] TESTDEBUG=0 [2020-02-04T18:19:59.205Z] DEST=bundles/test-integration [2020-02-04T18:19:59.205Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:19:59.205Z] KEEPBUNDLE=1 [2020-02-04T18:19:59.205Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:19:59.205Z] container=docker [2020-02-04T18:19:59.205Z] HOME=/root [2020-02-04T18:19:59.205Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:19:59.205Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:19:59.205Z] VALIDATE_BRANCH=master [2020-02-04T18:19:59.205Z] TERM=xterm [2020-02-04T18:19:59.205Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:19:59.205Z] SHLVL=1 [2020-02-04T18:19:59.205Z] TIMEOUT=120m [2020-02-04T18:19:59.205Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:19:59.205Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:19:59.205Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-02-04T18:19:59.205Z] GO111MODULE=off [2020-02-04T18:19:59.205Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:19:59.205Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:19:59.205Z] GOPATH=/go [2020-02-04T18:19:59.205Z] PKG_CONFIG=pkg-config [2020-02-04T18:19:59.205Z] _=/usr/bin/env [2020-02-04T18:19:59.205Z] Building test suite binary ./integration-cli/test.main [2020-02-04T18:20:00.587Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:20:00.587Z] HOSTNAME=b62ed97214c3 [2020-02-04T18:20:00.587Z] TESTDEBUG=0 [2020-02-04T18:20:00.587Z] DEST=bundles/test-integration-flaky [2020-02-04T18:20:00.587Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:20:00.587Z] KEEPBUNDLE=1 [2020-02-04T18:20:00.587Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:20:00.587Z] container=docker [2020-02-04T18:20:00.587Z] HOME=/root [2020-02-04T18:20:00.587Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:20:00.587Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:20:00.587Z] VALIDATE_BRANCH=master [2020-02-04T18:20:00.587Z] TERM=xterm [2020-02-04T18:20:00.587Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:20:00.587Z] SHLVL=1 [2020-02-04T18:20:00.587Z] TIMEOUT=120m [2020-02-04T18:20:00.587Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:20:00.587Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:20:00.587Z] TESTFLAGS=-test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:20:00.587Z] GO111MODULE=off [2020-02-04T18:20:00.587Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-04T18:20:00.587Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:20:00.587Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:20:00.587Z] TEST_REPEAT=5 [2020-02-04T18:20:00.587Z] GOPATH=/go [2020-02-04T18:20:00.587Z] PKG_CONFIG=pkg-config [2020-02-04T18:20:00.587Z] _=/usr/bin/env [2020-02-04T18:20:00.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-04T18:20:00.613Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2020-02-04T18:20:02.110Z] #76 DONE 36.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-04T18:20:02.557Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/test/unit [2020-02-04T18:20:06.998Z] ? github.com/docker/docker/api [no test files] [2020-02-04T18:20:16.390Z] INFO: Extraction ended at 02/04/2020 18:20:14. Duration:00:00:23.3435883 [2020-02-04T18:20:16.390Z] INFO: Updating the golang and path environment variables [2020-02-04T18:20:16.390Z] INFO: GOPATH=d:\gopath [2020-02-04T18:20:16.390Z] INFO: go version go1.13.7 windows/amd64 [2020-02-04T18:20:16.390Z] INFO: Running the daemon under test in debug mode [2020-02-04T18:20:16.390Z] INFO: Starting a daemon under test... [2020-02-04T18:20:16.390Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40451\4\daemon --pidfile d:\CI\PR-40451\4\docker.pid -D [2020-02-04T18:20:16.390Z] INFO: Process started successfully. [2020-02-04T18:20:16.390Z] INFO: Start tailing logs of the daemon under tests [2020-02-04T18:20:16.390Z] INFO: Waiting for the daemon under test to start... [2020-02-04T18:20:18.558Z] INFO: Daemon under test started and replied! [2020-02-04T18:20:18.558Z] INFO: Docker version of the daemon under test [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] Client: [2020-02-04T18:20:18.558Z] Version: 17.06.2-ce [2020-02-04T18:20:18.558Z] API version: 1.30 [2020-02-04T18:20:18.558Z] Go version: go1.8.3 [2020-02-04T18:20:18.558Z] Git commit: cec0b72 [2020-02-04T18:20:18.558Z] Built: Tue Sep 5 19:57:19 2017 [2020-02-04T18:20:18.558Z] OS/Arch: windows/amd64 [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] Server: [2020-02-04T18:20:18.558Z] Version: 0.0.0-dev [2020-02-04T18:20:18.558Z] API version: 1.41 (minimum version 1.24) [2020-02-04T18:20:18.558Z] Go version: go1.13.7 [2020-02-04T18:20:18.558Z] Git commit: f464c31668 [2020-02-04T18:20:18.558Z] Built: 02/04/2020 18:18:36 [2020-02-04T18:20:18.558Z] OS/Arch: windows/amd64 [2020-02-04T18:20:18.558Z] Experimental: false [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] INFO: Docker info of the daemon under test [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] Containers: 0 [2020-02-04T18:20:18.558Z] Running: 0 [2020-02-04T18:20:18.558Z] Paused: 0 [2020-02-04T18:20:18.558Z] Stopped: 0 [2020-02-04T18:20:18.558Z] Images: 0 [2020-02-04T18:20:18.558Z] Server Version: 0.0.0-dev [2020-02-04T18:20:18.558Z] Storage Driver: windowsfilter [2020-02-04T18:20:18.558Z] Windows: [2020-02-04T18:20:18.558Z] Logging Driver: json-file [2020-02-04T18:20:18.558Z] Plugins: [2020-02-04T18:20:18.558Z] Volume: local [2020-02-04T18:20:18.558Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-04T18:20:18.558Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-04T18:20:18.558Z] Swarm: inactive [2020-02-04T18:20:18.558Z] Default Isolation: process [2020-02-04T18:20:18.558Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-04T18:20:18.558Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-04T18:20:18.558Z] OSType: windows [2020-02-04T18:20:18.558Z] Architecture: x86_64 [2020-02-04T18:20:18.558Z] CPUs: 4 [2020-02-04T18:20:18.558Z] Total Memory: 32GiB [2020-02-04T18:20:18.558Z] Name: azwin-2-f92230 [2020-02-04T18:20:18.558Z] ID: NTLK:J5KE:TMWS:ZWH7:MXU4:HJSI:EEBX:A246:X7R5:5HUL:RS4M:KO64 [2020-02-04T18:20:18.558Z] Docker Root Dir: D:\CI\PR-40451\4\daemon [2020-02-04T18:20:18.558Z] Debug Mode (client): false [2020-02-04T18:20:18.558Z] Debug Mode (server): true [2020-02-04T18:20:18.558Z] File Descriptors: -1 [2020-02-04T18:20:18.558Z] Goroutines: 17 [2020-02-04T18:20:18.558Z] System Time: 2020-02-04T18:20:18.1082199Z [2020-02-04T18:20:18.558Z] EventsListeners: 0 [2020-02-04T18:20:18.558Z] Registry: https://index.docker.io/v1/ [2020-02-04T18:20:18.558Z] Labels: [2020-02-04T18:20:18.558Z] Experimental: false [2020-02-04T18:20:18.558Z] Insecure Registries: [2020-02-04T18:20:18.558Z] 127.0.0.0/8 [2020-02-04T18:20:18.558Z] Live Restore Enabled: false [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] INFO: Docker images of the daemon under test [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-04T18:20:18.558Z] [2020-02-04T18:20:18.558Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-02-04T18:20:18.558Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-02-04T18:20:18.558Z] ltsc2019: Pulling from windows/servercore [2020-02-04T18:20:19.018Z] 65014b3c3121: Pulling fs layer [2020-02-04T18:20:19.018Z] edbd72df76b4: Pulling fs layer [2020-02-04T18:20:26.142Z] edbd72df76b4: Verifying Checksum [2020-02-04T18:20:26.142Z] edbd72df76b4: Download complete [2020-02-04T18:20:29.417Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2020-02-04T18:20:30.969Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|name|types_sizes|files) took 1m53.785464126s [2020-02-04T18:20:30.969Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.396601ms [2020-02-04T18:20:31.935Z] 65014b3c3121: Verifying Checksum [2020-02-04T18:20:31.936Z] 65014b3c3121: Download complete [2020-02-04T18:20:39.122Z] --- PASS: TestBuildWithHugeFile (42.93s) [2020-02-04T18:20:39.122Z] === RUN TestBuildWithEmptyDockerfile [2020-02-04T18:20:39.122Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:20:39.122Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:20:39.122Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:20:39.122Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:20:39.122Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:20:39.122Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:20:39.122Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:20:39.122Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:20:39.122Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:20:39.122Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2020-02-04T18:20:39.122Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-02-04T18:20:39.122Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-02-04T18:20:39.122Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2020-02-04T18:20:39.122Z] === RUN TestBuildPreserveOwnership [2020-02-04T18:20:39.122Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-04T18:20:39.381Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-04T18:20:41.284Z] --- PASS: TestBuildPreserveOwnership (5.96s) [2020-02-04T18:20:41.284Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.91s) [2020-02-04T18:20:41.284Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.02s) [2020-02-04T18:20:41.284Z] === RUN TestBuildPlatformInvalid [2020-02-04T18:20:41.544Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-02-04T18:20:41.544Z] PASS [2020-02-04T18:20:41.544Z] [2020-02-04T18:20:41.544Z] === Skipped [2020-02-04T18:20:41.544Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-02-04T18:20:41.544Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:20:41.544Z] [2020-02-04T18:20:41.544Z] [2020-02-04T18:20:41.544Z] DONE 32 tests, 1 skipped in 92.609s [2020-02-04T18:20:41.544Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-02-04T18:20:41.544Z] ++ 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-02-04T18:20:41.544Z] ++ set -e [2020-02-04T18:20:41.544Z] ++ '[' -n 0 ']' [2020-02-04T18:20:41.544Z] ++ set -x [2020-02-04T18:20:41.544Z] ++ 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= 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-02-04T18:20:41.544Z] INFO: Testing against a local daemon [2020-02-04T18:20:41.544Z] === RUN TestConfigList [2020-02-04T18:20:45.733Z] --- PASS: TestConfigList (3.45s) [2020-02-04T18:20:45.733Z] === RUN TestConfigsCreateAndDelete [2020-02-04T18:20:48.266Z] --- PASS: TestConfigsCreateAndDelete (3.24s) [2020-02-04T18:20:48.266Z] === RUN TestConfigsUpdate [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.5% of statements [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/builder/remotecontext 0.293s coverage: 13.6% of statements [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/builder/dockerfile 0.904s coverage: 48.2% of statements [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/builder/remotecontext/git 0.511s coverage: 86.3% of statements [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/cli [no test files] [2020-02-04T18:20:49.540Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-04T18:20:49.540Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-02-04T18:20:51.553Z] --- PASS: TestConfigsUpdate (3.26s) [2020-02-04T18:20:51.553Z] === RUN TestTemplatedConfig [2020-02-04T18:20:52.702Z] ok github.com/docker/docker/client 0.128s coverage: 75.8% of statements [2020-02-04T18:20:55.742Z] --- PASS: TestTemplatedConfig (3.43s) [2020-02-04T18:20:55.742Z] === RUN TestConfigInspect [2020-02-04T18:20:58.276Z] --- PASS: TestConfigInspect (2.76s) [2020-02-04T18:20:58.276Z] === RUN TestConfigCreateWithLabels [2020-02-04T18:21:01.562Z] --- PASS: TestConfigCreateWithLabels (3.22s) [2020-02-04T18:21:01.562Z] === RUN TestConfigCreateResolve [2020-02-04T18:21:04.096Z] --- PASS: TestConfigCreateResolve (2.69s) [2020-02-04T18:21:04.096Z] === RUN TestConfigDaemonLibtrustID [2020-02-04T18:21:04.355Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2020-02-04T18:21:04.355Z] PASS [2020-02-04T18:21:04.355Z] [2020-02-04T18:21:04.355Z] DONE 8 tests in 22.850s [2020-02-04T18:21:04.355Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-02-04T18:21:04.355Z] ++ 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-02-04T18:21:04.355Z] ++ set -e [2020-02-04T18:21:04.355Z] ++ '[' -n 0 ']' [2020-02-04T18:21:04.355Z] ++ set -x [2020-02-04T18:21:04.355Z] ++ 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= 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-02-04T18:21:04.614Z] INFO: Testing against a local daemon [2020-02-04T18:21:04.614Z] === RUN TestCheckpoint [2020-02-04T18:21:04.614Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-04T18:21:04.614Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:21:04.614Z] === RUN TestContainerInvalidJSON [2020-02-04T18:21:04.614Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:21:04.614Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:21:04.614Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:21:04.614Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:21:04.614Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:21:04.614Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:21:04.614Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:21:04.614Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:21:04.614Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:21:04.614Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-04T18:21:04.614Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-04T18:21:04.614Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-04T18:21:04.614Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-04T18:21:04.614Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-04T18:21:04.614Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-02-04T18:21:04.614Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-04T18:21:04.872Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-02-04T18:21:04.872Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-04T18:21:04.872Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-02-04T18:21:04.872Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-04T18:21:05.131Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-02-04T18:21:05.131Z] === RUN TestCopyFromContainer [2020-02-04T18:21:07.035Z] === RUN TestCopyFromContainer// [2020-02-04T18:21:07.035Z] === RUN TestCopyFromContainer//bar/root [2020-02-04T18:21:07.293Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-04T18:21:07.293Z] === RUN TestCopyFromContainer/bar/quux [2020-02-04T18:21:07.552Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-04T18:21:07.552Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-04T18:21:07.811Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-04T18:21:07.811Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-04T18:21:08.070Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-04T18:21:08.070Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer (3.19s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-02-04T18:21:08.329Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-02-04T18:21:08.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-04T18:21:08.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:21:08.329Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:21:08.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:21:08.329Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:21:08.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:21:08.329Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:21:08.329Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:21:08.329Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:21:08.329Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:21:08.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-02-04T18:21:08.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-04T18:21:08.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-04T18:21:08.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-02-04T18:21:08.329Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-04T18:21:08.329Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-02-04T18:21:08.329Z] === RUN TestCreateWithInvalidEnv [2020-02-04T18:21:08.329Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-04T18:21:08.329Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-04T18:21:08.329Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-04T18:21:08.329Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-04T18:21:08.329Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-04T18:21:08.329Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-04T18:21:08.329Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-04T18:21:08.329Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-04T18:21:08.329Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-04T18:21:08.329Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-02-04T18:21:08.329Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-04T18:21:08.329Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-04T18:21:08.329Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-04T18:21:08.329Z] === RUN TestCreateTmpfsMountsTarget [2020-02-04T18:21:08.329Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-02-04T18:21:08.329Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s) [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:21:10.865Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:21:10.865Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-02-04T18:21:10.865Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-02-04T18:21:10.865Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-04T18:21:13.402Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.35s) [2020-02-04T18:21:13.402Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-04T18:21:13.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:21:13.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:21:13.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:21:13.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:21:13.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:21:13.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:21:13.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:21:13.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:21:13.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:21:13.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:21:13.402Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:21:13.402Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:21:13.402Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:21:13.402Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:21:13.402Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:21:13.402Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-04T18:21:13.402Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-02-04T18:21:13.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-02-04T18:21:13.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-02-04T18:21:13.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-02-04T18:21:13.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-02-04T18:21:13.403Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:21:13.970Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2020-02-04T18:21:13.970Z] === RUN TestContainerStartOnDaemonRestart [2020-02-04T18:21:13.970Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-04T18:21:13.970Z] === RUN TestDaemonRestartIpcMode [2020-02-04T18:21:13.970Z] === PAUSE TestDaemonRestartIpcMode [2020-02-04T18:21:13.970Z] === RUN TestDaemonHostGatewayIP [2020-02-04T18:21:13.970Z] === PAUSE TestDaemonHostGatewayIP [2020-02-04T18:21:13.970Z] === RUN TestDiff [2020-02-04T18:21:14.907Z] --- PASS: TestDiff (0.80s) [2020-02-04T18:21:14.907Z] === RUN TestExecWithCloseStdin [2020-02-04T18:21:15.844Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-02-04T18:21:15.844Z] === RUN TestExec [2020-02-04T18:21:16.763Z] ok github.com/docker/docker/cmd/dockerd 0.038s coverage: 30.6% of statements [2020-02-04T18:21:16.780Z] --- PASS: TestExec (0.90s) [2020-02-04T18:21:16.780Z] === RUN TestExecUser [2020-02-04T18:21:17.718Z] --- PASS: TestExecUser (0.91s) [2020-02-04T18:21:17.718Z] === RUN TestExportContainerAndImportImage [2020-02-04T18:21:18.026Z] ok github.com/docker/docker/container 0.108s coverage: 35.3% of statements [2020-02-04T18:21:18.026Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-04T18:21:18.026Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-04T18:21:18.026Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-04T18:21:18.026Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-04T18:21:18.654Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2020-02-04T18:21:18.654Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-04T18:21:21.189Z] --- PASS: TestExportContainerAfterDaemonRestart (2.05s) [2020-02-04T18:21:21.189Z] === RUN TestHealthCheckWorkdir [2020-02-04T18:21:21.758Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2020-02-04T18:21:21.758Z] === RUN TestHealthKillContainer [2020-02-04T18:21:24.303Z] ok github.com/docker/docker/daemon/cluster 0.046s coverage: 0.5% of statements [2020-02-04T18:21:25.044Z] --- PASS: TestHealthKillContainer (2.96s) [2020-02-04T18:21:25.044Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-04T18:21:25.082Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-02-04T18:21:25.611Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2020-02-04T18:21:25.611Z] === RUN TestIpcModeNone [2020-02-04T18:21:26.390Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.7% of statements [2020-02-04T18:21:26.548Z] --- PASS: TestIpcModeNone (0.90s) [2020-02-04T18:21:26.548Z] === RUN TestIpcModePrivate [2020-02-04T18:21:27.485Z] --- PASS: TestIpcModePrivate (0.89s) [2020-02-04T18:21:27.485Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:101, shared: false, mustBeShared: false [2020-02-04T18:21:27.485Z] === RUN TestIpcModeShareable [2020-02-04T18:21:28.436Z] --- PASS: TestIpcModeShareable (1.01s) [2020-02-04T18:21:28.436Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:95, shared: true, mustBeShared: true [2020-02-04T18:21:28.436Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-04T18:21:31.725Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.82s) [2020-02-04T18:21:31.725Z] === RUN TestAPIIpcModeHost [2020-02-04T18:21:31.725Z] --- PASS: TestAPIIpcModeHost (0.70s) [2020-02-04T18:21:31.725Z] === RUN TestDaemonIpcModeShareable [2020-02-04T18:21:33.116Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.6% of statements [2020-02-04T18:21:33.630Z] --- PASS: TestDaemonIpcModeShareable (1.94s) [2020-02-04T18:21:33.630Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2020-02-04T18:21:33.630Z] === RUN TestDaemonIpcModePrivate [2020-02-04T18:21:34.882Z] ok github.com/docker/docker/daemon/config 0.021s coverage: 82.1% of statements [2020-02-04T18:21:35.237Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-02-04T18:21:36.005Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-02-04T18:21:36.005Z] ok github.com/docker/docker/daemon 12.207s coverage: 17.5% of statements [2020-02-04T18:21:36.005Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-04T18:21:36.005Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-04T18:21:36.005Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-04T18:21:36.005Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-04T18:21:36.165Z] --- PASS: TestDaemonIpcModePrivate (1.93s) [2020-02-04T18:21:36.165Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-02-04T18:21:36.165Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-04T18:21:37.254Z] ok github.com/docker/docker/daemon/graphdriver 0.019s coverage: 2.2% of statements [2020-02-04T18:21:37.540Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.93s) [2020-02-04T18:21:37.540Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-02-04T18:21:37.540Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-04T18:21:39.064Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-02-04T18:21:39.445Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-02-04T18:21:39.445Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2020-02-04T18:21:39.445Z] === RUN TestIpcModeOlderClient [2020-02-04T18:21:39.445Z] === PAUSE TestIpcModeOlderClient [2020-02-04T18:21:39.445Z] === RUN TestKillContainerInvalidSignal [2020-02-04T18:21:39.816Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.225s coverage: 57.9% of statements [2020-02-04T18:21:40.384Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-02-04T18:21:40.384Z] === RUN TestKillContainer [2020-02-04T18:21:40.384Z] === RUN TestKillContainer/no_signal [2020-02-04T18:21:41.321Z] === RUN TestKillContainer/non_killing_signal [2020-02-04T18:21:41.579Z] === RUN TestKillContainer/killing_signal [2020-02-04T18:21:42.955Z] --- PASS: TestKillContainer (2.41s) [2020-02-04T18:21:42.955Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-02-04T18:21:42.955Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-02-04T18:21:42.955Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2020-02-04T18:21:42.955Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-04T18:21:42.955Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-04T18:21:43.523Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-04T18:21:44.459Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.58s) [2020-02-04T18:21:44.459Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-02-04T18:21:44.459Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-02-04T18:21:44.459Z] === RUN TestKillStoppedContainer [2020-02-04T18:21:44.459Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-02-04T18:21:44.459Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-04T18:21:44.459Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-04T18:21:44.459Z] === RUN TestKillDifferentUserContainer [2020-02-04T18:21:45.396Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2020-02-04T18:21:45.396Z] === RUN TestInspectOomKilledTrue [2020-02-04T18:21:45.396Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-04T18:21:45.396Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:21:45.396Z] === RUN TestInspectOomKilledFalse [2020-02-04T18:21:45.396Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-04T18:21:45.396Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:21:45.396Z] === RUN TestLinksEtcHostsContentMatch [2020-02-04T18:21:45.938Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.299s coverage: 46.2% of statements [2020-02-04T18:21:45.964Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2020-02-04T18:21:45.964Z] === RUN TestLinksContainerNames [2020-02-04T18:21:47.848Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.001s coverage: 48.6% of statements [2020-02-04T18:21:47.867Z] --- PASS: TestLinksContainerNames (1.52s) [2020-02-04T18:21:47.867Z] === RUN TestLogsFollowTailEmpty [2020-02-04T18:21:48.434Z] --- PASS: TestLogsFollowTailEmpty (0.81s) [2020-02-04T18:21:48.434Z] === RUN TestContainerNetworkMountsNoChown [2020-02-04T18:21:49.370Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/default [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/default [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/private [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/private [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rprivate [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/slave [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/slave [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rslave [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/shared [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/shared [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rshared [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/default [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rslave [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rshared [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rprivate [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/slave [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/private [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/shared [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-04T18:21:49.370Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:21:49.370Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-04T18:21:49.370Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-04T18:21:49.629Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-02-04T18:21:49.629Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-02-04T18:21:49.629Z] === RUN TestContainerBindMountNonRecursive [2020-02-04T18:21:49.698Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.320s coverage: 72.5% of statements [2020-02-04T18:21:49.698Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-04T18:21:51.463Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.579s coverage: 76.1% of statements [2020-02-04T18:21:51.532Z] --- PASS: TestContainerBindMountNonRecursive (1.98s) [2020-02-04T18:21:51.532Z] === RUN TestNetworkNat [2020-02-04T18:21:52.242Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-02-04T18:21:52.468Z] --- PASS: TestNetworkNat (0.92s) [2020-02-04T18:21:52.469Z] === RUN TestNetworkLocalhostTCPNat [2020-02-04T18:21:53.075Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-02-04T18:21:53.406Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2020-02-04T18:21:53.406Z] === RUN TestNetworkLoopbackNat [2020-02-04T18:21:54.784Z] --- PASS: TestNetworkLoopbackNat (1.19s) [2020-02-04T18:21:54.784Z] === RUN TestPause [2020-02-04T18:21:54.852Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.9% of statements [2020-02-04T18:21:54.852Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.622s coverage: 59.8% of statements [2020-02-04T18:21:54.852Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-04T18:21:54.852Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-04T18:21:54.852Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-04T18:21:55.215Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2020-02-04T18:21:55.215Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-04T18:21:55.720Z] --- PASS: TestPause (0.85s) [2020-02-04T18:21:55.720Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-04T18:21:55.720Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:21:55.720Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:21:55.720Z] === RUN TestPauseStopPausedContainer [2020-02-04T18:21:56.004Z] ok github.com/docker/docker/daemon/logger 0.209s coverage: 42.7% of statements [2020-02-04T18:21:56.288Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-02-04T18:21:56.288Z] === RUN TestPsFilter [2020-02-04T18:21:56.386Z] ok github.com/docker/docker/daemon/logger/awslogs 0.071s coverage: 77.4% of statements [2020-02-04T18:21:56.386Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-04T18:21:56.386Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-04T18:21:56.547Z] --- PASS: TestPsFilter (0.29s) [2020-02-04T18:21:56.547Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-04T18:21:57.597Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2020-02-04T18:21:57.597Z] === RUN TestRemoveContainerWithVolume [2020-02-04T18:21:57.904Z] ok github.com/docker/docker/daemon/logger/gelf 0.021s coverage: 67.0% of statements [2020-02-04T18:21:57.904Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 26.2% of statements [2020-02-04T18:21:58.164Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-02-04T18:21:58.164Z] === RUN TestRemoveContainerRunning [2020-02-04T18:21:58.684Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [2020-02-04T18:21:58.684Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 62.1% of statements [2020-02-04T18:21:59.102Z] --- PASS: TestRemoveContainerRunning (0.80s) [2020-02-04T18:21:59.102Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-04T18:21:59.925Z] ok github.com/docker/docker/daemon/logger/local 0.023s coverage: 74.7% of statements [2020-02-04T18:21:59.925Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-04T18:21:59.925Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.008s coverage: 19.9% of statements [2020-02-04T18:22:00.038Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2020-02-04T18:22:00.038Z] === RUN TestRemoveInvalidContainer [2020-02-04T18:22:00.038Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-04T18:22:00.038Z] === RUN TestRenameLinkedContainer [2020-02-04T18:22:00.704Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-02-04T18:22:01.111Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-02-04T18:22:01.909Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-02-04T18:22:02.518Z] ok github.com/docker/docker/daemon/logger/splunk 1.507s coverage: 82.5% of statements [2020-02-04T18:22:02.518Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-04T18:22:02.518Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-04T18:22:03.326Z] --- PASS: TestRenameLinkedContainer (3.21s) [2020-02-04T18:22:03.326Z] === RUN TestRenameStoppedContainer [2020-02-04T18:22:03.760Z] ok github.com/docker/docker/distribution 0.278s coverage: 22.1% of statements [2020-02-04T18:22:03.760Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2020-02-04T18:22:03.760Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-04T18:22:03.894Z] --- PASS: TestRenameStoppedContainer (0.82s) [2020-02-04T18:22:03.894Z] === RUN TestRenameRunningContainerAndReuse [2020-02-04T18:22:04.569Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2020-02-04T18:22:05.573Z] ok github.com/docker/docker/image 0.011s coverage: 86.4% of statements [2020-02-04T18:22:05.797Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2020-02-04T18:22:05.797Z] === RUN TestRenameInvalidName [2020-02-04T18:22:06.350Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-02-04T18:22:06.364Z] --- PASS: TestRenameInvalidName (0.83s) [2020-02-04T18:22:06.364Z] === RUN TestRenameAnonymousContainer [2020-02-04T18:22:06.698Z] ok github.com/docker/docker/distribution/xfer 1.955s coverage: 85.1% of statements [2020-02-04T18:22:06.698Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-04T18:22:06.698Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-04T18:22:07.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-04T18:22:07.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-04T18:22:07.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-04T18:22:07.102Z] ok github.com/docker/docker/image/v1 0.016s coverage: 25.0% of statements [2020-02-04T18:22:07.102Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-04T18:22:07.357Z] INFO [runner] Issues before processing: 2318, after processing: 0 [2020-02-04T18:22:07.357Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1709/1709, path_prettifier: 1709/1709, skip_dirs: 1709/1709, identifier_marker: 1612/1612, cgo: 1709/2318, autogenerated_exclude: 1612/1709, nolint: 0/63, skip_files: 1709/1709, exclude: 1612/1612, exclude-rules: 63/1612 [2020-02-04T18:22:07.357Z] INFO [runner] processing took 64.124548ms with stages: nolint: 26.932122ms, identifier_marker: 17.921532ms, path_prettifier: 8.32497ms, exclude-rules: 4.138497ms, autogenerated_exclude: 4.083398ms, skip_dirs: 1.837199ms, cgo: 581.527µs, filename_unadjuster: 300.808µs, max_same_issues: 1.392µs, max_from_linter: 734ns, diff: 441ns, exclude: 377ns, skip_files: 357ns, path_shortener: 334ns, uniq_by_line: 325ns, source_code: 284ns, max_per_file_from_linter: 251ns [2020-02-04T18:22:07.357Z] INFO [runner] linters took 1m39.808803003s with stages: goanalysis_metalinter: 1m21.619950508s, unused: 18.124555219s [2020-02-04T18:22:07.357Z] INFO File cache stats: 1446 entries of total size 6.8MiB [2020-02-04T18:22:07.357Z] INFO Memory: 1589 samples, avg is 256.2MB, max is 3033.9MB [2020-02-04T18:22:07.357Z] INFO Execution took 3m34.06244233s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-02-04T18:22:07.682Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/make.sh dynbinary-daemon test-docker-py [2020-02-04T18:22:07.874Z] ok github.com/docker/docker/libcontainerd/queue 0.055s coverage: 100.0% of statements [2020-02-04T18:22:08.611Z] [2020-02-04T18:22:08.611Z] Removing bundles/ [2020-02-04T18:22:08.611Z] [2020-02-04T18:22:08.611Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-04T18:22:08.611Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:22:08.611Z] GOOS="" GOARCH="" GOARM="" [2020-02-04T18:22:08.672Z] ok github.com/docker/docker/opts 0.014s coverage: 67.0% of statements [2020-02-04T18:22:08.672Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-04T18:22:10.535Z] ok github.com/docker/docker/pkg/archive 0.421s coverage: 76.8% of statements [2020-02-04T18:22:10.555Z] --- PASS: TestRenameAnonymousContainer (3.97s) [2020-02-04T18:22:10.555Z] === RUN TestRenameContainerWithSameName [2020-02-04T18:22:11.124Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2020-02-04T18:22:11.124Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-04T18:22:12.015Z] ok github.com/docker/docker/pkg/authorization 0.663s coverage: 68.3% of statements [2020-02-04T18:22:12.015Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-04T18:22:12.387Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-02-04T18:22:13.030Z] --- PASS: TestRenameContainerWithLinkedContainer (1.60s) [2020-02-04T18:22:13.030Z] === RUN TestResize [2020-02-04T18:22:13.597Z] --- PASS: TestResize (0.81s) [2020-02-04T18:22:13.597Z] === RUN TestResizeWithInvalidSize [2020-02-04T18:22:14.533Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2020-02-04T18:22:14.533Z] === RUN TestResizeWhenContainerNotStarted [2020-02-04T18:22:15.101Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:22:15.101Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:22:15.101Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:22:15.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:22:15.101Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:22:15.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:22:15.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:22:16.336Z] ok github.com/docker/docker/pkg/chrootarchive 3.311s coverage: 43.2% of statements [2020-02-04T18:22:16.336Z] ok github.com/docker/docker/layer 7.980s coverage: 68.8% of statements [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/oci [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-04T18:22:16.336Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-04T18:22:16.336Z] ok github.com/docker/docker/pkg/directory 0.001s coverage: 80.0% of statements [2020-02-04T18:22:16.731Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-02-04T18:22:17.009Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:22:17.009Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:22:17.104Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2020-02-04T18:22:17.579Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:22:17.838Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:22:17.886Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2020-02-04T18:22:18.259Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-02-04T18:22:19.024Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2020-02-04T18:22:19.761Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:22:19.794Z] ok github.com/docker/docker/pkg/filenotify 0.629s coverage: 67.0% of statements [2020-02-04T18:22:20.617Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-02-04T18:22:20.700Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:22:20.700Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:22:20.978Z] ok github.com/docker/docker/pkg/discovery/kv 3.073s coverage: 84.1% of statements [2020-02-04T18:22:20.978Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-02-04T18:22:21.270Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:22:21.444Z] ok github.com/docker/docker/pkg/fsutils 0.434s coverage: 85.1% of statements [2020-02-04T18:22:21.646Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2020-02-04T18:22:21.646Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-04T18:22:21.646Z] ok github.com/docker/docker/api/server/middleware 0.025s coverage: 37.7% of statements [2020-02-04T18:22:21.646Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-04T18:22:21.646Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-04T18:22:21.646Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-04T18:22:21.647Z] ok github.com/docker/docker/api/types/strslice 0.017s coverage: 90.0% of statements [2020-02-04T18:22:21.647Z] ok github.com/docker/docker/api/types/filters 0.042s coverage: 92.2% of statements [2020-02-04T18:22:21.647Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 4.5% of statements [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-04T18:22:21.647Z] ok github.com/docker/docker/api/types/versions 0.026s coverage: 75.0% of statements [2020-02-04T18:22:21.647Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-04T18:22:21.647Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-04T18:22:21.647Z] ok github.com/docker/docker/builder/dockerignore 0.024s coverage: 96.8% of statements [2020-02-04T18:22:22.370Z] ok github.com/docker/docker/pkg/idtools 0.631s coverage: 70.1% of statements [2020-02-04T18:22:22.788Z] ok github.com/docker/docker/pkg/ioutils 0.406s coverage: 70.6% of statements [2020-02-04T18:22:23.154Z] ok github.com/docker/docker/pkg/locker 0.010s coverage: 88.9% of statements [2020-02-04T18:22:23.154Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2020-02-04T18:22:23.154Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2020-02-04T18:22:23.154Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.71s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.50s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.76s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.76s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.72s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.82s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.68s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.50s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.57s) [2020-02-04T18:22:23.177Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2020-02-04T18:22:23.177Z] === RUN TestCgroupNamespacesRun [2020-02-04T18:22:23.525Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-02-04T18:22:23.882Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-02-04T18:22:24.241Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-02-04T18:22:24.241Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2020-02-04T18:22:24.622Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-02-04T18:22:24.982Z] ok github.com/docker/docker/pkg/mount 1.242s coverage: 70.0% of statements [2020-02-04T18:22:24.982Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-04T18:22:24.982Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-04T18:22:24.982Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-04T18:22:25.082Z] --- PASS: TestCgroupNamespacesRun (1.85s) [2020-02-04T18:22:25.082Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-04T18:22:25.583Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.004s coverage: 56.8% of statements [2020-02-04T18:22:25.949Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-02-04T18:22:26.101Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-02-04T18:22:26.317Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-02-04T18:22:26.317Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-02-04T18:22:26.992Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.81s) [2020-02-04T18:22:26.992Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-04T18:22:27.516Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-02-04T18:22:27.889Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-02-04T18:22:28.155Z] ok github.com/docker/docker/builder/remotecontext/git 4.939s coverage: 86.3% of statements [2020-02-04T18:22:28.902Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s) [2020-02-04T18:22:28.902Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-04T18:22:29.695Z] ok github.com/docker/docker/builder/remotecontext 0.528s coverage: 13.6% of statements [2020-02-04T18:22:30.805Z] --- PASS: TestCgroupNamespacesRunHostMode (1.85s) [2020-02-04T18:22:30.805Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-04T18:22:31.222Z] ok github.com/docker/docker/pkg/signal 2.379s coverage: 61.0% of statements [2020-02-04T18:22:31.222Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-02-04T18:22:31.222Z] ok github.com/docker/docker/pkg/streamformatter 0.001s coverage: 66.2% of statements [2020-02-04T18:22:31.565Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-02-04T18:22:31.939Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-02-04T18:22:32.321Z] ok github.com/docker/docker/pkg/sysinfo 0.003s coverage: 71.3% of statements [2020-02-04T18:22:32.331Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.83s) [2020-02-04T18:22:32.331Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-04T18:22:32.674Z] ok github.com/docker/docker/pkg/system 0.039s coverage: 36.2% of statements [2020-02-04T18:22:33.044Z] ok github.com/docker/docker/pkg/tailfile 0.037s coverage: 88.6% of statements [2020-02-04T18:22:33.268Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.96s) [2020-02-04T18:22:33.268Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-04T18:22:33.348Z] ok github.com/docker/docker/builder/dockerfile 1.451s coverage: 48.2% of statements [2020-02-04T18:22:33.348Z] ? github.com/docker/docker/cli [no test files] [2020-02-04T18:22:33.348Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-04T18:22:33.630Z] ok github.com/docker/docker/pkg/tarsum 0.029s coverage: 89.3% of statements [2020-02-04T18:22:33.630Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2020-02-04T18:22:33.983Z] testing: warning: no tests to run [2020-02-04T18:22:33.983Z] coverage: [no statements] [2020-02-04T18:22:33.983Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-04T18:22:34.205Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-02-04T18:22:34.205Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-04T18:22:34.374Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-02-04T18:22:34.374Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-02-04T18:22:34.776Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-04T18:22:36.108Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.89s) [2020-02-04T18:22:36.108Z] === RUN TestKernelTCPMemory [2020-02-04T18:22:36.669Z] ok github.com/docker/docker/plugin 0.554s coverage: 27.1% of statements [2020-02-04T18:22:37.045Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-02-04T18:22:37.045Z] === RUN TestNISDomainname [2020-02-04T18:22:37.446Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-02-04T18:22:37.983Z] --- PASS: TestNISDomainname (1.01s) [2020-02-04T18:22:37.983Z] === RUN TestHostnameDnsResolution [2020-02-04T18:22:38.282Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2020-02-04T18:22:38.282Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-02-04T18:22:39.553Z] ok github.com/docker/docker/registry 0.092s coverage: 56.0% of statements [2020-02-04T18:22:39.886Z] --- PASS: TestHostnameDnsResolution (1.65s) [2020-02-04T18:22:39.886Z] === RUN TestStats [2020-02-04T18:22:40.220Z] ok github.com/docker/docker/client 0.599s coverage: 75.8% of statements [2020-02-04T18:22:40.311Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-02-04T18:22:40.311Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2020-02-04T18:22:41.108Z] ok github.com/docker/docker/runconfig 0.005s coverage: 68.2% of statements [2020-02-04T18:22:41.109Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-02-04T18:22:42.418Z] --- PASS: TestStats (2.68s) [2020-02-04T18:22:42.418Z] === RUN TestStopContainerWithTimeout [2020-02-04T18:22:42.418Z] === RUN TestStopContainerWithTimeout/0 [2020-02-04T18:22:42.418Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-04T18:22:42.418Z] === RUN TestStopContainerWithTimeout/1 [2020-02-04T18:22:42.418Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-04T18:22:42.418Z] === RUN TestStopContainerWithTimeout/3 [2020-02-04T18:22:42.418Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-04T18:22:42.418Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-04T18:22:42.418Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-04T18:22:42.418Z] === CONT TestStopContainerWithTimeout/0 [2020-02-04T18:22:42.418Z] === CONT TestStopContainerWithTimeout/3 [2020-02-04T18:22:42.418Z] === CONT TestStopContainerWithTimeout/1 [2020-02-04T18:22:42.418Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-04T18:22:43.534Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-02-04T18:22:43.652Z] 65014b3c3121: Pull complete [2020-02-04T18:22:43.905Z] ok github.com/docker/docker/volume/local 0.053s coverage: 73.0% of statements [2020-02-04T18:22:44.269Z] ok github.com/docker/docker/volume/mounts 0.023s coverage: 67.0% of statements [2020-02-04T18:22:45.538Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.0% of statements [2020-02-04T18:22:45.706Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-04T18:22:45.706Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2020-02-04T18:22:45.706Z] --- PASS: TestStopContainerWithTimeout/1 (2.27s) [2020-02-04T18:22:45.706Z] --- PASS: TestStopContainerWithTimeout/-1 (2.96s) [2020-02-04T18:22:45.706Z] --- PASS: TestStopContainerWithTimeout/3 (3.22s) [2020-02-04T18:22:45.706Z] === RUN TestDeleteDevicemapper [2020-02-04T18:22:45.706Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-04T18:22:45.706Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:22:45.706Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-04T18:22:48.995Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.04s) [2020-02-04T18:22:48.995Z] === RUN TestUpdateMemory [2020-02-04T18:22:48.995Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-04T18:22:48.995Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:22:48.995Z] === RUN TestUpdateCPUQuota [2020-02-04T18:22:50.372Z] --- PASS: TestUpdateCPUQuota (1.55s) [2020-02-04T18:22:50.372Z] === RUN TestUpdatePidsLimit [2020-02-04T18:22:50.372Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-04T18:22:50.630Z] === RUN TestUpdatePidsLimit/no_change [2020-02-04T18:22:51.198Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-04T18:22:51.458Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-04T18:22:52.025Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-04T18:22:52.283Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-04T18:22:52.851Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit (4.05s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-02-04T18:22:54.232Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-02-04T18:22:54.232Z] === RUN TestUpdateRestartPolicy [2020-02-04T18:22:59.409Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/rootless [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/volume [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-04T18:22:59.409Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === Skipped [2020-02-04T18:22:59.409Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-04T18:22:59.409Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-04T18:22:59.409Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-04T18:22:59.409Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.409Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-04T18:22:59.409Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.409Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-04T18:22:59.409Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.409Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-04T18:22:59.409Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.409Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-04T18:22:59.409Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.409Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-04T18:22:59.409Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:22:59.409Z] [2020-02-04T18:22:59.409Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-04T18:22:59.410Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-04T18:22:59.410Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-04T18:22:59.410Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.410Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.410Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.410Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.410Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:22:59.410Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-04T18:22:59.410Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-04T18:22:59.410Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-04T18:22:59.410Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] [2020-02-04T18:22:59.410Z] DONE 2155 tests, 20 skipped in 189.550s Post stage [Pipeline] junit [2020-02-04T18:22:59.900Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-04T18:23:02.245Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -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:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/make.sh dynbinary test-integration [2020-02-04T18:23:02.246Z] [2020-02-04T18:23:02.626Z] Removing bundles/ [2020-02-04T18:23:02.626Z] [2020-02-04T18:23:02.626Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-04T18:23:02.626Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:23:02.626Z] GOOS="" GOARCH="" GOARM="" [2020-02-04T18:23:09.109Z] --- PASS: TestUpdateRestartPolicy (12.52s) [2020-02-04T18:23:09.109Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-04T18:23:09.109Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-02-04T18:23:09.109Z] === RUN TestWaitNonBlocked [2020-02-04T18:23:09.109Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:23:09.109Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:23:09.109Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:23:09.109Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:23:09.109Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:23:09.109Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:23:09.109Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-02-04T18:23:09.109Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.88s) [2020-02-04T18:23:09.109Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.92s) [2020-02-04T18:23:09.109Z] === RUN TestWaitBlocked [2020-02-04T18:23:09.109Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:23:09.109Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:23:09.109Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:23:09.109Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:23:09.109Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:23:09.109Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:23:09.678Z] --- PASS: TestWaitBlocked (0.03s) [2020-02-04T18:23:09.678Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2020-02-04T18:23:09.678Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2020-02-04T18:23:09.678Z] === CONT TestContainerStartOnDaemonRestart [2020-02-04T18:23:09.678Z] === CONT TestIpcModeOlderClient [2020-02-04T18:23:09.678Z] === CONT TestDaemonHostGatewayIP [2020-02-04T18:23:09.678Z] === CONT TestDaemonRestartIpcMode [2020-02-04T18:23:09.937Z] --- PASS: TestIpcModeOlderClient (0.21s) [2020-02-04T18:23:13.231Z] --- PASS: TestContainerStartOnDaemonRestart (3.51s) [2020-02-04T18:23:14.168Z] --- PASS: TestDaemonRestartIpcMode (4.32s) [2020-02-04T18:23:14.427Z] --- PASS: TestDaemonHostGatewayIP (4.82s) [2020-02-04T18:23:14.427Z] PASS [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] === Skipped [2020-02-04T18:23:14.427Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-02-04T18:23:14.427Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-04T18:23:14.427Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-04T18:23:14.427Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:23:14.427Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-04T18:23:14.427Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-02-04T18:23:14.427Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] [2020-02-04T18:23:14.427Z] DONE 199 tests, 6 skipped in 130.143s [2020-02-04T18:23:14.685Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-02-04T18:23:14.685Z] ++ 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-02-04T18:23:14.685Z] ++ set -e [2020-02-04T18:23:14.685Z] ++ '[' -n 0 ']' [2020-02-04T18:23:14.685Z] ++ set -x [2020-02-04T18:23:14.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=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= 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-02-04T18:23:14.685Z] INFO: Testing against a local daemon [2020-02-04T18:23:14.685Z] === RUN TestCommitInheritsEnv [2020-02-04T18:23:15.253Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-02-04T18:23:15.253Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-04T18:23:15.253Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-02-04T18:23:15.253Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-04T18:23:15.253Z] === RUN TestImagesFilterMultiReference [2020-02-04T18:23:15.511Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-02-04T18:23:15.511Z] === RUN TestImagePullPlatformInvalid [2020-02-04T18:23:15.511Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-04T18:23:15.511Z] === RUN TestRemoveImageOrphaning [2020-02-04T18:23:16.079Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-02-04T18:23:16.079Z] === RUN TestRemoveImageGarbageCollector [2020-02-04T18:23:16.079Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-04T18:23:16.079Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:23:16.079Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-04T18:23:16.079Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-02-04T18:23:16.079Z] === RUN TestTagInvalidReference [2020-02-04T18:23:16.079Z] --- PASS: TestTagInvalidReference (0.03s) [2020-02-04T18:23:16.079Z] === RUN TestTagValidPrefixedRepo [2020-02-04T18:23:16.079Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-02-04T18:23:16.079Z] === RUN TestTagExistedNameWithoutForce [2020-02-04T18:23:16.079Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-04T18:23:16.079Z] === RUN TestTagOfficialNames [2020-02-04T18:23:16.339Z] --- PASS: TestTagOfficialNames (0.08s) [2020-02-04T18:23:16.339Z] === RUN TestTagMatchesDigest [2020-02-04T18:23:16.339Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-04T18:23:16.339Z] PASS [2020-02-04T18:23:16.339Z] [2020-02-04T18:23:16.339Z] === Skipped [2020-02-04T18:23:16.339Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-04T18:23:16.339Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-04T18:23:16.339Z] [2020-02-04T18:23:16.339Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-04T18:23:16.339Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:23:16.339Z] [2020-02-04T18:23:16.339Z] [2020-02-04T18:23:16.339Z] DONE 12 tests, 2 skipped in 1.711s [2020-02-04T18:23:16.339Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-02-04T18:23:16.339Z] ++ 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-02-04T18:23:16.339Z] ++ set -e [2020-02-04T18:23:16.339Z] ++ '[' -n 0 ']' [2020-02-04T18:23:16.339Z] ++ set -x [2020-02-04T18:23:16.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=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= 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-02-04T18:23:16.339Z] INFO: Testing against a local daemon [2020-02-04T18:23:16.339Z] === RUN TestNetworkCreateDelete [2020-02-04T18:23:16.907Z] --- PASS: TestNetworkCreateDelete (0.42s) [2020-02-04T18:23:16.907Z] === RUN TestDockerNetworkDeletePreferID [2020-02-04T18:23:18.285Z] --- PASS: TestDockerNetworkDeletePreferID (1.21s) [2020-02-04T18:23:18.285Z] === RUN TestInspectNetwork [2020-02-04T18:23:23.557Z] === RUN TestInspectNetwork/full_network_id [2020-02-04T18:23:23.557Z] === RUN TestInspectNetwork/partial_network_id [2020-02-04T18:23:23.557Z] === RUN TestInspectNetwork/network_name [2020-02-04T18:23:23.557Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-04T18:23:27.744Z] --- PASS: TestInspectNetwork (9.21s) [2020-02-04T18:23:27.744Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-04T18:23:27.744Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-04T18:23:27.744Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-04T18:23:27.744Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-04T18:23:27.744Z] === RUN TestRunContainerWithBridgeNone [2020-02-04T18:23:28.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-04T18:23:28.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-04T18:23:28.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-04T18:23:28.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-04T18:23:28.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-04T18:23:29.984Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:23:29.984Z] [2020-02-04T18:23:29.984Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-02-04T18:23:29.984Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-02-04T18:23:29.984Z] Using test binary docker [2020-02-04T18:23:29.984Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-04T18:23:29.984Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:23:29.984Z] INFO: Waiting for daemon to start... [2020-02-04T18:23:29.984Z] Starting dockerd [2020-02-04T18:23:29.984Z] . [2020-02-04T18:23:29.984Z] INFO: Building docker-sdk-python3:4.1.0... [2020-02-04T18:23:30.283Z] --- PASS: TestRunContainerWithBridgeNone (2.67s) [2020-02-04T18:23:30.283Z] === RUN TestNetworkInvalidJSON [2020-02-04T18:23:30.283Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-04T18:23:30.283Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-04T18:23:30.283Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:23:30.283Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:23:30.283Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:23:30.283Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:23:30.283Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-04T18:23:30.283Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:23:30.283Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:23:30.283Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-02-04T18:23:30.283Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-04T18:23:30.283Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-04T18:23:30.283Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-04T18:23:30.283Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-04T18:23:31.661Z] --- PASS: TestDaemonRestartWithLiveRestore (1.57s) [2020-02-04T18:23:31.661Z] === RUN TestDaemonDefaultNetworkPools [2020-02-04T18:23:33.038Z] --- PASS: TestDaemonDefaultNetworkPools (1.22s) [2020-02-04T18:23:33.038Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-04T18:23:34.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-04T18:23:34.940Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.87s) [2020-02-04T18:23:34.940Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-04T18:23:37.133Z] ok github.com/docker/docker/cmd/dockerd 0.312s coverage: 30.6% of statements [2020-02-04T18:23:37.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-04T18:23:37.473Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2020-02-04T18:23:37.473Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-04T18:23:37.732Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2020-02-04T18:23:37.732Z] === RUN TestServiceWithPredefinedNetwork [2020-02-04T18:23:37.759Z] ok github.com/docker/docker/container 0.230s coverage: 35.0% of statements [2020-02-04T18:23:37.759Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-04T18:23:37.759Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-04T18:23:37.759Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-04T18:23:37.759Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-04T18:23:41.023Z] --- PASS: TestServiceWithPredefinedNetwork (3.19s) [2020-02-04T18:23:41.023Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-04T18:23:41.023Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:23:41.023Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:23:41.023Z] === RUN TestServiceWithDataPathPortInit [2020-02-04T18:23:41.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-04T18:23:46.201Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.072s coverage: 65.3% of statements [2020-02-04T18:23:48.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-04T18:23:51.760Z] ok github.com/docker/docker/daemon/cluster/convert 0.047s coverage: 35.7% of statements [2020-02-04T18:23:51.956Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:23:51.956Z] [2020-02-04T18:23:51.956Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-04T18:23:51.956Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:23:51.956Z] HOSTNAME=91a2319092a7 [2020-02-04T18:23:51.956Z] TESTDEBUG=0 [2020-02-04T18:23:51.956Z] DEST=bundles/test-integration [2020-02-04T18:23:51.956Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:23:51.956Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:23:51.956Z] container=docker [2020-02-04T18:23:51.956Z] HOME=/root [2020-02-04T18:23:51.956Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:23:51.956Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:23:51.956Z] VALIDATE_BRANCH=master [2020-02-04T18:23:51.956Z] TERM=xterm [2020-02-04T18:23:51.956Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:23:51.956Z] SHLVL=1 [2020-02-04T18:23:51.956Z] TIMEOUT=120m [2020-02-04T18:23:51.956Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:23:51.956Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:23:51.956Z] GO111MODULE=off [2020-02-04T18:23:51.956Z] DOCKER_EXPERIMENTAL=1 [2020-02-04T18:23:51.956Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-04T18:23:51.956Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:23:51.956Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:23:51.956Z] GOPATH=/go [2020-02-04T18:23:51.956Z] PKG_CONFIG=pkg-config [2020-02-04T18:23:51.956Z] _=/usr/bin/env [2020-02-04T18:23:51.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-04T18:23:53.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-04T18:23:54.481Z] ok github.com/docker/docker/daemon/cluster 0.215s coverage: 0.5% of statements [2020-02-04T18:23:55.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-04T18:23:59.107Z] --- PASS: TestServiceWithDataPathPortInit (18.10s) [2020-02-04T18:23:59.107Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-04T18:24:00.019Z] ok github.com/docker/docker/daemon/discovery 0.011s coverage: 30.0% of statements [2020-02-04T18:24:02.073Z] ok github.com/docker/docker/daemon/events 0.090s coverage: 50.0% of statements [2020-02-04T18:24:02.073Z] ok github.com/docker/docker/daemon/config 0.150s coverage: 82.1% of statements [2020-02-04T18:24:02.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-04T18:24:04.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-04T18:24:05.562Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2020-02-04T18:24:07.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-04T18:24:08.260Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.515s coverage: 13.7% of statements [2020-02-04T18:24:09.225Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.49s) [2020-02-04T18:24:09.225Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:tatxdqb6u3e70x9db0b5rdse3 Created:2020-02-04 18:24:00.282064532 +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[974cf2afd59b4849068a8251663bf5689f26d1921e91232eeefca13027bd87e8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h5bnf365xussrrbqxjm5i5w12 EndpointID:9dec0738b19ed56e9b5df72bd1ef2165b712df3a633c5e8338b95440ed6fae6c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:37a3fdb5186936975ddd8938f9b18a31ee72211c89957c2b5a23ab379ad6459e 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:957611bc9055 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h5bnf365xussrrbqxjm5i5w12 EndpointID:9dec0738b19ed56e9b5df72bd1ef2165b712df3a633c5e8338b95440ed6fae6c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-04T18:24:09.225Z] PASS [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] === Skipped [2020-02-04T18:24:09.225Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:24:09.225Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] DONE 21 tests, 1 skipped in 51.336s [2020-02-04T18:24:09.225Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:24:09.225Z] ++ 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-02-04T18:24:09.225Z] ++ set -e [2020-02-04T18:24:09.225Z] ++ '[' -n 0 ']' [2020-02-04T18:24:09.225Z] ++ set -x [2020-02-04T18:24:09.225Z] ++ 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= 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-02-04T18:24:09.225Z] INFO: Testing against a local daemon [2020-02-04T18:24:09.225Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-04T18:24:09.225Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-04T18:24:09.225Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:24:09.225Z] === RUN TestDockerNetworkIpvlan [2020-02-04T18:24:09.225Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:24:09.225Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:24:09.225Z] PASS [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] === Skipped [2020-02-04T18:24:09.225Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-04T18:24:09.225Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:24:09.225Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] [2020-02-04T18:24:09.225Z] DONE 2 tests, 2 skipped in 0.128s [2020-02-04T18:24:09.225Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:24:09.225Z] ++ 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-02-04T18:24:09.225Z] ++ set -e [2020-02-04T18:24:09.225Z] ++ '[' -n 0 ']' [2020-02-04T18:24:09.225Z] ++ set -x [2020-02-04T18:24:09.225Z] ++ 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= 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-02-04T18:24:09.225Z] INFO: Testing against a local daemon [2020-02-04T18:24:09.225Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-04T18:24:09.775Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2020-02-04T18:24:10.161Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.09s) [2020-02-04T18:24:10.161Z] === RUN TestDockerNetworkMacvlan [2020-02-04T18:24:10.794Z] ok github.com/docker/docker/daemon 12.584s coverage: 17.5% of statements [2020-02-04T18:24:10.794Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-04T18:24:10.794Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-04T18:24:10.794Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-04T18:24:10.794Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-04T18:24:10.908Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration-flaky) [2020-02-04T18:24:10.909Z] Using test binary docker [2020-02-04T18:24:10.909Z] ++++ /etc/init.d/apparmor start [2020-02-04T18:24:11.099Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-04T18:24:11.167Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:24:11.167Z] INFO: Waiting for daemon to start... [2020-02-04T18:24:11.167Z] Starting dockerd [2020-02-04T18:24:11.167Z] ++++ 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-02-04T18:24:11.823Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.491s coverage: 57.9% of statements [2020-02-04T18:24:12.478Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-04T18:24:13.071Z] . [2020-02-04T18:24:13.071Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration-flaky) [2020-02-04T18:24:13.329Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration-flaky) [2020-02-04T18:24:13.329Z] Error: No such image: emptyfs [2020-02-04T18:24:13.329Z] +++++ docker load [2020-02-04T18:24:13.329Z] +++++ tar -cC bundles/test-integration-flaky/emptyfs . [2020-02-04T18:24:13.414Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-04T18:24:13.896Z] Running integration-test (iteration 1) [2020-02-04T18:24:13.896Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:13.896Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:13.896Z] +++ set -e [2020-02-04T18:24:13.896Z] +++ '[' -n 0 ']' [2020-02-04T18:24:13.896Z] +++ set -x [2020-02-04T18:24:13.896Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:15.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-04T18:24:15.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-04T18:24:17.380Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.898s coverage: 68.6% of statements [2020-02-04T18:24:17.547Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-04T18:24:17.603Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-04T18:24:17.669Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.025s coverage: 48.6% of statements [2020-02-04T18:24:20.383Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.167s coverage: 46.2% of statements [2020-02-04T18:24:20.383Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-04T18:24:21.406Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.026s coverage: 58.0% of statements [2020-02-04T18:24:21.692Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.314s coverage: 54.8% of statements [2020-02-04T18:24:21.692Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-04T18:24:21.790Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-04T18:24:21.981Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.597s coverage: 76.1% of statements [2020-02-04T18:24:21.981Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-04T18:24:23.478Z] ok github.com/docker/docker/daemon/links 0.027s coverage: 93.0% of statements [2020-02-04T18:24:26.163Z] sha256:a612fde89fde9d9a41dd4be46c72c1d302515aefa5fa98ff34f07c09415f40c7 [2020-02-04T18:24:26.163Z] INFO: Starting docker-py tests... [2020-02-04T18:24:26.163Z] ============================= test session starts ============================== [2020-02-04T18:24:26.163Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-02-04T18:24:26.163Z] rootdir: /src, inifile: pytest.ini [2020-02-04T18:24:26.163Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-02-04T18:24:26.163Z] collected 385 items / 3 deselected / 382 selected [2020-02-04T18:24:26.163Z] [2020-02-04T18:24:26.993Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2020-02-04T18:24:28.358Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-04T18:24:28.487Z] ok github.com/docker/docker/daemon/logger 0.267s coverage: 42.7% of statements [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan (19.40s) [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.02s) [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.97s) [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.88s) [2020-02-04T18:24:29.736Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.34s) [2020-02-04T18:24:29.736Z] PASS [2020-02-04T18:24:29.736Z] [2020-02-04T18:24:29.736Z] DONE 8 tests in 21.623s [2020-02-04T18:24:29.736Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-04T18:24:29.736Z] ++ 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-02-04T18:24:29.736Z] ++ set -e [2020-02-04T18:24:29.736Z] ++ '[' -n 0 ']' [2020-02-04T18:24:29.736Z] ++ set -x [2020-02-04T18:24:29.736Z] ++ 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= 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-02-04T18:24:29.736Z] testing: warning: no tests to run [2020-02-04T18:24:29.736Z] PASS [2020-02-04T18:24:29.736Z] [2020-02-04T18:24:29.736Z] DONE 0 tests in 0.025s [2020-02-04T18:24:29.736Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-04T18:24:29.736Z] ++ 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-02-04T18:24:29.736Z] ++ set -e [2020-02-04T18:24:29.736Z] ++ '[' -n 0 ']' [2020-02-04T18:24:29.736Z] ++ set -x [2020-02-04T18:24:29.736Z] ++ 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= 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-02-04T18:24:29.736Z] INFO: Testing against a local daemon [2020-02-04T18:24:29.736Z] === RUN TestAuthZPluginAllowRequest [2020-02-04T18:24:31.199Z] ok github.com/docker/docker/daemon/logger/awslogs 0.741s coverage: 77.8% of statements [2020-02-04T18:24:31.199Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-02-04T18:24:31.639Z] --- PASS: TestAuthZPluginAllowRequest (1.80s) [2020-02-04T18:24:31.639Z] === RUN TestAuthZPluginTLS [2020-02-04T18:24:32.206Z] --- PASS: TestAuthZPluginTLS (0.71s) [2020-02-04T18:24:32.206Z] === RUN TestAuthZPluginDenyRequest [2020-02-04T18:24:32.774Z] --- PASS: TestAuthZPluginDenyRequest (0.70s) [2020-02-04T18:24:32.774Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-04T18:24:33.261Z] ok github.com/docker/docker/daemon/logger/journald 0.033s coverage: 26.2% of statements [2020-02-04T18:24:33.261Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.033s coverage: 88.3% of statements [2020-02-04T18:24:33.261Z] ok github.com/docker/docker/daemon/images 0.066s coverage: 4.9% of statements [2020-02-04T18:24:33.261Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-04T18:24:33.261Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-04T18:24:33.261Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-04T18:24:33.261Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-04T18:24:33.711Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.69s) [2020-02-04T18:24:33.711Z] === RUN TestAuthZPluginDenyResponse [2020-02-04T18:24:34.279Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-02-04T18:24:34.279Z] === RUN TestAuthZPluginAllowEventStream [2020-02-04T18:24:34.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-04T18:24:34.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-04T18:24:34.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-04T18:24:35.313Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.014s coverage: 62.1% of statements [2020-02-04T18:24:35.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-04T18:24:35.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-04T18:24:36.184Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2020-02-04T18:24:36.184Z] === RUN TestAuthZPluginErrorResponse [2020-02-04T18:24:36.752Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2020-02-04T18:24:36.752Z] === RUN TestAuthZPluginErrorRequest [2020-02-04T18:24:37.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-04T18:24:37.319Z] --- PASS: TestAuthZPluginErrorRequest (0.64s) [2020-02-04T18:24:37.319Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-04T18:24:37.375Z] ok github.com/docker/docker/daemon/logger/local 0.059s coverage: 74.7% of statements [2020-02-04T18:24:37.375Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-04T18:24:37.887Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2020-02-04T18:24:37.887Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-04T18:24:37.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-04T18:24:38.002Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 19.9% of statements [2020-02-04T18:24:39.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-04T18:24:39.500Z] ok github.com/docker/docker/daemon/logger/templates 0.032s coverage: 8.3% of statements [2020-02-04T18:24:39.788Z] ok github.com/docker/docker/daemon/logger/syslog 0.036s coverage: 47.8% of statements [2020-02-04T18:24:40.054Z] edbd72df76b4: Pull complete [2020-02-04T18:24:40.054Z] Digest: sha256:cc6d6da31014dceab4daee8b5a8da4707233f4ef42eaf071e45cee044ac738f4 [2020-02-04T18:24:40.054Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:24:40.054Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-02-04T18:24:40.054Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-02-04T18:24:40.054Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.973' [2020-02-04T18:24:40.054Z] WARN: Skipping validation tests [2020-02-04T18:24:40.054Z] INFO: Running unit tests at 02/04/2020 18:24:36... [2020-02-04T18:24:40.422Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.26s) [2020-02-04T18:24:40.422Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-04T18:24:40.511Z] INFO: make.ps1 starting at 02/04/2020 18:24:40 [2020-02-04T18:24:40.511Z] INFO: Git commit (f464c31668) assumed from DOCKER_GITCOMMIT environment variable [2020-02-04T18:24:40.511Z] INFO: Invoking autogen... [2020-02-04T18:24:40.968Z] INFO: Running unit tests... [2020-02-04T18:24:41.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-04T18:24:41.285Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2020-02-04T18:24:41.911Z] ok github.com/docker/docker/daemon/logger/splunk 3.030s coverage: 82.5% of statements [2020-02-04T18:24:41.911Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-04T18:24:41.911Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-04T18:24:42.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-04T18:24:42.956Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.36s) [2020-02-04T18:24:42.956Z] === RUN TestAuthZPluginHeader [2020-02-04T18:24:43.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-04T18:24:43.524Z] --- PASS: TestAuthZPluginHeader (1.00s) [2020-02-04T18:24:43.524Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-04T18:24:43.524Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-04T18:24:43.524Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:24:43.524Z] === RUN TestAuthZPluginV2Disable [2020-02-04T18:24:43.524Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-04T18:24:43.524Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:24:43.524Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-04T18:24:43.524Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-04T18:24:43.524Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:24:43.524Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-04T18:24:43.524Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-04T18:24:43.524Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:24:43.524Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-04T18:24:44.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-04T18:24:45.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-04T18:24:45.602Z] ok github.com/docker/docker/distribution/metadata 0.260s coverage: 48.2% of statements [2020-02-04T18:24:45.965Z] Loaded image: buildpack-deps:jessie [2020-02-04T18:24:45.965Z] Loaded image: busybox:latest [2020-02-04T18:24:45.965Z] Loaded image: busybox:glibc [2020-02-04T18:24:45.965Z] Loaded image: debian:jessie [2020-02-04T18:24:45.965Z] Loaded image: hello-world:latest [2020-02-04T18:24:45.965Z] INFO: Testing against a local daemon [2020-02-04T18:24:45.965Z] testing: warning: no tests to run [2020-02-04T18:24:45.965Z] PASS [2020-02-04T18:24:45.965Z] [2020-02-04T18:24:45.965Z] DONE 0 tests in 32.293s [2020-02-04T18:24:45.965Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:45.965Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:45.965Z] +++ set -e [2020-02-04T18:24:45.965Z] +++ '[' -n 0 ']' [2020-02-04T18:24:45.965Z] +++ set -x [2020-02-04T18:24:45.965Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:46.182Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-02-04T18:24:46.182Z] tests/integration/api_client_test.py ..... [ 7%] [2020-02-04T18:24:46.223Z] INFO: Testing against a local daemon [2020-02-04T18:24:46.223Z] testing: warning: no tests to run [2020-02-04T18:24:46.223Z] PASS [2020-02-04T18:24:46.223Z] [2020-02-04T18:24:46.223Z] DONE 0 tests in 0.139s [2020-02-04T18:24:46.223Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:46.223Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:46.223Z] +++ set -e [2020-02-04T18:24:46.223Z] +++ '[' -n 0 ']' [2020-02-04T18:24:46.223Z] +++ set -x [2020-02-04T18:24:46.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:46.481Z] INFO: Testing against a local daemon [2020-02-04T18:24:46.481Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:46.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-04T18:24:46.934Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-04T18:24:46.934Z] Using test binary docker [2020-02-04T18:24:46.934Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-04T18:24:46.934Z] +++ /etc/init.d/apparmor start [2020-02-04T18:24:46.934Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:24:46.934Z] Starting dockerd [2020-02-04T18:24:46.934Z] INFO: Waiting for daemon to start... [2020-02-04T18:24:46.934Z] +++ 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-02-04T18:24:47.097Z] ok github.com/docker/docker/errdefs 0.026s coverage: 49.4% of statements [2020-02-04T18:24:48.584Z] ok github.com/docker/docker/distribution 0.526s coverage: 22.1% of statements [2020-02-04T18:24:48.584Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-04T18:24:48.648Z] tests/integration/api_config_test.py ..... [ 8%] [2020-02-04T18:24:49.186Z] . [2020-02-04T18:24:49.186Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-04T18:24:49.186Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-04T18:24:49.186Z] Error: No such image: emptyfs [2020-02-04T18:24:49.186Z] ++++ docker load [2020-02-04T18:24:49.186Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-04T18:24:49.538Z] Running integration-test (iteration 1) [2020-02-04T18:24:49.538Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-02-04T18:24:49.538Z] ++ 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-02-04T18:24:49.538Z] ++ set -e [2020-02-04T18:24:49.538Z] ++ '[' -n 0 ']' [2020-02-04T18:24:49.538Z] ++ set -x [2020-02-04T18:24:49.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=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= 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-02-04T18:24:49.612Z] ok github.com/docker/docker/distribution/xfer 1.729s coverage: 85.1% of statements [2020-02-04T18:24:49.612Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-04T18:24:49.794Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (3.12s) [2020-02-04T18:24:49.794Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:50.639Z] ok github.com/docker/docker/image 0.089s coverage: 86.4% of statements [2020-02-04T18:24:50.729Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.16s) [2020-02-04T18:24:50.729Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:51.351Z] 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/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/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-02-04T18:24:51.665Z] ok github.com/docker/docker/image/cache 0.075s coverage: 19.2% of statements [2020-02-04T18:24:51.665Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-04T18:24:52.108Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.19s) [2020-02-04T18:24:52.108Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:52.699Z] ok github.com/docker/docker/libcontainerd/queue 0.042s coverage: 100.0% of statements [2020-02-04T18:24:53.043Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.18s) [2020-02-04T18:24:53.043Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:53.324Z] ok github.com/docker/docker/image/v1 0.019s coverage: 25.0% of statements [2020-02-04T18:24:53.324Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-04T18:24:54.421Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.11s) [2020-02-04T18:24:54.421Z] PASS [2020-02-04T18:24:54.421Z] [2020-02-04T18:24:54.421Z] DONE 5 tests in 7.873s [2020-02-04T18:24:54.421Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] +++ set -e [2020-02-04T18:24:54.421Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.421Z] +++ set -x [2020-02-04T18:24:54.421Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] INFO: Testing against a local daemon [2020-02-04T18:24:54.421Z] testing: warning: no tests to run [2020-02-04T18:24:54.421Z] PASS [2020-02-04T18:24:54.421Z] [2020-02-04T18:24:54.421Z] DONE 0 tests in 0.129s [2020-02-04T18:24:54.421Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] +++ set -e [2020-02-04T18:24:54.421Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.421Z] +++ set -x [2020-02-04T18:24:54.421Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] INFO: Testing against a local daemon [2020-02-04T18:24:54.421Z] testing: warning: no tests to run [2020-02-04T18:24:54.421Z] PASS [2020-02-04T18:24:54.421Z] [2020-02-04T18:24:54.421Z] DONE 0 tests in 0.112s [2020-02-04T18:24:54.421Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.421Z] +++ set -e [2020-02-04T18:24:54.421Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.421Z] +++ set -x [2020-02-04T18:24:54.421Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] INFO: Testing against a local daemon [2020-02-04T18:24:54.680Z] testing: warning: no tests to run [2020-02-04T18:24:54.680Z] PASS [2020-02-04T18:24:54.680Z] [2020-02-04T18:24:54.680Z] DONE 0 tests in 0.102s [2020-02-04T18:24:54.680Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] +++ set -e [2020-02-04T18:24:54.680Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.680Z] +++ set -x [2020-02-04T18:24:54.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] INFO: Testing against a local daemon [2020-02-04T18:24:54.680Z] testing: warning: no tests to run [2020-02-04T18:24:54.680Z] PASS [2020-02-04T18:24:54.680Z] [2020-02-04T18:24:54.680Z] DONE 0 tests in 0.113s [2020-02-04T18:24:54.680Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] +++ set -e [2020-02-04T18:24:54.680Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.680Z] +++ set -x [2020-02-04T18:24:54.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.680Z] testing: warning: no tests to run [2020-02-04T18:24:54.680Z] PASS [2020-02-04T18:24:54.680Z] [2020-02-04T18:24:54.680Z] DONE 0 tests in 0.017s [2020-02-04T18:24:54.817Z] ok github.com/docker/docker/pkg/aaparser 0.024s coverage: 50.0% of statements [2020-02-04T18:24:54.940Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] +++ set -e [2020-02-04T18:24:54.940Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.940Z] +++ set -x [2020-02-04T18:24:54.940Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] INFO: Testing against a local daemon [2020-02-04T18:24:54.940Z] testing: warning: no tests to run [2020-02-04T18:24:54.940Z] PASS [2020-02-04T18:24:54.940Z] [2020-02-04T18:24:54.940Z] DONE 0 tests in 0.072s [2020-02-04T18:24:54.940Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] +++ set -e [2020-02-04T18:24:54.940Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.940Z] +++ set -x [2020-02-04T18:24:54.940Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] INFO: Testing against a local daemon [2020-02-04T18:24:54.940Z] testing: warning: no tests to run [2020-02-04T18:24:54.940Z] PASS [2020-02-04T18:24:54.940Z] [2020-02-04T18:24:54.940Z] DONE 0 tests in 0.087s [2020-02-04T18:24:54.940Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:54.940Z] +++ set -e [2020-02-04T18:24:54.940Z] +++ '[' -n 0 ']' [2020-02-04T18:24:54.940Z] +++ set -x [2020-02-04T18:24:54.940Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.199Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.199Z] testing: warning: no tests to run [2020-02-04T18:24:55.199Z] PASS [2020-02-04T18:24:55.199Z] [2020-02-04T18:24:55.199Z] DONE 0 tests in 0.098s [2020-02-04T18:24:55.199Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.199Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.199Z] +++ set -e [2020-02-04T18:24:55.199Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.199Z] +++ set -x [2020-02-04T18:24:55.199Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.457Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.458Z] testing: warning: no tests to run [2020-02-04T18:24:55.458Z] PASS [2020-02-04T18:24:55.458Z] [2020-02-04T18:24:55.458Z] DONE 0 tests in 0.145s [2020-02-04T18:24:55.458Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.458Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.458Z] +++ set -e [2020-02-04T18:24:55.458Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.458Z] +++ set -x [2020-02-04T18:24:55.458Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.458Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.458Z] testing: warning: no tests to run [2020-02-04T18:24:55.458Z] PASS [2020-02-04T18:24:55.458Z] [2020-02-04T18:24:55.458Z] DONE 0 tests in 0.090s [2020-02-04T18:24:55.458Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.458Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.458Z] +++ set -e [2020-02-04T18:24:55.458Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.458Z] +++ set -x [2020-02-04T18:24:55.458Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.716Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.716Z] testing: warning: no tests to run [2020-02-04T18:24:55.716Z] PASS [2020-02-04T18:24:55.716Z] [2020-02-04T18:24:55.716Z] DONE 0 tests in 0.091s [2020-02-04T18:24:55.716Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.716Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.716Z] +++ set -e [2020-02-04T18:24:55.716Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.716Z] +++ set -x [2020-02-04T18:24:55.717Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.717Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.717Z] testing: warning: no tests to run [2020-02-04T18:24:55.717Z] PASS [2020-02-04T18:24:55.717Z] [2020-02-04T18:24:55.717Z] DONE 0 tests in 0.122s [2020-02-04T18:24:55.717Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.717Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.717Z] +++ set -e [2020-02-04T18:24:55.717Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.717Z] +++ set -x [2020-02-04T18:24:55.717Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.975Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.975Z] testing: warning: no tests to run [2020-02-04T18:24:55.975Z] PASS [2020-02-04T18:24:55.975Z] [2020-02-04T18:24:55.975Z] DONE 0 tests in 0.116s [2020-02-04T18:24:55.975Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.975Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.975Z] +++ set -e [2020-02-04T18:24:55.975Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.975Z] +++ set -x [2020-02-04T18:24:55.976Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.976Z] INFO: Testing against a local daemon [2020-02-04T18:24:55.976Z] testing: warning: no tests to run [2020-02-04T18:24:55.976Z] PASS [2020-02-04T18:24:55.976Z] [2020-02-04T18:24:55.976Z] DONE 0 tests in 0.093s [2020-02-04T18:24:55.976Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.976Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:55.976Z] +++ set -e [2020-02-04T18:24:55.976Z] +++ '[' -n 0 ']' [2020-02-04T18:24:55.976Z] +++ set -x [2020-02-04T18:24:55.976Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.070Z] Loaded image: buildpack-deps:jessie [2020-02-04T18:24:56.234Z] INFO: Testing against a local daemon [2020-02-04T18:24:56.234Z] testing: warning: no tests to run [2020-02-04T18:24:56.234Z] PASS [2020-02-04T18:24:56.234Z] [2020-02-04T18:24:56.234Z] DONE 0 tests in 0.077s [2020-02-04T18:24:56.234Z] Running integration-test (iteration 2) [2020-02-04T18:24:56.234Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.234Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.234Z] +++ set -e [2020-02-04T18:24:56.234Z] +++ '[' -n 0 ']' [2020-02-04T18:24:56.234Z] +++ set -x [2020-02-04T18:24:56.234Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.234Z] INFO: Testing against a local daemon [2020-02-04T18:24:56.234Z] testing: warning: no tests to run [2020-02-04T18:24:56.234Z] PASS [2020-02-04T18:24:56.234Z] [2020-02-04T18:24:56.234Z] DONE 0 tests in 0.097s [2020-02-04T18:24:56.234Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.234Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.234Z] +++ set -e [2020-02-04T18:24:56.234Z] +++ '[' -n 0 ']' [2020-02-04T18:24:56.234Z] +++ set -x [2020-02-04T18:24:56.235Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.461Z] Loaded image: busybox:latest [2020-02-04T18:24:56.461Z] Loaded image: busybox:glibc [2020-02-04T18:24:56.461Z] Loaded image: debian:jessie [2020-02-04T18:24:56.494Z] INFO: Testing against a local daemon [2020-02-04T18:24:56.494Z] testing: warning: no tests to run [2020-02-04T18:24:56.494Z] PASS [2020-02-04T18:24:56.494Z] [2020-02-04T18:24:56.494Z] DONE 0 tests in 0.106s [2020-02-04T18:24:56.494Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.494Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.494Z] +++ set -e [2020-02-04T18:24:56.494Z] +++ '[' -n 0 ']' [2020-02-04T18:24:56.494Z] +++ set -x [2020-02-04T18:24:56.494Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.494Z] INFO: Testing against a local daemon [2020-02-04T18:24:56.494Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:56.878Z] Loaded image: hello-world:latest [2020-02-04T18:24:56.878Z] INFO: Testing against a local daemon [2020-02-04T18:24:56.878Z] === RUN TestCgroupNamespacesBuild [2020-02-04T18:24:57.528Z] ok github.com/docker/docker/opts 0.095s coverage: 67.0% of statements [2020-02-04T18:24:57.871Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.17s) [2020-02-04T18:24:57.871Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:58.650Z] --- PASS: TestCgroupNamespacesBuild (1.63s) [2020-02-04T18:24:58.650Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-04T18:24:58.806Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.15s) [2020-02-04T18:24:58.806Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:24:59.038Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2020-02-04T18:24:59.660Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2020-02-04T18:24:59.912Z] ? github.com/docker/docker/api [no test files] [2020-02-04T18:24:59.946Z] ok github.com/docker/docker/pkg/archive 1.374s coverage: 76.8% of statements [2020-02-04T18:25:00.180Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.16s) [2020-02-04T18:25:00.180Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:00.317Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2020-02-04T18:25:00.317Z] === RUN TestBuildWithSession [2020-02-04T18:25:00.317Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-04T18:25:00.317Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:25:00.317Z] === RUN TestBuildSquashParent [2020-02-04T18:25:01.117Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.16s) [2020-02-04T18:25:01.117Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:01.438Z] ok github.com/docker/docker/pkg/authorization 3.135s coverage: 68.3% of statements [2020-02-04T18:25:01.438Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-02-04T18:25:01.770Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.05s) [2020-02-04T18:25:01.770Z] PASS [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] === Skipped [2020-02-04T18:25:01.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-04T18:25:01.770Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-04T18:25:01.770Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-04T18:25:01.770Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-04T18:25:01.770Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] DONE 17 tests, 4 skipped in 32.101s [2020-02-04T18:25:01.770Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-04T18:25:01.770Z] ++ 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-02-04T18:25:01.770Z] ++ set -e [2020-02-04T18:25:01.770Z] ++ '[' -n 0 ']' [2020-02-04T18:25:01.770Z] ++ set -x [2020-02-04T18:25:01.770Z] ++ 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= 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-02-04T18:25:01.770Z] INFO: Testing against a local daemon [2020-02-04T18:25:01.770Z] === RUN TestPluginInvalidJSON [2020-02-04T18:25:01.770Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:25:01.770Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:25:01.770Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:25:01.770Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-02-04T18:25:01.770Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-04T18:25:01.770Z] PASS [2020-02-04T18:25:01.770Z] [2020-02-04T18:25:01.770Z] DONE 2 tests in 0.153s [2020-02-04T18:25:01.770Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-04T18:25:01.770Z] ++ 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-02-04T18:25:01.770Z] ++ set -e [2020-02-04T18:25:01.770Z] ++ '[' -n 0 ']' [2020-02-04T18:25:01.770Z] ++ set -x [2020-02-04T18:25:01.770Z] ++ 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= 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-02-04T18:25:02.029Z] INFO: Testing against a local daemon [2020-02-04T18:25:02.029Z] === RUN TestExternalGraphDriver [2020-02-04T18:25:02.029Z] === RUN TestExternalGraphDriver/json [2020-02-04T18:25:02.493Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.24s) [2020-02-04T18:25:02.493Z] PASS [2020-02-04T18:25:02.493Z] [2020-02-04T18:25:02.493Z] DONE 5 tests in 5.974s [2020-02-04T18:25:02.493Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.493Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.493Z] +++ set -e [2020-02-04T18:25:02.493Z] +++ '[' -n 0 ']' [2020-02-04T18:25:02.493Z] +++ set -x [2020-02-04T18:25:02.493Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.493Z] INFO: Testing against a local daemon [2020-02-04T18:25:02.493Z] testing: warning: no tests to run [2020-02-04T18:25:02.493Z] PASS [2020-02-04T18:25:02.493Z] [2020-02-04T18:25:02.493Z] DONE 0 tests in 0.128s [2020-02-04T18:25:02.752Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.752Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.752Z] +++ set -e [2020-02-04T18:25:02.752Z] +++ '[' -n 0 ']' [2020-02-04T18:25:02.752Z] +++ set -x [2020-02-04T18:25:02.752Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.752Z] INFO: Testing against a local daemon [2020-02-04T18:25:02.752Z] testing: warning: no tests to run [2020-02-04T18:25:02.752Z] PASS [2020-02-04T18:25:02.752Z] [2020-02-04T18:25:02.752Z] DONE 0 tests in 0.111s [2020-02-04T18:25:02.752Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.752Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.752Z] +++ set -e [2020-02-04T18:25:02.752Z] +++ '[' -n 0 ']' [2020-02-04T18:25:02.752Z] +++ set -x [2020-02-04T18:25:02.752Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:02.938Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-02-04T18:25:02.938Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2020-02-04T18:25:03.011Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.011Z] testing: warning: no tests to run [2020-02-04T18:25:03.011Z] PASS [2020-02-04T18:25:03.011Z] [2020-02-04T18:25:03.011Z] DONE 0 tests in 0.083s [2020-02-04T18:25:03.011Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] +++ set -e [2020-02-04T18:25:03.011Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.011Z] +++ set -x [2020-02-04T18:25:03.011Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.011Z] testing: warning: no tests to run [2020-02-04T18:25:03.011Z] PASS [2020-02-04T18:25:03.011Z] [2020-02-04T18:25:03.011Z] DONE 0 tests in 0.098s [2020-02-04T18:25:03.011Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] +++ set -e [2020-02-04T18:25:03.011Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.011Z] +++ set -x [2020-02-04T18:25:03.011Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] testing: warning: no tests to run [2020-02-04T18:25:03.011Z] PASS [2020-02-04T18:25:03.011Z] [2020-02-04T18:25:03.011Z] DONE 0 tests in 0.010s [2020-02-04T18:25:03.011Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.011Z] +++ set -e [2020-02-04T18:25:03.011Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.011Z] +++ set -x [2020-02-04T18:25:03.011Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.270Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.270Z] testing: warning: no tests to run [2020-02-04T18:25:03.270Z] PASS [2020-02-04T18:25:03.270Z] [2020-02-04T18:25:03.270Z] DONE 0 tests in 0.098s [2020-02-04T18:25:03.270Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.270Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.270Z] +++ set -e [2020-02-04T18:25:03.270Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.270Z] +++ set -x [2020-02-04T18:25:03.270Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.270Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.270Z] testing: warning: no tests to run [2020-02-04T18:25:03.270Z] PASS [2020-02-04T18:25:03.270Z] [2020-02-04T18:25:03.270Z] DONE 0 tests in 0.097s [2020-02-04T18:25:03.270Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.270Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.270Z] +++ set -e [2020-02-04T18:25:03.270Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.270Z] +++ set -x [2020-02-04T18:25:03.270Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.529Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.529Z] testing: warning: no tests to run [2020-02-04T18:25:03.529Z] PASS [2020-02-04T18:25:03.529Z] [2020-02-04T18:25:03.529Z] DONE 0 tests in 0.102s [2020-02-04T18:25:03.529Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.529Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.529Z] +++ set -e [2020-02-04T18:25:03.529Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.529Z] +++ set -x [2020-02-04T18:25:03.530Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.530Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.530Z] testing: warning: no tests to run [2020-02-04T18:25:03.530Z] PASS [2020-02-04T18:25:03.530Z] [2020-02-04T18:25:03.530Z] DONE 0 tests in 0.094s [2020-02-04T18:25:03.530Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.530Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.530Z] +++ set -e [2020-02-04T18:25:03.530Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.530Z] +++ set -x [2020-02-04T18:25:03.530Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.789Z] INFO: Testing against a local daemon [2020-02-04T18:25:03.789Z] testing: warning: no tests to run [2020-02-04T18:25:03.789Z] PASS [2020-02-04T18:25:03.789Z] [2020-02-04T18:25:03.789Z] DONE 0 tests in 0.114s [2020-02-04T18:25:03.789Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.789Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:03.789Z] +++ set -e [2020-02-04T18:25:03.789Z] +++ '[' -n 0 ']' [2020-02-04T18:25:03.789Z] +++ set -x [2020-02-04T18:25:03.789Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.048Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.048Z] testing: warning: no tests to run [2020-02-04T18:25:04.048Z] PASS [2020-02-04T18:25:04.048Z] [2020-02-04T18:25:04.048Z] DONE 0 tests in 0.130s [2020-02-04T18:25:04.048Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.048Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.048Z] +++ set -e [2020-02-04T18:25:04.048Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.048Z] +++ set -x [2020-02-04T18:25:04.048Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.048Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.048Z] testing: warning: no tests to run [2020-02-04T18:25:04.048Z] PASS [2020-02-04T18:25:04.048Z] [2020-02-04T18:25:04.048Z] DONE 0 tests in 0.095s [2020-02-04T18:25:04.048Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.048Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.048Z] +++ set -e [2020-02-04T18:25:04.048Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.048Z] +++ set -x [2020-02-04T18:25:04.048Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.307Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.307Z] testing: warning: no tests to run [2020-02-04T18:25:04.307Z] PASS [2020-02-04T18:25:04.307Z] [2020-02-04T18:25:04.307Z] DONE 0 tests in 0.116s [2020-02-04T18:25:04.307Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.307Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.307Z] +++ set -e [2020-02-04T18:25:04.307Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.307Z] +++ set -x [2020-02-04T18:25:04.307Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.307Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.307Z] testing: warning: no tests to run [2020-02-04T18:25:04.307Z] PASS [2020-02-04T18:25:04.307Z] [2020-02-04T18:25:04.307Z] DONE 0 tests in 0.122s [2020-02-04T18:25:04.307Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.307Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.307Z] +++ set -e [2020-02-04T18:25:04.307Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.307Z] +++ set -x [2020-02-04T18:25:04.307Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.454Z] ok github.com/docker/docker/layer 7.589s coverage: 68.8% of statements [2020-02-04T18:25:04.454Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-04T18:25:04.454Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-04T18:25:04.454Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-04T18:25:04.454Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-04T18:25:04.454Z] ? github.com/docker/docker/oci [no test files] [2020-02-04T18:25:04.454Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-04T18:25:04.454Z] ok github.com/docker/docker/pkg/discovery/memory 0.055s coverage: 92.3% of statements [2020-02-04T18:25:04.567Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.567Z] testing: warning: no tests to run [2020-02-04T18:25:04.567Z] PASS [2020-02-04T18:25:04.567Z] [2020-02-04T18:25:04.567Z] DONE 0 tests in 0.079s [2020-02-04T18:25:04.567Z] Running integration-test (iteration 3) [2020-02-04T18:25:04.567Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.567Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.567Z] +++ set -e [2020-02-04T18:25:04.567Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.567Z] +++ set -x [2020-02-04T18:25:04.567Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.567Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.567Z] testing: warning: no tests to run [2020-02-04T18:25:04.567Z] PASS [2020-02-04T18:25:04.567Z] [2020-02-04T18:25:04.567Z] DONE 0 tests in 0.100s [2020-02-04T18:25:04.567Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.567Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.567Z] +++ set -e [2020-02-04T18:25:04.567Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.567Z] +++ set -x [2020-02-04T18:25:04.567Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.568Z] === RUN TestExternalGraphDriver/spec [2020-02-04T18:25:04.826Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.826Z] testing: warning: no tests to run [2020-02-04T18:25:04.826Z] PASS [2020-02-04T18:25:04.826Z] [2020-02-04T18:25:04.826Z] DONE 0 tests in 0.109s [2020-02-04T18:25:04.826Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.826Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.826Z] +++ set -e [2020-02-04T18:25:04.826Z] +++ '[' -n 0 ']' [2020-02-04T18:25:04.826Z] +++ set -x [2020-02-04T18:25:04.826Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:04.826Z] INFO: Testing against a local daemon [2020-02-04T18:25:04.826Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:05.948Z] ok github.com/docker/docker/pkg/dmesg 0.016s coverage: 83.3% of statements [2020-02-04T18:25:05.948Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-02-04T18:25:06.205Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.11s) [2020-02-04T18:25:06.205Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:06.486Z] --- PASS: TestBuildSquashParent (5.69s) [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:25:06.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:25:06.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:25:06.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:25:06.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:25:06.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:25:06.486Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:25:06.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:25:06.486Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:25:06.486Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:25:06.971Z] ok github.com/docker/docker/pkg/chrootarchive 4.598s coverage: 43.2% of statements [2020-02-04T18:25:06.971Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-04T18:25:06.971Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-04T18:25:07.142Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.15s) [2020-02-04T18:25:07.142Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:07.260Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2020-02-04T18:25:07.260Z] ok github.com/docker/docker/pkg/filenotify 0.618s coverage: 67.0% of statements [2020-02-04T18:25:07.855Z] === RUN TestExternalGraphDriver/pull [2020-02-04T18:25:08.275Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:25:08.519Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.18s) [2020-02-04T18:25:08.519Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:08.632Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:25:08.756Z] ok github.com/docker/docker/pkg/fsutils 0.385s coverage: 85.1% of statements [2020-02-04T18:25:08.756Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2020-02-04T18:25:09.046Z] ok github.com/docker/docker/pkg/discovery/kv 3.198s coverage: 84.1% of statements [2020-02-04T18:25:09.455Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.06s) [2020-02-04T18:25:09.455Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:09.760Z] --- PASS: TestExternalGraphDriver (7.57s) [2020-02-04T18:25:09.760Z] --- PASS: TestExternalGraphDriver/json (2.49s) [2020-02-04T18:25:09.760Z] --- PASS: TestExternalGraphDriver/spec (2.73s) [2020-02-04T18:25:09.760Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2020-02-04T18:25:09.760Z] === RUN TestGraphdriverPluginV2 [2020-02-04T18:25:09.760Z] --- SKIP: TestGraphdriverPluginV2 (0.04s) [2020-02-04T18:25:09.760Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:25:09.760Z] PASS [2020-02-04T18:25:09.760Z] [2020-02-04T18:25:09.760Z] === Skipped [2020-02-04T18:25:09.760Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.04s) [2020-02-04T18:25:09.760Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:25:09.760Z] [2020-02-04T18:25:09.760Z] [2020-02-04T18:25:09.760Z] DONE 5 tests, 1 skipped in 7.744s [2020-02-04T18:25:09.760Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-04T18:25:09.760Z] ++ 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-02-04T18:25:09.760Z] ++ set -e [2020-02-04T18:25:09.760Z] ++ '[' -n 0 ']' [2020-02-04T18:25:09.760Z] ++ set -x [2020-02-04T18:25:09.760Z] ++ 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= 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-02-04T18:25:09.760Z] INFO: Testing against a local daemon [2020-02-04T18:25:09.760Z] === RUN TestContinueAfterPluginCrash [2020-02-04T18:25:09.760Z] === PAUSE TestContinueAfterPluginCrash [2020-02-04T18:25:09.760Z] === RUN TestDaemonStartWithLogOpt [2020-02-04T18:25:09.760Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-04T18:25:09.760Z] === CONT TestContinueAfterPluginCrash [2020-02-04T18:25:09.760Z] === CONT TestDaemonStartWithLogOpt [2020-02-04T18:25:10.356Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:25:10.391Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.09s) [2020-02-04T18:25:10.391Z] PASS [2020-02-04T18:25:10.391Z] [2020-02-04T18:25:10.391Z] DONE 5 tests in 5.685s [2020-02-04T18:25:10.391Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.391Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.391Z] +++ set -e [2020-02-04T18:25:10.391Z] +++ '[' -n 0 ']' [2020-02-04T18:25:10.391Z] +++ set -x [2020-02-04T18:25:10.391Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.555Z] ok github.com/docker/docker/pkg/locker 0.044s coverage: 88.9% of statements [2020-02-04T18:25:10.650Z] INFO: Testing against a local daemon [2020-02-04T18:25:10.650Z] testing: warning: no tests to run [2020-02-04T18:25:10.650Z] PASS [2020-02-04T18:25:10.650Z] [2020-02-04T18:25:10.650Z] DONE 0 tests in 0.121s [2020-02-04T18:25:10.650Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.650Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.650Z] +++ set -e [2020-02-04T18:25:10.650Z] +++ '[' -n 0 ']' [2020-02-04T18:25:10.650Z] +++ set -x [2020-02-04T18:25:10.650Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.650Z] INFO: Testing against a local daemon [2020-02-04T18:25:10.650Z] testing: warning: no tests to run [2020-02-04T18:25:10.650Z] PASS [2020-02-04T18:25:10.650Z] [2020-02-04T18:25:10.650Z] DONE 0 tests in 0.119s [2020-02-04T18:25:10.725Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:25:10.909Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.909Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.909Z] +++ set -e [2020-02-04T18:25:10.909Z] +++ '[' -n 0 ']' [2020-02-04T18:25:10.909Z] +++ set -x [2020-02-04T18:25:10.909Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.909Z] INFO: Testing against a local daemon [2020-02-04T18:25:10.909Z] testing: warning: no tests to run [2020-02-04T18:25:10.909Z] PASS [2020-02-04T18:25:10.909Z] [2020-02-04T18:25:10.909Z] DONE 0 tests in 0.094s [2020-02-04T18:25:10.909Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.909Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:10.909Z] +++ set -e [2020-02-04T18:25:10.909Z] +++ '[' -n 0 ']' [2020-02-04T18:25:10.909Z] +++ set -x [2020-02-04T18:25:10.909Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.168Z] testing: warning: no tests to run [2020-02-04T18:25:11.168Z] PASS [2020-02-04T18:25:11.168Z] [2020-02-04T18:25:11.168Z] DONE 0 tests in 0.085s [2020-02-04T18:25:11.168Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] +++ set -e [2020-02-04T18:25:11.168Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.168Z] +++ set -x [2020-02-04T18:25:11.168Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] testing: warning: no tests to run [2020-02-04T18:25:11.168Z] PASS [2020-02-04T18:25:11.168Z] [2020-02-04T18:25:11.168Z] DONE 0 tests in 0.015s [2020-02-04T18:25:11.168Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] +++ set -e [2020-02-04T18:25:11.168Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.168Z] +++ set -x [2020-02-04T18:25:11.168Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.168Z] testing: warning: no tests to run [2020-02-04T18:25:11.168Z] PASS [2020-02-04T18:25:11.168Z] [2020-02-04T18:25:11.168Z] DONE 0 tests in 0.116s [2020-02-04T18:25:11.168Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.168Z] +++ set -e [2020-02-04T18:25:11.168Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.168Z] +++ set -x [2020-02-04T18:25:11.168Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.184Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-02-04T18:25:11.427Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.427Z] testing: warning: no tests to run [2020-02-04T18:25:11.427Z] PASS [2020-02-04T18:25:11.427Z] [2020-02-04T18:25:11.427Z] DONE 0 tests in 0.095s [2020-02-04T18:25:11.427Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.427Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.427Z] +++ set -e [2020-02-04T18:25:11.427Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.427Z] +++ set -x [2020-02-04T18:25:11.427Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.427Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.427Z] testing: warning: no tests to run [2020-02-04T18:25:11.427Z] PASS [2020-02-04T18:25:11.427Z] [2020-02-04T18:25:11.427Z] DONE 0 tests in 0.114s [2020-02-04T18:25:11.427Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.428Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.428Z] +++ set -e [2020-02-04T18:25:11.428Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.428Z] +++ set -x [2020-02-04T18:25:11.428Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.472Z] ok github.com/docker/docker/pkg/idtools 0.841s coverage: 70.1% of statements [2020-02-04T18:25:11.686Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.686Z] testing: warning: no tests to run [2020-02-04T18:25:11.686Z] PASS [2020-02-04T18:25:11.686Z] [2020-02-04T18:25:11.686Z] DONE 0 tests in 0.147s [2020-02-04T18:25:11.686Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.686Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.686Z] +++ set -e [2020-02-04T18:25:11.686Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.686Z] +++ set -x [2020-02-04T18:25:11.686Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.686Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.686Z] testing: warning: no tests to run [2020-02-04T18:25:11.686Z] PASS [2020-02-04T18:25:11.686Z] [2020-02-04T18:25:11.686Z] DONE 0 tests in 0.085s [2020-02-04T18:25:11.762Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2020-02-04T18:25:11.959Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.959Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.959Z] +++ set -e [2020-02-04T18:25:11.959Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.959Z] +++ set -x [2020-02-04T18:25:11.959Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.959Z] INFO: Testing against a local daemon [2020-02-04T18:25:11.959Z] testing: warning: no tests to run [2020-02-04T18:25:11.959Z] PASS [2020-02-04T18:25:11.959Z] [2020-02-04T18:25:11.959Z] DONE 0 tests in 0.120s [2020-02-04T18:25:11.959Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.959Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:11.959Z] +++ set -e [2020-02-04T18:25:11.959Z] +++ '[' -n 0 ']' [2020-02-04T18:25:11.959Z] +++ set -x [2020-02-04T18:25:11.959Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.219Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.219Z] testing: warning: no tests to run [2020-02-04T18:25:12.219Z] PASS [2020-02-04T18:25:12.219Z] [2020-02-04T18:25:12.219Z] DONE 0 tests in 0.137s [2020-02-04T18:25:12.219Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.219Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.219Z] +++ set -e [2020-02-04T18:25:12.219Z] +++ '[' -n 0 ']' [2020-02-04T18:25:12.219Z] +++ set -x [2020-02-04T18:25:12.219Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.219Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.219Z] testing: warning: no tests to run [2020-02-04T18:25:12.219Z] PASS [2020-02-04T18:25:12.219Z] [2020-02-04T18:25:12.219Z] DONE 0 tests in 0.097s [2020-02-04T18:25:12.219Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.219Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.219Z] +++ set -e [2020-02-04T18:25:12.219Z] +++ '[' -n 0 ']' [2020-02-04T18:25:12.219Z] +++ set -x [2020-02-04T18:25:12.219Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.478Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.478Z] testing: warning: no tests to run [2020-02-04T18:25:12.478Z] PASS [2020-02-04T18:25:12.478Z] [2020-02-04T18:25:12.478Z] DONE 0 tests in 0.090s [2020-02-04T18:25:12.478Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.478Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.478Z] +++ set -e [2020-02-04T18:25:12.478Z] +++ '[' -n 0 ']' [2020-02-04T18:25:12.478Z] +++ set -x [2020-02-04T18:25:12.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.478Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.478Z] testing: warning: no tests to run [2020-02-04T18:25:12.478Z] PASS [2020-02-04T18:25:12.478Z] [2020-02-04T18:25:12.478Z] DONE 0 tests in 0.123s [2020-02-04T18:25:12.478Z] Running integration-test (iteration 4) [2020-02-04T18:25:12.478Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.478Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.478Z] +++ set -e [2020-02-04T18:25:12.478Z] +++ '[' -n 0 ']' [2020-02-04T18:25:12.479Z] +++ set -x [2020-02-04T18:25:12.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.737Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.737Z] testing: warning: no tests to run [2020-02-04T18:25:12.737Z] PASS [2020-02-04T18:25:12.737Z] [2020-02-04T18:25:12.737Z] DONE 0 tests in 0.112s [2020-02-04T18:25:12.737Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.737Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.737Z] +++ set -e [2020-02-04T18:25:12.737Z] +++ '[' -n 0 ']' [2020-02-04T18:25:12.737Z] +++ set -x [2020-02-04T18:25:12.737Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.737Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.737Z] testing: warning: no tests to run [2020-02-04T18:25:12.737Z] PASS [2020-02-04T18:25:12.737Z] [2020-02-04T18:25:12.737Z] DONE 0 tests in 0.083s [2020-02-04T18:25:12.737Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.737Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.737Z] +++ set -e [2020-02-04T18:25:12.737Z] +++ '[' -n 0 ']' [2020-02-04T18:25:12.737Z] +++ set -x [2020-02-04T18:25:12.737Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:12.786Z] ok github.com/docker/docker/pkg/namesgenerator 0.017s coverage: 85.7% of statements [2020-02-04T18:25:12.786Z] ok github.com/docker/docker/pkg/ioutils 1.766s coverage: 70.6% of statements [2020-02-04T18:25:12.786Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-04T18:25:12.996Z] INFO: Testing against a local daemon [2020-02-04T18:25:12.996Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.66s) [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.75s) [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.13s) [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.17s) [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s) [2020-02-04T18:25:13.115Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2020-02-04T18:25:13.115Z] === RUN TestBuildMultiStageCopy [2020-02-04T18:25:13.115Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-04T18:25:13.445Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-02-04T18:25:14.070Z] ok github.com/docker/docker/pkg/parsers/kernel 0.036s coverage: 60.0% of statements [2020-02-04T18:25:14.357Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 91.4% of statements [2020-02-04T18:25:14.375Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.13s) [2020-02-04T18:25:14.375Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:14.644Z] ok github.com/docker/docker/pkg/mount 1.014s coverage: 70.0% of statements [2020-02-04T18:25:14.644Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-04T18:25:14.644Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.4% of statements [2020-02-04T18:25:14.644Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-04T18:25:14.644Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-04T18:25:14.698Z] ok github.com/docker/docker/api/server 0.259s coverage: 9.0% of statements [2020-02-04T18:25:15.310Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.13s) [2020-02-04T18:25:15.310Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:15.469Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-04T18:25:15.469Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-04T18:25:15.852Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-04T18:25:16.204Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-04T18:25:16.688Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.12s) [2020-02-04T18:25:16.688Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:16.700Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-02-04T18:25:16.963Z] --- PASS: TestBuildMultiStageCopy (4.22s) [2020-02-04T18:25:16.963Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.43s) [2020-02-04T18:25:16.963Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.37s) [2020-02-04T18:25:16.963Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.42s) [2020-02-04T18:25:16.963Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.46s) [2020-02-04T18:25:16.963Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2020-02-04T18:25:16.963Z] === RUN TestBuildMultiStageParentConfig [2020-02-04T18:25:17.624Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.20s) [2020-02-04T18:25:17.624Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:17.723Z] ok github.com/docker/docker/pkg/pools 0.047s coverage: 88.2% of statements [2020-02-04T18:25:18.011Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-02-04T18:25:18.011Z] ok github.com/docker/docker/pkg/progress 0.006s coverage: 75.9% of statements [2020-02-04T18:25:18.296Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2020-02-04T18:25:18.296Z] === RUN TestBuildLabelWithTargets [2020-02-04T18:25:19.003Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.14s) [2020-02-04T18:25:19.003Z] PASS [2020-02-04T18:25:19.003Z] [2020-02-04T18:25:19.003Z] DONE 5 tests in 5.851s [2020-02-04T18:25:19.004Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] +++ set -e [2020-02-04T18:25:19.004Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.004Z] +++ set -x [2020-02-04T18:25:19.004Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.004Z] testing: warning: no tests to run [2020-02-04T18:25:19.004Z] PASS [2020-02-04T18:25:19.004Z] [2020-02-04T18:25:19.004Z] DONE 0 tests in 0.133s [2020-02-04T18:25:19.004Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] +++ set -e [2020-02-04T18:25:19.004Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.004Z] +++ set -x [2020-02-04T18:25:19.004Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.004Z] testing: warning: no tests to run [2020-02-04T18:25:19.004Z] PASS [2020-02-04T18:25:19.004Z] [2020-02-04T18:25:19.004Z] DONE 0 tests in 0.102s [2020-02-04T18:25:19.004Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.004Z] +++ set -e [2020-02-04T18:25:19.004Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.004Z] +++ set -x [2020-02-04T18:25:19.004Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.263Z] testing: warning: no tests to run [2020-02-04T18:25:19.263Z] PASS [2020-02-04T18:25:19.263Z] [2020-02-04T18:25:19.263Z] DONE 0 tests in 0.097s [2020-02-04T18:25:19.263Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] +++ set -e [2020-02-04T18:25:19.263Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.263Z] +++ set -x [2020-02-04T18:25:19.263Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.263Z] testing: warning: no tests to run [2020-02-04T18:25:19.263Z] PASS [2020-02-04T18:25:19.263Z] [2020-02-04T18:25:19.263Z] DONE 0 tests in 0.095s [2020-02-04T18:25:19.263Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] +++ set -e [2020-02-04T18:25:19.263Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.263Z] +++ set -x [2020-02-04T18:25:19.263Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] testing: warning: no tests to run [2020-02-04T18:25:19.263Z] PASS [2020-02-04T18:25:19.263Z] [2020-02-04T18:25:19.263Z] DONE 0 tests in 0.022s [2020-02-04T18:25:19.263Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.263Z] +++ set -e [2020-02-04T18:25:19.263Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.263Z] +++ set -x [2020-02-04T18:25:19.264Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.688Z] testing: warning: no tests to run [2020-02-04T18:25:19.688Z] PASS [2020-02-04T18:25:19.688Z] [2020-02-04T18:25:19.688Z] DONE 0 tests in 0.090s [2020-02-04T18:25:19.688Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] +++ set -e [2020-02-04T18:25:19.688Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.688Z] +++ set -x [2020-02-04T18:25:19.688Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.688Z] testing: warning: no tests to run [2020-02-04T18:25:19.688Z] PASS [2020-02-04T18:25:19.688Z] [2020-02-04T18:25:19.688Z] DONE 0 tests in 0.081s [2020-02-04T18:25:19.688Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] +++ set -e [2020-02-04T18:25:19.688Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.688Z] +++ set -x [2020-02-04T18:25:19.688Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.688Z] testing: warning: no tests to run [2020-02-04T18:25:19.688Z] PASS [2020-02-04T18:25:19.688Z] [2020-02-04T18:25:19.688Z] DONE 0 tests in 0.124s [2020-02-04T18:25:19.688Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.688Z] +++ set -e [2020-02-04T18:25:19.688Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.688Z] +++ set -x [2020-02-04T18:25:19.688Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.709Z] ok github.com/docker/docker/pkg/reexec 0.014s coverage: 82.4% of statements [2020-02-04T18:25:19.807Z] --- PASS: TestDaemonStartWithLogOpt (10.18s) [2020-02-04T18:25:19.946Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.946Z] testing: warning: no tests to run [2020-02-04T18:25:19.946Z] PASS [2020-02-04T18:25:19.946Z] [2020-02-04T18:25:19.946Z] DONE 0 tests in 0.110s [2020-02-04T18:25:19.946Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.946Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.946Z] +++ set -e [2020-02-04T18:25:19.946Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.946Z] +++ set -x [2020-02-04T18:25:19.946Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.946Z] INFO: Testing against a local daemon [2020-02-04T18:25:19.946Z] testing: warning: no tests to run [2020-02-04T18:25:19.946Z] PASS [2020-02-04T18:25:19.946Z] [2020-02-04T18:25:19.946Z] DONE 0 tests in 0.096s [2020-02-04T18:25:19.946Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.946Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.946Z] +++ set -e [2020-02-04T18:25:19.946Z] +++ '[' -n 0 ']' [2020-02-04T18:25:19.946Z] +++ set -x [2020-02-04T18:25:19.947Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:19.998Z] ok github.com/docker/docker/pkg/pubsub 1.148s coverage: 73.9% of statements [2020-02-04T18:25:20.205Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.206Z] testing: warning: no tests to run [2020-02-04T18:25:20.206Z] PASS [2020-02-04T18:25:20.206Z] [2020-02-04T18:25:20.206Z] DONE 0 tests in 0.088s [2020-02-04T18:25:20.206Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.206Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.206Z] +++ set -e [2020-02-04T18:25:20.206Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.206Z] +++ set -x [2020-02-04T18:25:20.206Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.206Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.206Z] testing: warning: no tests to run [2020-02-04T18:25:20.206Z] PASS [2020-02-04T18:25:20.206Z] [2020-02-04T18:25:20.206Z] DONE 0 tests in 0.151s [2020-02-04T18:25:20.206Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.206Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.206Z] +++ set -e [2020-02-04T18:25:20.206Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.206Z] +++ set -x [2020-02-04T18:25:20.206Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.291Z] --- PASS: TestBuildLabelWithTargets (2.01s) [2020-02-04T18:25:20.291Z] === RUN TestBuildWithEmptyLayers [2020-02-04T18:25:20.464Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.464Z] testing: warning: no tests to run [2020-02-04T18:25:20.464Z] PASS [2020-02-04T18:25:20.464Z] [2020-02-04T18:25:20.464Z] DONE 0 tests in 0.095s [2020-02-04T18:25:20.465Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.465Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.465Z] +++ set -e [2020-02-04T18:25:20.465Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.465Z] +++ set -x [2020-02-04T18:25:20.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.465Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.465Z] testing: warning: no tests to run [2020-02-04T18:25:20.465Z] PASS [2020-02-04T18:25:20.465Z] [2020-02-04T18:25:20.465Z] DONE 0 tests in 0.079s [2020-02-04T18:25:20.465Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.465Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.465Z] +++ set -e [2020-02-04T18:25:20.465Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.465Z] +++ set -x [2020-02-04T18:25:20.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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.631Z] ok github.com/docker/docker/pkg/stdcopy 0.009s coverage: 100.0% of statements [2020-02-04T18:25:20.723Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.723Z] testing: warning: no tests to run [2020-02-04T18:25:20.723Z] PASS [2020-02-04T18:25:20.723Z] [2020-02-04T18:25:20.723Z] DONE 0 tests in 0.093s [2020-02-04T18:25:20.723Z] Running integration-test (iteration 5) [2020-02-04T18:25:20.723Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.723Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.723Z] +++ set -e [2020-02-04T18:25:20.723Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.723Z] +++ set -x [2020-02-04T18:25:20.723Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.723Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.723Z] testing: warning: no tests to run [2020-02-04T18:25:20.723Z] PASS [2020-02-04T18:25:20.723Z] [2020-02-04T18:25:20.723Z] DONE 0 tests in 0.082s [2020-02-04T18:25:20.723Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.723Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.723Z] +++ set -e [2020-02-04T18:25:20.723Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.723Z] +++ set -x [2020-02-04T18:25:20.723Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.981Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.981Z] testing: warning: no tests to run [2020-02-04T18:25:20.981Z] PASS [2020-02-04T18:25:20.981Z] [2020-02-04T18:25:20.981Z] DONE 0 tests in 0.081s [2020-02-04T18:25:20.981Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.981Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.981Z] +++ set -e [2020-02-04T18:25:20.981Z] +++ '[' -n 0 ']' [2020-02-04T18:25:20.981Z] +++ set -x [2020-02-04T18:25:20.981Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:20.981Z] INFO: Testing against a local daemon [2020-02-04T18:25:20.981Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:21.108Z] --- PASS: TestBuildWithEmptyLayers (0.83s) [2020-02-04T18:25:21.108Z] === RUN TestBuildMultiStageOnBuild [2020-02-04T18:25:21.651Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2020-02-04T18:25:21.651Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [2020-02-04T18:25:22.272Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2020-02-04T18:25:22.356Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.17s) [2020-02-04T18:25:22.356Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:22.896Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 70.8% of statements [2020-02-04T18:25:23.183Z] ok github.com/docker/docker/pkg/signal 3.632s coverage: 61.0% of statements [2020-02-04T18:25:23.292Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.06s) [2020-02-04T18:25:23.292Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:24.189Z] --- PASS: TestBuildMultiStageOnBuild (2.50s) [2020-02-04T18:25:24.189Z] === RUN TestBuildUncleanTarFilenames [2020-02-04T18:25:24.205Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.2% of statements [2020-02-04T18:25:24.491Z] ok github.com/docker/docker/pkg/tailfile 0.141s coverage: 88.6% of statements [2020-02-04T18:25:24.668Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.16s) [2020-02-04T18:25:24.668Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:24.980Z] --- PASS: TestBuildUncleanTarFilenames (1.10s) [2020-02-04T18:25:24.980Z] === RUN TestBuildMultiStageLayerLeak [2020-02-04T18:25:25.072Z] --- PASS: TestContinueAfterPluginCrash (15.00s) [2020-02-04T18:25:25.072Z] PASS [2020-02-04T18:25:25.072Z] [2020-02-04T18:25:25.072Z] DONE 2 tests in 15.137s [2020-02-04T18:25:25.072Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-04T18:25:25.072Z] ++ 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-02-04T18:25:25.072Z] ++ set -e [2020-02-04T18:25:25.072Z] ++ '[' -n 0 ']' [2020-02-04T18:25:25.072Z] ++ set -x [2020-02-04T18:25:25.072Z] ++ 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= 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-02-04T18:25:25.072Z] INFO: Testing against a local daemon [2020-02-04T18:25:25.072Z] === RUN TestPluginWithDevMounts [2020-02-04T18:25:25.072Z] === PAUSE TestPluginWithDevMounts [2020-02-04T18:25:25.072Z] === CONT TestPluginWithDevMounts [2020-02-04T18:25:25.516Z] ok github.com/docker/docker/pkg/term 0.020s coverage: 85.9% of statements [2020-02-04T18:25:25.605Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.18s) [2020-02-04T18:25:25.605Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:25.805Z] testing: warning: no tests to run [2020-02-04T18:25:25.805Z] coverage: [no statements] [2020-02-04T18:25:25.805Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2020-02-04T18:25:26.092Z] ok github.com/docker/docker/pkg/tarsum 0.255s coverage: 89.3% of statements [2020-02-04T18:25:26.734Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-02-04T18:25:26.734Z] ok github.com/docker/docker/pkg/urlutil 0.028s coverage: 100.0% of statements [2020-02-04T18:25:26.974Z] --- PASS: TestPluginWithDevMounts (2.22s) [2020-02-04T18:25:26.975Z] PASS [2020-02-04T18:25:26.975Z] [2020-02-04T18:25:26.975Z] DONE 1 tests in 2.357s [2020-02-04T18:25:26.982Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.14s) [2020-02-04T18:25:26.982Z] PASS [2020-02-04T18:25:26.982Z] [2020-02-04T18:25:26.982Z] DONE 5 tests in 5.820s [2020-02-04T18:25:26.982Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] +++ set -e [2020-02-04T18:25:26.982Z] +++ '[' -n 0 ']' [2020-02-04T18:25:26.982Z] +++ set -x [2020-02-04T18:25:26.982Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] INFO: Testing against a local daemon [2020-02-04T18:25:26.982Z] testing: warning: no tests to run [2020-02-04T18:25:26.982Z] PASS [2020-02-04T18:25:26.982Z] [2020-02-04T18:25:26.982Z] DONE 0 tests in 0.122s [2020-02-04T18:25:26.982Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] +++ set -e [2020-02-04T18:25:26.982Z] +++ '[' -n 0 ']' [2020-02-04T18:25:26.982Z] +++ set -x [2020-02-04T18:25:26.982Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] INFO: Testing against a local daemon [2020-02-04T18:25:26.982Z] testing: warning: no tests to run [2020-02-04T18:25:26.982Z] PASS [2020-02-04T18:25:26.982Z] [2020-02-04T18:25:26.982Z] DONE 0 tests in 0.089s [2020-02-04T18:25:26.982Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:26.982Z] +++ set -e [2020-02-04T18:25:26.982Z] +++ '[' -n 0 ']' [2020-02-04T18:25:26.982Z] +++ set -x [2020-02-04T18:25:26.983Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.040Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-02-04T18:25:27.234Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-04T18:25:27.234Z] ++ 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-02-04T18:25:27.234Z] ++ set -e [2020-02-04T18:25:27.234Z] ++ '[' -n 0 ']' [2020-02-04T18:25:27.234Z] ++ set -x [2020-02-04T18:25:27.234Z] ++ 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= 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-02-04T18:25:27.234Z] INFO: Testing against a local daemon [2020-02-04T18:25:27.234Z] === RUN TestSecretInspect [2020-02-04T18:25:27.241Z] INFO: Testing against a local daemon [2020-02-04T18:25:27.241Z] testing: warning: no tests to run [2020-02-04T18:25:27.241Z] PASS [2020-02-04T18:25:27.241Z] [2020-02-04T18:25:27.241Z] DONE 0 tests in 0.097s [2020-02-04T18:25:27.241Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.241Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.241Z] +++ set -e [2020-02-04T18:25:27.241Z] +++ '[' -n 0 ']' [2020-02-04T18:25:27.241Z] +++ set -x [2020-02-04T18:25:27.241Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.241Z] INFO: Testing against a local daemon [2020-02-04T18:25:27.241Z] testing: warning: no tests to run [2020-02-04T18:25:27.241Z] PASS [2020-02-04T18:25:27.241Z] [2020-02-04T18:25:27.241Z] DONE 0 tests in 0.120s [2020-02-04T18:25:27.241Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.241Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.241Z] +++ set -e [2020-02-04T18:25:27.241Z] +++ '[' -n 0 ']' [2020-02-04T18:25:27.241Z] +++ set -x [2020-02-04T18:25:27.241Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.241Z] testing: warning: no tests to run [2020-02-04T18:25:27.241Z] PASS [2020-02-04T18:25:27.241Z] [2020-02-04T18:25:27.241Z] DONE 0 tests in 0.017s [2020-02-04T18:25:27.499Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.499Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.499Z] +++ set -e [2020-02-04T18:25:27.499Z] +++ '[' -n 0 ']' [2020-02-04T18:25:27.499Z] +++ set -x [2020-02-04T18:25:27.499Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.499Z] INFO: Testing against a local daemon [2020-02-04T18:25:27.499Z] testing: warning: no tests to run [2020-02-04T18:25:27.499Z] PASS [2020-02-04T18:25:27.499Z] [2020-02-04T18:25:27.499Z] DONE 0 tests in 0.095s [2020-02-04T18:25:27.499Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.499Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.499Z] +++ set -e [2020-02-04T18:25:27.499Z] +++ '[' -n 0 ']' [2020-02-04T18:25:27.499Z] +++ set -x [2020-02-04T18:25:27.499Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.647Z] --- PASS: TestBuildMultiStageLayerLeak (2.76s) [2020-02-04T18:25:27.647Z] === RUN TestBuildWithHugeFile [2020-02-04T18:25:27.758Z] INFO: Testing against a local daemon [2020-02-04T18:25:27.758Z] testing: warning: no tests to run [2020-02-04T18:25:27.758Z] PASS [2020-02-04T18:25:27.758Z] [2020-02-04T18:25:27.758Z] DONE 0 tests in 0.114s [2020-02-04T18:25:27.758Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.758Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.758Z] +++ set -e [2020-02-04T18:25:27.758Z] +++ '[' -n 0 ']' [2020-02-04T18:25:27.758Z] +++ set -x [2020-02-04T18:25:27.758Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.758Z] INFO: Testing against a local daemon [2020-02-04T18:25:27.758Z] testing: warning: no tests to run [2020-02-04T18:25:27.758Z] PASS [2020-02-04T18:25:27.758Z] [2020-02-04T18:25:27.758Z] DONE 0 tests in 0.114s [2020-02-04T18:25:27.758Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.758Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:27.758Z] +++ set -e [2020-02-04T18:25:27.758Z] +++ '[' -n 0 ']' [2020-02-04T18:25:27.758Z] +++ set -x [2020-02-04T18:25:27.758Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.017Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.017Z] testing: warning: no tests to run [2020-02-04T18:25:28.017Z] PASS [2020-02-04T18:25:28.017Z] [2020-02-04T18:25:28.017Z] DONE 0 tests in 0.098s [2020-02-04T18:25:28.017Z] 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.017Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.017Z] +++ set -e [2020-02-04T18:25:28.017Z] +++ '[' -n 0 ']' [2020-02-04T18:25:28.017Z] +++ set -x [2020-02-04T18:25:28.017Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.017Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.017Z] testing: warning: no tests to run [2020-02-04T18:25:28.017Z] PASS [2020-02-04T18:25:28.017Z] [2020-02-04T18:25:28.017Z] DONE 0 tests in 0.091s [2020-02-04T18:25:28.017Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.017Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.017Z] +++ set -e [2020-02-04T18:25:28.017Z] +++ '[' -n 0 ']' [2020-02-04T18:25:28.017Z] +++ set -x [2020-02-04T18:25:28.017Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.083Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-02-04T18:25:28.275Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.275Z] testing: warning: no tests to run [2020-02-04T18:25:28.275Z] PASS [2020-02-04T18:25:28.275Z] [2020-02-04T18:25:28.275Z] DONE 0 tests in 0.113s [2020-02-04T18:25:28.275Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.275Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.275Z] +++ set -e [2020-02-04T18:25:28.275Z] +++ '[' -n 0 ']' [2020-02-04T18:25:28.275Z] +++ set -x [2020-02-04T18:25:28.275Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.275Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.275Z] testing: warning: no tests to run [2020-02-04T18:25:28.275Z] PASS [2020-02-04T18:25:28.275Z] [2020-02-04T18:25:28.275Z] DONE 0 tests in 0.110s [2020-02-04T18:25:28.275Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.275Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.275Z] +++ set -e [2020-02-04T18:25:28.275Z] +++ '[' -n 0 ']' [2020-02-04T18:25:28.275Z] +++ set -x [2020-02-04T18:25:28.275Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.534Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.534Z] testing: warning: no tests to run [2020-02-04T18:25:28.534Z] PASS [2020-02-04T18:25:28.534Z] [2020-02-04T18:25:28.534Z] DONE 0 tests in 0.089s [2020-02-04T18:25:28.534Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.534Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.534Z] +++ set -e [2020-02-04T18:25:28.534Z] +++ '[' -n 0 ']' [2020-02-04T18:25:28.534Z] +++ set -x [2020-02-04T18:25:28.534Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.534Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.534Z] testing: warning: no tests to run [2020-02-04T18:25:28.534Z] PASS [2020-02-04T18:25:28.534Z] [2020-02-04T18:25:28.534Z] DONE 0 tests in 0.092s [2020-02-04T18:25:28.534Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.534Z] +++ 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.534Z] +++ set -e [2020-02-04T18:25:28.534Z] +++ '[' -n 0 ']' [2020-02-04T18:25:28.534Z] +++ set -x [2020-02-04T18:25:28.534Z] +++ 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= 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 TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:25:28.793Z] INFO: Testing against a local daemon [2020-02-04T18:25:28.793Z] testing: warning: no tests to run [2020-02-04T18:25:28.793Z] PASS [2020-02-04T18:25:28.793Z] [2020-02-04T18:25:28.793Z] DONE 0 tests in 0.087s [2020-02-04T18:25:28.793Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration-flaky) [2020-02-04T18:25:28.793Z] +++++ cat bundles/test-integration-flaky/docker.pid [2020-02-04T18:25:28.793Z] ++++ kill 5342 [2020-02-04T18:25:29.727Z] ++++ /etc/init.d/apparmor stop [2020-02-04T18:25:29.727Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:25:29.727Z] [2020-02-04T18:25:29.727Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:25:29.727Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:25:29.727Z] [2020-02-04T18:25:29.727Z] To set a process to complain mode, use the command line tool [2020-02-04T18:25:29.727Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:25:29.727Z] ++++ true [2020-02-04T18:25:29.727Z] [2020-02-04T18:25:29.727Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-04T18:25:30.520Z] --- PASS: TestSecretInspect (3.23s) [2020-02-04T18:25:30.520Z] === RUN TestSecretList [2020-02-04T18:25:30.534Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2020-02-04T18:25:30.822Z] ok github.com/docker/docker/profiles/seccomp 0.026s coverage: 68.8% of statements [2020-02-04T18:25:31.102Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:25:31.102Z] HOSTNAME=b62ed97214c3 [2020-02-04T18:25:31.102Z] TESTDEBUG=0 [2020-02-04T18:25:31.102Z] DEST=bundles/test-integration [2020-02-04T18:25:31.102Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:25:31.102Z] KEEPBUNDLE=1 [2020-02-04T18:25:31.102Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:25:31.102Z] container=docker [2020-02-04T18:25:31.102Z] HOME=/root [2020-02-04T18:25:31.102Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:25:31.102Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:25:31.102Z] VALIDATE_BRANCH=master [2020-02-04T18:25:31.102Z] TERM=xterm [2020-02-04T18:25:31.102Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:25:31.102Z] SHLVL=1 [2020-02-04T18:25:31.102Z] TIMEOUT=120m [2020-02-04T18:25:31.102Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:25:31.102Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:25:31.102Z] GO111MODULE=off [2020-02-04T18:25:31.102Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-04T18:25:31.102Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:25:31.102Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:25:31.102Z] GOPATH=/go [2020-02-04T18:25:31.102Z] PKG_CONFIG=pkg-config [2020-02-04T18:25:31.102Z] _=/usr/bin/env [2020-02-04T18:25:31.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-04T18:25:32.316Z] ok github.com/docker/docker/reference 0.017s coverage: 83.7% of statements [2020-02-04T18:25:32.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-04T18:25:32.939Z] ok github.com/docker/docker/plugin 0.563s coverage: 27.1% of statements [2020-02-04T18:25:33.807Z] --- PASS: TestSecretList (3.26s) [2020-02-04T18:25:33.807Z] === RUN TestSecretsCreateAndDelete [2020-02-04T18:25:33.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-04T18:25:34.435Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements [2020-02-04T18:25:35.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-04T18:25:35.458Z] ok github.com/docker/docker/registry/resumable 0.050s coverage: 100.0% of statements [2020-02-04T18:25:36.480Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2020-02-04T18:25:36.769Z] ok github.com/docker/docker/runconfig 0.031s coverage: 68.2% of statements [2020-02-04T18:25:36.769Z] ok github.com/docker/docker/registry 0.435s coverage: 56.0% of statements [2020-02-04T18:25:37.093Z] --- PASS: TestSecretsCreateAndDelete (3.29s) [2020-02-04T18:25:37.093Z] === RUN TestSecretsUpdate [2020-02-04T18:25:37.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-04T18:25:38.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-04T18:25:39.642Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-04T18:25:40.381Z] --- PASS: TestSecretsUpdate (3.29s) [2020-02-04T18:25:40.381Z] === RUN TestTemplatedSecret [2020-02-04T18:25:40.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-04T18:25:40.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-04T18:25:41.196Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2020-02-04T18:25:42.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-04T18:25:42.776Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-04T18:25:42.776Z] Using test binary docker [2020-02-04T18:25:42.776Z] +++ /etc/init.d/apparmor start [2020-02-04T18:25:42.776Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:25:42.776Z] INFO: Waiting for daemon to start... [2020-02-04T18:25:42.776Z] Starting dockerd [2020-02-04T18:25:42.776Z] +++ 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-02-04T18:25:43.034Z] .Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-04T18:25:43.669Z] --- PASS: TestTemplatedSecret (2.90s) [2020-02-04T18:25:43.669Z] === RUN TestSecretCreateResolve [2020-02-04T18:25:43.902Z] ok github.com/docker/docker/volume/local 0.082s coverage: 73.0% of statements [2020-02-04T18:25:43.902Z] ok github.com/docker/docker/volume/mounts 0.137s coverage: 67.0% of statements [2020-02-04T18:25:43.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-04T18:25:44.226Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-04T18:25:44.226Z] Using test binary docker [2020-02-04T18:25:44.226Z] +++ /etc/init.d/apparmor start [2020-02-04T18:25:44.226Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:25:44.226Z] INFO: Waiting for daemon to start... [2020-02-04T18:25:44.226Z] Starting dockerd [2020-02-04T18:25:44.226Z] +++ 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-02-04T18:25:44.793Z] .Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-04T18:25:44.793Z] [2020-02-04T18:25:44.793Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-04T18:25:44.793Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-04T18:25:44.793Z] Error: No such image: emptyfs [2020-02-04T18:25:44.793Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-04T18:25:44.793Z] ++++ docker load [2020-02-04T18:25:45.359Z] Running integration-test (iteration 1) [2020-02-04T18:25:45.359Z] 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-02-04T18:25:45.359Z] ++ 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-02-04T18:25:45.359Z] ++ set -e [2020-02-04T18:25:45.359Z] ++ '[' -n 0 ']' [2020-02-04T18:25:45.359Z] ++ set -x [2020-02-04T18:25:45.359Z] ++ 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= 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-02-04T18:25:45.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-04T18:25:45.394Z] ok github.com/docker/docker/volume/service 0.033s coverage: 73.0% of statements [2020-02-04T18:25:46.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-04T18:25:46.293Z] [2020-02-04T18:25:46.293Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-04T18:25:46.293Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-04T18:25:46.551Z] Error: No such image: emptyfs [2020-02-04T18:25:46.551Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-04T18:25:46.551Z] ++++ docker load [2020-02-04T18:25:46.810Z] Running integration-test (iteration 1) [2020-02-04T18:25:46.810Z] 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-02-04T18:25:46.810Z] ++ 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-02-04T18:25:46.810Z] ++ set -e [2020-02-04T18:25:46.810Z] ++ '[' -n 0 ']' [2020-02-04T18:25:46.810Z] ++ set -x [2020-02-04T18:25:46.810Z] ++ 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= 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-02-04T18:25:46.954Z] --- PASS: TestSecretCreateResolve (3.29s) [2020-02-04T18:25:46.954Z] PASS [2020-02-04T18:25:46.954Z] [2020-02-04T18:25:46.954Z] DONE 6 tests in 19.394s [2020-02-04T18:25:46.954Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-02-04T18:25:46.954Z] ++ 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-02-04T18:25:46.954Z] ++ set -e [2020-02-04T18:25:46.954Z] ++ '[' -n 0 ']' [2020-02-04T18:25:46.954Z] ++ set -x [2020-02-04T18:25:46.954Z] ++ 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= 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-02-04T18:25:46.954Z] INFO: Testing against a local daemon [2020-02-04T18:25:46.954Z] === RUN TestServiceCreateInit [2020-02-04T18:25:46.954Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-04T18:25:47.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-04T18:25:48.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-04T18:25:49.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-04T18:25:50.183Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-04T18:25:50.183Z] Using test binary docker [2020-02-04T18:25:50.183Z] +++ /etc/init.d/apparmor start [2020-02-04T18:25:50.183Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:25:50.183Z] INFO: Waiting for daemon to start... [2020-02-04T18:25:50.183Z] Starting dockerd [2020-02-04T18:25:50.183Z] +++ 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-02-04T18:25:52.202Z] ok github.com/docker/docker/pkg/plugins 33.662s coverage: 76.6% of statements [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/rootless [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/volume [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-04T18:25:52.202Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === Skipped [2020-02-04T18:25:52.202Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-04T18:25:52.202Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-04T18:25:52.202Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-04T18:25:52.202Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.202Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-04T18:25:52.202Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.202Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-04T18:25:52.202Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.202Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-04T18:25:52.202Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.202Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-04T18:25:52.202Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.202Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-04T18:25:52.202Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.202Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-04T18:25:52.202Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-04T18:25:52.202Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-04T18:25:52.203Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-04T18:25:52.203Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.203Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.203Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.203Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.203Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:25:52.203Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-04T18:25:52.203Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-04T18:25:52.203Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-04T18:25:52.203Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] [2020-02-04T18:25:52.203Z] DONE 2155 tests, 20 skipped in 347.102s [2020-02-04T18:25:52.222Z] === RUN TestServiceCreateInit/daemonInitEnabled Post stage [Pipeline] junit [2020-02-04T18:25:52.523Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-04T18:25:53.406Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -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:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/make.sh dynbinary test-integration [2020-02-04T18:25:53.467Z] . [2020-02-04T18:25:53.467Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-04T18:25:53.692Z] [2020-02-04T18:25:53.725Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-04T18:25:53.726Z] Running integration-test (iteration 1) [2020-02-04T18:25:53.726Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-02-04T18:25:53.726Z] ++ 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-02-04T18:25:53.726Z] ++ set -e [2020-02-04T18:25:53.726Z] ++ '[' -n 0 ']' [2020-02-04T18:25:53.726Z] ++ set -x [2020-02-04T18:25:53.726Z] ++ 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= 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-02-04T18:25:53.726Z] INFO: Testing against a local daemon [2020-02-04T18:25:53.726Z] === RUN TestCgroupNamespacesBuild [2020-02-04T18:25:53.981Z] Removing bundles/ [2020-02-04T18:25:53.981Z] [2020-02-04T18:25:53.981Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-04T18:25:53.982Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:25:53.982Z] GOOS="" GOARCH="" GOARM="" [2020-02-04T18:25:56.104Z] --- PASS: TestBuildWithHugeFile (26.03s) [2020-02-04T18:25:56.104Z] === RUN TestBuildWithEmptyDockerfile [2020-02-04T18:25:56.104Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:25:56.104Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:25:56.104Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:25:56.104Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:25:56.104Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:25:56.104Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:25:56.104Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:25:56.104Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:25:56.104Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:25:56.104Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-02-04T18:25:56.104Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2020-02-04T18:25:56.104Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2020-02-04T18:25:56.104Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2020-02-04T18:25:56.104Z] === RUN TestBuildPreserveOwnership [2020-02-04T18:25:56.104Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-04T18:25:56.413Z] --- PASS: TestServiceCreateInit (9.72s) [2020-02-04T18:25:56.414Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.64s) [2020-02-04T18:25:56.414Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s) [2020-02-04T18:25:56.414Z] === RUN TestCreateServiceMultipleTimes [2020-02-04T18:25:57.008Z] --- PASS: TestCgroupNamespacesBuild (3.03s) [2020-02-04T18:25:57.008Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-04T18:25:57.558Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-04T18:25:59.537Z] --- PASS: TestBuildPreserveOwnership (5.48s) [2020-02-04T18:25:59.537Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.49s) [2020-02-04T18:25:59.537Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.99s) [2020-02-04T18:25:59.537Z] === RUN TestBuildPlatformInvalid [2020-02-04T18:25:59.537Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-02-04T18:25:59.537Z] PASS [2020-02-04T18:25:59.537Z] [2020-02-04T18:25:59.537Z] === Skipped [2020-02-04T18:25:59.537Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-02-04T18:25:59.537Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:25:59.537Z] [2020-02-04T18:25:59.537Z] [2020-02-04T18:25:59.537Z] DONE 32 tests, 1 skipped in 70.057s [2020-02-04T18:25:59.537Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-02-04T18:25:59.537Z] ++ 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-02-04T18:25:59.537Z] ++ set -e [2020-02-04T18:25:59.537Z] ++ '[' -n 0 ']' [2020-02-04T18:25:59.537Z] ++ set -x [2020-02-04T18:25:59.537Z] ++ 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= 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-02-04T18:25:59.537Z] INFO: Testing against a local daemon [2020-02-04T18:25:59.537Z] === RUN TestConfigList [2020-02-04T18:26:00.289Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.02s) [2020-02-04T18:26:00.289Z] === RUN TestBuildWithSession [2020-02-04T18:26:00.289Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-04T18:26:00.289Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:26:00.289Z] === RUN TestBuildSquashParent [2020-02-04T18:26:02.658Z] --- PASS: TestConfigList (2.76s) [2020-02-04T18:26:02.658Z] === RUN TestConfigsCreateAndDelete [2020-02-04T18:26:05.052Z] --- PASS: TestConfigsCreateAndDelete (2.70s) [2020-02-04T18:26:05.052Z] === RUN TestConfigsUpdate [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-04T18:26:05.339Z] ok github.com/docker/docker/api/server/httputils 0.097s coverage: 14.7% of statements [2020-02-04T18:26:05.339Z] ok github.com/docker/docker/api/server/middleware 0.136s coverage: 37.7% of statements [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-04T18:26:05.339Z] ok github.com/docker/docker/api/types/filters 0.053s coverage: 92.2% of statements [2020-02-04T18:26:05.339Z] ok github.com/docker/docker/api/types/strslice 0.071s coverage: 90.0% of statements [2020-02-04T18:26:05.339Z] ok github.com/docker/docker/api/server/router/swarm 0.131s coverage: 4.5% of statements [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-04T18:26:05.339Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-04T18:26:05.340Z] ok github.com/docker/docker/api/types/time 0.226s coverage: 100.0% of statements [2020-02-04T18:26:05.340Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 75.0% of statements [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-04T18:26:05.340Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-04T18:26:05.340Z] ok github.com/docker/docker/builder/dockerignore 0.046s coverage: 96.8% of statements [2020-02-04T18:26:07.516Z] ok github.com/docker/docker/cli/debug 0.314s coverage: 100.0% of statements [2020-02-04T18:26:07.787Z] --- PASS: TestConfigsUpdate (2.65s) [2020-02-04T18:26:07.787Z] === RUN TestTemplatedConfig [2020-02-04T18:26:07.974Z] ok github.com/docker/docker/builder/remotecontext 0.507s coverage: 9.2% of statements [2020-02-04T18:26:08.432Z] ok github.com/docker/docker/builder/dockerfile 0.479s coverage: 46.3% of statements [2020-02-04T18:26:10.462Z] Loaded image: buildpack-deps:jessie [2020-02-04T18:26:10.462Z] Loaded image: busybox:latest [2020-02-04T18:26:10.462Z] Loaded image: busybox:glibc [2020-02-04T18:26:10.462Z] Loaded image: debian:jessie [2020-02-04T18:26:10.462Z] Loaded image: hello-world:latest [2020-02-04T18:26:10.462Z] INFO: Testing against a local daemon [2020-02-04T18:26:10.462Z] === RUN TestDockerDaemonSuite [2020-02-04T18:26:10.462Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-02-04T18:26:10.462Z] Loaded image: buildpack-deps:jessie [2020-02-04T18:26:10.721Z] Loaded image: busybox:latest [2020-02-04T18:26:11.173Z] --- PASS: TestTemplatedConfig (3.16s) [2020-02-04T18:26:11.173Z] === RUN TestConfigInspect [2020-02-04T18:26:11.288Z] Loaded image: busybox:glibc [2020-02-04T18:26:11.288Z] Loaded image: debian:jessie [2020-02-04T18:26:11.288Z] Loaded image: hello-world:latest [2020-02-04T18:26:11.288Z] INFO: Testing against a local daemon [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-02-04T18:26:11.288Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-02-04T18:26:11.546Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-02-04T18:26:11.546Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-02-04T18:26:11.804Z] --- PASS: TestBuildSquashParent (12.08s) [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:26:11.804Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:26:11.804Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:26:11.804Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:26:11.804Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:26:11.804Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:26:11.804Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:26:11.804Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:26:11.804Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:26:11.804Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:26:12.062Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-02-04T18:26:12.062Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-02-04T18:26:12.629Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-02-04T18:26:12.629Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-02-04T18:26:13.195Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-02-04T18:26:13.195Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-02-04T18:26:13.195Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-02-04T18:26:13.806Z] --- PASS: TestConfigInspect (2.65s) [2020-02-04T18:26:13.806Z] === RUN TestConfigCreateWithLabels [2020-02-04T18:26:14.130Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:26:14.130Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:26:15.068Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-02-04T18:26:15.326Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-02-04T18:26:15.895Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-02-04T18:26:15.895Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-02-04T18:26:15.895Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-02-04T18:26:16.462Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:26:16.471Z] --- PASS: TestConfigCreateWithLabels (2.65s) [2020-02-04T18:26:16.471Z] === RUN TestConfigCreateResolve [2020-02-04T18:26:16.721Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:26:16.721Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-02-04T18:26:16.979Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-02-04T18:26:17.547Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-02-04T18:26:18.113Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-02-04T18:26:18.372Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-02-04T18:26:18.372Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-02-04T18:26:18.372Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-02-04T18:26:18.510Z] --- PASS: TestCreateServiceMultipleTimes (19.54s) [2020-02-04T18:26:18.510Z] === RUN TestCreateServiceConflict [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.17s) [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.30s) [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.35s) [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.43s) [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.39s) [2020-02-04T18:26:18.940Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.37s) [2020-02-04T18:26:18.940Z] === RUN TestBuildMultiStageCopy [2020-02-04T18:26:18.940Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-04T18:26:19.071Z] --- PASS: TestConfigCreateResolve (2.74s) [2020-02-04T18:26:19.071Z] === RUN TestConfigDaemonLibtrustID [2020-02-04T18:26:19.420Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-02-04T18:26:19.420Z] PASS [2020-02-04T18:26:19.420Z] [2020-02-04T18:26:19.420Z] DONE 8 tests in 19.908s [2020-02-04T18:26:19.420Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-02-04T18:26:19.420Z] ++ 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-02-04T18:26:19.420Z] ++ set -e [2020-02-04T18:26:19.420Z] ++ '[' -n 0 ']' [2020-02-04T18:26:19.420Z] ++ set -x [2020-02-04T18:26:19.420Z] ++ 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= 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-02-04T18:26:19.420Z] INFO: Testing against a local daemon [2020-02-04T18:26:19.420Z] === RUN TestCheckpoint [2020-02-04T18:26:19.420Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-04T18:26:19.420Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:26:19.420Z] === RUN TestContainerInvalidJSON [2020-02-04T18:26:19.420Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:26:19.420Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:26:19.420Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:26:19.420Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:26:19.420Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:26:19.420Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:26:19.420Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:26:19.420Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:26:19.420Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:26:19.420Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-04T18:26:19.420Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-04T18:26:19.420Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-04T18:26:19.420Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-04T18:26:19.420Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-04T18:26:19.446Z] --- PASS: TestCreateServiceConflict (3.28s) [2020-02-04T18:26:19.446Z] === RUN TestCreateServiceMaxReplicas [2020-02-04T18:26:19.770Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-02-04T18:26:19.770Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-04T18:26:19.770Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-02-04T18:26:19.770Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-04T18:26:19.770Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-02-04T18:26:19.770Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-04T18:26:19.770Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-02-04T18:26:19.770Z] === RUN TestCopyFromContainer [2020-02-04T18:26:20.312Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-02-04T18:26:20.790Z] ok github.com/docker/docker/client 0.494s coverage: 75.3% of statements [2020-02-04T18:26:21.245Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-04T18:26:21.799Z] === RUN TestCopyFromContainer// [2020-02-04T18:26:21.799Z] === RUN TestCopyFromContainer//bar/root [2020-02-04T18:26:21.799Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-04T18:26:21.810Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-04T18:26:22.069Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-04T18:26:22.156Z] === RUN TestCopyFromContainer/bar/quux [2020-02-04T18:26:22.156Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-04T18:26:22.156Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-04T18:26:22.156Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-04T18:26:22.156Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-04T18:26:22.515Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-04T18:26:22.515Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer (2.64s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-02-04T18:26:22.515Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-02-04T18:26:22.515Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-04T18:26:22.515Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:26:22.515Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:26:22.515Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:26:22.515Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:26:22.515Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:26:22.515Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:26:22.515Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:26:22.515Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:26:22.515Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:26:22.515Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-02-04T18:26:22.515Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-04T18:26:22.515Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-04T18:26:22.515Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-04T18:26:22.515Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-04T18:26:22.515Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-02-04T18:26:22.515Z] === RUN TestCreateWithInvalidEnv [2020-02-04T18:26:22.515Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-04T18:26:22.515Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-04T18:26:22.515Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-04T18:26:22.515Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-04T18:26:22.515Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-04T18:26:22.515Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-04T18:26:22.515Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-04T18:26:22.515Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-04T18:26:22.515Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-04T18:26:22.515Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-02-04T18:26:22.515Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-04T18:26:22.515Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-04T18:26:22.515Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-04T18:26:22.515Z] === RUN TestCreateTmpfsMountsTarget [2020-02-04T18:26:22.515Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-02-04T18:26:22.515Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-04T18:26:22.635Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-02-04T18:26:22.635Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-04T18:26:22.893Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-02-04T18:26:23.152Z] --- PASS: TestBuildMultiStageCopy (4.00s) [2020-02-04T18:26:23.152Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.30s) [2020-02-04T18:26:23.152Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.41s) [2020-02-04T18:26:23.152Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2020-02-04T18:26:23.152Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.43s) [2020-02-04T18:26:23.152Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.47s) [2020-02-04T18:26:23.152Z] === RUN TestBuildMultiStageParentConfig [2020-02-04T18:26:23.638Z] --- PASS: TestCreateServiceMaxReplicas (3.66s) [2020-02-04T18:26:23.638Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-04T18:26:24.527Z] --- PASS: TestBuildMultiStageParentConfig (1.23s) [2020-02-04T18:26:24.527Z] === RUN TestBuildLabelWithTargets [2020-02-04T18:26:24.527Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-02-04T18:26:24.967Z] --- PASS: TestCreateWithCustomMaskedPaths (2.29s) [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:26:24.967Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:26:24.967Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:26:24.967Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:26:25.094Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-02-04T18:26:25.660Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-02-04T18:26:25.799Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-02-04T18:26:25.799Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-04T18:26:26.226Z] --- PASS: TestBuildLabelWithTargets (2.00s) [2020-02-04T18:26:26.226Z] === RUN TestBuildWithEmptyLayers [2020-02-04T18:26:27.160Z] --- PASS: TestBuildWithEmptyLayers (0.85s) [2020-02-04T18:26:27.160Z] === RUN TestBuildMultiStageOnBuild [2020-02-04T18:26:27.608Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.39s) [2020-02-04T18:26:27.608Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-04T18:26:27.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:26:27.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:26:27.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:26:27.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:26:27.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:26:27.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:26:27.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:26:27.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:26:27.609Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:26:27.609Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:26:27.609Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:26:27.609Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:26:27.609Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:26:27.609Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:26:27.609Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:26:27.609Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-02-04T18:26:27.609Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-02-04T18:26:27.609Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-02-04T18:26:27.609Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-02-04T18:26:27.609Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-02-04T18:26:27.609Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-02-04T18:26:27.609Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:26:28.095Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-02-04T18:26:28.366Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2020-02-04T18:26:28.366Z] === RUN TestContainerStartOnDaemonRestart [2020-02-04T18:26:28.366Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-04T18:26:28.366Z] === RUN TestDaemonRestartIpcMode [2020-02-04T18:26:28.366Z] === PAUSE TestDaemonRestartIpcMode [2020-02-04T18:26:28.366Z] === RUN TestDaemonHostGatewayIP [2020-02-04T18:26:28.366Z] === PAUSE TestDaemonHostGatewayIP [2020-02-04T18:26:28.366Z] === RUN TestDiff [2020-02-04T18:26:28.664Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-02-04T18:26:29.371Z] --- PASS: TestDiff (0.83s) [2020-02-04T18:26:29.371Z] === RUN TestExecWithCloseStdin [2020-02-04T18:26:30.039Z] --- PASS: TestBuildMultiStageOnBuild (2.82s) [2020-02-04T18:26:30.039Z] === RUN TestBuildUncleanTarFilenames [2020-02-04T18:26:30.121Z] --- PASS: TestExecWithCloseStdin (0.98s) [2020-02-04T18:26:30.122Z] === RUN TestExec [2020-02-04T18:26:30.973Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-02-04T18:26:30.973Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-02-04T18:26:31.234Z] --- PASS: TestBuildUncleanTarFilenames (1.23s) [2020-02-04T18:26:31.234Z] === RUN TestBuildMultiStageLayerLeak [2020-02-04T18:26:31.392Z] --- PASS: TestExec (0.92s) [2020-02-04T18:26:31.392Z] === RUN TestExecUser [2020-02-04T18:26:32.143Z] --- PASS: TestExecUser (0.91s) [2020-02-04T18:26:32.143Z] === RUN TestExportContainerAndImportImage [2020-02-04T18:26:32.172Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-02-04T18:26:33.108Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-02-04T18:26:33.113Z] --- PASS: TestExportContainerAndImportImage (1.05s) [2020-02-04T18:26:33.113Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-04T18:26:34.041Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-02-04T18:26:34.299Z] --- PASS: TestBuildMultiStageLayerLeak (3.20s) [2020-02-04T18:26:34.299Z] === RUN TestBuildWithHugeFile [2020-02-04T18:26:34.557Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-02-04T18:26:34.606Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-02-04T18:26:34.606Z] === RUN TestHealthCheckWorkdir [2020-02-04T18:26:35.122Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-02-04T18:26:35.609Z] ok github.com/docker/docker/builder/remotecontext/git 28.647s coverage: 86.3% of statements [2020-02-04T18:26:35.609Z] ? github.com/docker/docker/cli [no test files] [2020-02-04T18:26:35.609Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-04T18:26:35.874Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2020-02-04T18:26:35.874Z] === RUN TestHealthKillContainer [2020-02-04T18:26:37.652Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-02-04T18:26:38.513Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.76s) [2020-02-04T18:26:38.513Z] === RUN TestCreateServiceSecretFileMode [2020-02-04T18:26:39.026Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-02-04T18:26:39.306Z] --- PASS: TestHealthKillContainer (3.06s) [2020-02-04T18:26:39.306Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-04T18:26:39.594Z] === RUN TestDockerSuite/TestAttachDetach [2020-02-04T18:26:39.651Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2020-02-04T18:26:39.651Z] === RUN TestIpcModeNone [2020-02-04T18:26:40.418Z] --- PASS: TestCreateServiceSecretFileMode (2.84s) [2020-02-04T18:26:40.419Z] === RUN TestCreateServiceConfigFileMode [2020-02-04T18:26:40.917Z] --- PASS: TestIpcModeNone (0.97s) [2020-02-04T18:26:40.918Z] === RUN TestIpcModePrivate [2020-02-04T18:26:40.971Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-02-04T18:26:41.304Z] ................................................ [ 29%] [2020-02-04T18:26:41.358Z] ok github.com/docker/docker/cmd/dockerd 0.775s coverage: 19.1% of statements [2020-02-04T18:26:41.664Z] --- PASS: TestIpcModePrivate (0.93s) [2020-02-04T18:26:41.664Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2020-02-04T18:26:41.664Z] === RUN TestIpcModeShareable [2020-02-04T18:26:42.419Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-02-04T18:26:42.475Z] --- PASS: TestIpcModeShareable (1.03s) [2020-02-04T18:26:42.475Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2020-02-04T18:26:42.475Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-04T18:26:42.678Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-02-04T18:26:43.685Z] ok github.com/docker/docker/container 0.473s coverage: 42.2% of statements [2020-02-04T18:26:43.685Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-04T18:26:43.685Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-04T18:26:43.685Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-04T18:26:43.685Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-04T18:26:43.804Z] --- PASS: TestCreateServiceConfigFileMode (3.38s) [2020-02-04T18:26:43.804Z] === RUN TestCreateServiceSysctls [2020-02-04T18:26:44.581Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-02-04T18:26:44.581Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-02-04T18:26:44.641Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.311s coverage: 65.3% of statements [2020-02-04T18:26:45.597Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.89s) [2020-02-04T18:26:45.597Z] === RUN TestAPIIpcModeHost [2020-02-04T18:26:45.955Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-02-04T18:26:45.960Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-02-04T18:26:45.960Z] === RUN TestDaemonIpcModeShareable [2020-02-04T18:26:47.331Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-02-04T18:26:47.331Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-02-04T18:26:47.872Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2020-02-04T18:26:47.872Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-04T18:26:47.872Z] === RUN TestDaemonIpcModePrivate [2020-02-04T18:26:47.896Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-02-04T18:26:47.992Z] --- PASS: TestCreateServiceSysctls (4.25s) [2020-02-04T18:26:47.992Z] === RUN TestCreateServiceCapabilities [2020-02-04T18:26:48.463Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-02-04T18:26:49.293Z] ok github.com/docker/docker/daemon/cluster/convert 0.498s coverage: 35.7% of statements [2020-02-04T18:26:49.395Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-02-04T18:26:50.013Z] --- PASS: TestDaemonIpcModePrivate (1.62s) [2020-02-04T18:26:50.013Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-04T18:26:50.013Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-04T18:26:50.769Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-02-04T18:26:51.028Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-02-04T18:26:51.215Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.61s) [2020-02-04T18:26:51.215Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-04T18:26:51.215Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-04T18:26:52.198Z] --- PASS: TestCreateServiceCapabilities (3.50s) [2020-02-04T18:26:52.198Z] === RUN TestInspect [2020-02-04T18:26:52.404Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-02-04T18:26:52.991Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s) [2020-02-04T18:26:52.991Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-04T18:26:52.991Z] === RUN TestIpcModeOlderClient [2020-02-04T18:26:52.991Z] === PAUSE TestIpcModeOlderClient [2020-02-04T18:26:52.991Z] === RUN TestKillContainerInvalidSignal [2020-02-04T18:26:53.740Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2020-02-04T18:26:53.740Z] === RUN TestKillContainer [2020-02-04T18:26:53.740Z] === RUN TestKillContainer/no_signal [2020-02-04T18:26:53.942Z] ok github.com/docker/docker/daemon/cluster 1.440s coverage: 0.5% of statements [2020-02-04T18:26:54.494Z] === RUN TestKillContainer/non_killing_signal [2020-02-04T18:26:54.736Z] --- PASS: TestInspect (3.09s) [2020-02-04T18:26:54.736Z] === RUN TestCreateJob [2020-02-04T18:26:54.893Z] === RUN TestKillContainer/killing_signal [2020-02-04T18:26:54.934Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-02-04T18:26:55.194Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-02-04T18:26:56.098Z] ok github.com/docker/docker/daemon/config 0.978s coverage: 80.1% of statements [2020-02-04T18:26:56.136Z] --- PASS: TestKillContainer (2.50s) [2020-02-04T18:26:56.136Z] --- PASS: TestKillContainer/no_signal (0.88s) [2020-02-04T18:26:56.136Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2020-02-04T18:26:56.136Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2020-02-04T18:26:56.136Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-04T18:26:56.136Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-04T18:26:56.550Z] ok github.com/docker/docker/daemon/discovery 0.213s coverage: 30.0% of statements [2020-02-04T18:26:56.570Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-02-04T18:26:56.570Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-02-04T18:26:56.910Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-04T18:26:57.700Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.65s) [2020-02-04T18:26:57.700Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-02-04T18:26:57.700Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-02-04T18:26:57.700Z] === RUN TestKillStoppedContainer [2020-02-04T18:26:57.700Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-02-04T18:26:57.700Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-04T18:26:57.952Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-02-04T18:26:58.065Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-04T18:26:58.065Z] === RUN TestKillDifferentUserContainer [2020-02-04T18:26:58.519Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-02-04T18:26:58.704Z] ok github.com/docker/docker/daemon/events 0.350s coverage: 50.0% of statements [2020-02-04T18:26:58.906Z] --- PASS: TestKillDifferentUserContainer (0.74s) [2020-02-04T18:26:58.906Z] === RUN TestInspectOomKilledTrue [2020-02-04T18:26:58.906Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-04T18:26:58.906Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:26:58.906Z] === RUN TestInspectOomKilledFalse [2020-02-04T18:26:58.906Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-04T18:26:58.906Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:26:58.906Z] === RUN TestLinksEtcHostsContentMatch [2020-02-04T18:26:59.157Z] ok github.com/docker/docker/daemon/graphdriver 0.366s coverage: 2.3% of statements [2020-02-04T18:26:59.325Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-02-04T18:26:59.325Z] === RUN TestLinksContainerNames [2020-02-04T18:26:59.454Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-02-04T18:26:59.610Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.286s coverage: 10.9% of statements [2020-02-04T18:27:00.003Z] --- PASS: TestCreateJob (4.45s) [2020-02-04T18:27:00.003Z] === RUN TestReplicatedJob [2020-02-04T18:27:00.666Z] --- PASS: TestLinksContainerNames (1.56s) [2020-02-04T18:27:00.666Z] === RUN TestLogsFollowTailEmpty [2020-02-04T18:27:01.130Z] ok github.com/docker/docker/daemon/links 0.132s coverage: 93.0% of statements [2020-02-04T18:27:01.356Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-02-04T18:27:01.947Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2020-02-04T18:27:01.947Z] === RUN TestContainerNetworkMountsNoChown [2020-02-04T18:27:02.649Z] ok github.com/docker/docker/daemon 2.960s coverage: 9.2% of statements [2020-02-04T18:27:02.649Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-04T18:27:02.649Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-02-04T18:27:02.650Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-02-04T18:27:02.733Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-02-04T18:27:02.762Z] --- PASS: TestContainerNetworkMountsNoChown (0.88s) [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/default [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/default [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/private [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/private [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rprivate [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/slave [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/slave [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rslave [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/shared [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/shared [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rshared [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/default [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rshared [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/shared [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rslave [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/slave [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rprivate [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/private [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-04T18:27:02.762Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:27:02.762Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:27:02.762Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:27:02.960Z] tests/integration/api_exec_test.py .................... [ 35%] [2020-02-04T18:27:03.102Z] ok github.com/docker/docker/daemon/logger 0.443s coverage: 43.0% of statements [2020-02-04T18:27:03.127Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-04T18:27:03.127Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:27:03.127Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-04T18:27:03.127Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:27:03.127Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:27:03.128Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-04T18:27:03.485Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-02-04T18:27:03.485Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-02-04T18:27:03.485Z] === RUN TestContainerBindMountNonRecursive [2020-02-04T18:27:03.669Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-02-04T18:27:04.623Z] ok github.com/docker/docker/daemon/images 0.347s coverage: 4.9% of statements [2020-02-04T18:27:04.623Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-04T18:27:04.623Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-04T18:27:05.077Z] ok github.com/docker/docker/daemon/logger/awslogs 0.635s coverage: 77.8% of statements [2020-02-04T18:27:05.077Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-02-04T18:27:05.077Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-04T18:27:05.077Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-04T18:27:05.077Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-02-04T18:27:05.077Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-02-04T18:27:05.077Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.248s coverage: 88.3% of statements [2020-02-04T18:27:05.219Z] --- PASS: TestContainerBindMountNonRecursive (1.71s) [2020-02-04T18:27:05.219Z] === RUN TestNetworkNat [2020-02-04T18:27:05.530Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.486s coverage: 62.1% of statements [2020-02-04T18:27:06.177Z] --- PASS: TestNetworkNat (0.87s) [2020-02-04T18:27:06.177Z] === RUN TestNetworkLocalhostTCPNat [2020-02-04T18:27:06.570Z] --- PASS: TestReplicatedJob (6.83s) [2020-02-04T18:27:06.570Z] === RUN TestUpdateReplicatedJob [2020-02-04T18:27:06.779Z] --- PASS: TestNetworkLocalhostTCPNat (0.80s) [2020-02-04T18:27:06.779Z] === RUN TestNetworkLoopbackNat [2020-02-04T18:27:07.765Z] --- PASS: TestNetworkLoopbackNat (1.06s) [2020-02-04T18:27:07.765Z] === RUN TestPause [2020-02-04T18:27:07.854Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-02-04T18:27:08.414Z] ok github.com/docker/docker/daemon/logger/local 0.561s coverage: 74.7% of statements [2020-02-04T18:27:08.414Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.314s coverage: 21.4% of statements [2020-02-04T18:27:08.414Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-04T18:27:08.414Z] ok github.com/docker/docker/daemon/logger/syslog 0.175s coverage: 47.8% of statements [2020-02-04T18:27:08.552Z] --- PASS: TestPause (0.90s) [2020-02-04T18:27:08.552Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-04T18:27:08.552Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:27:08.552Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:27:08.552Z] === RUN TestPauseStopPausedContainer [2020-02-04T18:27:09.370Z] ok github.com/docker/docker/daemon/logger/templates 0.061s coverage: 8.3% of statements [2020-02-04T18:27:09.776Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-02-04T18:27:09.776Z] === RUN TestPsFilter [2020-02-04T18:27:09.776Z] --- PASS: TestPsFilter (0.22s) [2020-02-04T18:27:09.776Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-04T18:27:10.327Z] ok github.com/docker/docker/daemon/logger/splunk 2.213s coverage: 82.5% of statements [2020-02-04T18:27:10.327Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-04T18:27:10.327Z] ? github.com/docker/docker/daemon/network [no test files] [2020-02-04T18:27:10.327Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-04T18:27:10.555Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2020-02-04T18:27:10.555Z] === RUN TestRemoveContainerWithVolume [2020-02-04T18:27:10.760Z] --- PASS: TestUpdateReplicatedJob (4.20s) [2020-02-04T18:27:10.760Z] === RUN TestServiceListWithStatuses [2020-02-04T18:27:10.760Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-04T18:27:10.760Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:27:10.760Z] === RUN TestDockerNetworkConnectAlias [2020-02-04T18:27:11.136Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-02-04T18:27:11.394Z] --- PASS: TestRemoveContainerWithVolume (0.94s) [2020-02-04T18:27:11.394Z] === RUN TestRemoveContainerRunning [2020-02-04T18:27:11.534Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-02-04T18:27:11.702Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-02-04T18:27:12.161Z] --- PASS: TestRemoveContainerRunning (0.88s) [2020-02-04T18:27:12.161Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-04T18:27:12.268Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-02-04T18:27:12.484Z] ok github.com/docker/docker/errdefs 0.118s coverage: 49.4% of statements [2020-02-04T18:27:12.484Z] ok github.com/docker/docker/distribution/metadata 2.053s coverage: 48.2% of statements [2020-02-04T18:27:12.834Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-02-04T18:27:12.939Z] ok github.com/docker/docker/distribution 1.748s coverage: 20.3% of statements [2020-02-04T18:27:12.939Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-04T18:27:13.401Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-02-04T18:27:13.424Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2020-02-04T18:27:13.424Z] === RUN TestRemoveInvalidContainer [2020-02-04T18:27:13.424Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-02-04T18:27:13.424Z] === RUN TestRenameLinkedContainer [2020-02-04T18:27:14.466Z] ok github.com/docker/docker/distribution/xfer 2.399s coverage: 76.8% of statements [2020-02-04T18:27:14.466Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-04T18:27:14.924Z] ok github.com/docker/docker/image/cache 0.154s coverage: 19.2% of statements [2020-02-04T18:27:14.924Z] ok github.com/docker/docker/image/v1 0.247s coverage: 25.0% of statements [2020-02-04T18:27:14.924Z] ok github.com/docker/docker/image 0.818s coverage: 86.4% of statements [2020-02-04T18:27:15.382Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-04T18:27:15.382Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-04T18:27:15.989Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-02-04T18:27:16.562Z] --- PASS: TestRenameLinkedContainer (3.14s) [2020-02-04T18:27:16.562Z] === RUN TestRenameStoppedContainer [2020-02-04T18:27:16.914Z] ok github.com/docker/docker/libcontainerd/queue 0.165s coverage: 100.0% of statements [2020-02-04T18:27:17.314Z] --- PASS: TestRenameStoppedContainer (0.81s) [2020-02-04T18:27:17.315Z] === RUN TestRenameRunningContainerAndReuse [2020-02-04T18:27:17.324Z] --- PASS: TestDockerNetworkConnectAlias (6.88s) [2020-02-04T18:27:17.324Z] === RUN TestDockerNetworkReConnect [2020-02-04T18:27:17.585Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-02-04T18:27:17.585Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-02-04T18:27:18.449Z] ok github.com/docker/docker/pkg/aaparser 0.079s coverage: 50.0% of statements [2020-02-04T18:27:18.449Z] ok github.com/docker/docker/layer 0.945s coverage: 30.0% of statements [2020-02-04T18:27:18.449Z] ok github.com/docker/docker/opts 0.377s coverage: 67.4% of statements [2020-02-04T18:27:18.749Z] --- PASS: TestRenameRunningContainerAndReuse (1.69s) [2020-02-04T18:27:18.749Z] === RUN TestRenameInvalidName [2020-02-04T18:27:18.906Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-04T18:27:19.528Z] --- PASS: TestRenameInvalidName (0.87s) [2020-02-04T18:27:19.528Z] === RUN TestRenameAnonymousContainer [2020-02-04T18:27:19.870Z] ok github.com/docker/docker/libcontainerd/local 0.567s coverage: 1.0% of statements [2020-02-04T18:27:19.870Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-04T18:27:19.870Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-04T18:27:19.870Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-04T18:27:19.870Z] ? github.com/docker/docker/oci [no test files] [2020-02-04T18:27:19.870Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-04T18:27:19.870Z] ok github.com/docker/docker/pkg/broadcaster 0.057s coverage: 100.0% of statements [2020-02-04T18:27:20.833Z] ok github.com/docker/docker/pkg/capabilities 0.090s coverage: 87.5% of statements [2020-02-04T18:27:21.291Z] ok github.com/docker/docker/pkg/authorization 0.879s coverage: 26.8% of statements [2020-02-04T18:27:21.748Z] ok github.com/docker/docker/pkg/chrootarchive 0.104s coverage: 15.4% of statements [2020-02-04T18:27:21.748Z] ok github.com/docker/docker/pkg/directory 0.044s coverage: 80.0% of statements [2020-02-04T18:27:21.774Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-02-04T18:27:21.774Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-02-04T18:27:22.595Z] --- PASS: TestDockerNetworkReConnect (5.48s) [2020-02-04T18:27:22.595Z] === RUN TestServicePlugin [2020-02-04T18:27:22.595Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-04T18:27:22.595Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:27:22.595Z] === RUN TestServiceUpdateLabel [2020-02-04T18:27:22.599Z] --- PASS: TestRenameAnonymousContainer (2.70s) [2020-02-04T18:27:22.599Z] === RUN TestRenameContainerWithSameName [2020-02-04T18:27:22.713Z] ok github.com/docker/docker/pkg/discovery 0.329s coverage: 58.3% of statements [2020-02-04T18:27:22.949Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2020-02-04T18:27:22.949Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-04T18:27:23.171Z] ok github.com/docker/docker/pkg/discovery/file 0.086s coverage: 92.9% of statements [2020-02-04T18:27:24.134Z] ok github.com/docker/docker/pkg/discovery/memory 0.186s coverage: 92.3% of statements [2020-02-04T18:27:24.592Z] ok github.com/docker/docker/pkg/discovery/nodes 0.048s coverage: 93.8% of statements [2020-02-04T18:27:24.814Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2020-02-04T18:27:24.814Z] === RUN TestResize [2020-02-04T18:27:25.062Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-02-04T18:27:25.555Z] ok github.com/docker/docker/pkg/filenotify 0.194s coverage: 45.7% of statements [2020-02-04T18:27:25.555Z] ok github.com/docker/docker/pkg/fileutils 0.126s coverage: 87.7% of statements [2020-02-04T18:27:25.868Z] --- PASS: TestResize (0.91s) [2020-02-04T18:27:25.868Z] === RUN TestResizeWithInvalidSize [2020-02-04T18:27:25.881Z] --- PASS: TestServiceUpdateLabel (3.26s) [2020-02-04T18:27:25.881Z] === RUN TestServiceUpdateSecrets [2020-02-04T18:27:26.517Z] ok github.com/docker/docker/pkg/homedir 0.047s coverage: 42.9% of statements [2020-02-04T18:27:26.616Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2020-02-04T18:27:26.616Z] === RUN TestResizeWhenContainerNotStarted [2020-02-04T18:27:27.394Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s) [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:27:27.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:27:27.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:27:27.394Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:27:27.394Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:27:27.481Z] ok github.com/docker/docker/pkg/idtools 0.069s coverage: 6.3% of statements [2020-02-04T18:27:27.482Z] ok github.com/docker/docker/pkg/discovery/kv 3.402s coverage: 84.1% of statements [2020-02-04T18:27:28.445Z] ok github.com/docker/docker/pkg/locker 0.080s coverage: 88.9% of statements [2020-02-04T18:27:28.459Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-02-04T18:27:28.901Z] ok github.com/docker/docker/pkg/ioutils 0.650s coverage: 69.2% of statements [2020-02-04T18:27:28.901Z] ok github.com/docker/docker/pkg/jsonmessage 0.218s coverage: 91.7% of statements [2020-02-04T18:27:29.358Z] ok github.com/docker/docker/pkg/archive 8.676s coverage: 62.0% of statements [2020-02-04T18:27:29.816Z] ok github.com/docker/docker/pkg/longpath 0.084s coverage: 100.0% of statements [2020-02-04T18:27:29.816Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2020-02-04T18:27:29.816Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2020-02-04T18:27:29.829Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:27:29.829Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:27:29.833Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-02-04T18:27:30.400Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-02-04T18:27:30.400Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-02-04T18:27:30.598Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:27:30.781Z] ok github.com/docker/docker/pkg/pidfile 0.076s coverage: 82.6% of statements [2020-02-04T18:27:30.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:27:31.744Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.081s coverage: 56.8% of statements [2020-02-04T18:27:32.223Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:27:32.576Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:27:32.711Z] ok github.com/docker/docker/pkg/plugins/transport 0.143s coverage: 85.7% of statements [2020-02-04T18:27:32.711Z] ok github.com/docker/docker/pkg/pools 0.179s coverage: 88.2% of statements [2020-02-04T18:27:33.676Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2020-02-04T18:27:33.706Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-02-04T18:27:33.706Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-02-04T18:27:33.965Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-02-04T18:27:34.084Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:27:34.457Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:27:34.640Z] ok github.com/docker/docker/pkg/reexec 0.074s coverage: 82.4% of statements [2020-02-04T18:27:34.640Z] ok github.com/docker/docker/pkg/pubsub 1.087s coverage: 73.9% of statements [2020-02-04T18:27:35.339Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-02-04T18:27:35.607Z] ok github.com/docker/docker/pkg/signal 0.075s coverage: 20.3% of statements [2020-02-04T18:27:35.607Z] ok github.com/docker/docker/pkg/stdcopy 0.052s coverage: 100.0% of statements [2020-02-04T18:27:36.571Z] ok github.com/docker/docker/pkg/streamformatter 0.056s coverage: 66.2% of statements [2020-02-04T18:27:36.571Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2020-02-04T18:27:37.278Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:27:37.278Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:27:37.535Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2020-02-04T18:27:38.501Z] ok github.com/docker/docker/pkg/system 0.094s coverage: 13.1% of statements [2020-02-04T18:27:38.625Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-02-04T18:27:38.625Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-02-04T18:27:38.959Z] ok github.com/docker/docker/pkg/tailfile 0.159s coverage: 88.6% of statements [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.24s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.41s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.10s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.09s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.62s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.55s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.24s) [2020-02-04T18:27:39.216Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.27s) [2020-02-04T18:27:39.216Z] === RUN TestCgroupNamespacesRun [2020-02-04T18:27:39.559Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-02-04T18:27:39.933Z] ok github.com/docker/docker/pkg/tarsum 0.161s coverage: 89.3% of statements [2020-02-04T18:27:40.389Z] ok github.com/docker/docker/pkg/term 0.118s coverage: 30.8% of statements [2020-02-04T18:27:40.845Z] testing: warning: no tests to run [2020-02-04T18:27:40.845Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: 0.0% of statements [no tests to run] [2020-02-04T18:27:41.009Z] --- PASS: TestCgroupNamespacesRun (1.63s) [2020-02-04T18:27:41.009Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-04T18:27:41.279Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-02-04T18:27:41.302Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2020-02-04T18:27:41.758Z] ok github.com/docker/docker/pkg/urlutil 0.029s coverage: 100.0% of statements [2020-02-04T18:27:41.758Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2020-02-04T18:27:42.475Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.56s) [2020-02-04T18:27:42.475Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-04T18:27:42.842Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-04T18:27:43.932Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-04T18:27:43.932Z] ok github.com/docker/docker/plugin/v2 0.173s coverage: 20.1% of statements [2020-02-04T18:27:43.932Z] ok github.com/docker/docker/plugin 0.261s coverage: 11.6% of statements [2020-02-04T18:27:43.964Z] --- PASS: TestServiceUpdateSecrets (15.51s) [2020-02-04T18:27:43.964Z] === RUN TestServiceUpdateConfigs [2020-02-04T18:27:44.309Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.58s) [2020-02-04T18:27:44.309Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-04T18:27:44.748Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-02-04T18:27:44.748Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-02-04T18:27:45.463Z] ok github.com/docker/docker/reference 0.122s coverage: 84.4% of statements [2020-02-04T18:27:45.538Z] --- PASS: TestCgroupNamespacesRunHostMode (1.57s) [2020-02-04T18:27:45.539Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-04T18:27:46.031Z] ok github.com/docker/docker/registry/resumable 0.320s coverage: 100.0% of statements [2020-02-04T18:27:46.495Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2020-02-04T18:27:46.951Z] ok github.com/docker/docker/registry 0.374s coverage: 51.7% of statements [2020-02-04T18:27:47.408Z] ok github.com/docker/docker/runconfig 0.086s coverage: 54.5% of statements [2020-02-04T18:27:47.575Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.57s) [2020-02-04T18:27:47.575Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-04T18:27:47.865Z] ok github.com/docker/docker/testutil 0.076s coverage: 62.5% of statements [2020-02-04T18:27:47.930Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.83s) [2020-02-04T18:27:47.930Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-04T18:27:48.694Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.76s) [2020-02-04T18:27:48.694Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-04T18:27:49.446Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-02-04T18:27:50.205Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-02-04T18:27:50.582Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-02-04T18:27:50.582Z] === RUN TestKernelTCPMemory [2020-02-04T18:27:50.759Z] ok github.com/docker/docker/volume/drivers 0.233s coverage: 36.1% of statements [2020-02-04T18:27:50.759Z] ok github.com/docker/docker/volume/local 0.171s coverage: 37.7% of statements [2020-02-04T18:27:50.759Z] ok github.com/docker/docker/volume/mounts 0.206s coverage: 66.2% of statements [2020-02-04T18:27:51.846Z] tests/integration/api_secret_test.py ..... [ 52%] [2020-02-04T18:27:51.889Z] --- PASS: TestKernelTCPMemory (1.01s) [2020-02-04T18:27:51.889Z] === RUN TestNISDomainname [2020-02-04T18:27:52.880Z] --- PASS: TestNISDomainname (0.89s) [2020-02-04T18:27:52.880Z] === RUN TestHostnameDnsResolution [2020-02-04T18:27:52.928Z] ok github.com/docker/docker/volume/service 0.453s coverage: 70.3% of statements [2020-02-04T18:27:53.674Z] --- PASS: TestHostnameDnsResolution (1.06s) [2020-02-04T18:27:53.674Z] === RUN TestStats [2020-02-04T18:27:54.390Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-02-04T18:27:54.390Z] --- PASS: TestBuildWithHugeFile (79.82s) [2020-02-04T18:27:54.390Z] === RUN TestBuildWithEmptyDockerfile [2020-02-04T18:27:54.390Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:27:54.390Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:27:54.390Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:27:54.390Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:27:54.391Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:27:54.391Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:27:54.391Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:27:54.391Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:27:54.391Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:27:54.391Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-02-04T18:27:54.391Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2020-02-04T18:27:54.391Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-02-04T18:27:54.391Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2020-02-04T18:27:54.391Z] === RUN TestBuildPreserveOwnership [2020-02-04T18:27:54.648Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-04T18:27:54.648Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-02-04T18:27:55.214Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-02-04T18:27:55.480Z] --- PASS: TestStats (2.05s) [2020-02-04T18:27:55.480Z] === RUN TestStopContainerWithTimeout [2020-02-04T18:27:55.480Z] === RUN TestStopContainerWithTimeout/0 [2020-02-04T18:27:55.480Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-04T18:27:55.480Z] === RUN TestStopContainerWithTimeout/1 [2020-02-04T18:27:55.480Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-04T18:27:55.480Z] === RUN TestStopContainerWithTimeout/3 [2020-02-04T18:27:55.480Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-04T18:27:55.480Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-04T18:27:55.480Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-04T18:27:55.480Z] === CONT TestStopContainerWithTimeout/0 [2020-02-04T18:27:55.480Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-04T18:27:55.786Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-02-04T18:27:56.191Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-02-04T18:27:56.687Z] === CONT TestStopContainerWithTimeout/3 [2020-02-04T18:27:56.721Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-02-04T18:27:57.655Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-02-04T18:27:58.870Z] --- PASS: TestServiceUpdateConfigs (15.44s) [2020-02-04T18:27:58.870Z] === RUN TestServiceUpdateNetwork [2020-02-04T18:27:59.028Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-04T18:27:59.063Z] === CONT TestStopContainerWithTimeout/1 [2020-02-04T18:27:59.613Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-02-04T18:28:00.878Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-02-04T18:28:00.878Z] --- PASS: TestStopContainerWithTimeout/0 (0.98s) [2020-02-04T18:28:00.878Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2020-02-04T18:28:00.878Z] --- PASS: TestStopContainerWithTimeout/3 (2.82s) [2020-02-04T18:28:00.878Z] --- PASS: TestStopContainerWithTimeout/1 (1.84s) [2020-02-04T18:28:00.878Z] === RUN TestDeleteDevicemapper [2020-02-04T18:28:00.878Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-04T18:28:00.878Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:28:00.878Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-04T18:28:00.988Z] --- PASS: TestBuildPreserveOwnership (6.45s) [2020-02-04T18:28:00.988Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.22s) [2020-02-04T18:28:00.988Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.22s) [2020-02-04T18:28:00.988Z] === RUN TestBuildPlatformInvalid [2020-02-04T18:28:01.195Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-04T18:28:01.195Z] [2020-02-04T18:28:01.195Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-04T18:28:01.195Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-04T18:28:01.195Z] HOSTNAME=962edac90795 [2020-02-04T18:28:01.195Z] TESTDEBUG=0 [2020-02-04T18:28:01.195Z] DEST=bundles/test-integration [2020-02-04T18:28:01.195Z] PWD=/go/src/github.com/docker/docker [2020-02-04T18:28:01.195Z] DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 [2020-02-04T18:28:01.195Z] container=docker [2020-02-04T18:28:01.195Z] HOME=/root [2020-02-04T18:28:01.195Z] GOLANG_VERSION=1.13.7 [2020-02-04T18:28:01.195Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-04T18:28:01.195Z] VALIDATE_BRANCH=master [2020-02-04T18:28:01.195Z] TERM=xterm [2020-02-04T18:28:01.195Z] DOCKER_PKG=github.com/docker/docker [2020-02-04T18:28:01.195Z] SHLVL=1 [2020-02-04T18:28:01.195Z] TIMEOUT=120m [2020-02-04T18:28:01.195Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-04T18:28:01.195Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-04T18:28:01.195Z] GO111MODULE=off [2020-02-04T18:28:01.195Z] DOCKER_EXPERIMENTAL=1 [2020-02-04T18:28:01.195Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-04T18:28:01.195Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-04T18:28:01.195Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-04T18:28:01.195Z] GOPATH=/go [2020-02-04T18:28:01.195Z] PKG_CONFIG=pkg-config [2020-02-04T18:28:01.195Z] _=/usr/bin/env [2020-02-04T18:28:01.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-04T18:28:01.248Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-02-04T18:28:01.248Z] PASS [2020-02-04T18:28:01.248Z] [2020-02-04T18:28:01.248Z] === Skipped [2020-02-04T18:28:01.248Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-02-04T18:28:01.248Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:28:01.248Z] [2020-02-04T18:28:01.248Z] [2020-02-04T18:28:01.248Z] DONE 32 tests, 1 skipped in 127.446s [2020-02-04T18:28:01.248Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-02-04T18:28:01.248Z] ++ 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-02-04T18:28:01.248Z] ++ set -e [2020-02-04T18:28:01.248Z] ++ '[' -n 0 ']' [2020-02-04T18:28:01.248Z] ++ set -x [2020-02-04T18:28:01.248Z] ++ 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= 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-02-04T18:28:01.248Z] INFO: Testing against a local daemon [2020-02-04T18:28:01.248Z] === RUN TestConfigList [2020-02-04T18:28:01.506Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-02-04T18:28:01.506Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-02-04T18:28:01.764Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-02-04T18:28:03.665Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-02-04T18:28:03.665Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-02-04T18:28:04.186Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.56s) [2020-02-04T18:28:04.186Z] === RUN TestUpdateMemory [2020-02-04T18:28:04.186Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-04T18:28:04.186Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:28:04.186Z] === RUN TestUpdateCPUQuota [2020-02-04T18:28:04.601Z] --- PASS: TestConfigList (3.19s) [2020-02-04T18:28:04.601Z] === RUN TestConfigsCreateAndDelete [2020-02-04T18:28:05.169Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-02-04T18:28:05.485Z] --- PASS: TestUpdateCPUQuota (1.28s) [2020-02-04T18:28:05.485Z] === RUN TestUpdatePidsLimit [2020-02-04T18:28:05.485Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-04T18:28:05.847Z] === RUN TestUpdatePidsLimit/no_change [2020-02-04T18:28:06.199Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-04T18:28:06.585Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-04T18:28:06.957Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-04T18:28:07.074Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-02-04T18:28:07.366Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-04T18:28:07.643Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-02-04T18:28:07.718Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-04T18:28:07.902Z] --- PASS: TestConfigsCreateAndDelete (3.49s) [2020-02-04T18:28:07.902Z] === RUN TestConfigsUpdate [2020-02-04T18:28:07.909Z] ok github.com/docker/docker/pkg/plugins 35.088s coverage: 73.4% of statements [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/rootless [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-04T18:28:07.909Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/volume [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-04T18:28:07.910Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === Skipped [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-02-04T18:28:08.873Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-02-04T18:28:08.873Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-02-04T18:28:08.873Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-02-04T18:28:08.873Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-02-04T18:28:08.873Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-02-04T18:28:08.873Z] client_test.go:23: runtime.GOOS == "windows" [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-02-04T18:28:08.873Z] daemon_test.go:147: root required [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-02-04T18:28:08.873Z] reload_test.go:520: root required [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-02-04T18:28:08.873Z] config_test.go:518: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-02-04T18:28:08.873Z] pull_v2_test.go:73: Needs fixing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-02-04T18:28:08.873Z] pull_v2_test.go:118: Needs fixing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-02-04T18:28:08.873Z] download_test.go:268: Needs fixing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-02-04T18:28:08.873Z] layer_test.go:304: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-02-04T18:28:08.873Z] layer_test.go:353: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-02-04T18:28:08.873Z] layer_test.go:468: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-02-04T18:28:08.873Z] layer_test.go:697: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-02-04T18:28:08.873Z] migration_test.go:46: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-02-04T18:28:08.873Z] migration_test.go:182: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-02-04T18:28:08.873Z] mount_test.go:17: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-02-04T18:28:08.873Z] mount_test.go:76: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-02-04T18:28:08.873Z] mount_test.go:125: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-02-04T18:28:08.873Z] mount_test.go:212: Failing on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:133: Xz not present in msys2 [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:238: Failing on Windows CI machines [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-02-04T18:28:08.873Z] archive_windows_test.go:16: Currently fails [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-02-04T18:28:08.873Z] changes_test.go:192: needs more investigation [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-02-04T18:28:08.873Z] changes_test.go:405: needs further investigation [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-02-04T18:28:08.873Z] changes_test.go:441: needs further investigation [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-02-04T18:28:08.873Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-02-04T18:28:08.873Z] poller_test.go:41: No chmod on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-02-04T18:28:08.873Z] fileutils_test.go:134: Needs porting to Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-02-04T18:28:08.873Z] fileutils_test.go:180: Needs porting to Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-02-04T18:28:08.873Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-02-04T18:28:08.873Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.873Z] [2020-02-04T18:28:08.873Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-02-04T18:28:08.874Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.874Z] [2020-02-04T18:28:08.874Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-02-04T18:28:08.874Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-02-04T18:28:08.874Z] [2020-02-04T18:28:08.874Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-02-04T18:28:08.874Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-02-04T18:28:08.874Z] [2020-02-04T18:28:08.874Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-02-04T18:28:08.874Z] local_test.go:181: runtime.GOOS == "windows" [2020-02-04T18:28:08.874Z] [2020-02-04T18:28:08.874Z] [2020-02-04T18:28:08.874Z] DONE 1759 tests, 46 skipped in 198.196s [2020-02-04T18:28:08.874Z] INFO: make.ps1 ended at 02/04/2020 18:28:08 [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit (3.65s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-02-04T18:28:08.932Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-02-04T18:28:08.932Z] === RUN TestUpdateRestartPolicy [2020-02-04T18:28:09.279Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-02-04T18:28:09.538Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-02-04T18:28:10.104Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-02-04T18:28:10.104Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-02-04T18:28:10.403Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-02-04T18:28:10.403Z] INFO: Unit tests ended at 02/04/2020 18:28:10. Duration:00:03:33.3920727 [2020-02-04T18:28:10.403Z] INFO: Building busybox [2020-02-04T18:28:10.862Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-04T18:28:10.862Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-04T18:28:10.862Z] [2020-02-04T18:28:10.862Z] Sending build context to Docker daemon 2.56kB [2020-02-04T18:28:10.862Z] [2020-02-04T18:28:10.862Z] Step 1/6 : FROM microsoft/windowsservercore [2020-02-04T18:28:10.862Z] ---> 8351e66084ac [2020-02-04T18:28:10.862Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-02-04T18:28:10.862Z] ---> Running in b2da6f8cbf93 [2020-02-04T18:28:11.158Z] ......................... [ 67%] [2020-02-04T18:28:11.476Z] --- PASS: TestConfigsUpdate (3.55s) [2020-02-04T18:28:11.476Z] === RUN TestTemplatedConfig [2020-02-04T18:28:13.492Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-02-04T18:28:13.748Z] --- PASS: TestServiceUpdateNetwork (14.75s) [2020-02-04T18:28:13.748Z] PASS [2020-02-04T18:28:13.748Z] [2020-02-04T18:28:13.748Z] === Skipped [2020-02-04T18:28:13.748Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-04T18:28:13.748Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:28:13.748Z] [2020-02-04T18:28:13.748Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-02-04T18:28:13.748Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:28:13.748Z] [2020-02-04T18:28:13.748Z] [2020-02-04T18:28:13.748Z] DONE 23 tests, 2 skipped in 144.953s [2020-02-04T18:28:13.748Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-02-04T18:28:13.748Z] ++ 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-02-04T18:28:13.748Z] ++ set -e [2020-02-04T18:28:13.748Z] ++ '[' -n 0 ']' [2020-02-04T18:28:13.748Z] ++ set -x [2020-02-04T18:28: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=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= 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-02-04T18:28:13.748Z] INFO: Testing against a local daemon [2020-02-04T18:28:13.748Z] === RUN TestSessionCreate [2020-02-04T18:28:13.748Z] --- PASS: TestSessionCreate (0.05s) [2020-02-04T18:28:13.748Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-04T18:28:13.748Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-04T18:28:13.748Z] PASS [2020-02-04T18:28:13.748Z] [2020-02-04T18:28:13.748Z] DONE 2 tests in 0.223s [2020-02-04T18:28:13.748Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-02-04T18:28:13.748Z] ++ 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-02-04T18:28:13.748Z] ++ set -e [2020-02-04T18:28:13.748Z] ++ '[' -n 0 ']' [2020-02-04T18:28:13.748Z] ++ set -x [2020-02-04T18:28: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=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= 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-02-04T18:28:13.748Z] INFO: Testing against a local daemon [2020-02-04T18:28:13.748Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-04T18:28:13.748Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:28:13.748Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:28:13.748Z] === RUN TestEventsExecDie [2020-02-04T18:28:13.748Z] --- PASS: TestEventsExecDie (0.90s) [2020-02-04T18:28:13.748Z] === RUN TestEventsBackwardsCompatible [2020-02-04T18:28:13.748Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-02-04T18:28:13.748Z] === RUN TestInfoBinaryCommits [2020-02-04T18:28:13.748Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-04T18:28:13.748Z] === RUN TestInfoAPIVersioned [2020-02-04T18:28:13.748Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-04T18:28:13.748Z] === RUN TestInfoDiscoveryBackend [2020-02-04T18:28:13.748Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-02-04T18:28:13.748Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-04T18:28:13.750Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-02-04T18:28:14.684Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-04T18:28:14.684Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-04T18:28:15.122Z] --- PASS: TestTemplatedConfig (3.57s) [2020-02-04T18:28:15.122Z] === RUN TestConfigInspect [2020-02-04T18:28:15.252Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-02-04T18:28:15.252Z] === RUN TestInfoAPI [2020-02-04T18:28:15.252Z] --- PASS: TestInfoAPI (0.05s) [2020-02-04T18:28:15.252Z] === RUN TestInfoAPIWarnings [2020-02-04T18:28:15.819Z] --- PASS: TestInfoAPIWarnings (0.64s) [2020-02-04T18:28:15.819Z] === RUN TestInfoDebug [2020-02-04T18:28:16.756Z] --- PASS: TestInfoDebug (0.64s) [2020-02-04T18:28:16.756Z] === RUN TestInfoInsecureRegistries [2020-02-04T18:28:16.796Z] Removing intermediate container b2da6f8cbf93 [2020-02-04T18:28:16.796Z] ---> 3cf13685ae7d [2020-02-04T18:28:16.796Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-02-04T18:28:17.021Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-02-04T18:28:17.252Z] [2020-02-04T18:28:17.324Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2020-02-04T18:28:17.324Z] === RUN TestInfoRegistryMirrors [2020-02-04T18:28:17.708Z] ---> 1cc619c4a8ee [2020-02-04T18:28:17.708Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-02-04T18:28:17.708Z] ---> Running in 7a1a3634f04f [2020-02-04T18:28:17.891Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-02-04T18:28:17.891Z] === RUN TestLoginFailsWithBadCredentials [2020-02-04T18:28:17.956Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-02-04T18:28:18.149Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-02-04T18:28:18.149Z] === RUN TestPingCacheHeaders [2020-02-04T18:28:18.149Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-02-04T18:28:18.149Z] === RUN TestPingGet [2020-02-04T18:28:18.149Z] --- PASS: TestPingGet (0.03s) [2020-02-04T18:28:18.149Z] === RUN TestPingHead [2020-02-04T18:28:18.149Z] --- PASS: TestPingHead (0.05s) [2020-02-04T18:28:18.149Z] === RUN TestVersion [2020-02-04T18:28:18.213Z] --- PASS: TestConfigInspect (3.10s) [2020-02-04T18:28:18.213Z] === RUN TestConfigCreateWithLabels [2020-02-04T18:28:18.408Z] --- PASS: TestVersion (0.05s) [2020-02-04T18:28:18.408Z] PASS [2020-02-04T18:28:18.408Z] [2020-02-04T18:28:18.408Z] === Skipped [2020-02-04T18:28:18.408Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:28:18.408Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:28:18.408Z] [2020-02-04T18:28:18.408Z] [2020-02-04T18:28:18.408Z] DONE 18 tests, 1 skipped in 6.541s [2020-02-04T18:28:18.408Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-04T18:28:18.408Z] ++ 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-02-04T18:28:18.408Z] ++ set -e [2020-02-04T18:28:18.408Z] ++ '[' -n 0 ']' [2020-02-04T18:28:18.408Z] ++ set -x [2020-02-04T18:28:18.408Z] ++ 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= 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-02-04T18:28:18.408Z] INFO: Testing against a local daemon [2020-02-04T18:28:18.408Z] === RUN TestVolumesCreateAndList [2020-02-04T18:28:18.408Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-04T18:28:18.408Z] === RUN TestVolumesRemove [2020-02-04T18:28:18.667Z] --- PASS: TestVolumesRemove (0.12s) [2020-02-04T18:28:18.667Z] === RUN TestVolumesInspect [2020-02-04T18:28:18.667Z] --- PASS: TestVolumesInspect (0.04s) [2020-02-04T18:28:18.667Z] === RUN TestVolumesInvalidJSON [2020-02-04T18:28:18.667Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-04T18:28:18.667Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-04T18:28:18.667Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-04T18:28:18.667Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2020-02-04T18:28:18.667Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-04T18:28:18.667Z] PASS [2020-02-04T18:28:18.667Z] [2020-02-04T18:28:18.667Z] DONE 5 tests in 0.360s [2020-02-04T18:28:18.667Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-04T18:28:18.671Z] [2020-02-04T18:28:18.671Z] SUCCESS: Specified value was saved. [2020-02-04T18:28:18.926Z] ++++ cat bundles/test-integration/docker.pid [2020-02-04T18:28:18.926Z] +++ kill 13041 [2020-02-04T18:28:19.145Z] === RUN TestDockerSuite/TestBuildAddScript [2020-02-04T18:28:20.078Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-02-04T18:28:20.301Z] +++ /etc/init.d/apparmor stop [2020-02-04T18:28:20.301Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:28:20.301Z] [2020-02-04T18:28:20.301Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:28:20.301Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:28:20.301Z] [2020-02-04T18:28:20.301Z] To set a process to complain mode, use the command line tool [2020-02-04T18:28:20.301Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:28:20.301Z] +++ true [2020-02-04T18:28:20.301Z] [2020-02-04T18:28:21.579Z] --- PASS: TestConfigCreateWithLabels (3.32s) [2020-02-04T18:28:21.579Z] === RUN TestConfigCreateResolve [2020-02-04T18:28:21.711Z] Removing intermediate container 7a1a3634f04f [2020-02-04T18:28:21.711Z] ---> 7ed9140b1fa3 [2020-02-04T18:28:21.711Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-02-04T18:28:21.711Z] ---> Running in d45cfa809725 [2020-02-04T18:28:22.624Z] --- PASS: TestUpdateRestartPolicy (12.47s) [2020-02-04T18:28:22.624Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-04T18:28:22.624Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-02-04T18:28:22.624Z] === RUN TestWaitNonBlocked [2020-02-04T18:28:22.624Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:28:22.624Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:28:22.624Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:28:22.624Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:28:22.624Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:28:22.624Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random Post stage [Pipeline] junit [2020-02-04T18:28:22.852Z] Recording test results [2020-02-04T18:28:22.953Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-04T18:28:23.453Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-02-04T18:28:23.453Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s) [2020-02-04T18:28:23.453Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2020-02-04T18:28:23.453Z] === RUN TestWaitBlocked [2020-02-04T18:28:23.453Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:28:23.453Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:28:23.453Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:28:23.453Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:28:23.453Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:28:23.453Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:28:23.628Z] + echo Ensuring container killed. [2020-02-04T18:28:23.628Z] Ensuring container killed. [2020-02-04T18:28:23.628Z] + docker rm -vf docker-pr4 [2020-02-04T18:28:23.628Z] Error: No such container: docker-pr4 [2020-02-04T18:28:23.628Z] + true [Pipeline] sh [2020-02-04T18:28:23.923Z] + echo Chowning /workspace to jenkins user [2020-02-04T18:28:23.923Z] Chowning /workspace to jenkins user [2020-02-04T18:28:23.923Z] + id -u [2020-02-04T18:28:23.923Z] + id -g [2020-02-04T18:28:23.923Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40451:/workspace busybox chown -R 1000:1000 /workspace [2020-02-04T18:28:24.862Z] --- PASS: TestConfigCreateResolve (3.53s) [2020-02-04T18:28:24.862Z] === RUN TestConfigDaemonLibtrustID [2020-02-04T18:28:25.000Z] --- PASS: TestWaitBlocked (0.02s) [2020-02-04T18:28:25.000Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s) [2020-02-04T18:28:25.000Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.20s) [2020-02-04T18:28:25.000Z] === CONT TestContainerStartOnDaemonRestart [2020-02-04T18:28:25.000Z] === CONT TestIpcModeOlderClient [2020-02-04T18:28:25.000Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-02-04T18:28:25.000Z] === CONT TestDaemonHostGatewayIP [2020-02-04T18:28:25.427Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-02-04T18:28:25.427Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-02-04T18:28:25.428Z] PASS [2020-02-04T18:28:25.428Z] [2020-02-04T18:28:25.428Z] DONE 8 tests in 24.340s [2020-02-04T18:28:25.428Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-02-04T18:28:25.428Z] ++ 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-02-04T18:28:25.428Z] ++ set -e [2020-02-04T18:28:25.428Z] ++ '[' -n 0 ']' [2020-02-04T18:28:25.428Z] ++ set -x [2020-02-04T18:28:25.428Z] ++ 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= 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-02-04T18:28:25.685Z] INFO: Testing against a local daemon [2020-02-04T18:28:25.685Z] === RUN TestCheckpoint [2020-02-04T18:28:25.685Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-04T18:28:25.685Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:28:25.685Z] === RUN TestContainerInvalidJSON [2020-02-04T18:28:25.685Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:28:25.685Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:28:25.685Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:28:25.685Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:28:25.685Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:28:25.685Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:28:25.685Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:28:25.685Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:28:25.685Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:28:25.685Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-04T18:28:25.685Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-04T18:28:25.685Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-04T18:28:25.685Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-04T18:28:25.685Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-04T18:28:25.685Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2020-02-04T18:28:25.685Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-04T18:28:25.943Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2020-02-04T18:28:25.943Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-04T18:28:25.943Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-02-04T18:28:25.943Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-04T18:28:26.201Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-02-04T18:28:26.201Z] === RUN TestCopyFromContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-04T18:28:27.485Z] Cannot create a file when that file already exists. [2020-02-04T18:28:27.514Z] + bundleName=arm64-integration [2020-02-04T18:28:27.514Z] + echo Creating arm64-integration-bundles.tar.gz [2020-02-04T18:28:27.514Z] Creating arm64-integration-bundles.tar.gz [2020-02-04T18:28:27.514Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -oxargs -name *-report.xml tar ) -czf -print arm64-integration-bundles.tar.gz [2020-02-04T18:28:27.514Z] [2020-02-04T18:28:27.673Z] --- PASS: TestContainerStartOnDaemonRestart (2.72s) [2020-02-04T18:28:27.673Z] === CONT TestDaemonRestartIpcMode [Pipeline] archiveArtifacts [2020-02-04T18:28:27.785Z] Archiving artifacts [2020-02-04T18:28:28.103Z] === RUN TestCopyFromContainer// [2020-02-04T18:28:28.103Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-02-04T18:28:28.103Z] === RUN TestCopyFromContainer//bar/root [2020-02-04T18:28:28.103Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-04T18:28:28.108Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-04T18:28:28.362Z] === RUN TestCopyFromContainer/bar/quux [2020-02-04T18:28:28.433Z] + make clean [2020-02-04T18:28:28.620Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-04T18:28:28.620Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-04T18:28:28.685Z] --- PASS: TestDaemonHostGatewayIP (3.17s) [2020-02-04T18:28:28.879Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-04T18:28:28.879Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-04T18:28:29.001Z] docker volume rm -f docker-dev-cache [2020-02-04T18:28:29.001Z] docker-dev-cache [Pipeline] deleteDir [2020-02-04T18:28:29.137Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-04T18:28:29.137Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer (3.27s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2020-02-04T18:28:29.396Z] --- PASS: TestCopyFromContainer/bar/notarget (0.17s) [2020-02-04T18:28:29.396Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-04T18:28:29.396Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:28:29.396Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:28:29.396Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:28:29.396Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:28:29.396Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:28:29.396Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:28:29.396Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:28:29.396Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:28:29.396Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:28:29.396Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-02-04T18:28:29.396Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-04T18:28:29.396Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-04T18:28:29.396Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-04T18:28:29.396Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-04T18:28:29.396Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-02-04T18:28:29.396Z] === RUN TestCreateWithInvalidEnv [2020-02-04T18:28:29.396Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-04T18:28:29.396Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-04T18:28:29.396Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-04T18:28:29.396Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-04T18:28:29.396Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-04T18:28:29.396Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-04T18:28:29.396Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-04T18:28:29.396Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-04T18:28:29.396Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-04T18:28:29.396Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-04T18:28:29.396Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-04T18:28:29.396Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-04T18:28:29.396Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-04T18:28:29.396Z] === RUN TestCreateTmpfsMountsTarget [2020-02-04T18:28:29.654Z] --- PASS: TestCreateTmpfsMountsTarget (0.07s) [2020-02-04T18:28:29.654Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-04T18:28:31.108Z] --- PASS: TestDaemonRestartIpcMode (3.29s) [2020-02-04T18:28:31.108Z] PASS [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] === Skipped [2020-02-04T18:28:31.108Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-02-04T18:28:31.108Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-04T18:28:31.108Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-04T18:28:31.108Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:28:31.108Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-02-04T18:28:31.108Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-02-04T18:28:31.108Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] [2020-02-04T18:28:31.108Z] DONE 199 tests, 6 skipped in 131.296s [2020-02-04T18:28:31.108Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-02-04T18:28:31.108Z] ++ 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-02-04T18:28:31.108Z] ++ set -e [2020-02-04T18:28:31.108Z] ++ '[' -n 0 ']' [2020-02-04T18:28:31.108Z] ++ set -x [2020-02-04T18:28:31.108Z] ++ 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= 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-02-04T18:28:31.108Z] INFO: Testing against a local daemon [2020-02-04T18:28:31.108Z] === RUN TestCommitInheritsEnv [2020-02-04T18:28:31.471Z] --- PASS: TestCommitInheritsEnv (0.50s) [2020-02-04T18:28:31.471Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-04T18:28:31.471Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-04T18:28:31.472Z] === RUN TestImagesFilterMultiReference [2020-02-04T18:28:31.472Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-02-04T18:28:31.472Z] === RUN TestImagePullPlatformInvalid [2020-02-04T18:28:31.472Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-02-04T18:28:31.472Z] === RUN TestRemoveImageOrphaning [2020-02-04T18:28:31.830Z] --- PASS: TestRemoveImageOrphaning (0.47s) [2020-02-04T18:28:31.830Z] === RUN TestRemoveImageGarbageCollector [2020-02-04T18:28:31.830Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-04T18:28:31.830Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:28:31.830Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-04T18:28:31.830Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-02-04T18:28:31.830Z] === RUN TestTagInvalidReference [2020-02-04T18:28:31.830Z] --- PASS: TestTagInvalidReference (0.01s) [2020-02-04T18:28:31.830Z] === RUN TestTagValidPrefixedRepo [2020-02-04T18:28:31.830Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-02-04T18:28:31.830Z] === RUN TestTagExistedNameWithoutForce [2020-02-04T18:28:31.830Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-02-04T18:28:31.830Z] === RUN TestTagOfficialNames [2020-02-04T18:28:31.830Z] --- PASS: TestTagOfficialNames (0.05s) [2020-02-04T18:28:31.830Z] === RUN TestTagMatchesDigest [2020-02-04T18:28:31.830Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-02-04T18:28:31.830Z] === CONT TestImportExtremelyLargeImageWorks [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-04T18:28:33.041Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-02-04T18:28:33.041Z] --- PASS: TestCreateWithCustomMaskedPaths (3.47s) [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:28:33.041Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:28:33.041Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:28:33.041Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:28:33.299Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:28:33.299Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:28:33.299Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-02-04T18:28:33.299Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-02-04T18:28:33.300Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-02-04T18:28:33.300Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-04T18:28:33.300Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-02-04T18:28:33.300Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-02-04T18:28:33.300Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-04T18:28:33.343Z] Removing intermediate container d45cfa809725 [2020-02-04T18:28:33.343Z] ---> a603ffb7c803 [2020-02-04T18:28:33.343Z] Step 6/6 : CMD ["sh"] [2020-02-04T18:28:33.343Z] ---> Running in b65e4ff07137 [2020-02-04T18:28:33.799Z] Removing intermediate container b65e4ff07137 [2020-02-04T18:28:33.799Z] ---> 9f567b289224 [2020-02-04T18:28:33.799Z] Successfully built 9f567b289224 [2020-02-04T18:28:33.799Z] Successfully tagged busybox:latest [2020-02-04T18:28:33.799Z] INFO: Docker images of the daemon under test [2020-02-04T18:28:33.799Z] [2020-02-04T18:28:33.799Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-04T18:28:33.799Z] busybox latest 9f567b289224 Less than a second ago 4.86GB [2020-02-04T18:28:33.799Z] mcr.microsoft.com/windows/servercore ltsc2019 8351e66084ac 3 weeks ago 4.82GB [2020-02-04T18:28:33.799Z] microsoft/windowsservercore latest 8351e66084ac 3 weeks ago 4.82GB [2020-02-04T18:28:33.799Z] [2020-02-04T18:28:33.799Z] INFO: Running integration tests at 02/04/2020 18:28:33... [2020-02-04T18:28:33.799Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-02-04T18:28:33.799Z] INFO: Integration API tests being run from the host: [2020-02-04T18:28:34.257Z] INFO: make.ps1 starting at 02/04/2020 18:28:33 [2020-02-04T18:28:34.713Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-02-04T18:28:36.587Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.12s) [2020-02-04T18:28:36.587Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-04T18:28:36.587Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:28:36.587Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:28:36.587Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:28:36.587Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:28:36.587Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:28:36.587Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:28:36.587Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:28:36.587Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:28:36.587Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:28:36.587Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:28:36.587Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:28:36.587Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:28:36.587Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:28:36.587Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:28:36.587Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:28:36.588Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-02-04T18:28:36.588Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-02-04T18:28:36.588Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-02-04T18:28:36.588Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-02-04T18:28:36.588Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-02-04T18:28:36.588Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-02-04T18:28:36.588Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:28:38.489Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.82s) [2020-02-04T18:28:38.489Z] === RUN TestContainerStartOnDaemonRestart [2020-02-04T18:28:38.489Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-04T18:28:38.489Z] === RUN TestDaemonRestartIpcMode [2020-02-04T18:28:38.489Z] === PAUSE TestDaemonRestartIpcMode [2020-02-04T18:28:38.489Z] === RUN TestDaemonHostGatewayIP [2020-02-04T18:28:38.489Z] === PAUSE TestDaemonHostGatewayIP [2020-02-04T18:28:38.489Z] === RUN TestDiff [2020-02-04T18:28:39.425Z] --- PASS: TestDiff (1.15s) [2020-02-04T18:28:39.425Z] === RUN TestExecWithCloseStdin [2020-02-04T18:28:39.994Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-02-04T18:28:41.010Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-02-04T18:28:41.010Z] --- PASS: TestExecWithCloseStdin (1.41s) [2020-02-04T18:28:41.010Z] === RUN TestExec [2020-02-04T18:28:41.991Z] --- PASS: TestExec (0.94s) [2020-02-04T18:28:41.991Z] === RUN TestExecUser [2020-02-04T18:28:42.927Z] --- PASS: TestExecUser (1.03s) [2020-02-04T18:28:42.927Z] === RUN TestExportContainerAndImportImage [2020-02-04T18:28:43.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-02-04T18:28:43.444Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-02-04T18:28:44.011Z] === RUN TestDockerSuite/TestBuildAddTar [2020-02-04T18:28:44.270Z] --- PASS: TestExportContainerAndImportImage (1.29s) [2020-02-04T18:28:44.270Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-04T18:28:44.270Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-02-04T18:28:46.177Z] --- PASS: TestExportContainerAfterDaemonRestart (1.73s) [2020-02-04T18:28:46.177Z] === RUN TestHealthCheckWorkdir [2020-02-04T18:28:47.115Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-02-04T18:28:47.115Z] === RUN TestHealthKillContainer [2020-02-04T18:28:48.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-04T18:28:49.648Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-02-04T18:28:49.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-04T18:28:50.239Z] --- PASS: TestHealthKillContainer (3.11s) [2020-02-04T18:28:50.239Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-04T18:28:51.176Z] --- PASS: TestInspectCpusetInConfigPre120 (1.02s) [2020-02-04T18:28:51.176Z] === RUN TestIpcModeNone [2020-02-04T18:28:52.111Z] --- PASS: TestIpcModeNone (0.98s) [2020-02-04T18:28:52.111Z] === RUN TestIpcModePrivate [2020-02-04T18:28:52.183Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-02-04T18:28:52.749Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-02-04T18:28:53.011Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-02-04T18:28:53.270Z] --- PASS: TestIpcModePrivate (1.29s) [2020-02-04T18:28:53.270Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:213, shared: false, mustBeShared: false [2020-02-04T18:28:53.270Z] === RUN TestIpcModeShareable [2020-02-04T18:28:54.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-04T18:28:54.646Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-02-04T18:28:54.646Z] --- PASS: TestIpcModeShareable (1.23s) [2020-02-04T18:28:54.646Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:197, shared: true, mustBeShared: true [2020-02-04T18:28:54.646Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-04T18:28:56.022Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-02-04T18:28:56.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:28:56.290Z] INFO: Testing against a local daemon [2020-02-04T18:28:57.928Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.06s) [2020-02-04T18:28:57.928Z] === RUN TestAPIIpcModeHost [2020-02-04T18:28:58.526Z] --- PASS: TestAPIIpcModeHost (0.82s) [2020-02-04T18:28:58.526Z] === RUN TestDaemonIpcModeShareable [2020-02-04T18:28:58.526Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-02-04T18:28:59.900Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-02-04T18:29:00.466Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2020-02-04T18:29:00.466Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:200, shared: true, mustBeShared: true [2020-02-04T18:29:00.466Z] === RUN TestDaemonIpcModePrivate [2020-02-04T18:29:00.724Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-02-04T18:29:02.149Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2020-02-04T18:29:02.149Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:211, shared: false, mustBeShared: false [2020-02-04T18:29:02.149Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-04T18:29:02.408Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-02-04T18:29:04.309Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s) [2020-02-04T18:29:04.309Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:218, shared: false, mustBeShared: false [2020-02-04T18:29:04.309Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-04T18:29:06.238Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.11s) [2020-02-04T18:29:06.238Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:247, shared: true, mustBeShared: true [2020-02-04T18:29:06.238Z] === RUN TestIpcModeOlderClient [2020-02-04T18:29:06.238Z] === PAUSE TestIpcModeOlderClient [2020-02-04T18:29:06.238Z] === RUN TestKillContainerInvalidSignal [2020-02-04T18:29:07.020Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-02-04T18:29:07.173Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2020-02-04T18:29:07.173Z] === RUN TestKillContainer [2020-02-04T18:29:07.173Z] === RUN TestKillContainer/no_signal [2020-02-04T18:29:08.179Z] === RUN TestKillContainer/non_killing_signal [2020-02-04T18:29:08.437Z] === RUN TestDockerSuite/TestBuildBlankName [2020-02-04T18:29:08.437Z] === RUN TestKillContainer/killing_signal [2020-02-04T18:29:09.007Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-02-04T18:29:09.139Z] tests/integration/client_test.py ..... [ 76%] [2020-02-04T18:29:09.573Z] --- PASS: TestKillContainer (2.67s) [2020-02-04T18:29:09.573Z] --- PASS: TestKillContainer/no_signal (0.81s) [2020-02-04T18:29:09.573Z] --- PASS: TestKillContainer/non_killing_signal (0.72s) [2020-02-04T18:29:09.573Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2020-02-04T18:29:09.573Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-04T18:29:09.573Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-04T18:29:10.065Z] tests/integration/errors_test.py . [ 76%] [2020-02-04T18:29:10.506Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-04T18:29:11.374Z] ok github.com/docker/docker/integration/build 14.891s [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === Skipped [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-02-04T18:29:11.374Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-02-04T18:29:11.374Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.01s) [2020-02-04T18:29:11.374Z] build_test.go:491: testEnv.OSType == "windows" [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-02-04T18:29:11.374Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] DONE 22 tests, 10 skipped in 35.404s [2020-02-04T18:29:11.374Z] [2020-02-04T18:29:11.374Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-02-04T18:29:11.444Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s) [2020-02-04T18:29:11.444Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2020-02-04T18:29:11.444Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2020-02-04T18:29:11.444Z] === RUN TestKillStoppedContainer [2020-02-04T18:29:11.444Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-02-04T18:29:11.444Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-04T18:29:11.444Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-02-04T18:29:11.444Z] === RUN TestKillDifferentUserContainer [2020-02-04T18:29:11.444Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-02-04T18:29:12.337Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:29:12.337Z] INFO: Testing against a local daemon [2020-02-04T18:29:12.337Z] ok github.com/docker/docker/integration/config 0.211s [2020-02-04T18:29:12.378Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2020-02-04T18:29:12.378Z] === RUN TestInspectOomKilledTrue [2020-02-04T18:29:12.378Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-04T18:29:12.378Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:29:12.378Z] === RUN TestInspectOomKilledFalse [2020-02-04T18:29:12.378Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-04T18:29:12.378Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:29:12.378Z] === RUN TestLinksEtcHostsContentMatch [2020-02-04T18:29:13.690Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-02-04T18:29:13.690Z] --- PASS: TestLinksEtcHostsContentMatch (0.74s) [2020-02-04T18:29:13.690Z] === RUN TestLinksContainerNames [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === Skipped [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-02-04T18:29:13.755Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] DONE 8 tests, 8 skipped in 2.328s [2020-02-04T18:29:13.755Z] [2020-02-04T18:29:13.755Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-02-04T18:29:13.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-02-04T18:29:15.335Z] --- PASS: TestLinksContainerNames (2.14s) [2020-02-04T18:29:15.335Z] === RUN TestLogsFollowTailEmpty [2020-02-04T18:29:15.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-02-04T18:29:15.923Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:29:15.923Z] INFO: Testing against a local daemon [2020-02-04T18:29:16.161Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2020-02-04T18:29:16.161Z] === RUN TestContainerNetworkMountsNoChown [2020-02-04T18:29:16.420Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-02-04T18:29:17.467Z] --- PASS: TestContainerNetworkMountsNoChown (1.01s) [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/default [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/default [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/private [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/private [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rprivate [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/slave [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/slave [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rslave [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/shared [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/shared [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rshared [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/default [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rshared [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/shared [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rslave [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/slave [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rprivate [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/private [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-04T18:29:17.467Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:29:17.467Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-04T18:29:17.467Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-04T18:29:17.725Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:29:17.984Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:29:17.984Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:29:17.984Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:29:17.984Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-04T18:29:17.984Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:29:17.984Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-02-04T18:29:17.984Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s) [2020-02-04T18:29:17.984Z] === RUN TestContainerBindMountNonRecursive [2020-02-04T18:29:18.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-02-04T18:29:20.776Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-02-04T18:29:20.776Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-02-04T18:29:20.776Z] --- PASS: TestContainerBindMountNonRecursive (2.63s) [2020-02-04T18:29:20.776Z] === RUN TestNetworkNat [2020-02-04T18:29:21.710Z] --- PASS: TestNetworkNat (0.93s) [2020-02-04T18:29:21.710Z] === RUN TestNetworkLocalhostTCPNat [2020-02-04T18:29:22.644Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2020-02-04T18:29:22.644Z] === RUN TestNetworkLoopbackNat [2020-02-04T18:29:23.212Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-02-04T18:29:23.778Z] --- PASS: TestNetworkLoopbackNat (1.31s) [2020-02-04T18:29:23.778Z] === RUN TestPause [2020-02-04T18:29:23.778Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-02-04T18:29:23.778Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-02-04T18:29:23.778Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-02-04T18:29:24.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-02-04T18:29:24.713Z] --- PASS: TestPause (1.09s) [2020-02-04T18:29:24.713Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-04T18:29:24.713Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:29:24.713Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:29:24.713Z] === RUN TestPauseStopPausedContainer [2020-02-04T18:29:26.086Z] --- PASS: TestPauseStopPausedContainer (0.99s) [2020-02-04T18:29:26.086Z] === RUN TestPsFilter [2020-02-04T18:29:26.086Z] --- PASS: TestPsFilter (0.23s) [2020-02-04T18:29:26.086Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-04T18:29:27.019Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.90s) [2020-02-04T18:29:27.019Z] === RUN TestRemoveContainerWithVolume [2020-02-04T18:29:27.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-02-04T18:29:28.152Z] --- PASS: TestRemoveContainerWithVolume (1.12s) [2020-02-04T18:29:28.152Z] === RUN TestRemoveContainerRunning [2020-02-04T18:29:28.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-02-04T18:29:28.977Z] --- PASS: TestRemoveContainerRunning (0.99s) [2020-02-04T18:29:28.977Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-04T18:29:30.354Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.07s) [2020-02-04T18:29:30.354Z] === RUN TestRemoveInvalidContainer [2020-02-04T18:29:30.354Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-04T18:29:30.354Z] === RUN TestRenameLinkedContainer [2020-02-04T18:29:32.885Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-02-04T18:29:33.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-04T18:29:33.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-04T18:29:33.820Z] --- PASS: TestRenameLinkedContainer (3.76s) [2020-02-04T18:29:33.820Z] === RUN TestRenameStoppedContainer [2020-02-04T18:29:34.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-04T18:29:34.754Z] --- PASS: TestRenameStoppedContainer (0.86s) [2020-02-04T18:29:34.754Z] === RUN TestRenameRunningContainerAndReuse [2020-02-04T18:29:35.774Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-02-04T18:29:36.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-04T18:29:36.709Z] --- PASS: TestRenameRunningContainerAndReuse (1.83s) [2020-02-04T18:29:36.709Z] === RUN TestRenameInvalidName [2020-02-04T18:29:36.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-04T18:29:37.413Z] --- PASS: TestRenameInvalidName (0.92s) [2020-02-04T18:29:37.413Z] === RUN TestRenameAnonymousContainer [2020-02-04T18:29:39.329Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-02-04T18:29:40.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-04T18:29:41.228Z] --- PASS: TestRenameAnonymousContainer (3.66s) [2020-02-04T18:29:41.228Z] === RUN TestRenameContainerWithSameName [2020-02-04T18:29:41.228Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-02-04T18:29:41.228Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-02-04T18:29:41.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-04T18:29:42.162Z] --- PASS: TestRenameContainerWithSameName (0.92s) [2020-02-04T18:29:42.162Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-04T18:29:44.690Z] --- PASS: TestRenameContainerWithLinkedContainer (2.11s) [2020-02-04T18:29:44.690Z] === RUN TestResize [2020-02-04T18:29:44.690Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-02-04T18:29:45.258Z] --- PASS: TestResize (0.94s) [2020-02-04T18:29:45.258Z] === RUN TestResizeWithInvalidSize [2020-02-04T18:29:45.258Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-02-04T18:29:45.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-04T18:29:46.193Z] --- PASS: TestResizeWithInvalidSize (0.99s) [2020-02-04T18:29:46.193Z] === RUN TestResizeWhenContainerNotStarted [2020-02-04T18:29:46.914Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:29:46.914Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:29:46.914Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:29:46.914Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:29:46.914Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:29:47.481Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-02-04T18:29:48.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-02-04T18:29:48.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-04T18:29:50.095Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:29:50.095Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-02-04T18:29:50.095Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:29:51.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-02-04T18:29:52.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-04T18:29:53.561Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:29:53.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-04T18:29:53.819Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:29:53.960Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-02-04T18:29:54.384Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-02-04T18:29:55.789Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-02-04T18:29:56.047Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:29:56.614Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:29:57.141Z] --- PASS: TestImportExtremelyLargeImageWorks (79.23s) [2020-02-04T18:29:57.141Z] PASS [2020-02-04T18:29:57.141Z] [2020-02-04T18:29:57.141Z] === Skipped [2020-02-04T18:29:57.141Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-04T18:29:57.141Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:29:57.141Z] [2020-02-04T18:29:57.141Z] [2020-02-04T18:29:57.141Z] DONE 12 tests, 1 skipped in 80.513s [2020-02-04T18:29:57.141Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-02-04T18:29:57.141Z] ++ 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-02-04T18:29:57.141Z] ++ set -e [2020-02-04T18:29:57.141Z] ++ '[' -n 0 ']' [2020-02-04T18:29:57.141Z] ++ set -x [2020-02-04T18:29:57.141Z] ++ 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= 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-02-04T18:29:57.141Z] INFO: Testing against a local daemon [2020-02-04T18:29:57.141Z] === RUN TestNetworkCreateDelete [2020-02-04T18:29:57.141Z] --- PASS: TestNetworkCreateDelete (0.11s) [2020-02-04T18:29:57.141Z] === RUN TestDockerNetworkDeletePreferID [2020-02-04T18:29:57.141Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2020-02-04T18:29:57.141Z] === RUN TestInspectNetwork [2020-02-04T18:29:57.141Z] === RUN TestInspectNetwork/full_network_id [2020-02-04T18:29:57.141Z] === RUN TestInspectNetwork/partial_network_id [2020-02-04T18:29:57.141Z] === RUN TestInspectNetwork/network_name [2020-02-04T18:29:57.141Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-04T18:29:58.114Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:29:58.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-04T18:29:58.372Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-02-04T18:29:58.630Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:29:59.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-04T18:29:59.565Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:30:00.188Z] --- PASS: TestInspectNetwork (8.07s) [2020-02-04T18:30:00.188Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-04T18:30:00.188Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-04T18:30:00.188Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-04T18:30:00.188Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-04T18:30:00.188Z] === RUN TestRunContainerWithBridgeNone [2020-02-04T18:30:00.500Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:30:01.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-02-04T18:30:01.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-04T18:30:02.132Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-02-04T18:30:02.558Z] --- PASS: TestRunContainerWithBridgeNone (2.38s) [2020-02-04T18:30:02.558Z] === RUN TestNetworkInvalidJSON [2020-02-04T18:30:02.558Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-04T18:30:02.558Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-04T18:30:02.558Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:30:02.558Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:30:02.558Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:30:02.558Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:30:02.558Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-04T18:30:02.558Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:30:02.558Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:30:02.558Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-02-04T18:30:02.558Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-04T18:30:02.558Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-04T18:30:02.558Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-04T18:30:02.558Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.05s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.67s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.77s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.66s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.68s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.53s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2020-02-04T18:30:02.698Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2020-02-04T18:30:02.698Z] === RUN TestCgroupNamespacesRun [2020-02-04T18:30:03.265Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-02-04T18:30:03.302Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-02-04T18:30:03.302Z] === RUN TestDaemonDefaultNetworkPools [2020-02-04T18:30:03.395Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-04T18:30:03.395Z] Using test binary docker [2020-02-04T18:30:03.395Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-04T18:30:03.395Z] +++ /etc/init.d/apparmor start [2020-02-04T18:30:03.395Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-04T18:30:03.395Z] INFO: Waiting for daemon to start... [2020-02-04T18:30:03.395Z] Starting dockerd [2020-02-04T18:30:03.395Z] +++ 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-02-04T18:30:04.143Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2020-02-04T18:30:04.143Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-04T18:30:04.646Z] --- PASS: TestCgroupNamespacesRun (2.03s) [2020-02-04T18:30:04.646Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-04T18:30:04.904Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-02-04T18:30:04.990Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.11s) [2020-02-04T18:30:04.990Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-04T18:30:05.456Z] . [2020-02-04T18:30:05.456Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-04T18:30:05.740Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-04T18:30:05.740Z] Error: No such image: emptyfs [2020-02-04T18:30:05.740Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-04T18:30:05.740Z] ++++ docker load [2020-02-04T18:30:05.740Z] Running integration-test (iteration 1) [2020-02-04T18:30:05.838Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-02-04T18:30:05.838Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-02-04T18:30:06.028Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-02-04T18:30:06.028Z] ++ 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-02-04T18:30:06.028Z] ++ set -e [2020-02-04T18:30:06.028Z] ++ '[' -n 0 ']' [2020-02-04T18:30:06.028Z] ++ set -x [2020-02-04T18:30:06.028Z] ++ 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= 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-02-04T18:30:06.415Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2020-02-04T18:30:06.415Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-04T18:30:06.758Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-02-04T18:30:06.758Z] === RUN TestServiceWithPredefinedNetwork [2020-02-04T18:30:06.772Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-02-04T18:30:06.772Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.92s) [2020-02-04T18:30:06.772Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-04T18:30:08.146Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-02-04T18:30:08.404Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.79s) [2020-02-04T18:30:08.404Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-04T18:30:09.899Z] --- PASS: TestServiceWithPredefinedNetwork (2.69s) [2020-02-04T18:30:09.899Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-04T18:30:09.899Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:30:09.899Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:30:09.899Z] === RUN TestServiceWithDataPathPortInit [2020-02-04T18:30:10.306Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2020-02-04T18:30:10.307Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-04T18:30:11.681Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-02-04T18:30:12.247Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2020-02-04T18:30:12.247Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-04T18:30:12.505Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-02-04T18:30:13.071Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2020-02-04T18:30:13.071Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-04T18:30:14.005Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2020-02-04T18:30:14.005Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-04T18:30:14.263Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-02-04T18:30:14.494Z] ......... [ 86%] [2020-02-04T18:30:15.197Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-02-04T18:30:15.761Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.92s) [2020-02-04T18:30:15.762Z] === RUN TestKernelTCPMemory [2020-02-04T18:30:16.328Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-02-04T18:30:16.586Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-02-04T18:30:16.586Z] === RUN TestNISDomainname [2020-02-04T18:30:17.152Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-02-04T18:30:18.088Z] --- PASS: TestNISDomainname (1.20s) [2020-02-04T18:30:18.088Z] === RUN TestHostnameDnsResolution [2020-02-04T18:30:18.346Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-02-04T18:30:18.914Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-02-04T18:30:19.481Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-02-04T18:30:19.481Z] --- PASS: TestHostnameDnsResolution (1.52s) [2020-02-04T18:30:19.481Z] === RUN TestStats [2020-02-04T18:30:19.991Z] tests/integration/models_images_test.py .............. [ 89%] [2020-02-04T18:30:21.299Z] Loaded image: buildpack-deps:jessie [2020-02-04T18:30:21.300Z] Loaded image: busybox:latest [2020-02-04T18:30:21.300Z] Loaded image: busybox:glibc [2020-02-04T18:30:21.300Z] Loaded image: debian:jessie [2020-02-04T18:30:21.300Z] Loaded image: hello-world:latest [2020-02-04T18:30:21.300Z] INFO: Testing against a local daemon [2020-02-04T18:30:21.300Z] === RUN TestCgroupNamespacesBuild [2020-02-04T18:30:21.383Z] --- PASS: TestStats (1.98s) [2020-02-04T18:30:21.383Z] === RUN TestStopContainerWithTimeout [2020-02-04T18:30:21.383Z] === RUN TestStopContainerWithTimeout/0 [2020-02-04T18:30:21.383Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-04T18:30:21.383Z] === RUN TestStopContainerWithTimeout/1 [2020-02-04T18:30:21.383Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-04T18:30:21.383Z] === RUN TestStopContainerWithTimeout/3 [2020-02-04T18:30:21.383Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-04T18:30:21.383Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-04T18:30:21.383Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-04T18:30:21.383Z] === CONT TestStopContainerWithTimeout/0 [2020-02-04T18:30:21.383Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-04T18:30:21.611Z] tests/integration/models_networks_test.py .... [ 90%] [2020-02-04T18:30:22.319Z] --- PASS: TestCgroupNamespacesBuild (1.69s) [2020-02-04T18:30:22.319Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-04T18:30:22.757Z] === CONT TestStopContainerWithTimeout/3 [2020-02-04T18:30:22.757Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-02-04T18:30:23.799Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2020-02-04T18:30:23.800Z] === RUN TestBuildWithSession [2020-02-04T18:30:23.800Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-04T18:30:23.800Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:30:23.800Z] === RUN TestBuildSquashParent [2020-02-04T18:30:24.134Z] === CONT TestStopContainerWithTimeout/1 [2020-02-04T18:30:24.392Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-02-04T18:30:25.325Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-02-04T18:30:25.584Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-02-04T18:30:26.089Z] --- PASS: TestServiceWithDataPathPortInit (16.17s) [2020-02-04T18:30:26.089Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-04T18:30:26.149Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-02-04T18:30:26.149Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-02-04T18:30:26.408Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-04T18:30:26.408Z] --- PASS: TestStopContainerWithTimeout/0 (1.24s) [2020-02-04T18:30:26.408Z] --- PASS: TestStopContainerWithTimeout/-1 (2.81s) [2020-02-04T18:30:26.408Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2020-02-04T18:30:26.408Z] --- PASS: TestStopContainerWithTimeout/1 (2.12s) [2020-02-04T18:30:26.408Z] === RUN TestDeleteDevicemapper [2020-02-04T18:30:26.408Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-04T18:30:26.408Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:30:26.408Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-04T18:30:26.670Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-02-04T18:30:26.670Z] === RUN TestDockerSuite/TestBuildCmd [2020-02-04T18:30:27.250Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-02-04T18:30:27.815Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-02-04T18:30:28.061Z] ok github.com/docker/docker/integration/container 61.706s [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === Skipped [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-02-04T18:30:28.061Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) [2020-02-04T18:30:28.061Z] copy_test.go:25: testEnv.OSType == "windows" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-02-04T18:30:28.061Z] copy_test.go:39: testEnv.OSType == "windows" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-02-04T18:30:28.061Z] copy_test.go:51: testEnv.OSType == "windows" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-02-04T18:30:28.061Z] copy_test.go:65: testEnv.OSType == "windows" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-02-04T18:30:28.061Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-02-04T18:30:28.061Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-02-04T18:30:28.061Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-02-04T18:30:28.061Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-02-04T18:30:28.061Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-02-04T18:30:28.061Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:28.061Z] [2020-02-04T18:30:28.061Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-02-04T18:30:28.062Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-02-04T18:30:28.062Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-02-04T18:30:28.062Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-02-04T18:30:28.062Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-02-04T18:30:28.062Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-02-04T18:30:28.062Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-02-04T18:30:28.062Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-02-04T18:30:28.062Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-02-04T18:30:28.062Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-02-04T18:30:28.062Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-02-04T18:30:28.062Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-02-04T18:30:28.062Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-02-04T18:30:28.062Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-02-04T18:30:28.062Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-02-04T18:30:28.062Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-02-04T18:30:28.062Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-02-04T18:30:28.062Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-02-04T18:30:28.062Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-02-04T18:30:28.062Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-02-04T18:30:28.062Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-02-04T18:30:28.062Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-02-04T18:30:28.062Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-02-04T18:30:28.062Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-02-04T18:30:28.062Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 80 tests, 41 skipped in 64.365s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-02-04T18:30:28.062Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:28.062Z] INFO: Testing against a local daemon [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/image 0.447s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === Skipped [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-02-04T18:30:28.062Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-04T18:30:28.062Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-02-04T18:30:28.062Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-02-04T18:30:28.062Z] tag_test.go:98: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 11 tests, 4 skipped in 2.543s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-02-04T18:30:28.062Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:28.062Z] INFO: Testing against a local daemon [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/network 0.243s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === Skipped [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-02-04T18:30:28.062Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-02-04T18:30:28.062Z] 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-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-02-04T18:30:28.062Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-02-04T18:30:28.062Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:29: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:51: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:94: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:127: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:177: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:201: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:319: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-02-04T18:30:28.062Z] service_test.go:386: testEnv.OSType == "windows" [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 17 tests, 13 skipped in 2.440s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-02-04T18:30:28.062Z] testing: warning: no tests to run [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/network/ipvlan 0.076s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 0 tests in 0.762s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-02-04T18:30:28.062Z] testing: warning: no tests to run [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/network/macvlan 0.075s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 0 tests in 0.761s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-02-04T18:30:28.062Z] testing: warning: no tests to run [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/plugin 0.081s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 0 tests in 0.785s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-02-04T18:30:28.062Z] testing: warning: no tests to run [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/plugin/authz 0.087s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 0 tests in 0.803s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-02-04T18:30:28.062Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:28.062Z] INFO: Testing against a local daemon [2020-02-04T18:30:28.062Z] ok github.com/docker/docker/integration/plugin/common 0.214s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] DONE 2 tests in 2.224s [2020-02-04T18:30:28.062Z] [2020-02-04T18:30:28.062Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-02-04T18:30:28.074Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-02-04T18:30:28.074Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-02-04T18:30:28.141Z] tests/integration/models_nodes_test.py . [ 91%] [2020-02-04T18:30:28.702Z] tests/integration/models_resources_test.py . [ 91%] [2020-02-04T18:30:29.010Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.78s) [2020-02-04T18:30:29.011Z] === RUN TestUpdateMemory [2020-02-04T18:30:29.011Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-04T18:30:29.011Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:30:29.011Z] === RUN TestUpdateCPUQuota [2020-02-04T18:30:29.672Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-02-04T18:30:30.240Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-02-04T18:30:30.623Z] --- PASS: TestBuildSquashParent (5.77s) [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:30:30.623Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:30:30.623Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:30:30.623Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:30:30.623Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:30:30.623Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:30:30.623Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:30:30.623Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:30:30.623Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-04T18:30:30.623Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-04T18:30:30.623Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-04T18:30:30.623Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-04T18:30:30.808Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-02-04T18:30:30.808Z] --- PASS: TestUpdateCPUQuota (1.73s) [2020-02-04T18:30:30.808Z] === RUN TestUpdatePidsLimit [2020-02-04T18:30:30.808Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-04T18:30:31.373Z] === RUN TestUpdatePidsLimit/no_change [2020-02-04T18:30:31.634Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-04T18:30:31.925Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:31.925Z] INFO: Testing against a local daemon [2020-02-04T18:30:31.925Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.265s [2020-02-04T18:30:31.925Z] [2020-02-04T18:30:31.925Z] === Skipped [2020-02-04T18:30:31.925Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-02-04T18:30:31.925Z] external_test.go:48: runtime.GOOS == "windows" [2020-02-04T18:30:31.925Z] [2020-02-04T18:30:31.925Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-02-04T18:30:31.925Z] external_test.go:407: runtime.GOOS == "windows" [2020-02-04T18:30:31.925Z] [2020-02-04T18:30:31.925Z] [2020-02-04T18:30:31.925Z] DONE 2 tests, 2 skipped in 3.601s [2020-02-04T18:30:31.925Z] [2020-02-04T18:30:31.925Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-02-04T18:30:32.199Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-04T18:30:32.457Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-04T18:30:32.667Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-04T18:30:32.667Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-04T18:30:33.024Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-04T18:30:33.591Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-04T18:30:33.591Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-02-04T18:30:34.755Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit (4.12s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s) [2020-02-04T18:30:34.966Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-02-04T18:30:34.966Z] === RUN TestUpdateRestartPolicy [2020-02-04T18:30:35.283Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.27s) [2020-02-04T18:30:35.283Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:24q9ly08dj3hg29wpkbs3alcl Created:2020-02-04 18:30:27.043616043 +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[10f99c23b14af73b23f5e71e797104d1a355ff3737f48e91dd1dca63c672e331:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.febn3ib0qvpafzn94ciyv9i7t EndpointID:eb7a698294f6027a382d42e86ee25661094d754ad7acd582426e12162ff8682b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d2144e47e189d77ae6d8814e23ff6a0a450e9d3f10227d9618e5b1b2915eccbe 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:0fc44fd4c1b4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.febn3ib0qvpafzn94ciyv9i7t EndpointID:eb7a698294f6027a382d42e86ee25661094d754ad7acd582426e12162ff8682b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-04T18:30:35.283Z] PASS [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] === Skipped [2020-02-04T18:30:35.283Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:30:35.283Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] DONE 21 tests, 1 skipped in 42.735s [2020-02-04T18:30:35.283Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:30:35.283Z] ++ 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-02-04T18:30:35.283Z] ++ set -e [2020-02-04T18:30:35.283Z] ++ '[' -n 0 ']' [2020-02-04T18:30:35.283Z] ++ set -x [2020-02-04T18:30:35.283Z] ++ 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= 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-02-04T18:30:35.283Z] INFO: Testing against a local daemon [2020-02-04T18:30:35.283Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-04T18:30:35.283Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-04T18:30:35.283Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:30:35.283Z] === RUN TestDockerNetworkIpvlan [2020-02-04T18:30:35.283Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:30:35.283Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:30:35.283Z] PASS [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] === Skipped [2020-02-04T18:30:35.283Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-04T18:30:35.283Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:30:35.283Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] [2020-02-04T18:30:35.283Z] DONE 2 tests, 2 skipped in 0.068s [2020-02-04T18:30:35.283Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:30:35.283Z] ++ 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-02-04T18:30:35.283Z] ++ set -e [2020-02-04T18:30:35.283Z] ++ '[' -n 0 ']' [2020-02-04T18:30:35.283Z] ++ set -x [2020-02-04T18:30:35.283Z] ++ 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= 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-02-04T18:30:35.283Z] INFO: Testing against a local daemon [2020-02-04T18:30:35.283Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-04T18:30:35.283Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s) [2020-02-04T18:30:35.283Z] === RUN TestDockerNetworkMacvlan [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.01s) [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.14s) [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.37s) [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.58s) [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.27s) [2020-02-04T18:30:35.361Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.46s) [2020-02-04T18:30:35.361Z] === RUN TestBuildMultiStageCopy [2020-02-04T18:30:35.361Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-04T18:30:35.531Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-02-04T18:30:36.097Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-02-04T18:30:36.489Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-04T18:30:36.858Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-04T18:30:37.032Z] === RUN TestDockerSuite/TestBuildContChar [2020-02-04T18:30:37.232Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-04T18:30:37.485Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-04T18:30:37.787Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-04T18:30:38.001Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-04T18:30:38.078Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-04T18:30:38.698Z] --- PASS: TestBuildMultiStageCopy (3.58s) [2020-02-04T18:30:38.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.95s) [2020-02-04T18:30:38.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.39s) [2020-02-04T18:30:38.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.37s) [2020-02-04T18:30:38.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.44s) [2020-02-04T18:30:38.698Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2020-02-04T18:30:38.698Z] === RUN TestBuildMultiStageParentConfig [2020-02-04T18:30:38.991Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:38.991Z] INFO: Testing against a local daemon [2020-02-04T18:30:38.991Z] testing: warning: no tests to run [2020-02-04T18:30:38.991Z] ok github.com/docker/docker/integration/plugin/logging 0.204s [2020-02-04T18:30:38.991Z] [2020-02-04T18:30:38.991Z] DONE 0 tests in 7.216s [2020-02-04T18:30:38.991Z] [2020-02-04T18:30:38.991Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-02-04T18:30:39.166Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-02-04T18:30:39.166Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-02-04T18:30:39.560Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-02-04T18:30:39.715Z] --- PASS: TestBuildMultiStageParentConfig (1.02s) [2020-02-04T18:30:39.715Z] === RUN TestBuildLabelWithTargets [2020-02-04T18:30:40.345Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-04T18:30:40.492Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-02-04T18:30:40.750Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-02-04T18:30:41.207Z] --- PASS: TestBuildLabelWithTargets (1.59s) [2020-02-04T18:30:41.207Z] === RUN TestBuildWithEmptyLayers [2020-02-04T18:30:41.684Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-02-04T18:30:41.885Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:41.885Z] INFO: Testing against a local daemon [2020-02-04T18:30:41.885Z] ok github.com/docker/docker/integration/plugin/volumes 0.298s [2020-02-04T18:30:41.885Z] [2020-02-04T18:30:41.885Z] === Skipped [2020-02-04T18:30:41.885Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-02-04T18:30:41.885Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:41.885Z] [2020-02-04T18:30:41.885Z] [2020-02-04T18:30:41.885Z] DONE 1 tests, 1 skipped in 2.717s [2020-02-04T18:30:41.885Z] [2020-02-04T18:30:41.885Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-02-04T18:30:42.218Z] --- PASS: TestBuildWithEmptyLayers (0.82s) [2020-02-04T18:30:42.218Z] === RUN TestBuildMultiStageOnBuild [2020-02-04T18:30:42.251Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-02-04T18:30:42.251Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-02-04T18:30:43.185Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-02-04T18:30:43.444Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-02-04T18:30:44.058Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:44.058Z] INFO: Testing against a local daemon [2020-02-04T18:30:44.058Z] ok github.com/docker/docker/integration/secret 0.264s [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] === Skipped [2020-02-04T18:30:44.058Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-02-04T18:30:44.058Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-02-04T18:30:44.058Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-02-04T18:30:44.058Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-02-04T18:30:44.058Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-02-04T18:30:44.058Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-02-04T18:30:44.058Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] DONE 6 tests, 6 skipped in 2.247s [2020-02-04T18:30:44.058Z] [2020-02-04T18:30:44.058Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-02-04T18:30:44.253Z] --- PASS: TestBuildMultiStageOnBuild (2.21s) [2020-02-04T18:30:44.253Z] === RUN TestBuildUncleanTarFilenames [2020-02-04T18:30:44.277Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-04T18:30:44.483Z] tests/integration/regression_test.py ...... [ 98%] [2020-02-04T18:30:44.819Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-02-04T18:30:44.994Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-02-04T18:30:44.994Z] tests/integration/credentials/utils_test.py . [100%] [2020-02-04T18:30:44.994Z] [2020-02-04T18:30:44.994Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-02-04T18:30:44.994Z] =========================== short test summary info ============================ [2020-02-04T18:30:44.994Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-02-04T18:30:44.994Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-02-04T18:30:44.994Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-02-04T18:30:44.994Z] Not supported on most drivers [2020-02-04T18:30:44.994Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-02-04T18:30:44.994Z] Can fail if eth0 has multiple IP addresses [2020-02-04T18:30:44.994Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-02-04T18:30:44.994Z] This doesn't seem to be taken into account by the engine [2020-02-04T18:30:44.995Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-02-04T18:30:44.995Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-02-04T18:30:44.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-02-04T18:30:44.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-02-04T18:30:44.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-02-04T18:30:44.995Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-02-04T18:30:44.995Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-02-04T18:30:44.995Z] = 369 passed, 7 skipped, 3 deselected, 4 xfailed, 2 xpassed in 387.00 seconds == [2020-02-04T18:30:45.250Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-02-04T18:30:45.263Z] --- PASS: TestBuildUncleanTarFilenames (1.13s) [2020-02-04T18:30:45.263Z] === RUN TestBuildMultiStageLayerLeak [2020-02-04T18:30:46.954Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:46.954Z] INFO: Testing against a local daemon [2020-02-04T18:30:46.954Z] ok github.com/docker/docker/integration/service 0.361s [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === Skipped [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-04T18:30:46.954Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-04T18:30:46.954Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-02-04T18:30:46.954Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-02-04T18:30:46.954Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-02-04T18:30:46.954Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-02-04T18:30:46.954Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-02-04T18:30:46.954Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-02-04T18:30:46.954Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-02-04T18:30:46.954Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-02-04T18:30:46.954Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-02-04T18:30:46.954Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-02-04T18:30:46.954Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-02-04T18:30:46.954Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-02-04T18:30:46.954Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-02-04T18:30:46.954Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-02-04T18:30:46.954Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-02-04T18:30:46.954Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-02-04T18:30:46.954Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] DONE 23 tests, 22 skipped in 3.175s [2020-02-04T18:30:46.954Z] [2020-02-04T18:30:46.954Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-02-04T18:30:47.956Z] --- PASS: TestBuildMultiStageLayerLeak (2.37s) [2020-02-04T18:30:47.956Z] === RUN TestBuildWithHugeFile [2020-02-04T18:30:48.104Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-02-04T18:30:48.307Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-04T18:30:48.669Z] --- PASS: TestUpdateRestartPolicy (13.80s) [2020-02-04T18:30:48.669Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-04T18:30:49.121Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:49.121Z] INFO: Testing against a local daemon [2020-02-04T18:30:49.121Z] ok github.com/docker/docker/integration/session 0.187s [2020-02-04T18:30:49.121Z] [2020-02-04T18:30:49.121Z] === Skipped [2020-02-04T18:30:49.121Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-02-04T18:30:49.121Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:49.121Z] [2020-02-04T18:30:49.121Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-02-04T18:30:49.121Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:49.121Z] [2020-02-04T18:30:49.121Z] [2020-02-04T18:30:49.121Z] DONE 2 tests, 2 skipped in 2.077s [2020-02-04T18:30:49.121Z] [2020-02-04T18:30:49.121Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan (13.99s) [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.07s) [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.19s) [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.76s) [2020-02-04T18:30:49.580Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2020-02-04T18:30:49.580Z] PASS [2020-02-04T18:30:49.580Z] [2020-02-04T18:30:49.580Z] DONE 8 tests in 15.396s [2020-02-04T18:30:49.580Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-04T18:30:49.580Z] ++ 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-02-04T18:30:49.580Z] ++ set -e [2020-02-04T18:30:49.580Z] ++ '[' -n 0 ']' [2020-02-04T18:30:49.580Z] ++ set -x [2020-02-04T18:30:49.580Z] ++ 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= 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-02-04T18:30:49.580Z] testing: warning: no tests to run [2020-02-04T18:30:49.580Z] PASS [2020-02-04T18:30:49.580Z] [2020-02-04T18:30:49.580Z] DONE 0 tests in 0.014s [2020-02-04T18:30:49.580Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-04T18:30:49.580Z] ++ 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-02-04T18:30:49.580Z] ++ set -e [2020-02-04T18:30:49.580Z] ++ '[' -n 0 ']' [2020-02-04T18:30:49.580Z] ++ set -x [2020-02-04T18:30:49.580Z] ++ 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= 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-02-04T18:30:49.580Z] INFO: Testing against a local daemon [2020-02-04T18:30:49.580Z] === RUN TestAuthZPluginAllowRequest [2020-02-04T18:30:50.043Z] --- PASS: TestUpdateRestartWithAutoRemove (1.10s) [2020-02-04T18:30:50.043Z] === RUN TestWaitNonBlocked [2020-02-04T18:30:50.043Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:30:50.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:30:50.043Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:30:50.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:30:50.043Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:30:50.043Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:30:50.985Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-02-04T18:30:51.242Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-02-04T18:30:51.242Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2020-02-04T18:30:51.242Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.41s) [2020-02-04T18:30:51.242Z] === RUN TestWaitBlocked [2020-02-04T18:30:51.242Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:30:51.242Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:30:51.242Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:30:51.242Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:30:51.242Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:30:51.242Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:30:51.329Z] --- PASS: TestAuthZPluginAllowRequest (1.55s) [2020-02-04T18:30:51.329Z] === RUN TestAuthZPluginTLS [2020-02-04T18:30:51.679Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-02-04T18:30:51.679Z] === RUN TestAuthZPluginDenyRequest [2020-02-04T18:30:52.027Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:52.027Z] INFO: Testing against a local daemon [2020-02-04T18:30:52.246Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-02-04T18:30:52.246Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-04T18:30:52.590Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-02-04T18:30:52.590Z] === RUN TestAuthZPluginDenyResponse [2020-02-04T18:30:52.616Z] --- PASS: TestWaitBlocked (0.02s) [2020-02-04T18:30:52.616Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.20s) [2020-02-04T18:30:52.616Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.38s) [2020-02-04T18:30:52.616Z] === CONT TestContainerStartOnDaemonRestart [2020-02-04T18:30:52.616Z] === CONT TestIpcModeOlderClient [2020-02-04T18:30:52.875Z] --- PASS: TestIpcModeOlderClient (0.14s) [2020-02-04T18:30:52.875Z] === CONT TestDaemonHostGatewayIP [2020-02-04T18:30:52.875Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-02-04T18:30:52.995Z] ok github.com/docker/docker/integration/system 1.293s [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === Skipped [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:30:52.995Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-02-04T18:30:52.995Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-02-04T18:30:52.995Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-02-04T18:30:52.995Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-02-04T18:30:52.995Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-02-04T18:30:52.995Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-02-04T18:30:52.995Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] DONE 13 tests, 7 skipped in 3.537s [2020-02-04T18:30:52.995Z] [2020-02-04T18:30:52.995Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-02-04T18:30:53.327Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-02-04T18:30:53.327Z] === RUN TestAuthZPluginAllowEventStream [2020-02-04T18:30:53.811Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-02-04T18:30:54.069Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-02-04T18:30:55.003Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-02-04T18:30:55.060Z] --- PASS: TestAuthZPluginAllowEventStream (1.54s) [2020-02-04T18:30:55.060Z] === RUN TestAuthZPluginErrorResponse [2020-02-04T18:30:55.169Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:30:55.169Z] INFO: Testing against a local daemon [2020-02-04T18:30:55.169Z] ok github.com/docker/docker/integration/volume 0.306s [2020-02-04T18:30:55.169Z] [2020-02-04T18:30:55.169Z] === Skipped [2020-02-04T18:30:55.169Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-02-04T18:30:55.169Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-02-04T18:30:55.169Z] [2020-02-04T18:30:55.169Z] [2020-02-04T18:30:55.169Z] DONE 5 tests, 1 skipped in 2.447s [2020-02-04T18:30:55.408Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-02-04T18:30:55.408Z] === RUN TestAuthZPluginErrorRequest [2020-02-04T18:30:55.626Z] [2020-02-04T18:30:55.626Z] INFO: make.ps1 ended at 02/04/2020 18:30:55 [2020-02-04T18:30:55.626Z] INFO: Integration CLI tests being run from the host: [2020-02-04T18:30:55.626Z] 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-02-04T18:30:55.756Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-02-04T18:30:55.756Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-04T18:30:56.496Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-02-04T18:30:56.496Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-04T18:30:56.903Z] --- PASS: TestContainerStartOnDaemonRestart (3.92s) [2020-02-04T18:30:56.903Z] === CONT TestDaemonRestartIpcMode [2020-02-04T18:30:56.903Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-02-04T18:30:56.903Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-02-04T18:30:56.903Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-02-04T18:30:57.412Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:30:57.412Z] [2020-02-04T18:30:57.412Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:30:57.412Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:30:57.412Z] [2020-02-04T18:30:57.412Z] To set a process to complain mode, use the command line tool [2020-02-04T18:30:57.412Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:30:57.412Z] [2020-02-04T18:30:57.470Z] --- PASS: TestDaemonHostGatewayIP (4.41s) [2020-02-04T18:30:58.035Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-02-04T18:30:58.252Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.89s) [2020-02-04T18:30:58.253Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom Post stage [Pipeline] junit [2020-02-04T18:30:58.357Z] Recording test results [2020-02-04T18:30:58.602Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [Pipeline] sh [2020-02-04T18:30:58.860Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-02-04T18:30:58.956Z] + echo Ensuring container killed. [2020-02-04T18:30:58.956Z] Ensuring container killed. [2020-02-04T18:30:58.956Z] + docker rm -vf docker-pr4 [2020-02-04T18:30:58.956Z] Error: No such container: docker-pr4 [2020-02-04T18:30:58.956Z] + true [Pipeline] sh [2020-02-04T18:30:59.233Z] + echo Chowning /workspace to jenkins user [2020-02-04T18:30:59.233Z] Chowning /workspace to jenkins user [2020-02-04T18:30:59.233Z] + id -u [2020-02-04T18:30:59.233Z] + id -g [2020-02-04T18:30:59.233Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40451:/workspace busybox chown -R 1000:1000 /workspace [2020-02-04T18:31:00.158Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.00s) [2020-02-04T18:31:00.158Z] === RUN TestAuthZPluginHeader [2020-02-04T18:31:00.235Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-04T18:31:00.802Z] --- PASS: TestDaemonRestartIpcMode (4.07s) [2020-02-04T18:31:00.802Z] PASS [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] === Skipped [2020-02-04T18:31:00.802Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-02-04T18:31:00.802Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-04T18:31:00.802Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-04T18:31:00.802Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:31:00.802Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-04T18:31:00.802Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-02-04T18:31:00.802Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] [2020-02-04T18:31:00.802Z] DONE 199 tests, 6 skipped in 155.168s [2020-02-04T18:31:00.802Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-02-04T18:31:00.802Z] ++ 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-02-04T18:31:00.802Z] ++ set -e [2020-02-04T18:31:00.802Z] ++ '[' -n 0 ']' [2020-02-04T18:31:00.802Z] ++ set -x [2020-02-04T18:31:00.802Z] ++ 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= 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-02-04T18:31:00.802Z] INFO: Testing against a local daemon [2020-02-04T18:31:00.802Z] === RUN TestCommitInheritsEnv [2020-02-04T18:31:00.900Z] --- PASS: TestAuthZPluginHeader (0.80s) [2020-02-04T18:31:00.900Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-04T18:31:00.900Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-02-04T18:31:00.900Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:00.900Z] === RUN TestAuthZPluginV2Disable [2020-02-04T18:31:00.900Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-04T18:31:00.900Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:00.900Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-04T18:31:00.900Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-04T18:31:00.900Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:00.900Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-04T18:31:00.900Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-04T18:31:00.900Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:00.900Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-04T18:31:00.938Z] + bundleName=docker-py [2020-02-04T18:31:00.938Z] + echo Creating docker-py-bundles.tar.gz [2020-02-04T18:31:00.938Z] Creating docker-py-bundles.tar.gz [2020-02-04T18:31:00.938Z] + 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-02-04T18:31:00.948Z] Archiving artifacts [2020-02-04T18:31:01.267Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-02-04T18:31:01.371Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-02-04T18:31:01.371Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-04T18:31:01.371Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-04T18:31:01.371Z] === RUN TestImagesFilterMultiReference [2020-02-04T18:31:01.371Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-02-04T18:31:01.371Z] === RUN TestImagePullPlatformInvalid [2020-02-04T18:31:01.631Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-02-04T18:31:01.631Z] === RUN TestRemoveImageOrphaning [2020-02-04T18:31:01.661Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/make.sh binary-daemon [2020-02-04T18:31:02.216Z] --- PASS: TestRemoveImageOrphaning (0.65s) [2020-02-04T18:31:02.216Z] === RUN TestRemoveImageGarbageCollector [2020-02-04T18:31:02.216Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-02-04T18:31:02.592Z] [2020-02-04T18:31:02.592Z] Removing bundles/ [2020-02-04T18:31:02.592Z] [2020-02-04T18:31:02.593Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-02-04T18:31:02.593Z] Building: bundles/binary-daemon/dockerd-dev [2020-02-04T18:31:02.593Z] GOOS="" GOARCH="" GOARM="" [2020-02-04T18:31:04.118Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-02-04T18:31:04.190Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-04T18:31:04.190Z] INFO: Testing against a local daemon [2020-02-04T18:31:04.683Z] --- PASS: TestRemoveImageGarbageCollector (2.49s) [2020-02-04T18:31:04.683Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-04T18:31:04.683Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-02-04T18:31:04.683Z] === RUN TestTagInvalidReference [2020-02-04T18:31:04.683Z] --- PASS: TestTagInvalidReference (0.03s) [2020-02-04T18:31:04.683Z] === RUN TestTagValidPrefixedRepo [2020-02-04T18:31:04.942Z] --- PASS: TestTagValidPrefixedRepo (0.13s) [2020-02-04T18:31:04.942Z] === RUN TestTagExistedNameWithoutForce [2020-02-04T18:31:04.942Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-02-04T18:31:04.942Z] === RUN TestTagOfficialNames [2020-02-04T18:31:04.942Z] --- PASS: TestTagOfficialNames (0.06s) [2020-02-04T18:31:04.942Z] === RUN TestTagMatchesDigest [2020-02-04T18:31:04.942Z] --- PASS: TestTagMatchesDigest (0.05s) [2020-02-04T18:31:04.942Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-04T18:31:05.508Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-02-04T18:31:07.052Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-02-04T18:31:07.311Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-02-04T18:31:09.214Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-02-04T18:31:09.214Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-02-04T18:31:09.214Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-02-04T18:31:09.214Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-02-04T18:31:09.214Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-02-04T18:31:11.745Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-02-04T18:31:14.279Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-02-04T18:31:14.846Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-02-04T18:31:20.147Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-02-04T18:31:20.405Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-02-04T18:31:20.410Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.71s) [2020-02-04T18:31:20.410Z] PASS [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] === Skipped [2020-02-04T18:31:20.410Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-02-04T18:31:20.410Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-04T18:31:20.410Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-04T18:31:20.410Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-04T18:31:20.410Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] DONE 17 tests, 4 skipped in 28.284s [2020-02-04T18:31:20.410Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-04T18:31:20.410Z] ++ 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-02-04T18:31:20.410Z] ++ set -e [2020-02-04T18:31:20.410Z] ++ '[' -n 0 ']' [2020-02-04T18:31:20.410Z] ++ set -x [2020-02-04T18:31:20.410Z] ++ 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= 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-02-04T18:31:20.410Z] INFO: Testing against a local daemon [2020-02-04T18:31:20.410Z] === RUN TestPluginInvalidJSON [2020-02-04T18:31:20.410Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:31:20.410Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:31:20.410Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:31:20.410Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-04T18:31:20.410Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-04T18:31:20.410Z] PASS [2020-02-04T18:31:20.410Z] [2020-02-04T18:31:20.410Z] DONE 2 tests in 0.078s [2020-02-04T18:31:20.410Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-04T18:31:20.410Z] ++ 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-02-04T18:31:20.410Z] ++ set -e [2020-02-04T18:31:20.410Z] ++ '[' -n 0 ']' [2020-02-04T18:31:20.410Z] ++ set -x [2020-02-04T18:31:20.410Z] ++ 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= 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-02-04T18:31:20.410Z] INFO: Testing against a local daemon [2020-02-04T18:31:20.410Z] === RUN TestExternalGraphDriver [2020-02-04T18:31:20.410Z] === RUN TestExternalGraphDriver/json [2020-02-04T18:31:20.410Z] === RUN TestExternalGraphDriver/spec [2020-02-04T18:31:22.185Z] === RUN TestExternalGraphDriver/pull [2020-02-04T18:31:22.304Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-02-04T18:31:23.238Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-02-04T18:31:23.957Z] --- PASS: TestExternalGraphDriver (6.03s) [2020-02-04T18:31:23.957Z] --- PASS: TestExternalGraphDriver/json (1.98s) [2020-02-04T18:31:23.957Z] --- PASS: TestExternalGraphDriver/spec (1.95s) [2020-02-04T18:31:23.957Z] --- PASS: TestExternalGraphDriver/pull (1.98s) [2020-02-04T18:31:23.957Z] === RUN TestGraphdriverPluginV2 [2020-02-04T18:31:23.957Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-02-04T18:31:23.957Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:23.957Z] PASS [2020-02-04T18:31:23.957Z] [2020-02-04T18:31:23.957Z] === Skipped [2020-02-04T18:31:23.957Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-02-04T18:31:23.957Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:31:23.957Z] [2020-02-04T18:31:23.957Z] [2020-02-04T18:31:23.957Z] DONE 5 tests, 1 skipped in 6.152s [2020-02-04T18:31:23.957Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-04T18:31:23.957Z] ++ 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-02-04T18:31:23.957Z] ++ set -e [2020-02-04T18:31:23.957Z] ++ '[' -n 0 ']' [2020-02-04T18:31:23.957Z] ++ set -x [2020-02-04T18:31:23.957Z] ++ 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= 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-02-04T18:31:24.341Z] INFO: Testing against a local daemon [2020-02-04T18:31:24.341Z] === RUN TestContinueAfterPluginCrash [2020-02-04T18:31:24.341Z] === PAUSE TestContinueAfterPluginCrash [2020-02-04T18:31:24.341Z] === RUN TestDaemonStartWithLogOpt [2020-02-04T18:31:24.341Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-04T18:31:24.341Z] === CONT TestContinueAfterPluginCrash [2020-02-04T18:31:24.341Z] === CONT TestDaemonStartWithLogOpt [2020-02-04T18:31:24.613Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-02-04T18:31:24.871Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-02-04T18:31:25.437Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-02-04T18:31:28.720Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-02-04T18:31:33.639Z] --- PASS: TestDaemonStartWithLogOpt (9.06s) [2020-02-04T18:31:33.986Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-02-04T18:31:37.784Z] --- PASS: TestContinueAfterPluginCrash (13.59s) [2020-02-04T18:31:37.784Z] PASS [2020-02-04T18:31:37.784Z] [2020-02-04T18:31:37.784Z] DONE 2 tests in 13.699s [2020-02-04T18:31:37.784Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-04T18:31:37.784Z] ++ 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-02-04T18:31:37.784Z] ++ set -e [2020-02-04T18:31:37.784Z] ++ '[' -n 0 ']' [2020-02-04T18:31:37.784Z] ++ set -x [2020-02-04T18:31:37.784Z] ++ 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= 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-02-04T18:31:37.784Z] INFO: Testing against a local daemon [2020-02-04T18:31:37.784Z] === RUN TestPluginWithDevMounts [2020-02-04T18:31:37.784Z] === PAUSE TestPluginWithDevMounts [2020-02-04T18:31:37.784Z] === CONT TestPluginWithDevMounts [2020-02-04T18:31:38.180Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-02-04T18:31:39.549Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-02-04T18:31:39.549Z] PASS [2020-02-04T18:31:39.549Z] [2020-02-04T18:31:39.549Z] DONE 1 tests in 1.927s [2020-02-04T18:31:39.549Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-02-04T18:31:39.549Z] ++ 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-02-04T18:31:39.549Z] ++ set -e [2020-02-04T18:31:39.549Z] ++ '[' -n 0 ']' [2020-02-04T18:31:39.549Z] ++ set -x [2020-02-04T18:31:39.549Z] ++ 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= 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-02-04T18:31:39.919Z] INFO: Testing against a local daemon [2020-02-04T18:31:39.919Z] === RUN TestSecretInspect [2020-02-04T18:31:41.460Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-02-04T18:31:41.718Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-02-04T18:31:43.086Z] --- PASS: TestSecretInspect (2.87s) [2020-02-04T18:31:43.086Z] === RUN TestSecretList [2020-02-04T18:31:43.617Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-02-04T18:31:45.656Z] --- PASS: TestSecretList (2.63s) [2020-02-04T18:31:45.657Z] === RUN TestSecretsCreateAndDelete [2020-02-04T18:31:47.803Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-02-04T18:31:47.803Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-02-04T18:31:48.007Z] --- PASS: TestSecretsCreateAndDelete (2.64s) [2020-02-04T18:31:48.007Z] === RUN TestSecretsUpdate [2020-02-04T18:31:48.740Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-02-04T18:31:48.740Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-02-04T18:31:50.659Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-02-04T18:31:50.917Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-02-04T18:31:51.138Z] --- PASS: TestSecretsUpdate (2.68s) [2020-02-04T18:31:51.138Z] === RUN TestTemplatedSecret [2020-02-04T18:31:52.290Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-02-04T18:31:53.225Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-02-04T18:31:53.483Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-02-04T18:31:54.218Z] --- PASS: TestTemplatedSecret (3.34s) [2020-02-04T18:31:54.218Z] === RUN TestSecretCreateResolve [2020-02-04T18:31:56.604Z] --- PASS: TestSecretCreateResolve (2.80s) [2020-02-04T18:31:56.604Z] PASS [2020-02-04T18:31:56.604Z] [2020-02-04T18:31:56.604Z] DONE 6 tests in 17.040s [2020-02-04T18:31:56.604Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-02-04T18:31:56.604Z] ++ 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-02-04T18:31:56.604Z] ++ set -e [2020-02-04T18:31:56.604Z] ++ '[' -n 0 ']' [2020-02-04T18:31:56.604Z] ++ set -x [2020-02-04T18:31:56.604Z] ++ 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= 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-02-04T18:31:56.766Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-02-04T18:31:56.766Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-02-04T18:31:57.111Z] INFO: Testing against a local daemon [2020-02-04T18:31:57.111Z] === RUN TestServiceCreateInit [2020-02-04T18:31:57.111Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite (351.87s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.05s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.93s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.70s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_test.go:1449: [da332f095b5fa] daemon is not started [2020-02-04T18:32:02.058Z] check_test.go:309: [dcc267b3dbf2f] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.34s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.83s) [2020-02-04T18:32:02.058Z] check_test.go:309: [dd3ff4de0c6f6] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.37s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.28s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.64s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.61s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.64s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.56s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.13s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-02-04T18:32:02.058Z] check_test.go:309: [d93bd04cb39fd] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-02-04T18:32:02.058Z] check_test.go:309: [dcd4e7a3b12be] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.12s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2020-02-04T18:32:02.058Z] check_test.go:309: [df94e55b01278] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.11s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.67s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.40s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.55s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.75s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.95s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-02-04T18:32:02.058Z] check_test.go:309: [d0897ed730a90] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.60s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.06s) [2020-02-04T18:32:02.058Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2020-02-04T18:32:02.058Z] check_test.go:309: [df913f4a38384] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.93s) [2020-02-04T18:32:02.058Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-04T18:32:02.058Z] check_test.go:309: [d17aba5dd8c07] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.33s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.41s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.39s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.97s) [2020-02-04T18:32:02.058Z] check_test.go:309: [df33d101df46a] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.64s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.60s) [2020-02-04T18:32:02.058Z] check_test.go:309: [dbbc1ca6c513a] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (5.83s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_plugins_test.go:79: [d649384a8e128] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (5.08s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_plugins_test.go:169: [d55c19414ce62] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.62s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-02-04T18:32:02.058Z] check_test.go:309: [d299c27354511] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.83s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.87s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.97s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.97s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.86s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.78s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.47s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.40s) [2020-02-04T18:32:02.058Z] check_test.go:309: [d68f25af43db7] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.55s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.80s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.26s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.19s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.32s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.28s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.59s) [2020-02-04T18:32:02.058Z] check_test.go:309: [d0431322d3225] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.51s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.53s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.30s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.63s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.43s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.40s) [2020-02-04T18:32:02.058Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-04T18:32:02.058Z] check_test.go:309: [d2c445e92af7b] daemon is not started [2020-02-04T18:32:02.058Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-04T18:32:02.058Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-04T18:32:02.058Z] check_test.go:309: [d7750e7037d9c] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.77s) [2020-02-04T18:32:02.058Z] check_test.go:309: [d7d0aef165ef2] daemon is not started [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.93s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.29s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.34s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.06s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.16s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.50s) [2020-02-04T18:32:02.058Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.91s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.64s) [2020-02-04T18:32:02.059Z] check_test.go:309: [de8ab088ef944] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.62s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.81s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.03s) [2020-02-04T18:32:02.059Z] check_test.go:309: [d9e7b1f5f8a57] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.69s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.13s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s) [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-02-04T18:32:02.059Z] check_test.go:309: [d281b9b8bac51] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2020-02-04T18:32:02.059Z] check_test.go:309: [d55874b9f1189] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.62s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2020-02-04T18:32:02.059Z] check_test.go:309: [d9fd5c043c713] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.74s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.91s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.97s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-02-04T18:32:02.059Z] check_test.go:309: [deb7db70732cf] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.29s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.11s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.03s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.08s) [2020-02-04T18:32:02.059Z] check_test.go:309: [d62cbb0107158] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.08s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-02-04T18:32:02.059Z] check_test.go:309: [d3112c3d7a7c5] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.87s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.54s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.56s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.48s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.96s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.00s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.64s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.06s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.12s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.14s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.21s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.96s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.09s) [2020-02-04T18:32:02.059Z] docker_cli_daemon_test.go:2542: [daf60d48dfa46] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.02s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.33s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.14s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.15s) [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2020-02-04T18:32:02.059Z] check_test.go:309: [d78dcd3598c76] daemon is not started [2020-02-04T18:32:02.059Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.42s) [2020-02-04T18:32:02.059Z] === RUN TestDockerSwarmSuite [2020-02-04T18:32:02.059Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-02-04T18:32:02.339Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-04T18:32:05.341Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-02-04T18:32:07.242Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-02-04T18:32:07.247Z] --- PASS: TestServiceCreateInit (9.79s) [2020-02-04T18:32:07.247Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.98s) [2020-02-04T18:32:07.248Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.80s) [2020-02-04T18:32:07.248Z] === RUN TestCreateServiceMultipleTimes [2020-02-04T18:32:08.616Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-02-04T18:32:08.874Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-02-04T18:32:13.061Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-02-04T18:32:14.964Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-02-04T18:32:23.514Z] --- PASS: TestCreateServiceMultipleTimes (16.13s) [2020-02-04T18:32:23.514Z] === RUN TestCreateServiceConflict [2020-02-04T18:32:23.966Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-02-04T18:32:23.966Z] Copying nested executables into bundles/binary-daemon [2020-02-04T18:32:23.966Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-02-04T18:32:24.353Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/make.sh cross [2020-02-04T18:32:25.050Z] --- PASS: TestBuildWithHugeFile (83.44s) [2020-02-04T18:32:25.050Z] === RUN TestBuildWithEmptyDockerfile [2020-02-04T18:32:25.050Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:32:25.050Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:32:25.050Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:32:25.050Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:32:25.050Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:32:25.050Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:32:25.050Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-04T18:32:25.050Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-04T18:32:25.050Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-04T18:32:25.050Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-02-04T18:32:25.050Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2020-02-04T18:32:25.050Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2020-02-04T18:32:25.050Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.31s) [2020-02-04T18:32:25.050Z] === RUN TestBuildPreserveOwnership [2020-02-04T18:32:25.050Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-04T18:32:25.050Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-04T18:32:25.050Z] --- PASS: TestBuildPreserveOwnership (4.75s) [2020-02-04T18:32:25.050Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.11s) [2020-02-04T18:32:25.050Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.62s) [2020-02-04T18:32:25.050Z] === RUN TestBuildPlatformInvalid [2020-02-04T18:32:25.050Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-02-04T18:32:25.050Z] PASS [2020-02-04T18:32:25.050Z] [2020-02-04T18:32:25.050Z] === Skipped [2020-02-04T18:32:25.050Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-02-04T18:32:25.050Z] build_session_test.go:25: TODO: BuildKit [2020-02-04T18:32:25.050Z] [2020-02-04T18:32:25.050Z] [2020-02-04T18:32:25.050Z] DONE 32 tests, 1 skipped in 130.568s [2020-02-04T18:32:25.050Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-02-04T18:32:25.050Z] ++ 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-02-04T18:32:25.050Z] ++ set -e [2020-02-04T18:32:25.050Z] ++ '[' -n 0 ']' [2020-02-04T18:32:25.050Z] ++ set -x [2020-02-04T18:32:25.050Z] ++ 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= 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-02-04T18:32:25.050Z] INFO: Testing against a local daemon [2020-02-04T18:32:25.050Z] === RUN TestConfigList [2020-02-04T18:32:25.051Z] --- PASS: TestConfigList (2.20s) [2020-02-04T18:32:25.051Z] === RUN TestConfigsCreateAndDelete [2020-02-04T18:32:25.051Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2020-02-04T18:32:25.051Z] === RUN TestConfigsUpdate [2020-02-04T18:32:25.051Z] --- PASS: TestConfigsUpdate (2.19s) [2020-02-04T18:32:25.051Z] === RUN TestTemplatedConfig [2020-02-04T18:32:25.241Z] --- PASS: TestCreateServiceConflict (2.63s) [2020-02-04T18:32:25.241Z] === RUN TestCreateServiceMaxReplicas [2020-02-04T18:32:25.282Z] [2020-02-04T18:32:25.282Z] Removing bundles/ [2020-02-04T18:32:25.282Z] [2020-02-04T18:32:25.282Z] ---> Making bundle: cross (in bundles/cross) [2020-02-04T18:32:25.282Z] Cross building: bundles/cross/linux/amd64 [2020-02-04T18:32:25.282Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-02-04T18:32:25.282Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-02-04T18:32:26.064Z] --- PASS: TestTemplatedConfig (2.73s) [2020-02-04T18:32:26.064Z] === RUN TestConfigInspect [2020-02-04T18:32:27.166Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-02-04T18:32:27.424Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-02-04T18:32:27.424Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-02-04T18:32:28.360Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-02-04T18:32:28.753Z] --- PASS: TestConfigInspect (2.30s) [2020-02-04T18:32:28.753Z] === RUN TestConfigCreateWithLabels [2020-02-04T18:32:29.234Z] --- PASS: TestCreateServiceMaxReplicas (3.48s) [2020-02-04T18:32:29.234Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-04T18:32:29.295Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-02-04T18:32:30.785Z] --- PASS: TestConfigCreateWithLabels (2.33s) [2020-02-04T18:32:30.785Z] === RUN TestConfigCreateResolve [2020-02-04T18:32:32.865Z] --- PASS: TestConfigCreateResolve (2.29s) [2020-02-04T18:32:32.865Z] === RUN TestConfigDaemonLibtrustID [2020-02-04T18:32:33.478Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-02-04T18:32:33.486Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2020-02-04T18:32:33.486Z] PASS [2020-02-04T18:32:33.486Z] [2020-02-04T18:32:33.486Z] DONE 8 tests in 16.930s [2020-02-04T18:32:33.486Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-02-04T18:32:33.487Z] ++ 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-02-04T18:32:33.487Z] ++ set -e [2020-02-04T18:32:33.487Z] ++ '[' -n 0 ']' [2020-02-04T18:32:33.487Z] ++ set -x [2020-02-04T18:32:33.487Z] ++ 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= 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-02-04T18:32:33.487Z] INFO: Testing against a local daemon [2020-02-04T18:32:33.487Z] === RUN TestCheckpoint [2020-02-04T18:32:33.487Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-04T18:32:33.487Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:32:33.487Z] === RUN TestContainerInvalidJSON [2020-02-04T18:32:33.487Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:32:33.487Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:32:33.487Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:32:33.487Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:32:33.487Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:32:33.487Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:32:33.487Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-04T18:32:33.487Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-04T18:32:33.487Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-04T18:32:33.487Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-02-04T18:32:33.487Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-04T18:32:33.487Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-04T18:32:33.487Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-04T18:32:33.487Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-04T18:32:33.774Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-02-04T18:32:33.774Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-04T18:32:33.774Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-02-04T18:32:33.774Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-04T18:32:33.774Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-02-04T18:32:33.774Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-04T18:32:34.064Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-02-04T18:32:34.064Z] === RUN TestCopyFromContainer [2020-02-04T18:32:35.547Z] === RUN TestCopyFromContainer// [2020-02-04T18:32:35.547Z] === RUN TestCopyFromContainer//bar/root [2020-02-04T18:32:35.833Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-04T18:32:35.833Z] === RUN TestCopyFromContainer/bar/quux [2020-02-04T18:32:35.833Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-04T18:32:36.007Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-02-04T18:32:36.118Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-04T18:32:36.118Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-04T18:32:36.118Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-04T18:32:36.408Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-04T18:32:36.408Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer (2.69s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-02-04T18:32:36.692Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-02-04T18:32:36.692Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-04T18:32:36.692Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:32:36.692Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:32:36.692Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:32:36.692Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:32:36.692Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:32:36.692Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:32:36.692Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-04T18:32:36.692Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-04T18:32:36.692Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-04T18:32:36.692Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-02-04T18:32:36.692Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-02-04T18:32:36.692Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-04T18:32:36.692Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-02-04T18:32:36.692Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-04T18:32:36.692Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-02-04T18:32:36.692Z] === RUN TestCreateWithInvalidEnv [2020-02-04T18:32:36.692Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-04T18:32:36.692Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-04T18:32:36.692Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-04T18:32:36.692Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-04T18:32:36.692Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-04T18:32:36.692Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-04T18:32:36.692Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-04T18:32:36.692Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-04T18:32:36.692Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-04T18:32:36.692Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-04T18:32:36.692Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-04T18:32:36.692Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-04T18:32:36.692Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-04T18:32:36.692Z] === RUN TestCreateTmpfsMountsTarget [2020-02-04T18:32:36.692Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2020-02-04T18:32:36.692Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-04T18:32:38.537Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCustomMaskedPaths (1.86s) [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:32:38.722Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-04T18:32:38.722Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s) [2020-02-04T18:32:38.722Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-02-04T18:32:38.722Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2020-02-04T18:32:40.768Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-04T18:32:40.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:32:40.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:32:40.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:32:40.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:32:40.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:32:40.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:32:40.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:32:40.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:32:40.768Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:32:40.768Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:32:40.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-04T18:32:40.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-04T18:32:40.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-04T18:32:40.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-04T18:32:40.768Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-02-04T18:32:40.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-02-04T18:32:40.768Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-04T18:32:41.387Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2020-02-04T18:32:41.387Z] === RUN TestContainerStartOnDaemonRestart [2020-02-04T18:32:41.387Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-04T18:32:41.387Z] === RUN TestDaemonRestartIpcMode [2020-02-04T18:32:41.387Z] === PAUSE TestDaemonRestartIpcMode [2020-02-04T18:32:41.387Z] === RUN TestDaemonHostGatewayIP [2020-02-04T18:32:41.387Z] === PAUSE TestDaemonHostGatewayIP [2020-02-04T18:32:41.387Z] === RUN TestDiff [2020-02-04T18:32:42.398Z] --- PASS: TestDiff (0.71s) [2020-02-04T18:32:42.398Z] === RUN TestExecWithCloseStdin [2020-02-04T18:32:42.781Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.79s) [2020-02-04T18:32:42.781Z] === RUN TestCreateServiceSecretFileMode [2020-02-04T18:32:43.019Z] --- PASS: TestExecWithCloseStdin (0.80s) [2020-02-04T18:32:43.019Z] === RUN TestExec [2020-02-04T18:32:44.034Z] --- PASS: TestExec (0.81s) [2020-02-04T18:32:44.034Z] === RUN TestExecUser [2020-02-04T18:32:44.650Z] --- PASS: TestExecUser (0.77s) [2020-02-04T18:32:44.650Z] === RUN TestExportContainerAndImportImage [2020-02-04T18:32:45.575Z] --- PASS: TestCreateServiceSecretFileMode (3.02s) [2020-02-04T18:32:45.576Z] === RUN TestCreateServiceConfigFileMode [2020-02-04T18:32:45.665Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2020-02-04T18:32:45.665Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-04T18:32:46.642Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-02-04T18:32:47.149Z] --- PASS: TestExportContainerAfterDaemonRestart (1.61s) [2020-02-04T18:32:47.149Z] === RUN TestHealthCheckWorkdir [2020-02-04T18:32:48.163Z] --- PASS: TestHealthCheckWorkdir (0.93s) [2020-02-04T18:32:48.163Z] === RUN TestHealthKillContainer [2020-02-04T18:32:48.638Z] --- PASS: TestCreateServiceConfigFileMode (2.96s) [2020-02-04T18:32:48.638Z] === RUN TestCreateServiceSysctls [2020-02-04T18:32:49.925Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-02-04T18:32:50.848Z] --- PASS: TestHealthKillContainer (2.86s) [2020-02-04T18:32:50.848Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-04T18:32:51.493Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2020-02-04T18:32:51.493Z] === RUN TestIpcModeNone [2020-02-04T18:32:52.456Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-02-04T18:32:52.507Z] --- PASS: TestIpcModeNone (0.81s) [2020-02-04T18:32:52.508Z] === RUN TestIpcModePrivate [2020-02-04T18:32:52.557Z] --- PASS: TestCreateServiceSysctls (3.78s) [2020-02-04T18:32:52.557Z] === RUN TestCreateServiceCapabilities [2020-02-04T18:32:53.127Z] --- PASS: TestIpcModePrivate (0.76s) [2020-02-04T18:32:53.127Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-02-04T18:32:53.127Z] === RUN TestIpcModeShareable [2020-02-04T18:32:54.136Z] --- PASS: TestIpcModeShareable (0.82s) [2020-02-04T18:32:54.136Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-02-04T18:32:54.136Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-04T18:32:55.619Z] --- PASS: TestCreateServiceCapabilities (3.09s) [2020-02-04T18:32:55.619Z] === RUN TestInspect [2020-02-04T18:32:55.738Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-02-04T18:32:55.738Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-02-04T18:32:56.834Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.33s) [2020-02-04T18:32:56.834Z] === RUN TestAPIIpcModeHost [2020-02-04T18:32:56.834Z] --- PASS: TestAPIIpcModeHost (0.58s) [2020-02-04T18:32:56.834Z] === RUN TestDaemonIpcModeShareable [2020-02-04T18:32:58.734Z] --- PASS: TestInspect (3.37s) [2020-02-04T18:32:58.734Z] === RUN TestCreateJob [2020-02-04T18:32:58.867Z] --- PASS: TestDaemonIpcModeShareable (1.67s) [2020-02-04T18:32:58.867Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-04T18:32:58.867Z] === RUN TestDaemonIpcModePrivate [2020-02-04T18:33:00.341Z] --- PASS: TestDaemonIpcModePrivate (1.65s) [2020-02-04T18:33:00.341Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-04T18:33:00.341Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-04T18:33:01.818Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.66s) [2020-02-04T18:33:01.818Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-04T18:33:01.818Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-04T18:33:02.936Z] --- PASS: TestCreateJob (4.00s) [2020-02-04T18:33:02.936Z] === RUN TestReplicatedJob [2020-02-04T18:33:03.857Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2020-02-04T18:33:03.857Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-04T18:33:03.857Z] === RUN TestIpcModeOlderClient [2020-02-04T18:33:03.857Z] === PAUSE TestIpcModeOlderClient [2020-02-04T18:33:03.857Z] === RUN TestKillContainerInvalidSignal [2020-02-04T18:33:04.142Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2020-02-04T18:33:04.142Z] === RUN TestKillContainer [2020-02-04T18:33:04.142Z] === RUN TestKillContainer/no_signal [2020-02-04T18:33:04.809Z] === RUN TestKillContainer/non_killing_signal [2020-02-04T18:33:05.430Z] === RUN TestKillContainer/killing_signal [2020-02-04T18:33:06.451Z] --- PASS: TestKillContainer (2.05s) [2020-02-04T18:33:06.451Z] --- PASS: TestKillContainer/no_signal (0.62s) [2020-02-04T18:33:06.451Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2020-02-04T18:33:06.451Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2020-02-04T18:33:06.451Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-04T18:33:06.451Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-04T18:33:07.071Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-04T18:33:07.694Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2020-02-04T18:33:07.694Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2020-02-04T18:33:07.694Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2020-02-04T18:33:07.694Z] === RUN TestKillStoppedContainer [2020-02-04T18:33:07.694Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-02-04T18:33:07.694Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-04T18:33:07.694Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-02-04T18:33:07.694Z] === RUN TestKillDifferentUserContainer [2020-02-04T18:33:08.313Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2020-02-04T18:33:08.313Z] === RUN TestInspectOomKilledTrue [2020-02-04T18:33:09.792Z] --- PASS: TestInspectOomKilledTrue (1.20s) [2020-02-04T18:33:09.792Z] === RUN TestInspectOomKilledFalse [2020-02-04T18:33:10.423Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2020-02-04T18:33:10.423Z] === RUN TestLinksEtcHostsContentMatch [2020-02-04T18:33:10.438Z] --- PASS: TestReplicatedJob (7.03s) [2020-02-04T18:33:10.438Z] === RUN TestUpdateReplicatedJob [2020-02-04T18:33:10.707Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-02-04T18:33:10.708Z] === RUN TestLinksContainerNames [2020-02-04T18:33:12.226Z] --- PASS: TestLinksContainerNames (1.28s) [2020-02-04T18:33:12.226Z] === RUN TestLogsFollowTailEmpty [2020-02-04T18:33:12.847Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2020-02-04T18:33:12.847Z] === RUN TestContainerNetworkMountsNoChown [2020-02-04T18:33:13.468Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/default [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/default [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/private [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/private [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rprivate [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/slave [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/slave [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rslave [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/shared [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/shared [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rshared [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/default [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rprivate [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rslave [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/shared [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rshared [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/private [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/slave [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-04T18:33:13.468Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:33:13.468Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-04T18:33:13.468Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-04T18:33:13.753Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-02-04T18:33:13.753Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-02-04T18:33:13.753Z] === RUN TestContainerBindMountNonRecursive [2020-02-04T18:33:13.820Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-02-04T18:33:13.821Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-02-04T18:33:14.555Z] --- PASS: TestUpdateReplicatedJob (4.27s) [2020-02-04T18:33:14.555Z] === RUN TestServiceListWithStatuses [2020-02-04T18:33:14.555Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-02-04T18:33:14.555Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:33:14.555Z] === RUN TestDockerNetworkConnectAlias [2020-02-04T18:33:15.800Z] --- PASS: TestContainerBindMountNonRecursive (1.67s) [2020-02-04T18:33:15.800Z] === RUN TestNetworkNat [2020-02-04T18:33:16.085Z] --- PASS: TestNetworkNat (0.69s) [2020-02-04T18:33:16.085Z] === RUN TestNetworkLocalhostTCPNat [2020-02-04T18:33:17.095Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2020-02-04T18:33:17.095Z] === RUN TestNetworkLoopbackNat [2020-02-04T18:33:17.105Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-02-04T18:33:17.672Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-02-04T18:33:17.714Z] --- PASS: TestNetworkLoopbackNat (0.92s) [2020-02-04T18:33:17.714Z] === RUN TestPause [2020-02-04T18:33:17.930Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-02-04T18:33:17.930Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-02-04T18:33:18.496Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-02-04T18:33:18.732Z] --- PASS: TestPause (0.70s) [2020-02-04T18:33:18.732Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-04T18:33:18.732Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:33:18.732Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:33:18.732Z] === RUN TestPauseStopPausedContainer [2020-02-04T18:33:19.350Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2020-02-04T18:33:19.350Z] === RUN TestPsFilter [2020-02-04T18:33:19.350Z] --- PASS: TestPsFilter (0.20s) [2020-02-04T18:33:19.350Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-04T18:33:19.429Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-02-04T18:33:19.687Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-02-04T18:33:19.974Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2020-02-04T18:33:19.974Z] === RUN TestRemoveContainerWithVolume [2020-02-04T18:33:20.253Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-02-04T18:33:20.781Z] --- PASS: TestDockerNetworkConnectAlias (5.76s) [2020-02-04T18:33:20.781Z] === RUN TestDockerNetworkReConnect [2020-02-04T18:33:20.819Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-02-04T18:33:20.986Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2020-02-04T18:33:20.986Z] === RUN TestRemoveContainerRunning [2020-02-04T18:33:21.270Z] --- PASS: TestRemoveContainerRunning (0.67s) [2020-02-04T18:33:21.270Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-04T18:33:22.284Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s) [2020-02-04T18:33:22.284Z] === RUN TestRemoveInvalidContainer [2020-02-04T18:33:22.284Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-04T18:33:22.284Z] === RUN TestRenameLinkedContainer [2020-02-04T18:33:23.351Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-02-04T18:33:24.707Z] --- PASS: TestDockerNetworkReConnect (4.59s) [2020-02-04T18:33:24.707Z] === RUN TestServicePlugin [2020-02-04T18:33:24.707Z] --- SKIP: TestServicePlugin (0.01s) [2020-02-04T18:33:24.707Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:33:24.707Z] === RUN TestServiceUpdateLabel [2020-02-04T18:33:24.974Z] --- PASS: TestRenameLinkedContainer (2.68s) [2020-02-04T18:33:24.974Z] === RUN TestRenameStoppedContainer [2020-02-04T18:33:25.249Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-02-04T18:33:25.591Z] --- PASS: TestRenameStoppedContainer (0.67s) [2020-02-04T18:33:25.591Z] === RUN TestRenameRunningContainerAndReuse [2020-02-04T18:33:27.044Z] --- PASS: TestServiceUpdateLabel (2.60s) [2020-02-04T18:33:27.044Z] === RUN TestServiceUpdateSecrets [2020-02-04T18:33:27.076Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2020-02-04T18:33:27.076Z] === RUN TestRenameInvalidName [2020-02-04T18:33:27.147Z] === RUN TestDockerSuite/TestBuildEnv [2020-02-04T18:33:27.361Z] --- PASS: TestRenameInvalidName (0.68s) [2020-02-04T18:33:27.361Z] === RUN TestRenameAnonymousContainer [2020-02-04T18:33:29.056Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-02-04T18:33:30.049Z] --- PASS: TestRenameAnonymousContainer (2.46s) [2020-02-04T18:33:30.049Z] === RUN TestRenameContainerWithSameName [2020-02-04T18:33:30.666Z] --- PASS: TestRenameContainerWithSameName (0.66s) [2020-02-04T18:33:30.666Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-04T18:33:30.956Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-02-04T18:33:31.889Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-02-04T18:33:32.153Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2020-02-04T18:33:32.154Z] === RUN TestResize [2020-02-04T18:33:32.772Z] --- PASS: TestResize (0.69s) [2020-02-04T18:33:32.772Z] === RUN TestResizeWithInvalidSize [2020-02-04T18:33:33.392Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2020-02-04T18:33:33.392Z] === RUN TestResizeWhenContainerNotStarted [2020-02-04T18:33:34.018Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:33:34.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:33:34.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:33:34.018Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:33:34.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-04T18:33:34.018Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-04T18:33:34.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-04T18:33:36.748Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:33:36.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-04T18:33:37.373Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-04T18:33:37.661Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-04T18:33:38.686Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-04T18:33:39.723Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-04T18:33:40.029Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-04T18:33:41.858Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-02-04T18:33:42.084Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-04T18:33:43.233Z] --- PASS: TestImportExtremelyLargeImageWorks (158.16s) [2020-02-04T18:33:43.233Z] PASS [2020-02-04T18:33:43.233Z] [2020-02-04T18:33:43.233Z] DONE 12 tests in 162.420s [2020-02-04T18:33:43.233Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-02-04T18:33:43.233Z] ++ 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-02-04T18:33:43.233Z] ++ set -e [2020-02-04T18:33:43.233Z] ++ '[' -n 0 ']' [2020-02-04T18:33:43.233Z] ++ set -x [2020-02-04T18:33:43.233Z] ++ 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= 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-02-04T18:33:43.233Z] INFO: Testing against a local daemon [2020-02-04T18:33:43.233Z] === RUN TestNetworkCreateDelete [2020-02-04T18:33:43.241Z] --- PASS: TestServiceUpdateSecrets (15.26s) [2020-02-04T18:33:43.241Z] === RUN TestServiceUpdateConfigs [2020-02-04T18:33:43.491Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-02-04T18:33:43.491Z] === RUN TestDockerNetworkDeletePreferID [2020-02-04T18:33:43.749Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2020-02-04T18:33:43.749Z] === RUN TestInspectNetwork [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.35s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.43s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.45s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.59s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.19s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.23s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.51s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.35s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.51s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.09s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.62s) [2020-02-04T18:33:44.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.45s) [2020-02-04T18:33:44.913Z] === RUN TestCgroupNamespacesRun [2020-02-04T18:33:45.929Z] --- PASS: TestCgroupNamespacesRun (1.65s) [2020-02-04T18:33:45.929Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-04T18:33:46.660Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-02-04T18:33:46.660Z] Copying nested executables into bundles/cross/linux/amd64 [2020-02-04T18:33:46.660Z] Cross building: bundles/cross/windows/amd64 [2020-02-04T18:33:46.660Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-04T18:33:46.660Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-02-04T18:33:47.956Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.62s) [2020-02-04T18:33:47.956Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-04T18:33:49.014Z] === RUN TestInspectNetwork/full_network_id [2020-02-04T18:33:49.014Z] === RUN TestInspectNetwork/partial_network_id [2020-02-04T18:33:49.014Z] === RUN TestInspectNetwork/network_name [2020-02-04T18:33:49.014Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-04T18:33:49.437Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.62s) [2020-02-04T18:33:49.437Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-04T18:33:50.940Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s) [2020-02-04T18:33:50.940Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-04T18:33:52.971Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.67s) [2020-02-04T18:33:52.971Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-04T18:33:53.195Z] --- PASS: TestInspectNetwork (9.06s) [2020-02-04T18:33:53.195Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-04T18:33:53.195Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-04T18:33:53.195Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-04T18:33:53.195Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-04T18:33:53.195Z] === RUN TestRunContainerWithBridgeNone [2020-02-04T18:33:53.589Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2020-02-04T18:33:53.589Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-04T18:33:54.604Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2020-02-04T18:33:54.604Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-04T18:33:55.722Z] --- PASS: TestRunContainerWithBridgeNone (2.66s) [2020-02-04T18:33:55.722Z] === RUN TestNetworkInvalidJSON [2020-02-04T18:33:55.722Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-04T18:33:55.722Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-04T18:33:55.722Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:33:55.722Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:33:55.722Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:33:55.722Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:33:55.722Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-04T18:33:55.722Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:33:55.722Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:33:55.722Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-02-04T18:33:55.722Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-04T18:33:55.722Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-04T18:33:55.722Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-04T18:33:55.722Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-04T18:33:56.090Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.63s) [2020-02-04T18:33:56.090Z] === RUN TestKernelTCPMemory [2020-02-04T18:33:56.655Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2020-02-04T18:33:56.655Z] === RUN TestDaemonDefaultNetworkPools [2020-02-04T18:33:57.103Z] --- PASS: TestKernelTCPMemory (0.84s) [2020-02-04T18:33:57.103Z] === RUN TestNISDomainname [2020-02-04T18:33:57.221Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2020-02-04T18:33:57.221Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-04T18:33:57.723Z] --- PASS: TestNISDomainname (0.91s) [2020-02-04T18:33:57.723Z] === RUN TestHostnameDnsResolution [2020-02-04T18:33:58.595Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2020-02-04T18:33:58.595Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-04T18:33:59.210Z] --- PASS: TestHostnameDnsResolution (1.13s) [2020-02-04T18:33:59.210Z] === RUN TestStats [2020-02-04T18:33:59.345Z] --- PASS: TestServiceUpdateConfigs (14.83s) [2020-02-04T18:33:59.345Z] === RUN TestServiceUpdateNetwork [2020-02-04T18:33:59.972Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2020-02-04T18:33:59.972Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-04T18:34:00.233Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2020-02-04T18:34:00.233Z] === RUN TestServiceWithPredefinedNetwork [2020-02-04T18:34:01.244Z] --- PASS: TestStats (2.08s) [2020-02-04T18:34:01.244Z] === RUN TestStopContainerWithTimeout [2020-02-04T18:34:01.244Z] === RUN TestStopContainerWithTimeout/0 [2020-02-04T18:34:01.244Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-04T18:34:01.244Z] === RUN TestStopContainerWithTimeout/1 [2020-02-04T18:34:01.244Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-04T18:34:01.244Z] === RUN TestStopContainerWithTimeout/3 [2020-02-04T18:34:01.244Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-04T18:34:01.244Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-04T18:34:01.244Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-04T18:34:01.244Z] === CONT TestStopContainerWithTimeout/0 [2020-02-04T18:34:01.244Z] === CONT TestStopContainerWithTimeout/3 [2020-02-04T18:34:01.244Z] === CONT TestStopContainerWithTimeout/1 [2020-02-04T18:34:01.244Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-04T18:34:03.513Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2020-02-04T18:34:03.513Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-04T18:34:03.513Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:34:03.513Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:34:03.513Z] === RUN TestServiceWithDataPathPortInit [2020-02-04T18:34:03.772Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-02-04T18:34:04.717Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-02-04T18:34:04.717Z] --- PASS: TestStopContainerWithTimeout/0 (1.22s) [2020-02-04T18:34:04.717Z] --- PASS: TestStopContainerWithTimeout/1 (2.28s) [2020-02-04T18:34:04.717Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2020-02-04T18:34:04.717Z] --- PASS: TestStopContainerWithTimeout/3 (3.10s) [2020-02-04T18:34:04.717Z] === RUN TestDeleteDevicemapper [2020-02-04T18:34:04.717Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-04T18:34:04.717Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:34:04.717Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-04T18:34:05.673Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-02-04T18:34:06.211Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.90s) [2020-02-04T18:34:06.211Z] === RUN TestUpdateMemory [2020-02-04T18:34:07.048Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-02-04T18:34:07.224Z] --- PASS: TestUpdateMemory (0.96s) [2020-02-04T18:34:07.224Z] === RUN TestUpdateCPUQuota [2020-02-04T18:34:08.236Z] --- PASS: TestUpdateCPUQuota (1.24s) [2020-02-04T18:34:08.236Z] === RUN TestUpdatePidsLimit [2020-02-04T18:34:08.236Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-04T18:34:08.521Z] === RUN TestUpdatePidsLimit/no_change [2020-02-04T18:34:09.144Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-04T18:34:09.429Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-04T18:34:09.716Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-04T18:34:10.003Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-04T18:34:10.286Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit (3.39s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/no_change (0.33s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/update_lower (0.34s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2020-02-04T18:34:11.773Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.32s) [2020-02-04T18:34:11.773Z] === RUN TestUpdateRestartPolicy [2020-02-04T18:34:12.715Z] --- PASS: TestServiceUpdateNetwork (14.18s) [2020-02-04T18:34:12.715Z] PASS [2020-02-04T18:34:12.715Z] [2020-02-04T18:34:12.715Z] === Skipped [2020-02-04T18:34:12.715Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-02-04T18:34:12.715Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:34:12.715Z] [2020-02-04T18:34:12.715Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2020-02-04T18:34:12.715Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:34:12.715Z] [2020-02-04T18:34:12.715Z] [2020-02-04T18:34:12.715Z] DONE 23 tests, 2 skipped in 134.684s [2020-02-04T18:34:12.716Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-02-04T18:34:12.716Z] ++ 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-02-04T18:34:12.716Z] ++ set -e [2020-02-04T18:34:12.716Z] ++ '[' -n 0 ']' [2020-02-04T18:34:12.716Z] ++ set -x [2020-02-04T18:34:12.716Z] ++ 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= 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-02-04T18:34:12.716Z] INFO: Testing against a local daemon [2020-02-04T18:34:12.716Z] === RUN TestSessionCreate [2020-02-04T18:34:12.716Z] --- PASS: TestSessionCreate (0.02s) [2020-02-04T18:34:12.716Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-04T18:34:12.716Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-02-04T18:34:12.716Z] PASS [2020-02-04T18:34:12.716Z] [2020-02-04T18:34:12.716Z] DONE 2 tests in 0.107s [2020-02-04T18:34:12.716Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-02-04T18:34:12.716Z] ++ 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-02-04T18:34:12.716Z] ++ set -e [2020-02-04T18:34:12.716Z] ++ '[' -n 0 ']' [2020-02-04T18:34:12.716Z] ++ set -x [2020-02-04T18:34:12.716Z] ++ 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= 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-02-04T18:34:12.716Z] INFO: Testing against a local daemon [2020-02-04T18:34:12.716Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-04T18:34:12.716Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:34:12.716Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:34:12.716Z] === RUN TestEventsExecDie [2020-02-04T18:34:12.716Z] --- PASS: TestEventsExecDie (0.84s) [2020-02-04T18:34:12.716Z] === RUN TestEventsBackwardsCompatible [2020-02-04T18:34:12.716Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-02-04T18:34:12.716Z] === RUN TestInfoBinaryCommits [2020-02-04T18:34:12.716Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-02-04T18:34:12.716Z] === RUN TestInfoAPIVersioned [2020-02-04T18:34:12.716Z] --- PASS: TestInfoAPIVersioned (0.00s) [2020-02-04T18:34:12.716Z] === RUN TestInfoDiscoveryBackend [2020-02-04T18:34:13.181Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-02-04T18:34:13.181Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-04T18:34:14.059Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-04T18:34:14.059Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-04T18:34:14.437Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-02-04T18:34:14.437Z] === RUN TestInfoAPI [2020-02-04T18:34:14.813Z] --- PASS: TestInfoAPI (0.03s) [2020-02-04T18:34:14.813Z] === RUN TestInfoAPIWarnings [2020-02-04T18:34:15.166Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-02-04T18:34:15.166Z] === RUN TestInfoDebug [2020-02-04T18:34:15.538Z] --- PASS: TestInfoDebug (0.52s) [2020-02-04T18:34:15.538Z] === RUN TestInfoInsecureRegistries [2020-02-04T18:34:16.277Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-02-04T18:34:16.277Z] === RUN TestInfoRegistryMirrors [2020-02-04T18:34:16.622Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-02-04T18:34:16.622Z] === RUN TestLoginFailsWithBadCredentials [2020-02-04T18:34:16.998Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-02-04T18:34:16.998Z] === RUN TestPingCacheHeaders [2020-02-04T18:34:16.998Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-02-04T18:34:16.998Z] === RUN TestPingGet [2020-02-04T18:34:16.998Z] --- PASS: TestPingGet (0.01s) [2020-02-04T18:34:16.998Z] === RUN TestPingHead [2020-02-04T18:34:16.998Z] --- PASS: TestPingHead (0.01s) [2020-02-04T18:34:16.998Z] === RUN TestVersion [2020-02-04T18:34:16.998Z] --- PASS: TestVersion (0.01s) [2020-02-04T18:34:16.998Z] PASS [2020-02-04T18:34:16.998Z] [2020-02-04T18:34:16.998Z] === Skipped [2020-02-04T18:34:16.998Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:34:16.998Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:34:16.998Z] [2020-02-04T18:34:16.998Z] [2020-02-04T18:34:16.998Z] DONE 18 tests, 1 skipped in 5.557s [2020-02-04T18:34:16.998Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-02-04T18:34:16.998Z] ++ 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-02-04T18:34:16.998Z] ++ set -e [2020-02-04T18:34:16.998Z] ++ '[' -n 0 ']' [2020-02-04T18:34:16.998Z] ++ set -x [2020-02-04T18:34:16.998Z] ++ 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= 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-02-04T18:34:17.021Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-02-04T18:34:17.022Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-02-04T18:34:17.280Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-02-04T18:34:17.366Z] INFO: Testing against a local daemon [2020-02-04T18:34:17.366Z] === RUN TestVolumesCreateAndList [2020-02-04T18:34:17.366Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-02-04T18:34:17.366Z] === RUN TestVolumesRemove [2020-02-04T18:34:17.366Z] --- PASS: TestVolumesRemove (0.09s) [2020-02-04T18:34:17.366Z] === RUN TestVolumesInspect [2020-02-04T18:34:17.366Z] --- PASS: TestVolumesInspect (0.01s) [2020-02-04T18:34:17.366Z] === RUN TestVolumesInvalidJSON [2020-02-04T18:34:17.366Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-04T18:34:17.366Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-04T18:34:17.366Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-04T18:34:17.366Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-02-04T18:34:17.366Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-04T18:34:17.366Z] PASS [2020-02-04T18:34:17.366Z] [2020-02-04T18:34:17.366Z] DONE 5 tests in 0.300s [2020-02-04T18:34:17.366Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-04T18:34:17.366Z] ++++ cat bundles/test-integration/docker.pid [2020-02-04T18:34:17.366Z] +++ kill 11593 [2020-02-04T18:34:17.845Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-02-04T18:34:19.084Z] +++ /etc/init.d/apparmor stop [2020-02-04T18:34:19.084Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:34:19.084Z] [2020-02-04T18:34:19.084Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:34:19.084Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:34:19.084Z] [2020-02-04T18:34:19.084Z] To set a process to complain mode, use the command line tool [2020-02-04T18:34:19.084Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:34:19.084Z] +++ true [2020-02-04T18:34:19.084Z] [2020-02-04T18:34:19.220Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-02-04T18:34:19.220Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-02-04T18:34:19.479Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation Post stage [Pipeline] junit [2020-02-04T18:34:20.393Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-04T18:34:22.067Z] --- PASS: TestServiceWithDataPathPortInit (18.53s) [2020-02-04T18:34:22.067Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-04T18:34:22.147Z] + echo Ensuring container killed. [2020-02-04T18:34:22.148Z] Ensuring container killed. [2020-02-04T18:34:22.148Z] + docker rm -vf docker-pr4 [2020-02-04T18:34:22.148Z] Error: No such container: docker-pr4 [2020-02-04T18:34:22.148Z] + true [Pipeline] sh [2020-02-04T18:34:23.139Z] + echo Chowning /workspace to jenkins user [2020-02-04T18:34:23.139Z] Chowning /workspace to jenkins user [2020-02-04T18:34:23.139Z] + id -u [2020-02-04T18:34:23.139Z] + id -g [2020-02-04T18:34:23.139Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40451:/workspace busybox chown -R 1001:1001 /workspace [2020-02-04T18:34:24.347Z] --- PASS: TestUpdateRestartPolicy (12.15s) [2020-02-04T18:34:24.347Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-04T18:34:24.347Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2020-02-04T18:34:24.347Z] === RUN TestWaitNonBlocked [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-04T18:34:24.634Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:34:24.634Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:34:24.634Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:34:24.634Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:34:24.634Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-04T18:34:24.634Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-04T18:34:25.146Z] + bundleName=s390x-integration [2020-02-04T18:34:25.146Z] + echo Creating s390x-integration-bundles.tar.gz [2020-02-04T18:34:25.146Z] Creating s390x-integration-bundles.tar.gz [2020-02-04T18:34:25.146Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-02-04T18:34:25.146Z] + 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-02-04T18:34:25.253Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-02-04T18:34:25.253Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.84s) [2020-02-04T18:34:25.253Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.87s) [2020-02-04T18:34:25.253Z] === RUN TestWaitBlocked [2020-02-04T18:34:25.285Z] Archiving artifacts [2020-02-04T18:34:25.538Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:34:25.539Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:34:25.539Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:34:25.539Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:34:25.539Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-04T18:34:25.539Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-04T18:34:26.403Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-04T18:34:26.552Z] --- PASS: TestWaitBlocked (0.04s) [2020-02-04T18:34:26.552Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.93s) [2020-02-04T18:34:26.552Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2020-02-04T18:34:26.552Z] === CONT TestContainerStartOnDaemonRestart [2020-02-04T18:34:26.552Z] === CONT TestIpcModeOlderClient [2020-02-04T18:34:26.552Z] === CONT TestDaemonHostGatewayIP [2020-02-04T18:34:26.552Z] === CONT TestDaemonRestartIpcMode [2020-02-04T18:34:26.552Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-02-04T18:34:27.162Z] + make clean [2020-02-04T18:34:27.520Z] make: command: Command not found [2020-02-04T18:34:27.520Z] make: command: Command not found [2020-02-04T18:34:27.520Z] docker volume rm -f docker-dev-cache [2020-02-04T18:34:27.520Z] docker-dev-cache [Pipeline] deleteDir [2020-02-04T18:34:30.984Z] --- PASS: TestContainerStartOnDaemonRestart (4.07s) [2020-02-04T18:34:31.272Z] --- PASS: TestDaemonRestartIpcMode (4.78s) [2020-02-04T18:34:31.272Z] --- PASS: TestDaemonHostGatewayIP (4.86s) [2020-02-04T18:34:31.272Z] PASS [2020-02-04T18:34:31.272Z] [2020-02-04T18:34:31.272Z] === Skipped [2020-02-04T18:34:31.272Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-02-04T18:34:31.272Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-04T18:34:31.272Z] [2020-02-04T18:34:31.272Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-04T18:34:31.272Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-04T18:34:31.272Z] [2020-02-04T18:34:31.272Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-02-04T18:34:31.272Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-04T18:34:31.272Z] [2020-02-04T18:34:31.272Z] [2020-02-04T18:34:31.272Z] DONE 199 tests, 3 skipped in 117.819s [2020-02-04T18:34:31.272Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-02-04T18:34:31.272Z] ++ 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-02-04T18:34:31.272Z] ++ set -e [2020-02-04T18:34:31.272Z] ++ '[' -n 0 ']' [2020-02-04T18:34:31.272Z] ++ set -x [2020-02-04T18:34:31.272Z] ++ 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= 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-02-04T18:34:31.558Z] INFO: Testing against a local daemon [2020-02-04T18:34:31.558Z] === RUN TestCommitInheritsEnv [2020-02-04T18:34:31.843Z] --- PASS: TestCommitInheritsEnv (0.43s) [2020-02-04T18:34:31.843Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-04T18:34:31.843Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-04T18:34:31.843Z] === RUN TestImagesFilterMultiReference [2020-02-04T18:34:31.843Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-02-04T18:34:31.843Z] === RUN TestImagePullPlatformInvalid [2020-02-04T18:34:31.843Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-04T18:34:31.843Z] === RUN TestRemoveImageOrphaning [2020-02-04T18:34:32.059Z] === RUN TestDockerSuite/TestBuildExpose [2020-02-04T18:34:32.059Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-02-04T18:34:32.059Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.42s) [2020-02-04T18:34:32.059Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:famslz3pgkej78v0zjcr58lza Created:2020-02-04 18:34:23.646297348 +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[b11fd40c8e957f963c2dbfa90bfc2b58d61bf3c6d1364cc18e4e681fd2b105e8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.plj18ejkkr7psgtwkx2rlaq9k EndpointID:f0b6f6fd9f532a065f319a9a354c72b9fa9dea0d25e95607c6d3270679da3f0e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6ca587786c137235251fc2f88a8f5c5bfee831ae505040f6a284f0ec85cc9dc2 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:372a6d6f3ceb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.plj18ejkkr7psgtwkx2rlaq9k EndpointID:f0b6f6fd9f532a065f319a9a354c72b9fa9dea0d25e95607c6d3270679da3f0e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-04T18:34:32.059Z] PASS [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] === Skipped [2020-02-04T18:34:32.059Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:34:32.059Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] DONE 21 tests, 1 skipped in 48.366s [2020-02-04T18:34:32.059Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:34:32.059Z] ++ 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-02-04T18:34:32.059Z] ++ set -e [2020-02-04T18:34:32.059Z] ++ '[' -n 0 ']' [2020-02-04T18:34:32.059Z] ++ set -x [2020-02-04T18:34:32.059Z] ++ 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= 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-02-04T18:34:32.059Z] INFO: Testing against a local daemon [2020-02-04T18:34:32.059Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-04T18:34:32.059Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-02-04T18:34:32.059Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:34:32.059Z] === RUN TestDockerNetworkIpvlan [2020-02-04T18:34:32.059Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:34:32.059Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:34:32.059Z] PASS [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] === Skipped [2020-02-04T18:34:32.059Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-02-04T18:34:32.059Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:34:32.059Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] [2020-02-04T18:34:32.059Z] DONE 2 tests, 2 skipped in 0.042s [2020-02-04T18:34:32.059Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:34:32.059Z] ++ 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-02-04T18:34:32.059Z] ++ set -e [2020-02-04T18:34:32.059Z] ++ '[' -n 0 ']' [2020-02-04T18:34:32.059Z] ++ set -x [2020-02-04T18:34:32.059Z] ++ 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= 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-02-04T18:34:32.059Z] INFO: Testing against a local daemon [2020-02-04T18:34:32.059Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-04T18:34:32.059Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-02-04T18:34:32.323Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-02-04T18:34:32.462Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2020-02-04T18:34:32.463Z] === RUN TestRemoveImageGarbageCollector [2020-02-04T18:34:32.463Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-04T18:34:32.463Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:34:32.463Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-04T18:34:32.463Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-02-04T18:34:32.463Z] === RUN TestTagInvalidReference [2020-02-04T18:34:32.463Z] --- PASS: TestTagInvalidReference (0.04s) [2020-02-04T18:34:32.463Z] === RUN TestTagValidPrefixedRepo [2020-02-04T18:34:32.463Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-02-04T18:34:32.463Z] === RUN TestTagExistedNameWithoutForce [2020-02-04T18:34:32.463Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-02-04T18:34:32.463Z] === RUN TestTagOfficialNames [2020-02-04T18:34:32.749Z] --- PASS: TestTagOfficialNames (0.06s) [2020-02-04T18:34:32.749Z] === RUN TestTagMatchesDigest [2020-02-04T18:34:32.749Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-04T18:34:32.749Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-04T18:34:32.892Z] === RUN TestDockerSuite/TestBuildFails [2020-02-04T18:34:33.150Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2020-02-04T18:34:33.150Z] === RUN TestDockerNetworkMacvlan [2020-02-04T18:34:33.716Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-02-04T18:34:33.716Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-02-04T18:34:33.973Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-04T18:34:34.909Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-04T18:34:35.843Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-04T18:34:36.778Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-02-04T18:34:39.306Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-04T18:34:39.306Z] === RUN TestDockerSuite/TestBuildForceRm [2020-02-04T18:34:41.251Z] === RUN TestDockerSuite/TestBuildFromGit [2020-02-04T18:34:43.153Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-02-04T18:34:43.153Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-04T18:34:43.153Z] === RUN TestDockerSuite/TestBuildFromGitWithF [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-04T18:34:44.531Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-02-04T18:34:47.067Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-02-04T18:34:47.633Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-02-04T18:34:47.891Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-02-04T18:34:49.264Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-04T18:34:50.641Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan (17.54s) [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.95s) [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.84s) [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.89s) [2020-02-04T18:34:50.641Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.12s) [2020-02-04T18:34:50.641Z] PASS [2020-02-04T18:34:50.641Z] [2020-02-04T18:34:50.641Z] DONE 8 tests in 19.033s [2020-02-04T18:34:50.641Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-04T18:34:50.641Z] ++ 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-02-04T18:34:50.641Z] ++ set -e [2020-02-04T18:34:50.641Z] ++ '[' -n 0 ']' [2020-02-04T18:34:50.641Z] ++ set -x [2020-02-04T18:34:50.641Z] ++ 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= 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-02-04T18:34:50.641Z] testing: warning: no tests to run [2020-02-04T18:34:50.641Z] PASS [2020-02-04T18:34:50.641Z] [2020-02-04T18:34:50.641Z] DONE 0 tests in 0.009s [2020-02-04T18:34:50.641Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-04T18:34:50.641Z] ++ 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-02-04T18:34:50.641Z] ++ set -e [2020-02-04T18:34:50.641Z] ++ '[' -n 0 ']' [2020-02-04T18:34:50.641Z] ++ set -x [2020-02-04T18:34:50.641Z] ++ 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= 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-02-04T18:34:50.641Z] INFO: Testing against a local daemon [2020-02-04T18:34:50.641Z] === RUN TestAuthZPluginAllowRequest [2020-02-04T18:34:52.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-02-04T18:34:52.584Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2020-02-04T18:34:52.584Z] === RUN TestAuthZPluginTLS [2020-02-04T18:34:52.842Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-02-04T18:34:53.100Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-02-04T18:34:53.100Z] === RUN TestAuthZPluginDenyRequest [2020-02-04T18:34:53.674Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2020-02-04T18:34:53.674Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-04T18:34:54.241Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-02-04T18:34:54.241Z] === RUN TestAuthZPluginDenyResponse [2020-02-04T18:34:54.294Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-04T18:34:54.294Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-02-04T18:34:54.294Z] remote: Enumerating objects: 19, done. [2020-02-04T18:34:54.294Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2020-02-04T18:34:54.294Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2020-02-04T18:34:54.294Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-02-04T18:34:54.807Z] --- PASS: TestAuthZPluginDenyResponse (0.60s) [2020-02-04T18:34:54.808Z] === RUN TestAuthZPluginAllowEventStream [2020-02-04T18:34:55.065Z] === RUN TestDockerSuite/TestBuildHistory [2020-02-04T18:34:56.971Z] --- PASS: TestAuthZPluginAllowEventStream (1.85s) [2020-02-04T18:34:56.971Z] === RUN TestAuthZPluginErrorResponse [2020-02-04T18:34:57.229Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-02-04T18:34:57.229Z] === RUN TestAuthZPluginErrorRequest [2020-02-04T18:34:57.795Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-02-04T18:34:57.795Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-04T18:34:58.360Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-02-04T18:34:58.360Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-04T18:34:58.464Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-04T18:34:59.714Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/test/unit [2020-02-04T18:35:00.263Z] === RUN TestDockerSuite/TestBuildIidFile [2020-02-04T18:35:00.521Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.09s) [2020-02-04T18:35:00.521Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-04T18:35:00.779Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-02-04T18:35:01.037Z] === RUN TestDockerSuite/TestBuildInheritance [2020-02-04T18:35:01.604Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-02-04T18:35:02.172Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-02-04T18:35:02.172Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-02-04T18:35:02.753Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s) [2020-02-04T18:35:02.753Z] === RUN TestAuthZPluginHeader [2020-02-04T18:35:02.984Z] ? github.com/docker/docker/api [no test files] [2020-02-04T18:35:03.687Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-02-04T18:35:03.687Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-04T18:35:03.687Z] === RUN TestDockerSuite/TestBuildLabel [2020-02-04T18:35:03.944Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-02-04T18:35:04.513Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-02-04T18:35:05.079Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-02-04T18:35:05.338Z] === RUN TestDockerSuite/TestBuildLabels [2020-02-04T18:35:05.904Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-02-04T18:35:07.279Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-02-04T18:35:08.212Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.63s) [2020-02-04T18:35:08.212Z] === RUN TestAuthZPluginV2Disable [2020-02-04T18:35:10.110Z] === RUN TestDockerSuite/TestBuildLastModified [2020-02-04T18:35:11.502Z] --- PASS: TestAuthZPluginV2Disable (3.43s) [2020-02-04T18:35:11.502Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-04T18:35:14.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-02-04T18:35:14.966Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.46s) [2020-02-04T18:35:14.966Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-04T18:35:16.341Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-02-04T18:35:17.835Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2020-02-04T18:35:22.913Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-02-04T18:35:22.913Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-02-04T18:35:22.913Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-02-04T18:35:22.913Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-02-04T18:35:22.913Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-02-04T18:35:23.480Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-02-04T18:35:25.378Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-02-04T18:35:26.752Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-02-04T18:35:26.752Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.69s) [2020-02-04T18:35:26.752Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-04T18:35:30.936Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-02-04T18:35:31.195Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-02-04T18:35:31.761Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-02-04T18:35:39.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-02-04T18:35:42.402Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-02-04T18:35:42.660Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-02-04T18:35:43.225Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2020-02-04T18:35:43.225Z] PASS [2020-02-04T18:35:43.225Z] [2020-02-04T18:35:43.225Z] DONE 17 tests in 52.570s [2020-02-04T18:35:43.225Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-04T18:35:43.225Z] ++ 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-02-04T18:35:43.225Z] ++ set -e [2020-02-04T18:35:43.225Z] ++ '[' -n 0 ']' [2020-02-04T18:35:43.225Z] ++ set -x [2020-02-04T18:35:43.225Z] ++ 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= 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-02-04T18:35:43.225Z] INFO: Testing against a local daemon [2020-02-04T18:35:43.225Z] === RUN TestPluginInvalidJSON [2020-02-04T18:35:43.225Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:35:43.225Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:35:43.225Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:35:43.484Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-04T18:35:43.484Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-04T18:35:43.484Z] PASS [2020-02-04T18:35:43.484Z] [2020-02-04T18:35:43.484Z] DONE 2 tests in 0.068s [2020-02-04T18:35:43.484Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-04T18:35:43.484Z] ++ 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-02-04T18:35:43.484Z] ++ set -e [2020-02-04T18:35:43.484Z] ++ '[' -n 0 ']' [2020-02-04T18:35:43.484Z] ++ set -x [2020-02-04T18:35:43.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=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= 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-02-04T18:35:43.484Z] INFO: Testing against a local daemon [2020-02-04T18:35:43.484Z] === RUN TestExternalGraphDriver [2020-02-04T18:35:43.484Z] === RUN TestExternalGraphDriver/json [2020-02-04T18:35:46.014Z] === RUN TestExternalGraphDriver/spec [2020-02-04T18:35:47.389Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-02-04T18:35:47.957Z] === RUN TestExternalGraphDriver/pull [2020-02-04T18:35:48.891Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-02-04T18:35:50.268Z] --- PASS: TestExternalGraphDriver (6.55s) [2020-02-04T18:35:50.268Z] --- PASS: TestExternalGraphDriver/json (2.32s) [2020-02-04T18:35:50.268Z] --- PASS: TestExternalGraphDriver/spec (2.15s) [2020-02-04T18:35:50.268Z] --- PASS: TestExternalGraphDriver/pull (1.95s) [2020-02-04T18:35:50.268Z] === RUN TestGraphdriverPluginV2 [2020-02-04T18:35:51.649Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-02-04T18:35:51.649Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-02-04T18:35:54.940Z] --- PASS: TestGraphdriverPluginV2 (4.67s) [2020-02-04T18:35:54.940Z] PASS [2020-02-04T18:35:54.940Z] [2020-02-04T18:35:54.940Z] DONE 5 tests in 11.291s [2020-02-04T18:35:54.940Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-04T18:35:54.940Z] ++ 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-02-04T18:35:54.940Z] ++ set -e [2020-02-04T18:35:54.940Z] ++ '[' -n 0 ']' [2020-02-04T18:35:54.940Z] ++ set -x [2020-02-04T18:35:54.940Z] ++ 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= 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-02-04T18:35:54.940Z] INFO: Testing against a local daemon [2020-02-04T18:35:54.940Z] === RUN TestContinueAfterPluginCrash [2020-02-04T18:35:54.940Z] === PAUSE TestContinueAfterPluginCrash [2020-02-04T18:35:54.940Z] === RUN TestDaemonStartWithLogOpt [2020-02-04T18:35:54.940Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-04T18:35:54.940Z] === CONT TestContinueAfterPluginCrash [2020-02-04T18:35:54.940Z] === CONT TestDaemonStartWithLogOpt [2020-02-04T18:35:56.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-02-04T18:35:57.249Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-02-04T18:35:57.817Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-02-04T18:36:01.102Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-02-04T18:36:01.671Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-02-04T18:36:05.862Z] === RUN TestDockerSuite/TestBuildNetNone [2020-02-04T18:36:06.430Z] === RUN TestDockerSuite/TestBuildNoContext [2020-02-04T18:36:07.808Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-02-04T18:36:09.185Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-02-04T18:36:11.716Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-02-04T18:36:11.973Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-02-04T18:36:11.973Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-02-04T18:36:12.540Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-02-04T18:36:12.540Z] --- PASS: TestDaemonStartWithLogOpt (17.64s) [2020-02-04T18:36:12.798Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-02-04T18:36:13.364Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-02-04T18:36:16.057Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-02-04T18:36:16.315Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-02-04T18:36:17.249Z] --- PASS: TestContinueAfterPluginCrash (22.27s) [2020-02-04T18:36:17.249Z] PASS [2020-02-04T18:36:17.249Z] [2020-02-04T18:36:17.249Z] DONE 2 tests in 22.320s [2020-02-04T18:36:17.249Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-04T18:36:17.249Z] ++ 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-02-04T18:36:17.249Z] ++ set -e [2020-02-04T18:36:17.249Z] ++ '[' -n 0 ']' [2020-02-04T18:36:17.249Z] ++ set -x [2020-02-04T18:36:17.249Z] ++ 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= 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-02-04T18:36:17.249Z] INFO: Testing against a local daemon [2020-02-04T18:36:17.249Z] === RUN TestPluginWithDevMounts [2020-02-04T18:36:17.249Z] === PAUSE TestPluginWithDevMounts [2020-02-04T18:36:17.249Z] === CONT TestPluginWithDevMounts [2020-02-04T18:36:19.149Z] --- PASS: TestPluginWithDevMounts (2.02s) [2020-02-04T18:36:19.149Z] PASS [2020-02-04T18:36:19.149Z] [2020-02-04T18:36:19.149Z] DONE 1 tests in 2.104s [2020-02-04T18:36:19.149Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-04T18:36:19.149Z] ++ 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-02-04T18:36:19.149Z] ++ set -e [2020-02-04T18:36:19.149Z] ++ '[' -n 0 ']' [2020-02-04T18:36:19.149Z] ++ set -x [2020-02-04T18:36:19.149Z] ++ 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= 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-02-04T18:36:19.149Z] INFO: Testing against a local daemon [2020-02-04T18:36:19.149Z] === RUN TestSecretInspect [2020-02-04T18:36:19.714Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-02-04T18:36:21.620Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-02-04T18:36:22.553Z] --- PASS: TestSecretInspect (3.21s) [2020-02-04T18:36:22.553Z] === RUN TestSecretList [2020-02-04T18:36:23.926Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-02-04T18:36:25.301Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-02-04T18:36:25.468Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-04T18:36:25.468Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2020-02-04T18:36:25.468Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-02-04T18:36:25.468Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-04T18:36:25.468Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-04T18:36:25.468Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-04T18:36:25.867Z] --- PASS: TestSecretList (3.38s) [2020-02-04T18:36:25.867Z] === RUN TestSecretsCreateAndDelete [2020-02-04T18:36:26.029Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-04T18:36:26.029Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-04T18:36:26.029Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-04T18:36:26.029Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-04T18:36:26.590Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-04T18:36:26.590Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-04T18:36:27.240Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-02-04T18:36:27.497Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-02-04T18:36:27.517Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-04T18:36:27.517Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-04T18:36:28.079Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.5% of statements [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/types [no test files] [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-04T18:36:28.079Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-04T18:36:28.647Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-02-04T18:36:28.647Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-04T18:36:28.647Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-04T18:36:28.870Z] --- PASS: TestSecretsCreateAndDelete (3.04s) [2020-02-04T18:36:28.870Z] === RUN TestSecretsUpdate [2020-02-04T18:36:28.903Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2020-02-04T18:36:29.160Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 75.0% of statements [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-04T18:36:29.160Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-04T18:36:29.721Z] ok github.com/docker/docker/builder/dockerignore 0.011s coverage: 96.8% of statements [2020-02-04T18:36:31.397Z] === RUN TestDockerSuite/TestBuildPATH [2020-02-04T18:36:32.331Z] --- PASS: TestSecretsUpdate (3.24s) [2020-02-04T18:36:32.331Z] === RUN TestTemplatedSecret [2020-02-04T18:36:33.893Z] ok github.com/docker/docker/builder/dockerfile 0.651s coverage: 48.2% of statements [2020-02-04T18:36:33.893Z] ok github.com/docker/docker/builder/remotecontext 0.272s coverage: 13.6% of statements [2020-02-04T18:36:34.231Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-02-04T18:36:34.819Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-02-04T18:36:35.164Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-02-04T18:36:35.164Z] --- PASS: TestTemplatedSecret (3.06s) [2020-02-04T18:36:35.164Z] === RUN TestSecretCreateResolve [2020-02-04T18:36:35.747Z] ok github.com/docker/docker/builder/remotecontext/git 1.151s coverage: 86.3% of statements [2020-02-04T18:36:35.747Z] ? github.com/docker/docker/cli [no test files] [2020-02-04T18:36:35.747Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-04T18:36:36.097Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-02-04T18:36:38.630Z] --- PASS: TestSecretCreateResolve (3.23s) [2020-02-04T18:36:38.630Z] PASS [2020-02-04T18:36:38.630Z] [2020-02-04T18:36:38.630Z] DONE 6 tests in 19.223s [2020-02-04T18:36:38.630Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-02-04T18:36:38.630Z] ++ 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-02-04T18:36:38.630Z] ++ set -e [2020-02-04T18:36:38.630Z] ++ '[' -n 0 ']' [2020-02-04T18:36:38.630Z] ++ set -x [2020-02-04T18:36:38.630Z] ++ 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= 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-02-04T18:36:38.630Z] INFO: Testing against a local daemon [2020-02-04T18:36:38.630Z] === RUN TestServiceCreateInit [2020-02-04T18:36:38.630Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-04T18:36:39.924Z] ok github.com/docker/docker/client 0.213s coverage: 75.8% of statements [2020-02-04T18:36:43.897Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-04T18:36:46.427Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-02-04T18:36:47.361Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-02-04T18:36:49.920Z] --- PASS: TestServiceCreateInit (11.04s) [2020-02-04T18:36:49.920Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.35s) [2020-02-04T18:36:49.920Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.67s) [2020-02-04T18:36:49.920Z] === RUN TestCreateServiceMultipleTimes [2020-02-04T18:36:52.449Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-02-04T18:36:55.729Z] === RUN TestDockerSuite/TestBuildRm [2020-02-04T18:36:59.938Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-02-04T18:37:00.871Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-02-04T18:37:02.245Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-02-04T18:37:02.816Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-02-04T18:37:03.381Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-02-04T18:37:04.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-02-04T18:37:04.882Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-02-04T18:37:06.256Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-02-04T18:37:07.634Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-02-04T18:37:09.009Z] --- PASS: TestCreateServiceMultipleTimes (19.20s) [2020-02-04T18:37:09.009Z] === RUN TestCreateServiceConflict [2020-02-04T18:37:12.292Z] --- PASS: TestCreateServiceConflict (3.08s) [2020-02-04T18:37:12.292Z] === RUN TestCreateServiceMaxReplicas [2020-02-04T18:37:12.292Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-02-04T18:37:12.292Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-02-04T18:37:12.551Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-02-04T18:37:12.551Z] === RUN TestDockerSuite/TestBuildSpaces [2020-02-04T18:37:13.117Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-02-04T18:37:14.491Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-02-04T18:37:14.491Z] === RUN TestDockerSuite/TestBuildStderr [2020-02-04T18:37:15.426Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-02-04T18:37:15.426Z] --- PASS: TestCreateServiceMaxReplicas (3.72s) [2020-02-04T18:37:15.426Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-04T18:37:18.590Z] ok github.com/docker/docker/cmd/dockerd 0.087s coverage: 30.6% of statements [2020-02-04T18:37:18.590Z] ok github.com/docker/docker/container 0.135s coverage: 35.3% of statements [2020-02-04T18:37:18.590Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-04T18:37:18.590Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-04T18:37:18.590Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-04T18:37:18.590Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-04T18:37:20.698Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-02-04T18:37:21.631Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-02-04T18:37:22.566Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-02-04T18:37:23.132Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-02-04T18:37:24.064Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-02-04T18:37:25.437Z] === RUN TestDockerSuite/TestBuildUser [2020-02-04T18:37:27.965Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-02-04T18:37:28.531Z] ok github.com/docker/docker/daemon/cluster 0.062s coverage: 0.5% of statements [2020-02-04T18:37:30.424Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-02-04T18:37:30.492Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.82s) [2020-02-04T18:37:30.492Z] === RUN TestCreateServiceSecretFileMode [2020-02-04T18:37:31.425Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-02-04T18:37:31.787Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.7% of statements [2020-02-04T18:37:33.327Z] --- PASS: TestCreateServiceSecretFileMode (2.92s) [2020-02-04T18:37:33.327Z] === RUN TestCreateServiceConfigFileMode [2020-02-04T18:37:36.609Z] --- PASS: TestCreateServiceConfigFileMode (3.45s) [2020-02-04T18:37:36.609Z] === RUN TestCreateServiceSysctls [2020-02-04T18:37:39.893Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-02-04T18:37:41.267Z] --- PASS: TestCreateServiceSysctls (4.45s) [2020-02-04T18:37:41.267Z] === RUN TestCreateServiceCapabilities [2020-02-04T18:37:41.729Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.7% of statements [2020-02-04T18:37:41.729Z] ok github.com/docker/docker/daemon 12.213s coverage: 17.5% of statements [2020-02-04T18:37:41.729Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-04T18:37:41.729Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-04T18:37:42.658Z] ok github.com/docker/docker/daemon/config 0.050s coverage: 82.1% of statements [2020-02-04T18:37:42.658Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-02-04T18:37:43.586Z] ok github.com/docker/docker/daemon/events 0.064s coverage: 50.0% of statements [2020-02-04T18:37:43.586Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-04T18:37:43.586Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-04T18:37:44.514Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-02-04T18:37:44.549Z] --- PASS: TestCreateServiceCapabilities (3.47s) [2020-02-04T18:37:44.549Z] === RUN TestInspect [2020-02-04T18:37:45.921Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-02-04T18:37:47.034Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-02-04T18:37:47.962Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.215s coverage: 57.0% of statements [2020-02-04T18:37:49.212Z] --- PASS: TestInspect (3.95s) [2020-02-04T18:37:49.212Z] === RUN TestCreateJob [2020-02-04T18:37:50.586Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-02-04T18:37:51.229Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.395s coverage: 45.9% of statements [2020-02-04T18:37:51.486Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.817s coverage: 72.5% of statements [2020-02-04T18:37:51.486Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-04T18:37:51.521Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-02-04T18:37:52.087Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-02-04T18:37:53.024Z] --- PASS: TestCreateJob (4.31s) [2020-02-04T18:37:53.024Z] === RUN TestReplicatedJob [2020-02-04T18:37:53.024Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-02-04T18:37:54.002Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.094s coverage: 48.6% of statements [2020-02-04T18:37:54.398Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-02-04T18:37:55.366Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.290s coverage: 76.1% of statements [2020-02-04T18:37:56.293Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-02-04T18:37:56.298Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-02-04T18:37:56.298Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-02-04T18:37:56.298Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-02-04T18:37:56.298Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-02-04T18:37:56.298Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-02-04T18:37:56.549Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.211s coverage: 60.1% of statements [2020-02-04T18:37:56.549Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-04T18:37:56.549Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-04T18:37:57.476Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2020-02-04T18:37:58.196Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-02-04T18:37:58.196Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-02-04T18:37:58.565Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2020-02-04T18:37:59.250Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-02-04T18:37:59.816Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-02-04T18:38:00.384Z] --- PASS: TestReplicatedJob (7.30s) [2020-02-04T18:38:00.384Z] === RUN TestUpdateReplicatedJob [2020-02-04T18:38:00.455Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.9% of statements [2020-02-04T18:38:00.455Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-04T18:38:00.455Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-04T18:38:00.720Z] ok github.com/docker/docker/daemon/logger 0.246s coverage: 42.7% of statements [2020-02-04T18:38:00.952Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-02-04T18:38:00.952Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-02-04T18:38:02.608Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 67.0% of statements [2020-02-04T18:38:02.608Z] ok github.com/docker/docker/daemon/logger/awslogs 0.143s coverage: 77.8% of statements [2020-02-04T18:38:02.608Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-04T18:38:02.608Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-04T18:38:03.535Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-02-04T18:38:03.791Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 62.1% of statements [2020-02-04T18:38:04.235Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-02-04T18:38:04.353Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2020-02-04T18:38:04.493Z] --- PASS: TestUpdateReplicatedJob (4.17s) [2020-02-04T18:38:04.493Z] === RUN TestServiceListWithStatuses [2020-02-04T18:38:04.493Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-04T18:38:04.493Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:38:04.493Z] === RUN TestDockerNetworkConnectAlias [2020-02-04T18:38:05.280Z] ok github.com/docker/docker/daemon/logger/local 0.046s coverage: 74.7% of statements [2020-02-04T18:38:05.280Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-04T18:38:05.843Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 19.9% of statements [2020-02-04T18:38:06.394Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-02-04T18:38:06.394Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-02-04T18:38:07.733Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-02-04T18:38:07.768Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-02-04T18:38:07.989Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-02-04T18:38:08.335Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-02-04T18:38:08.551Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-02-04T18:38:08.807Z] ok github.com/docker/docker/daemon/logger/splunk 1.594s coverage: 82.5% of statements [2020-02-04T18:38:08.807Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-04T18:38:08.807Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-04T18:38:09.269Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-02-04T18:38:09.269Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-02-04T18:38:10.202Z] === RUN TestDockerSuite/TestBuildXZHost [2020-02-04T18:38:11.137Z] --- PASS: TestDockerNetworkConnectAlias (6.59s) [2020-02-04T18:38:11.137Z] === RUN TestDockerNetworkReConnect [2020-02-04T18:38:11.325Z] ok github.com/docker/docker/distribution/metadata 0.049s coverage: 48.2% of statements [2020-02-04T18:38:11.325Z] ok github.com/docker/docker/distribution 0.141s coverage: 22.1% of statements [2020-02-04T18:38:11.325Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-04T18:38:12.690Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-02-04T18:38:13.038Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-02-04T18:38:13.038Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-02-04T18:38:13.038Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-02-04T18:38:13.606Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-02-04T18:38:14.055Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-02-04T18:38:14.546Z] === RUN TestDockerSuite/TestCommitChange [2020-02-04T18:38:14.982Z] ok github.com/docker/docker/distribution/xfer 1.876s coverage: 85.1% of statements [2020-02-04T18:38:14.982Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-04T18:38:14.982Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2020-02-04T18:38:14.982Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-04T18:38:15.920Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-02-04T18:38:16.347Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-02-04T18:38:16.347Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-04T18:38:16.853Z] --- PASS: TestDockerNetworkReConnect (5.67s) [2020-02-04T18:38:16.853Z] === RUN TestServicePlugin [2020-02-04T18:38:16.853Z] === RUN TestDockerSuite/TestCommitHardlink [2020-02-04T18:38:17.276Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-02-04T18:38:18.205Z] ok github.com/docker/docker/opts 0.019s coverage: 67.0% of statements [2020-02-04T18:38:18.205Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-04T18:38:19.382Z] === RUN TestDockerSuite/TestCommitNewFile [2020-02-04T18:38:20.094Z] ok github.com/docker/docker/pkg/archive 0.406s coverage: 77.0% of statements [2020-02-04T18:38:21.283Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-02-04T18:38:21.461Z] ok github.com/docker/docker/pkg/authorization 0.477s coverage: 68.3% of statements [2020-02-04T18:38:21.717Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-04T18:38:21.973Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-02-04T18:38:22.216Z] === RUN TestDockerSuite/TestCommitTTY [2020-02-04T18:38:24.117Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-02-04T18:38:25.237Z] ok github.com/docker/docker/layer 7.921s coverage: 68.8% of statements [2020-02-04T18:38:25.238Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-04T18:38:25.238Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-04T18:38:25.238Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-04T18:38:25.238Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-04T18:38:25.238Z] ? github.com/docker/docker/oci [no test files] [2020-02-04T18:38:25.238Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-04T18:38:25.490Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-02-04T18:38:25.500Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-02-04T18:38:25.756Z] ok github.com/docker/docker/pkg/chrootarchive 2.972s coverage: 43.2% of statements [2020-02-04T18:38:25.756Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-04T18:38:25.756Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-04T18:38:26.012Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-02-04T18:38:26.574Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 92.9% of statements [2020-02-04T18:38:27.389Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-02-04T18:38:27.504Z] ok github.com/docker/docker/pkg/discovery/memory 0.016s coverage: 92.3% of statements [2020-02-04T18:38:28.066Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-02-04T18:38:28.323Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-02-04T18:38:28.323Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-02-04T18:38:28.323Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-02-04T18:38:28.582Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-02-04T18:38:28.582Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-02-04T18:38:28.582Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-02-04T18:38:28.582Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-02-04T18:38:28.628Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-02-04T18:38:29.555Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-02-04T18:38:30.481Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-02-04T18:38:30.482Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 89.5% of statements [2020-02-04T18:38:30.738Z] ok github.com/docker/docker/pkg/discovery/kv 3.075s coverage: 84.1% of statements [2020-02-04T18:38:31.300Z] ok github.com/docker/docker/pkg/fsutils 0.247s coverage: 85.1% of statements [2020-02-04T18:38:31.300Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-02-04T18:38:32.228Z] ok github.com/docker/docker/pkg/idtools 0.464s coverage: 70.1% of statements [2020-02-04T18:38:32.380Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-02-04T18:38:32.380Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-02-04T18:38:32.484Z] ok github.com/docker/docker/pkg/ioutils 0.468s coverage: 68.8% of statements [2020-02-04T18:38:32.947Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-02-04T18:38:33.046Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2020-02-04T18:38:33.046Z] ok github.com/docker/docker/pkg/locker 0.020s coverage: 88.9% of statements [2020-02-04T18:38:33.302Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2020-02-04T18:38:33.302Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-04T18:38:33.863Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2020-02-04T18:38:33.880Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-02-04T18:38:34.119Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-02-04T18:38:34.375Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-02-04T18:38:34.375Z] ok github.com/docker/docker/pkg/mount 0.574s coverage: 70.0% of statements [2020-02-04T18:38:34.375Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-04T18:38:34.814Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-02-04T18:38:34.936Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 91.4% of statements [2020-02-04T18:38:34.936Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-02-04T18:38:34.936Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-04T18:38:34.936Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-04T18:38:35.864Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-02-04T18:38:36.189Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-02-04T18:38:36.755Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-02-04T18:38:36.755Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-02-04T18:38:36.755Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-02-04T18:38:36.791Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-02-04T18:38:37.048Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-02-04T18:38:37.048Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-02-04T18:38:37.688Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-02-04T18:38:37.688Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-02-04T18:38:37.688Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-02-04T18:38:37.688Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-02-04T18:38:37.947Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-02-04T18:38:38.410Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2020-02-04T18:38:38.666Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-02-04T18:38:38.882Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-02-04T18:38:40.268Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-02-04T18:38:40.837Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-02-04T18:38:40.837Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-02-04T18:38:41.930Z] ok github.com/docker/docker/pkg/signal 2.395s coverage: 61.0% of statements [2020-02-04T18:38:41.930Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-02-04T18:38:42.491Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-02-04T18:38:42.491Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-02-04T18:38:42.737Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-02-04T18:38:43.052Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-02-04T18:38:43.307Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-02-04T18:38:43.671Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-02-04T18:38:43.672Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-02-04T18:38:43.870Z] ok github.com/docker/docker/pkg/system 0.022s coverage: 36.2% of statements [2020-02-04T18:38:44.126Z] ok github.com/docker/docker/pkg/tailfile 0.049s coverage: 88.6% of statements [2020-02-04T18:38:44.236Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-02-04T18:38:44.687Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-02-04T18:38:45.171Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-02-04T18:38:45.250Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2020-02-04T18:38:45.250Z] testing: warning: no tests to run [2020-02-04T18:38:45.250Z] coverage: [no statements] [2020-02-04T18:38:45.250Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-04T18:38:45.812Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-02-04T18:38:46.068Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-02-04T18:38:46.104Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-02-04T18:38:46.324Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-04T18:38:47.038Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-02-04T18:38:47.038Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-02-04T18:38:47.970Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-02-04T18:38:48.536Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-02-04T18:38:48.851Z] ok github.com/docker/docker/plugin 0.534s coverage: 27.1% of statements [2020-02-04T18:38:49.106Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-02-04T18:38:49.468Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-02-04T18:38:49.468Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-02-04T18:38:50.033Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-02-04T18:38:50.289Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-02-04T18:38:50.402Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-02-04T18:38:52.179Z] ok github.com/docker/docker/registry 0.078s coverage: 56.0% of statements [2020-02-04T18:38:52.301Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-02-04T18:38:52.301Z] --- PASS: TestServicePlugin (35.46s) [2020-02-04T18:38:52.301Z] plugin_test.go:62: [d3c77a9f5fdbc] joining swarm manager [d54c23368ae15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T18:38:52.301Z] plugin_test.go:65: [d8eed0a290e3a] joining swarm manager [d54c23368ae15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T18:38:52.301Z] === RUN TestServiceUpdateLabel [2020-02-04T18:38:52.435Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-02-04T18:38:52.691Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-02-04T18:38:53.621Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-02-04T18:38:53.621Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-02-04T18:38:53.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-02-04T18:38:53.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-02-04T18:38:53.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-02-04T18:38:53.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-02-04T18:38:53.675Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-02-04T18:38:54.609Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-02-04T18:38:55.174Z] --- PASS: TestServiceUpdateLabel (3.19s) [2020-02-04T18:38:55.174Z] === RUN TestServiceUpdateSecrets [2020-02-04T18:38:56.136Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2020-02-04T18:38:57.063Z] ok github.com/docker/docker/volume/local 0.022s coverage: 73.0% of statements [2020-02-04T18:38:57.624Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-02-04T18:38:58.551Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.0% of statements [2020-02-04T18:38:59.358Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-02-04T18:38:59.923Z] === RUN TestDockerSuite/TestContainerAPITop [2020-02-04T18:39:00.858Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-02-04T18:39:00.858Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-02-04T18:39:00.858Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-02-04T18:39:04.139Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-02-04T18:39:04.397Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-02-04T18:39:05.789Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-02-04T18:39:07.688Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-02-04T18:39:10.218Z] --- PASS: TestServiceUpdateSecrets (14.89s) [2020-02-04T18:39:10.218Z] === RUN TestServiceUpdateConfigs [2020-02-04T18:39:10.712Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/rootless [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/volume [no test files] [2020-02-04T18:39:10.712Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-04T18:39:10.713Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === Skipped [2020-02-04T18:39:10.713Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-04T18:39:10.713Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-04T18:39:10.713Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-04T18:39:10.713Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-04T18:39:10.713Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-04T18:39:10.713Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-04T18:39:10.713Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-04T18:39:10.713Z] graphtest_unix.go:73: No driver to put! [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-04T18:39:10.713Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-04T18:39:10.713Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] [2020-02-04T18:39:10.713Z] DONE 2155 tests, 20 skipped in 248.585s Post stage [Pipeline] junit [2020-02-04T18:39:10.726Z] Recording test results [2020-02-04T18:39:10.784Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-02-04T18:39:11.507Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40451/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f464c31668db6fe781b3195f23dc786ee09e91c0 hack/validate/vendor [2020-02-04T18:39:11.719Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-02-04T18:39:12.433Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-02-04T18:39:13.358Z] + echo Building e2e image [2020-02-04T18:39:13.358Z] Building e2e image [2020-02-04T18:39:13.358Z] + docker build --build-arg DOCKER_GITCOMMIT=f464c31668db6fe781b3195f23dc786ee09e91c0 -t moby-e2e-test -f Dockerfile.e2e . [2020-02-04T18:39:13.358Z] #2 [internal] load .dockerignore [2020-02-04T18:39:13.358Z] #2 transferring context: 34B done [2020-02-04T18:39:13.358Z] #2 DONE 0.0s [2020-02-04T18:39:13.358Z] [2020-02-04T18:39:13.358Z] #1 [internal] load build definition from Dockerfile.e2e [2020-02-04T18:39:13.358Z] #1 transferring dockerfile: 3.21kB done [2020-02-04T18:39:13.358Z] #1 DONE 0.0s [2020-02-04T18:39:13.358Z] [2020-02-04T18:39:13.358Z] #4 [internal] load metadata for docker.io/library/golang:1.13.7-alpine [2020-02-04T18:39:13.614Z] #4 DONE 0.2s [2020-02-04T18:39:13.614Z] [2020-02-04T18:39:13.614Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-02-04T18:39:13.614Z] #3 DONE 0.2s [2020-02-04T18:39:13.614Z] [2020-02-04T18:39:13.614Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-02-04T18:39:13.614Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-02-04T18:39:13.614Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-02-04T18:39:13.614Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-02-04T18:39:13.614Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-02-04T18:39:13.614Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 695.85kB / 2.79MB 0.1s [2020-02-04T18:39:13.878Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.1s done [2020-02-04T18:39:13.878Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 [2020-02-04T18:39:14.139Z] #5 ... [2020-02-04T18:39:14.139Z] [2020-02-04T18:39:14.139Z] #8 [internal] load build context [2020-02-04T18:39:14.139Z] #8 transferring context: 816.62kB 0.3s done [2020-02-04T18:39:14.139Z] #8 DONE 0.4s [2020-02-04T18:39:14.139Z] [2020-02-04T18:39:14.139Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-02-04T18:39:14.139Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.3s done [2020-02-04T18:39:14.139Z] #5 DONE 0.6s [2020-02-04T18:39:14.139Z] [2020-02-04T18:39:14.139Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-04T18:39:14.139Z] #14 resolve docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559ca6cf6535f501ca5eec46cae69489b5b8ef9cdec5abcaa5b09e707b done [2020-02-04T18:39:14.139Z] #14 sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 126B / 126B 0.1s done [2020-02-04T18:39:14.139Z] #14 sha256:7e8c9c559ca6cf6535f501ca5eec46cae69489b5b8ef9cdec5abcaa5b09e707b 1.65kB / 1.65kB done [2020-02-04T18:39:14.139Z] #14 sha256:9817fae0190681da743ae2f5f77a85bf19b2e759d655bc427328e075b8d64dcc 1.36kB / 1.36kB done [2020-02-04T18:39:14.139Z] #14 sha256:87eefb76f0a85935d392182a0cb271178ee363516bdb3ca281a67c3b58ec491d 3.83kB / 3.83kB done [2020-02-04T18:39:14.139Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 25.85MB / 126.87MB 0.5s [2020-02-04T18:39:14.139Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 47.60MB / 126.87MB 0.7s [2020-02-04T18:39:14.249Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-02-04T18:39:14.396Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 56.92MB / 126.87MB 0.8s [2020-02-04T18:39:14.654Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 80.22MB / 126.87MB 1.0s [2020-02-04T18:39:14.654Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 89.72MB / 126.87MB 1.1s [2020-02-04T18:39:14.910Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 97.78MB / 126.87MB 1.2s [2020-02-04T18:39:14.910Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 121.06MB / 126.87MB 1.4s [2020-02-04T18:39:15.471Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 126.87MB / 126.87MB 1.7s done [2020-02-04T18:39:15.471Z] #14 ... [2020-02-04T18:39:15.471Z] [2020-02-04T18:39:15.471Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-02-04T18:39:15.471Z] #6 DONE 1.3s [2020-02-04T18:39:15.471Z] [2020-02-04T18:39:15.471Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-04T18:39:15.471Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e [2020-02-04T18:39:15.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-02-04T18:39:17.001Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-02-04T18:39:18.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-02-04T18:39:20.272Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-02-04T18:39:20.715Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 5.1s [2020-02-04T18:39:21.643Z] #14 ... [2020-02-04T18:39:21.643Z] [2020-02-04T18:39:21.643Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-02-04T18:39:21.643Z] #7 1.089 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-02-04T18:39:21.643Z] #7 2.158 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-02-04T18:39:21.643Z] #7 2.258 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2020-02-04T18:39:21.643Z] #7 2.262 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2020-02-04T18:39:21.643Z] #7 2.459 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2020-02-04T18:39:21.643Z] #7 2.468 (4/31) Installing readline (8.0.0-r0) [2020-02-04T18:39:21.643Z] #7 2.473 (5/31) Installing bash (5.0.0-r0) [2020-02-04T18:39:21.643Z] #7 2.489 Executing bash-5.0.0-r0.post-install [2020-02-04T18:39:21.643Z] #7 2.491 (6/31) Installing ca-certificates (20190108-r0) [2020-02-04T18:39:21.643Z] #7 2.510 (7/31) Installing libgcc (8.3.0-r0) [2020-02-04T18:39:21.643Z] #7 2.516 (8/31) Installing libstdc++ (8.3.0-r0) [2020-02-04T18:39:21.643Z] #7 2.530 (9/31) Installing binutils (2.32-r0) [2020-02-04T18:39:21.643Z] #7 2.631 (10/31) Installing gmp (6.1.2-r1) [2020-02-04T18:39:21.643Z] #7 2.638 (11/31) Installing isl (0.18-r0) [2020-02-04T18:39:21.643Z] #7 2.659 (12/31) Installing libgomp (8.3.0-r0) [2020-02-04T18:39:21.643Z] #7 2.669 (13/31) Installing libatomic (8.3.0-r0) [2020-02-04T18:39:21.643Z] #7 2.671 (14/31) Installing mpfr3 (3.1.5-r1) [2020-02-04T18:39:21.643Z] #7 2.677 (15/31) Installing mpc1 (1.1.0-r0) [2020-02-04T18:39:21.643Z] #7 2.680 (16/31) Installing gcc (8.3.0-r0) [2020-02-04T18:39:21.643Z] #7 3.527 (17/31) Installing musl-dev (1.1.22-r3) [2020-02-04T18:39:21.643Z] #7 3.635 (18/31) Installing libc-dev (0.7.1-r0) [2020-02-04T18:39:21.643Z] #7 3.638 (19/31) Installing g++ (8.3.0-r0) [2020-02-04T18:39:21.643Z] #7 4.198 (20/31) Installing nghttp2-libs (1.39.2-r0) [2020-02-04T18:39:21.643Z] #7 4.202 (21/31) Installing libcurl (7.66.0-r0) [2020-02-04T18:39:21.643Z] #7 4.210 (22/31) Installing expat (2.2.8-r0) [2020-02-04T18:39:21.643Z] #7 4.214 (23/31) Installing pcre2 (10.33-r0) [2020-02-04T18:39:21.643Z] #7 4.223 (24/31) Installing git (2.22.2-r0) [2020-02-04T18:39:21.643Z] #7 4.447 (25/31) Installing libmnl (1.0.4-r0) [2020-02-04T18:39:21.643Z] #7 4.449 (26/31) Installing libnftnl-libs (1.1.3-r0) [2020-02-04T18:39:21.643Z] #7 4.454 (27/31) Installing iptables (1.8.3-r0) [2020-02-04T18:39:21.643Z] #7 4.485 (28/31) Installing pigz (2.4-r0) [2020-02-04T18:39:21.643Z] #7 4.498 (29/31) Installing tar (1.32-r0) [2020-02-04T18:39:21.643Z] #7 4.506 (30/31) Installing xz-libs (5.2.4-r0) [2020-02-04T18:39:21.643Z] #7 4.511 (31/31) Installing xz (5.2.4-r0) [2020-02-04T18:39:21.643Z] #7 4.517 Executing busybox-1.30.1-r3.trigger [2020-02-04T18:39:21.643Z] #7 4.528 Executing ca-certificates-20190108-r0.trigger [2020-02-04T18:39:21.643Z] #7 4.582 OK: 185 MiB in 45 packages [2020-02-04T18:39:21.643Z] #7 DONE 6.0s [2020-02-04T18:39:21.643Z] [2020-02-04T18:39:21.643Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-04T18:39:21.643Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 6.0s done [2020-02-04T18:39:21.643Z] #14 ... [2020-02-04T18:39:21.643Z] [2020-02-04T18:39:21.643Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-02-04T18:39:21.643Z] #9 DONE 0.1s [2020-02-04T18:39:21.643Z] [2020-02-04T18:39:21.643Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-02-04T18:39:21.643Z] #10 DONE 0.1s [2020-02-04T18:39:21.643Z] [2020-02-04T18:39:21.643Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-04T18:39:21.645Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-02-04T18:39:21.900Z] #14 extracting sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 done [2020-02-04T18:39:21.900Z] #14 DONE 8.2s [2020-02-04T18:39:21.900Z] [2020-02-04T18:39:21.900Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-02-04T18:39:21.900Z] #11 DONE 0.1s [2020-02-04T18:39:21.900Z] [2020-02-04T18:39:21.900Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-02-04T18:39:21.900Z] #12 DONE 0.1s [2020-02-04T18:39:21.900Z] [2020-02-04T18:39:21.900Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-02-04T18:39:21.900Z] #13 DONE 0.1s [2020-02-04T18:39:21.900Z] [2020-02-04T18:39:21.900Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-02-04T18:39:22.826Z] #15 0.834 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-02-04T18:39:23.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009fea40_} [2020-02-04T18:39:23.753Z] #15 1.885 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-02-04T18:39:24.009Z] #15 1.973 (1/43) Installing ncurses-terminfo-base (6.1_p20191130-r0) [2020-02-04T18:39:24.009Z] #15 1.976 (2/43) Installing ncurses-terminfo (6.1_p20191130-r0) [2020-02-04T18:39:24.009Z] #15 2.117 (3/43) Installing ncurses-libs (6.1_p20191130-r0) [2020-02-04T18:39:24.009Z] #15 2.125 (4/43) Installing readline (8.0.1-r0) [2020-02-04T18:39:24.009Z] #15 2.129 (5/43) Installing bash (5.0.11-r1) [2020-02-04T18:39:24.009Z] #15 2.142 Executing bash-5.0.11-r1.post-install [2020-02-04T18:39:24.009Z] #15 2.144 (6/43) Installing linux-headers (4.19.36-r0) [2020-02-04T18:39:24.009Z] #15 2.221 (7/43) Installing libblkid (2.34-r1) [2020-02-04T18:39:24.009Z] #15 2.226 (8/43) Installing libuuid (2.34-r1) [2020-02-04T18:39:24.009Z] #15 2.229 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-02-04T18:39:24.009Z] #15 2.234 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-02-04T18:39:24.009Z] #15 2.238 (11/43) Installing libgcc (9.2.0-r3) [2020-02-04T18:39:24.009Z] #15 2.241 (12/43) Installing libstdc++ (9.2.0-r3) [2020-02-04T18:39:24.009Z] #15 2.254 (13/43) Installing binutils (2.33.1-r0) [2020-02-04T18:39:24.009Z] #15 2.323 (14/43) Installing libmagic (5.37-r1) [2020-02-04T18:39:24.265Z] #15 2.343 (15/43) Installing file (5.37-r1) [2020-02-04T18:39:24.265Z] #15 2.345 (16/43) Installing gmp (6.1.2-r1) [2020-02-04T18:39:24.265Z] #15 2.352 (17/43) Installing isl (0.18-r0) [2020-02-04T18:39:24.265Z] #15 2.368 (18/43) Installing libgomp (9.2.0-r3) [2020-02-04T18:39:24.265Z] #15 2.371 (19/43) Installing libatomic (9.2.0-r3) [2020-02-04T18:39:24.265Z] #15 2.373 (20/43) Installing mpfr4 (4.0.2-r1) [2020-02-04T18:39:24.265Z] #15 2.379 (21/43) Installing mpc1 (1.1.0-r1) [2020-02-04T18:39:24.265Z] #15 2.382 (22/43) Installing gcc (9.2.0-r3) [2020-02-04T18:39:24.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1857417869_/foo_false____} [2020-02-04T18:39:25.191Z] #15 3.092 (23/43) Installing musl-dev (1.1.24-r0) [2020-02-04T18:39:25.191Z] #15 3.165 (24/43) Installing libc-dev (0.7.2-r0) [2020-02-04T18:39:25.191Z] #15 3.167 (25/43) Installing g++ (9.2.0-r3) [2020-02-04T18:39:25.446Z] #15 3.617 (26/43) Installing make (4.2.1-r2) [2020-02-04T18:39:25.446Z] #15 3.621 (27/43) Installing fortify-headers (1.1-r0) [2020-02-04T18:39:25.446Z] #15 3.623 (28/43) Installing build-base (0.5-r1) [2020-02-04T18:39:25.446Z] #15 3.624 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-02-04T18:39:25.446Z] #15 3.627 (30/43) Installing libcurl (7.67.0-r0) [2020-02-04T18:39:25.446Z] #15 3.633 (31/43) Installing curl (7.67.0-r0) [2020-02-04T18:39:25.446Z] #15 3.637 (32/43) Installing oniguruma (6.9.4-r0) [2020-02-04T18:39:25.446Z] #15 3.642 (33/43) Installing jq (1.6-r0) [2020-02-04T18:39:25.446Z] #15 3.649 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-02-04T18:39:25.446Z] #15 3.654 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-02-04T18:39:25.446Z] #15 3.656 (36/43) Installing libaio (0.3.112-r1) [2020-02-04T18:39:25.446Z] #15 3.658 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-02-04T18:39:25.446Z] #15 3.686 (38/43) Installing libfdisk (2.34-r1) [2020-02-04T18:39:25.446Z] #15 3.692 (39/43) Installing libmount (2.34-r1) [2020-02-04T18:39:25.446Z] #15 3.697 (40/43) Installing libsmartcols (2.34-r1) [2020-02-04T18:39:25.446Z] #15 3.701 (41/43) Installing pkgconf (1.6.3-r0) [2020-02-04T18:39:25.446Z] #15 3.704 (42/43) Installing util-linux-dev (2.34-r1) [2020-02-04T18:39:25.446Z] #15 3.726 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-02-04T18:39:25.702Z] #15 3.731 Executing busybox-1.31.1-r9.trigger [2020-02-04T18:39:25.702Z] #15 3.739 OK: 203 MiB in 58 packages [2020-02-04T18:39:26.262Z] #15 DONE 4.4s [2020-02-04T18:39:26.262Z] [2020-02-04T18:39:26.262Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-02-04T18:39:26.288Z] --- PASS: TestServiceUpdateConfigs (15.80s) [2020-02-04T18:39:26.289Z] === RUN TestServiceUpdateNetwork [2020-02-04T18:39:26.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1857417869_/foo_true____} [2020-02-04T18:39:27.190Z] #16 DONE 0.8s [2020-02-04T18:39:27.190Z] [2020-02-04T18:39:27.190Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-02-04T18:39:27.793Z] #17 DONE 0.8s [2020-02-04T18:39:27.793Z] [2020-02-04T18:39:27.793Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-02-04T18:39:27.793Z] #18 DONE 0.0s [2020-02-04T18:39:27.793Z] [2020-02-04T18:39:27.793Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-02-04T18:39:28.049Z] #19 DONE 0.1s [2020-02-04T18:39:28.049Z] [2020-02-04T18:39:28.049Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-04T18:39:28.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3169177736_/foo_false____} [2020-02-04T18:39:29.414Z] #20 1.429 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-04T18:39:29.670Z] #20 1.593 curl: option --progress: is ambiguous [2020-02-04T18:39:29.670Z] #20 1.595 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:29.670Z] #20 1.769 curl: option --progress: is ambiguous [2020-02-04T18:39:29.670Z] #20 1.769 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:29.838Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3169177736_/foo_true____} [2020-02-04T18:39:29.927Z] #20 1.945 curl: option --progress: is ambiguous [2020-02-04T18:39:29.927Z] #20 1.945 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:30.182Z] #20 2.113 curl: option --progress: is ambiguous [2020-02-04T18:39:30.182Z] #20 2.113 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:30.182Z] #20 2.264 [2020-02-04T18:39:30.744Z] #20 ... [2020-02-04T18:39:30.744Z] [2020-02-04T18:39:30.744Z] #31 [builder 1/4] COPY . . [2020-02-04T18:39:30.744Z] #31 DONE 2.9s [2020-02-04T18:39:30.999Z] [2020-02-04T18:39:30.999Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-04T18:39:30.999Z] #20 3.032 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-04T18:39:30.999Z] #20 3.240 curl: option --progress: is ambiguous [2020-02-04T18:39:30.999Z] #20 3.240 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:31.211Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3169177736_/foo_true__0xc0009feec0__} [2020-02-04T18:39:31.561Z] #20 3.465 [2020-02-04T18:39:32.125Z] #20 ... [2020-02-04T18:39:32.125Z] [2020-02-04T18:39:32.125Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-02-04T18:39:32.125Z] #32 DONE 1.3s [2020-02-04T18:39:32.125Z] [2020-02-04T18:39:32.125Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-04T18:39:32.125Z] #20 4.089 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-04T18:39:32.380Z] #20 4.379 curl: option --progress: is ambiguous [2020-02-04T18:39:32.380Z] #20 4.379 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:32.636Z] #20 4.631 [2020-02-04T18:39:33.118Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009feee0_} [2020-02-04T18:39:33.565Z] #20 5.364 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-04T18:39:33.565Z] #20 5.605 curl: option --progress: is ambiguous [2020-02-04T18:39:33.565Z] #20 5.606 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:33.821Z] #20 5.857 [2020-02-04T18:39:34.404Z] #20 6.638 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-04T18:39:34.495Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009fef00_} [2020-02-04T18:39:34.966Z] #20 6.921 curl: option --progress: is ambiguous [2020-02-04T18:39:34.966Z] #20 6.921 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-04T18:39:34.966Z] #20 7.140 [2020-02-04T18:39:34.966Z] #20 7.202 Download of images into '/build' complete. [2020-02-04T18:39:35.223Z] #20 7.202 Use something like the following to load the result into a Docker daemon: [2020-02-04T18:39:35.223Z] #20 7.203 tar -cC '/build' . | docker load [2020-02-04T18:39:35.223Z] #20 DONE 7.3s [2020-02-04T18:39:35.223Z] [2020-02-04T18:39:35.223Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-04T18:39:35.223Z] #33 1.002 [2020-02-04T18:39:35.223Z] #33 1.082 Removing bundles/ [2020-02-04T18:39:35.223Z] #33 1.083 [2020-02-04T18:39:35.223Z] #33 1.087 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-02-04T18:39:35.223Z] #33 1.793 Building test suite binary ./integration-cli/test.main [2020-02-04T18:39:35.223Z] #33 ... [2020-02-04T18:39:35.223Z] [2020-02-04T18:39:35.223Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-02-04T18:39:35.223Z] #26 DONE 0.1s [2020-02-04T18:39:35.481Z] [2020-02-04T18:39:35.481Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-04T18:39:35.481Z] #22 DONE 0.1s [2020-02-04T18:39:35.481Z] [2020-02-04T18:39:35.481Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-02-04T18:39:35.481Z] #27 DONE 0.1s [2020-02-04T18:39:35.481Z] [2020-02-04T18:39:35.481Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-04T18:39:35.481Z] #23 DONE 0.1s [2020-02-04T18:39:35.481Z] [2020-02-04T18:39:35.481Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-02-04T18:39:35.481Z] #28 DONE 0.1s [2020-02-04T18:39:35.481Z] [2020-02-04T18:39:35.481Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-04T18:39:36.395Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009fef20_} [2020-02-04T18:39:36.408Z] #24 ... [2020-02-04T18:39:36.408Z] [2020-02-04T18:39:36.408Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-04T18:39:36.408Z] #21 DONE 0.1s [2020-02-04T18:39:36.664Z] [2020-02-04T18:39:36.664Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-04T18:39:37.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0009fef40_} [2020-02-04T18:39:39.664Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-02-04T18:39:39.932Z] #29 ... [2020-02-04T18:39:39.932Z] [2020-02-04T18:39:39.932Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-04T18:39:39.932Z] #24 1.946 + RM_GOPATH=0 [2020-02-04T18:39:39.932Z] #24 1.946 + TMP_GOPATH= [2020-02-04T18:39:39.932Z] #24 1.946 + : /build [2020-02-04T18:39:39.932Z] #24 1.946 + '[' -z '' ']' [2020-02-04T18:39:39.932Z] #24 1.946 ++ mktemp -d [2020-02-04T18:39:39.932Z] #24 1.948 + export GOPATH=/tmp/tmp.AMALLh [2020-02-04T18:39:39.932Z] #24 1.948 + GOPATH=/tmp/tmp.AMALLh [2020-02-04T18:39:39.932Z] #24 1.948 + RM_GOPATH=1 [2020-02-04T18:39:39.932Z] #24 1.948 ++ dirname ./install.sh [2020-02-04T18:39:39.932Z] #24 1.948 + dir=. [2020-02-04T18:39:39.932Z] #24 1.949 + bin=dockercli [2020-02-04T18:39:39.932Z] #24 1.949 + shift [2020-02-04T18:39:39.932Z] #24 1.952 + '[' '!' -f ./dockercli.installer ']' [2020-02-04T18:39:39.932Z] #24 1.952 + . ./dockercli.installer [2020-02-04T18:39:39.932Z] #24 1.952 ++ : stable [2020-02-04T18:39:39.932Z] #24 1.952 ++ : 17.06.2-ce [2020-02-04T18:39:39.932Z] #24 1.952 + install_dockercli [2020-02-04T18:39:39.932Z] #24 1.952 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-04T18:39:39.932Z] #24 1.953 Install docker/cli version 17.06.2-ce from stable [2020-02-04T18:39:39.932Z] #24 1.953 ++ uname -m [2020-02-04T18:39:39.932Z] #24 1.953 + arch=x86_64 [2020-02-04T18:39:39.932Z] #24 1.953 + '[' x86_64 '!=' x86_64 ']' [2020-02-04T18:39:39.932Z] #24 1.953 + url=https://download.docker.com/linux/static [2020-02-04T18:39:39.932Z] #24 1.954 + tar -xz docker/docker [2020-02-04T18:39:39.932Z] #24 1.954 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-04T18:39:39.932Z] #24 4.388 + mkdir -p /build [2020-02-04T18:39:39.932Z] #24 4.390 + mv docker/docker /build/ [2020-02-04T18:39:39.932Z] #24 4.391 + rmdir docker [2020-02-04T18:39:39.932Z] #24 DONE 4.5s [2020-02-04T18:39:40.188Z] [2020-02-04T18:39:40.188Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-04T18:39:40.470Z] --- PASS: TestImportExtremelyLargeImageWorks (302.64s) [2020-02-04T18:39:40.470Z] PASS [2020-02-04T18:39:40.470Z] [2020-02-04T18:39:40.470Z] === Skipped [2020-02-04T18:39:40.470Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-04T18:39:40.470Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:39:40.470Z] [2020-02-04T18:39:40.470Z] [2020-02-04T18:39:40.470Z] DONE 12 tests, 1 skipped in 303.993s [2020-02-04T18:39:40.470Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-02-04T18:39:40.470Z] ++ 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-02-04T18:39:40.470Z] ++ set -e [2020-02-04T18:39:40.470Z] ++ '[' -n 0 ']' [2020-02-04T18:39:40.470Z] ++ set -x [2020-02-04T18:39:40.471Z] ++ 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= 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-02-04T18:39:40.471Z] INFO: Testing against a local daemon [2020-02-04T18:39:40.471Z] === RUN TestNetworkCreateDelete [2020-02-04T18:39:40.471Z] --- PASS: TestNetworkCreateDelete (0.21s) [2020-02-04T18:39:40.471Z] === RUN TestDockerNetworkDeletePreferID [2020-02-04T18:39:40.471Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2020-02-04T18:39:40.471Z] === RUN TestInspectNetwork [2020-02-04T18:39:40.471Z] === RUN TestInspectNetwork/full_network_id [2020-02-04T18:39:40.471Z] === RUN TestInspectNetwork/partial_network_id [2020-02-04T18:39:40.471Z] === RUN TestInspectNetwork/network_name [2020-02-04T18:39:40.471Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-04T18:39:40.601Z] --- PASS: TestServiceUpdateNetwork (14.47s) [2020-02-04T18:39:40.601Z] PASS [2020-02-04T18:39:40.601Z] [2020-02-04T18:39:40.601Z] === Skipped [2020-02-04T18:39:40.601Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-04T18:39:40.601Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:39:40.601Z] [2020-02-04T18:39:40.601Z] [2020-02-04T18:39:40.601Z] DONE 23 tests, 1 skipped in 182.018s [2020-02-04T18:39:40.601Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-02-04T18:39:40.601Z] ++ 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-02-04T18:39:40.601Z] ++ set -e [2020-02-04T18:39:40.601Z] ++ '[' -n 0 ']' [2020-02-04T18:39:40.601Z] ++ set -x [2020-02-04T18:39:40.601Z] ++ 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= 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-02-04T18:39:40.601Z] INFO: Testing against a local daemon [2020-02-04T18:39:40.601Z] === RUN TestSessionCreate [2020-02-04T18:39:40.601Z] --- PASS: TestSessionCreate (0.03s) [2020-02-04T18:39:40.601Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-04T18:39:40.601Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-02-04T18:39:40.601Z] PASS [2020-02-04T18:39:40.601Z] [2020-02-04T18:39:40.601Z] DONE 2 tests in 0.112s [2020-02-04T18:39:40.601Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-02-04T18:39:40.601Z] ++ 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-02-04T18:39:40.601Z] ++ set -e [2020-02-04T18:39:40.601Z] ++ '[' -n 0 ']' [2020-02-04T18:39:40.601Z] ++ set -x [2020-02-04T18:39:40.601Z] ++ 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= 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-02-04T18:39:40.601Z] INFO: Testing against a local daemon [2020-02-04T18:39:40.601Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-04T18:39:40.601Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-02-04T18:39:40.601Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:39:40.601Z] === RUN TestEventsExecDie [2020-02-04T18:39:40.752Z] #29 ... [2020-02-04T18:39:40.752Z] [2020-02-04T18:39:40.752Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-02-04T18:39:40.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-02-04T18:39:41.008Z] #25 DONE 0.2s [2020-02-04T18:39:41.008Z] [2020-02-04T18:39:41.008Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-04T18:39:41.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-02-04T18:39:41.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-02-04T18:39:41.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-02-04T18:39:41.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-02-04T18:39:41.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-02-04T18:39:41.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-02-04T18:39:41.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-02-04T18:39:41.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-02-04T18:39:41.374Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-02-04T18:39:41.633Z] --- PASS: TestEventsExecDie (1.02s) [2020-02-04T18:39:41.633Z] === RUN TestEventsBackwardsCompatible [2020-02-04T18:39:41.633Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-02-04T18:39:41.633Z] === RUN TestInfoBinaryCommits [2020-02-04T18:39:41.891Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-02-04T18:39:41.891Z] === RUN TestInfoAPIVersioned [2020-02-04T18:39:41.891Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-02-04T18:39:41.891Z] === RUN TestInfoDiscoveryBackend [2020-02-04T18:39:42.456Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-02-04T18:39:42.456Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-04T18:39:43.390Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-04T18:39:43.390Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-04T18:39:43.935Z] --- PASS: TestInspectNetwork (7.40s) [2020-02-04T18:39:43.935Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-04T18:39:43.935Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-04T18:39:43.935Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-04T18:39:43.935Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-04T18:39:43.935Z] === RUN TestRunContainerWithBridgeNone [2020-02-04T18:39:43.956Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-02-04T18:39:43.956Z] === RUN TestInfoAPI [2020-02-04T18:39:43.956Z] --- PASS: TestInfoAPI (0.04s) [2020-02-04T18:39:43.956Z] === RUN TestInfoAPIWarnings [2020-02-04T18:39:44.521Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-02-04T18:39:44.521Z] === RUN TestInfoDebug [2020-02-04T18:39:44.521Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-02-04T18:39:45.086Z] --- PASS: TestInfoDebug (0.55s) [2020-02-04T18:39:45.086Z] === RUN TestInfoInsecureRegistries [2020-02-04T18:39:45.652Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-02-04T18:39:45.652Z] === RUN TestInfoRegistryMirrors [2020-02-04T18:39:45.913Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-02-04T18:39:45.914Z] === RUN TestLoginFailsWithBadCredentials [2020-02-04T18:39:45.969Z] --- PASS: TestRunContainerWithBridgeNone (2.35s) [2020-02-04T18:39:45.970Z] === RUN TestNetworkInvalidJSON [2020-02-04T18:39:45.970Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-04T18:39:45.970Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-04T18:39:45.970Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:39:45.970Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:39:45.970Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:39:45.970Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:39:45.970Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-04T18:39:45.970Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-04T18:39:45.970Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-04T18:39:45.970Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-02-04T18:39:45.970Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-04T18:39:45.970Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-04T18:39:45.970Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-04T18:39:45.970Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-04T18:39:46.172Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2020-02-04T18:39:46.172Z] === RUN TestPingCacheHeaders [2020-02-04T18:39:46.172Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-02-04T18:39:46.172Z] === RUN TestPingGet [2020-02-04T18:39:46.172Z] --- PASS: TestPingGet (0.01s) [2020-02-04T18:39:46.172Z] === RUN TestPingHead [2020-02-04T18:39:46.172Z] --- PASS: TestPingHead (0.03s) [2020-02-04T18:39:46.172Z] === RUN TestVersion [2020-02-04T18:39:46.430Z] --- PASS: TestVersion (0.02s) [2020-02-04T18:39:46.430Z] PASS [2020-02-04T18:39:46.430Z] [2020-02-04T18:39:46.430Z] === Skipped [2020-02-04T18:39:46.430Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-02-04T18:39:46.430Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:39:46.430Z] [2020-02-04T18:39:46.430Z] [2020-02-04T18:39:46.430Z] DONE 18 tests, 1 skipped in 5.723s [2020-02-04T18:39:46.430Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-04T18:39:46.430Z] ++ 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-02-04T18:39:46.430Z] ++ set -e [2020-02-04T18:39:46.430Z] ++ '[' -n 0 ']' [2020-02-04T18:39:46.430Z] ++ set -x [2020-02-04T18:39:46.430Z] ++ 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= 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-02-04T18:39:46.430Z] INFO: Testing against a local daemon [2020-02-04T18:39:46.430Z] === RUN TestVolumesCreateAndList [2020-02-04T18:39:46.430Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-02-04T18:39:46.430Z] === RUN TestVolumesRemove [2020-02-04T18:39:46.430Z] --- PASS: TestVolumesRemove (0.09s) [2020-02-04T18:39:46.430Z] === RUN TestVolumesInspect [2020-02-04T18:39:46.430Z] --- PASS: TestVolumesInspect (0.02s) [2020-02-04T18:39:46.430Z] === RUN TestVolumesInvalidJSON [2020-02-04T18:39:46.430Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-04T18:39:46.430Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-04T18:39:46.430Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-04T18:39:46.430Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-04T18:39:46.430Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-04T18:39:46.430Z] PASS [2020-02-04T18:39:46.430Z] [2020-02-04T18:39:46.430Z] DONE 5 tests in 0.208s [2020-02-04T18:39:46.691Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-04T18:39:46.691Z] ++++ cat bundles/test-integration/docker.pid [2020-02-04T18:39:46.691Z] +++ kill 11578 [2020-02-04T18:39:46.950Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-02-04T18:39:46.984Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-02-04T18:39:46.984Z] === RUN TestDaemonDefaultNetworkPools [2020-02-04T18:39:47.883Z] +++ /etc/init.d/apparmor stop [2020-02-04T18:39:47.883Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:39:47.883Z] [2020-02-04T18:39:47.883Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:39:47.883Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:39:47.883Z] [2020-02-04T18:39:47.883Z] To set a process to complain mode, use the command line tool [2020-02-04T18:39:47.883Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:39:47.883Z] +++ true [2020-02-04T18:39:47.883Z] [2020-02-04T18:39:48.003Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-02-04T18:39:48.003Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-04T18:39:49.023Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2020-02-04T18:39:49.023Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-04T18:39:50.413Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-02-04T18:39:50.510Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.48s) [2020-02-04T18:39:50.510Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-04T18:39:51.129Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-02-04T18:39:51.129Z] === RUN TestServiceWithPredefinedNetwork [2020-02-04T18:39:51.789Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-02-04T18:39:51.789Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-02-04T18:39:52.723Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-02-04T18:39:53.656Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-02-04T18:39:53.834Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s) [2020-02-04T18:39:53.834Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-04T18:39:53.834Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:39:53.834Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:39:53.834Z] === RUN TestServiceWithDataPathPortInit [2020-02-04T18:39:55.029Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-02-04T18:39:55.980Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-02-04T18:39:56.915Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-02-04T18:39:57.848Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-02-04T18:39:58.781Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-02-04T18:40:00.153Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-02-04T18:40:01.088Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-02-04T18:40:01.347Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-02-04T18:40:01.912Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-02-04T18:40:03.290Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-02-04T18:40:03.856Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-02-04T18:40:05.229Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-02-04T18:40:06.706Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-02-04T18:40:07.505Z] #29 28.24 # github.com/docker/docker/contrib/httpserver [2020-02-04T18:40:07.506Z] #29 28.24 loadinternal: cannot find runtime/cgo [2020-02-04T18:40:07.506Z] #29 DONE 28.6s [2020-02-04T18:40:07.506Z] [2020-02-04T18:40:07.506Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-04T18:40:07.506Z] #33 ... [2020-02-04T18:40:07.506Z] [2020-02-04T18:40:07.506Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-02-04T18:40:07.506Z] #30 DONE 0.1s [2020-02-04T18:40:07.506Z] [2020-02-04T18:40:07.506Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-04T18:40:07.641Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-02-04T18:40:08.575Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-02-04T18:40:08.575Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-02-04T18:40:09.070Z] --- PASS: TestServiceWithDataPathPortInit (15.06s) [2020-02-04T18:40:09.070Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-04T18:40:09.509Z] === RUN TestDockerSuite/TestCpRelativePath [2020-02-04T18:40:10.442Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-02-04T18:40:11.820Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-02-04T18:40:12.753Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-02-04T18:40:13.687Z] === RUN TestDockerSuite/TestCpToCaseA [2020-02-04T18:40:15.585Z] === RUN TestDockerSuite/TestCpToCaseB [2020-02-04T18:40:16.522Z] === RUN TestDockerSuite/TestCpToCaseC [2020-02-04T18:40:17.476Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.61s) [2020-02-04T18:40:17.477Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4n24sgye44ctchr3ff4m5gn7q Created:2020-02-04 18:40:09.739496297 +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[d3f159a61cd120998d9360d51c7157b8e86418420087c572463c61162f6e6b9e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3cgb8hgdo29kelsdonrs5fo1k EndpointID:5cb51c48375373f9d932c3f6196aeaa5afa1dbff7a9a72854a2fffc4e828dd66 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6ffe570c53f4ff297084ba0027d1c671510622ce43e503366a228a0dd29ad826 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:7ce3636686a0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3cgb8hgdo29kelsdonrs5fo1k EndpointID:5cb51c48375373f9d932c3f6196aeaa5afa1dbff7a9a72854a2fffc4e828dd66 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-04T18:40:17.477Z] PASS [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] === Skipped [2020-02-04T18:40:17.477Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-04T18:40:17.477Z] service_test.go:230: FLAKY_TEST [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] DONE 21 tests, 1 skipped in 40.862s [2020-02-04T18:40:17.477Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:40:17.477Z] ++ 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-02-04T18:40:17.477Z] ++ set -e [2020-02-04T18:40:17.477Z] ++ '[' -n 0 ']' [2020-02-04T18:40:17.477Z] ++ set -x [2020-02-04T18:40:17.477Z] ++ 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= 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-02-04T18:40:17.477Z] INFO: Testing against a local daemon [2020-02-04T18:40:17.477Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-04T18:40:17.477Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-04T18:40:17.477Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:40:17.477Z] === RUN TestDockerNetworkIpvlan [2020-02-04T18:40:17.477Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:40:17.477Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:40:17.477Z] PASS [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] === Skipped [2020-02-04T18:40:17.477Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-04T18:40:17.477Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-04T18:40:17.477Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] [2020-02-04T18:40:17.477Z] DONE 2 tests, 2 skipped in 0.097s [2020-02-04T18:40:17.477Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-04T18:40:17.477Z] ++ 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-02-04T18:40:17.477Z] ++ set -e [2020-02-04T18:40:17.477Z] ++ '[' -n 0 ']' [2020-02-04T18:40:17.477Z] ++ set -x [2020-02-04T18:40:17.477Z] ++ 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= 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-02-04T18:40:17.477Z] INFO: Testing against a local daemon [2020-02-04T18:40:17.477Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-04T18:40:17.763Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2020-02-04T18:40:17.763Z] === RUN TestDockerNetworkMacvlan [2020-02-04T18:40:18.776Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-04T18:40:19.050Z] === RUN TestDockerSuite/TestCpToCaseD [2020-02-04T18:40:19.798Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-04T18:40:20.820Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-04T18:40:23.236Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-02-04T18:40:23.521Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-04T18:40:24.169Z] === RUN TestDockerSuite/TestCpToCaseE [2020-02-04T18:40:26.990Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-04T18:40:28.356Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-02-04T18:40:28.356Z] === RUN TestDockerSuite/TestCpToCaseF [2020-02-04T18:40:29.291Z] === RUN TestDockerSuite/TestCpToCaseG [2020-02-04T18:40:31.395Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan (14.61s) [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.07s) [2020-02-04T18:40:32.422Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2020-02-04T18:40:32.422Z] PASS [2020-02-04T18:40:32.422Z] [2020-02-04T18:40:32.422Z] DONE 8 tests in 16.184s [2020-02-04T18:40:32.422Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-04T18:40:32.422Z] ++ 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-02-04T18:40:32.422Z] ++ set -e [2020-02-04T18:40:32.422Z] ++ '[' -n 0 ']' [2020-02-04T18:40:32.422Z] ++ set -x [2020-02-04T18:40:32.422Z] ++ 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= 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-02-04T18:40:32.422Z] testing: warning: no tests to run [2020-02-04T18:40:32.422Z] PASS [2020-02-04T18:40:32.422Z] [2020-02-04T18:40:32.422Z] DONE 0 tests in 0.019s [2020-02-04T18:40:32.422Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-04T18:40:32.422Z] ++ 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-02-04T18:40:32.422Z] ++ set -e [2020-02-04T18:40:32.422Z] ++ '[' -n 0 ']' [2020-02-04T18:40:32.422Z] ++ set -x [2020-02-04T18:40:32.422Z] ++ 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= 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-02-04T18:40:32.707Z] INFO: Testing against a local daemon [2020-02-04T18:40:32.707Z] === RUN TestAuthZPluginAllowRequest [2020-02-04T18:40:34.196Z] --- PASS: TestAuthZPluginAllowRequest (1.59s) [2020-02-04T18:40:34.196Z] === RUN TestAuthZPluginTLS [2020-02-04T18:40:34.817Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-02-04T18:40:34.817Z] === RUN TestAuthZPluginDenyRequest [2020-02-04T18:40:35.437Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2020-02-04T18:40:35.437Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-04T18:40:35.849Z] === RUN TestDockerSuite/TestCpToCaseH [2020-02-04T18:40:36.061Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-02-04T18:40:36.061Z] === RUN TestAuthZPluginDenyResponse [2020-02-04T18:40:36.681Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2020-02-04T18:40:36.681Z] === RUN TestAuthZPluginAllowEventStream [2020-02-04T18:40:38.165Z] --- PASS: TestAuthZPluginAllowEventStream (1.60s) [2020-02-04T18:40:38.165Z] === RUN TestAuthZPluginErrorResponse [2020-02-04T18:40:38.783Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-02-04T18:40:38.783Z] === RUN TestAuthZPluginErrorRequest [2020-02-04T18:40:39.127Z] === RUN TestDockerSuite/TestCpToCaseI [2020-02-04T18:40:39.402Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-02-04T18:40:39.403Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-04T18:40:39.692Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-02-04T18:40:40.033Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2020-02-04T18:40:40.033Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-04T18:40:42.070Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2020-02-04T18:40:42.070Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-04T18:40:44.113Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.05s) [2020-02-04T18:40:44.113Z] === RUN TestAuthZPluginHeader [2020-02-04T18:40:44.954Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-02-04T18:40:45.127Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-02-04T18:40:45.127Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-04T18:40:45.127Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-04T18:40:45.127Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:40:45.127Z] === RUN TestAuthZPluginV2Disable [2020-02-04T18:40:45.127Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-04T18:40:45.127Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:40:45.127Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-04T18:40:45.127Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-04T18:40:45.127Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:40:45.127Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-04T18:40:45.127Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-04T18:40:45.127Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:40:45.127Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-04T18:40:45.521Z] === RUN TestDockerSuite/TestCpToDot [2020-02-04T18:40:46.454Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-02-04T18:40:47.020Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-02-04T18:40:48.394Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-02-04T18:40:50.294Z] === RUN TestDockerSuite/TestCpToStdout [2020-02-04T18:40:51.228Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-02-04T18:40:55.419Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-02-04T18:40:55.419Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-02-04T18:40:56.362Z] === RUN TestDockerSuite/TestCpVolumePath [2020-02-04T18:40:58.260Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-02-04T18:40:58.260Z] === RUN TestDockerSuite/TestCreateArgs [2020-02-04T18:40:58.260Z] === RUN TestDockerSuite/TestCreateByImageID [2020-02-04T18:40:58.826Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-02-04T18:40:59.395Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-02-04T18:40:59.395Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-02-04T18:40:59.654Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-02-04T18:41:00.653Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-02-04T18:41:00.911Z] === RUN TestDockerSuite/TestCreateLabels [2020-02-04T18:41:00.911Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-02-04T18:41:01.169Z] === RUN TestDockerSuite/TestCreateRM [2020-02-04T18:41:01.169Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-02-04T18:41:01.427Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-02-04T18:41:01.427Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-02-04T18:41:01.684Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-02-04T18:41:03.653Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.79s) [2020-02-04T18:41:03.653Z] PASS [2020-02-04T18:41:03.653Z] [2020-02-04T18:41:03.653Z] === Skipped [2020-02-04T18:41:03.653Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-04T18:41:03.653Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:41:03.653Z] [2020-02-04T18:41:03.653Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-04T18:41:03.653Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:41:03.653Z] [2020-02-04T18:41:03.653Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-04T18:41:03.653Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:41:03.653Z] [2020-02-04T18:41:03.653Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-04T18:41:03.653Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:41:03.653Z] [2020-02-04T18:41:03.653Z] [2020-02-04T18:41:03.653Z] DONE 17 tests, 4 skipped in 29.243s [2020-02-04T18:41:03.653Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-04T18:41:03.653Z] ++ 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-02-04T18:41:03.653Z] ++ set -e [2020-02-04T18:41:03.653Z] ++ '[' -n 0 ']' [2020-02-04T18:41:03.653Z] ++ set -x [2020-02-04T18:41:03.653Z] ++ 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= 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-02-04T18:41:03.653Z] INFO: Testing against a local daemon [2020-02-04T18:41:03.653Z] === RUN TestPluginInvalidJSON [2020-02-04T18:41:03.653Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:41:03.653Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:41:03.654Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-04T18:41:03.654Z] --- PASS: TestPluginInvalidJSON (0.05s) [2020-02-04T18:41:03.654Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-04T18:41:03.654Z] PASS [2020-02-04T18:41:03.654Z] [2020-02-04T18:41:03.654Z] DONE 2 tests in 0.138s [2020-02-04T18:41:03.654Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-04T18:41:03.654Z] ++ 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-02-04T18:41:03.654Z] ++ set -e [2020-02-04T18:41:03.654Z] ++ '[' -n 0 ']' [2020-02-04T18:41:03.654Z] ++ set -x [2020-02-04T18:41:03.654Z] ++ 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= 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-02-04T18:41:03.654Z] INFO: Testing against a local daemon [2020-02-04T18:41:03.654Z] === RUN TestExternalGraphDriver [2020-02-04T18:41:03.654Z] === RUN TestExternalGraphDriver/json [2020-02-04T18:41:04.212Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-02-04T18:41:04.212Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-02-04T18:41:04.212Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-02-04T18:41:04.212Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-02-04T18:41:04.275Z] === RUN TestExternalGraphDriver/spec [2020-02-04T18:41:06.352Z] === RUN TestExternalGraphDriver/pull [2020-02-04T18:41:08.388Z] --- PASS: TestExternalGraphDriver (6.35s) [2020-02-04T18:41:08.388Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2020-02-04T18:41:08.388Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2020-02-04T18:41:08.388Z] --- PASS: TestExternalGraphDriver/pull (2.09s) [2020-02-04T18:41:08.388Z] === RUN TestGraphdriverPluginV2 [2020-02-04T18:41:08.388Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-02-04T18:41:08.388Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:41:08.388Z] PASS [2020-02-04T18:41:08.388Z] [2020-02-04T18:41:08.388Z] === Skipped [2020-02-04T18:41:08.388Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-02-04T18:41:08.388Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:41:08.388Z] [2020-02-04T18:41:08.388Z] [2020-02-04T18:41:08.388Z] DONE 5 tests, 1 skipped in 6.513s [2020-02-04T18:41:08.388Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-04T18:41:08.388Z] ++ 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-02-04T18:41:08.388Z] ++ set -e [2020-02-04T18:41:08.388Z] ++ '[' -n 0 ']' [2020-02-04T18:41:08.388Z] ++ set -x [2020-02-04T18:41:08.388Z] ++ 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= 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-02-04T18:41:08.696Z] INFO: Testing against a local daemon [2020-02-04T18:41:08.696Z] === RUN TestContinueAfterPluginCrash [2020-02-04T18:41:08.696Z] === PAUSE TestContinueAfterPluginCrash [2020-02-04T18:41:08.696Z] === RUN TestDaemonStartWithLogOpt [2020-02-04T18:41:08.696Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-04T18:41:08.696Z] === CONT TestContinueAfterPluginCrash [2020-02-04T18:41:08.696Z] === CONT TestDaemonStartWithLogOpt [2020-02-04T18:41:10.770Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-02-04T18:41:10.770Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-02-04T18:41:10.770Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-02-04T18:41:10.770Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-02-04T18:41:10.770Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-02-04T18:41:10.770Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-02-04T18:41:11.028Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-02-04T18:41:12.928Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-02-04T18:41:13.494Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-02-04T18:41:15.406Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-02-04T18:41:16.778Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-02-04T18:41:17.712Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-02-04T18:41:18.644Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-02-04T18:41:18.644Z] === RUN TestDockerSuite/TestDevicePermissions [2020-02-04T18:41:19.209Z] === RUN TestDockerSuite/TestDockerFails [2020-02-04T18:41:19.209Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-02-04T18:41:19.467Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-02-04T18:41:19.467Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-02-04T18:41:20.842Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-02-04T18:41:20.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-02-04T18:41:21.776Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-02-04T18:41:23.676Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-02-04T18:41:23.676Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-02-04T18:41:23.676Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-02-04T18:41:23.676Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-02-04T18:41:27.205Z] --- PASS: TestDaemonStartWithLogOpt (15.61s) [2020-02-04T18:41:27.862Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-02-04T18:41:29.235Z] --- PASS: TestContinueAfterPluginCrash (20.36s) [2020-02-04T18:41:29.235Z] PASS [2020-02-04T18:41:29.235Z] [2020-02-04T18:41:29.235Z] DONE 2 tests in 20.489s [2020-02-04T18:41:29.235Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-04T18:41:29.235Z] ++ 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-02-04T18:41:29.235Z] ++ set -e [2020-02-04T18:41:29.235Z] ++ '[' -n 0 ']' [2020-02-04T18:41:29.235Z] ++ set -x [2020-02-04T18:41:29.235Z] ++ 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= 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-02-04T18:41:29.235Z] INFO: Testing against a local daemon [2020-02-04T18:41:29.235Z] === RUN TestPluginWithDevMounts [2020-02-04T18:41:29.235Z] === PAUSE TestPluginWithDevMounts [2020-02-04T18:41:29.235Z] === CONT TestPluginWithDevMounts [2020-02-04T18:41:30.393Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-02-04T18:41:31.271Z] --- PASS: TestPluginWithDevMounts (2.25s) [2020-02-04T18:41:31.271Z] PASS [2020-02-04T18:41:31.271Z] [2020-02-04T18:41:31.271Z] DONE 1 tests in 2.355s [2020-02-04T18:41:31.271Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-02-04T18:41:31.271Z] ++ 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-02-04T18:41:31.271Z] ++ set -e [2020-02-04T18:41:31.271Z] ++ '[' -n 0 ']' [2020-02-04T18:41:31.271Z] ++ set -x [2020-02-04T18:41:31.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=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= 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-02-04T18:41:31.558Z] INFO: Testing against a local daemon [2020-02-04T18:41:31.558Z] === RUN TestSecretInspect [2020-02-04T18:41:33.677Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-02-04T18:41:34.249Z] --- PASS: TestSecretInspect (2.28s) [2020-02-04T18:41:34.249Z] === RUN TestSecretList [2020-02-04T18:41:36.281Z] --- PASS: TestSecretList (2.31s) [2020-02-04T18:41:36.281Z] === RUN TestSecretsCreateAndDelete [2020-02-04T18:41:36.958Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-02-04T18:41:38.329Z] --- PASS: TestSecretsCreateAndDelete (2.23s) [2020-02-04T18:41:38.329Z] === RUN TestSecretsUpdate [2020-02-04T18:41:38.858Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-02-04T18:41:39.791Z] === RUN TestDockerSuite/TestEventsAttach [2020-02-04T18:41:40.725Z] === RUN TestDockerSuite/TestEventsCommit [2020-02-04T18:41:41.017Z] --- PASS: TestSecretsUpdate (2.25s) [2020-02-04T18:41:41.018Z] === RUN TestTemplatedSecret [2020-02-04T18:41:42.099Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-02-04T18:41:42.666Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-02-04T18:41:43.346Z] --- PASS: TestTemplatedSecret (2.86s) [2020-02-04T18:41:43.346Z] === RUN TestSecretCreateResolve [2020-02-04T18:41:43.608Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-02-04T18:41:43.893Z] #33 131.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-04T18:41:44.542Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-02-04T18:41:46.040Z] --- PASS: TestSecretCreateResolve (2.28s) [2020-02-04T18:41:46.040Z] PASS [2020-02-04T18:41:46.040Z] [2020-02-04T18:41:46.040Z] DONE 6 tests in 14.291s [2020-02-04T18:41:46.040Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-02-04T18:41:46.040Z] ++ 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-02-04T18:41:46.040Z] ++ set -e [2020-02-04T18:41:46.040Z] ++ '[' -n 0 ']' [2020-02-04T18:41:46.040Z] ++ set -x [2020-02-04T18:41:46.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=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= 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-02-04T18:41:46.040Z] INFO: Testing against a local daemon [2020-02-04T18:41:46.040Z] === RUN TestServiceCreateInit [2020-02-04T18:41:46.040Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-04T18:41:46.408Z] #33 134.1 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-04T18:41:46.440Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-02-04T18:41:47.344Z] #33 135.4 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-04T18:41:47.814Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-02-04T18:41:49.866Z] #33 137.5 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-04T18:41:50.439Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-04T18:41:51.094Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-02-04T18:41:52.381Z] #33 140.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-04T18:41:53.310Z] #33 141.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-04T18:41:54.374Z] === RUN TestDockerSuite/TestEventsCopy [2020-02-04T18:41:54.678Z] #33 142.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-04T18:41:54.845Z] --- PASS: TestServiceCreateInit (8.40s) [2020-02-04T18:41:54.845Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.12s) [2020-02-04T18:41:54.845Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.24s) [2020-02-04T18:41:54.845Z] === RUN TestCreateServiceMultipleTimes [2020-02-04T18:41:55.307Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-02-04T18:41:56.044Z] #33 143.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-04T18:41:56.044Z] #33 144.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-04T18:41:56.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-02-04T18:41:56.681Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-02-04T18:41:57.786Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-02-04T18:41:57.935Z] #33 145.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-04T18:41:58.045Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-02-04T18:41:58.864Z] #33 146.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-04T18:41:59.946Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-02-04T18:41:59.946Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-02-04T18:42:00.205Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-02-04T18:42:00.205Z] === RUN TestDockerSuite/TestEventsFilterType [2020-02-04T18:42:00.229Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-04T18:42:00.771Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-02-04T18:42:00.771Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-02-04T18:42:00.771Z] === RUN TestDockerSuite/TestEventsFilters [2020-02-04T18:42:02.118Z] #33 149.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-04T18:42:02.674Z] === RUN TestDockerSuite/TestEventsFormat [2020-02-04T18:42:03.484Z] #33 151.5 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-04T18:42:04.849Z] #33 152.7 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-04T18:42:05.204Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-02-04T18:42:05.204Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-02-04T18:42:05.204Z] === RUN TestDockerSuite/TestEventsImageImport [2020-02-04T18:42:05.770Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-02-04T18:42:06.028Z] === RUN TestDockerSuite/TestEventsImagePull [2020-02-04T18:42:06.285Z] === RUN TestDockerSuite/TestEventsImageTag [2020-02-04T18:42:06.742Z] #33 154.6 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-04T18:42:07.660Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-02-04T18:42:07.660Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-02-04T18:42:07.660Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-02-04T18:42:07.660Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-02-04T18:42:07.669Z] #33 155.6 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-04T18:42:09.033Z] #33 156.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-04T18:42:09.559Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-02-04T18:42:10.397Z] #33 158.0 [2020-02-04T18:42:10.492Z] === RUN TestDockerSuite/TestEventsRename [2020-02-04T18:42:10.653Z] #33 DONE 158.4s [2020-02-04T18:42:10.653Z] [2020-02-04T18:42:10.653Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-02-04T18:42:11.427Z] === RUN TestDockerSuite/TestEventsResize [2020-02-04T18:42:12.362Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-02-04T18:42:12.544Z] #34 DONE 1.8s [2020-02-04T18:42:12.928Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-02-04T18:42:13.349Z] --- PASS: TestCreateServiceMultipleTimes (16.71s) [2020-02-04T18:42:13.349Z] === RUN TestCreateServiceConflict [2020-02-04T18:42:13.349Z] --- PASS: TestCreateServiceConflict (2.30s) [2020-02-04T18:42:13.349Z] === RUN TestCreateServiceMaxReplicas [2020-02-04T18:42:13.861Z] === RUN TestDockerSuite/TestEventsStreaming [2020-02-04T18:42:13.921Z] [2020-02-04T18:42:13.921Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-02-04T18:42:14.794Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-02-04T18:42:14.847Z] #35 DONE 0.8s [2020-02-04T18:42:14.848Z] [2020-02-04T18:42:14.848Z] #36 exporting to image [2020-02-04T18:42:14.848Z] #36 exporting layers [2020-02-04T18:42:16.735Z] #36 exporting layers 2.1s done [2020-02-04T18:42:16.735Z] #36 writing image sha256:762958ece3c10262ec9297853448288bf294a5a3f14791b22cc352f7c997a707 done [2020-02-04T18:42:16.735Z] #36 naming to docker.io/library/moby-e2e-test done [2020-02-04T18:42:16.735Z] #36 DONE 2.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-04T18:42:16.854Z] --- PASS: TestCreateServiceMaxReplicas (3.06s) [2020-02-04T18:42:16.854Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-04T18:42:17.043Z] + echo Ensuring container killed. [2020-02-04T18:42:17.043Z] Ensuring container killed. [2020-02-04T18:42:17.043Z] + docker rm -vf docker-pr4 [2020-02-04T18:42:17.043Z] Error: No such container: docker-pr4 [2020-02-04T18:42:17.043Z] + true [Pipeline] sh [2020-02-04T18:42:17.320Z] + echo Chowning /workspace to jenkins user [2020-02-04T18:42:17.320Z] Chowning /workspace to jenkins user [2020-02-04T18:42:17.320Z] + id -u [2020-02-04T18:42:17.320Z] + id -g [2020-02-04T18:42:17.320Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40451:/workspace busybox chown -R 1000:1000 /workspace [2020-02-04T18:42:18.073Z] === RUN TestDockerSuite/TestEventsTop [2020-02-04T18:42:18.638Z] === RUN TestDockerSuite/TestEventsUntag [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-04T18:42:18.975Z] + bundleName=unit [2020-02-04T18:42:18.976Z] + echo Creating unit-bundles.tar.gz [2020-02-04T18:42:18.976Z] Creating unit-bundles.tar.gz [2020-02-04T18:42:18.976Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-02-04T18:42:18.976Z] bundles/junit-report.xml [2020-02-04T18:42:18.976Z] bundles/go-test-report.json [2020-02-04T18:42:18.976Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-02-04T18:42:18.985Z] Archiving artifacts [2020-02-04T18:42:19.640Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-04T18:42:19.946Z] + make clean [2020-02-04T18:42:20.203Z] docker volume rm -f docker-dev-cache [2020-02-04T18:42:20.203Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-04T18:42:21.164Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-02-04T18:42:23.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-02-04T18:42:23.062Z] === RUN TestDockerSuite/TestExec [2020-02-04T18:42:23.996Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-02-04T18:42:24.563Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-02-04T18:42:25.497Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-02-04T18:42:26.431Z] === RUN TestDockerSuite/TestExecAPIStart [2020-02-04T18:42:28.967Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-02-04T18:42:29.901Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-02-04T18:42:30.834Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-02-04T18:42:31.770Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-02-04T18:42:32.094Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.45s) [2020-02-04T18:42:32.094Z] === RUN TestCreateServiceSecretFileMode [2020-02-04T18:42:32.336Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-02-04T18:42:32.378Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2020-02-04T18:42:32.378Z] === RUN TestCreateServiceConfigFileMode [2020-02-04T18:42:33.269Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-02-04T18:42:34.204Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-02-04T18:42:35.083Z] --- PASS: TestCreateServiceConfigFileMode (2.60s) [2020-02-04T18:42:35.083Z] === RUN TestCreateServiceSysctls [2020-02-04T18:42:36.106Z] === RUN TestDockerSuite/TestExecCgroup [2020-02-04T18:42:37.477Z] === RUN TestDockerSuite/TestExecEnv [2020-02-04T18:42:38.409Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-02-04T18:42:38.556Z] --- PASS: TestCreateServiceSysctls (3.48s) [2020-02-04T18:42:38.557Z] === RUN TestCreateServiceCapabilities [2020-02-04T18:42:40.308Z] === RUN TestDockerSuite/TestExecExitStatus [2020-02-04T18:42:41.244Z] === RUN TestDockerSuite/TestExecInspectID [2020-02-04T18:42:41.247Z] --- PASS: TestCreateServiceCapabilities (2.74s) [2020-02-04T18:42:41.247Z] === RUN TestInspect [2020-02-04T18:42:43.968Z] --- PASS: TestInspect (2.90s) [2020-02-04T18:42:43.968Z] === RUN TestCreateJob [2020-02-04T18:42:44.524Z] === RUN TestDockerSuite/TestExecInteractive [2020-02-04T18:42:45.089Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-02-04T18:42:46.021Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-02-04T18:42:46.955Z] === RUN TestDockerSuite/TestExecParseError [2020-02-04T18:42:47.443Z] --- PASS: TestCreateJob (3.28s) [2020-02-04T18:42:47.443Z] === RUN TestReplicatedJob [2020-02-04T18:42:47.888Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-02-04T18:42:48.820Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-02-04T18:42:49.386Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-02-04T18:42:49.951Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-02-04T18:42:50.886Z] === RUN TestDockerSuite/TestExecSetEnv [2020-02-04T18:42:51.819Z] === RUN TestDockerSuite/TestExecStartFails [2020-02-04T18:42:53.196Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-02-04T18:42:54.289Z] --- PASS: TestReplicatedJob (5.92s) [2020-02-04T18:42:54.289Z] === RUN TestUpdateReplicatedJob [2020-02-04T18:42:56.982Z] --- PASS: TestUpdateReplicatedJob (3.63s) [2020-02-04T18:42:56.982Z] === RUN TestServiceListWithStatuses [2020-02-04T18:42:56.982Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-04T18:42:56.982Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:42:56.982Z] === RUN TestDockerNetworkConnectAlias [2020-02-04T18:43:02.488Z] --- PASS: TestDockerNetworkConnectAlias (4.79s) [2020-02-04T18:43:02.488Z] === RUN TestDockerNetworkReConnect [2020-02-04T18:43:05.389Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-02-04T18:43:05.389Z] === RUN TestDockerSuite/TestExecTTY [2020-02-04T18:43:05.955Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-02-04T18:43:05.960Z] --- PASS: TestDockerNetworkReConnect (3.83s) [2020-02-04T18:43:05.960Z] === RUN TestServicePlugin [2020-02-04T18:43:05.960Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-04T18:43:05.960Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:43:05.960Z] === RUN TestServiceUpdateLabel [2020-02-04T18:43:06.891Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-02-04T18:43:07.831Z] === RUN TestDockerSuite/TestExecUlimits [2020-02-04T18:43:07.997Z] --- PASS: TestServiceUpdateLabel (2.30s) [2020-02-04T18:43:07.998Z] === RUN TestServiceUpdateSecrets [2020-02-04T18:43:08.901Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-02-04T18:43:08.902Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-02-04T18:43:10.800Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-02-04T18:43:11.733Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-02-04T18:43:12.667Z] === RUN TestDockerSuite/TestExecWithTERM [2020-02-04T18:43:13.601Z] === RUN TestDockerSuite/TestExecWithUser [2020-02-04T18:43:14.973Z] === RUN TestDockerSuite/TestGetContainerStats [2020-02-04T18:43:16.344Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-02-04T18:43:19.626Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-02-04T18:43:23.240Z] --- PASS: TestServiceUpdateSecrets (14.82s) [2020-02-04T18:43:23.240Z] === RUN TestServiceUpdateConfigs [2020-02-04T18:43:24.892Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-02-04T18:43:26.788Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-02-04T18:43:32.050Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-02-04T18:43:32.309Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-02-04T18:43:32.309Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-02-04T18:43:32.309Z] === RUN TestDockerSuite/TestHealth [2020-02-04T18:43:38.489Z] --- PASS: TestServiceUpdateConfigs (14.83s) [2020-02-04T18:43:38.489Z] === RUN TestServiceUpdateNetwork [2020-02-04T18:43:51.037Z] --- PASS: TestServiceUpdateNetwork (13.01s) [2020-02-04T18:43:51.037Z] PASS [2020-02-04T18:43:51.037Z] [2020-02-04T18:43:51.037Z] === Skipped [2020-02-04T18:43:51.037Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-02-04T18:43:51.037Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-04T18:43:51.037Z] [2020-02-04T18:43:51.037Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-02-04T18:43:51.037Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-04T18:43:51.037Z] [2020-02-04T18:43:51.037Z] [2020-02-04T18:43:51.037Z] DONE 23 tests, 2 skipped in 124.762s [2020-02-04T18:43:51.037Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-02-04T18:43:51.037Z] ++ 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-02-04T18:43:51.037Z] ++ set -e [2020-02-04T18:43:51.037Z] ++ '[' -n 0 ']' [2020-02-04T18:43:51.037Z] ++ set -x [2020-02-04T18:43: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=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= 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-02-04T18:43:51.037Z] INFO: Testing against a local daemon [2020-02-04T18:43:51.037Z] === RUN TestSessionCreate [2020-02-04T18:43:51.037Z] --- PASS: TestSessionCreate (0.05s) [2020-02-04T18:43:51.037Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-04T18:43:51.037Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2020-02-04T18:43:51.037Z] PASS [2020-02-04T18:43:51.037Z] [2020-02-04T18:43:51.037Z] DONE 2 tests in 0.207s [2020-02-04T18:43:51.037Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-02-04T18:43:51.037Z] ++ 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-02-04T18:43:51.037Z] ++ set -e [2020-02-04T18:43:51.037Z] ++ '[' -n 0 ']' [2020-02-04T18:43:51.037Z] ++ set -x [2020-02-04T18:43: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=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= 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-02-04T18:43:51.037Z] INFO: Testing against a local daemon [2020-02-04T18:43:51.037Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-04T18:43:51.037Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:43:51.037Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:43:51.037Z] === RUN TestEventsExecDie [2020-02-04T18:43:51.656Z] --- PASS: TestEventsExecDie (0.83s) [2020-02-04T18:43:51.656Z] === RUN TestEventsBackwardsCompatible [2020-02-04T18:43:51.656Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-02-04T18:43:51.656Z] === RUN TestInfoBinaryCommits [2020-02-04T18:43:51.656Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-04T18:43:51.656Z] === RUN TestInfoAPIVersioned [2020-02-04T18:43:51.942Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-04T18:43:51.942Z] === RUN TestInfoDiscoveryBackend [2020-02-04T18:43:52.226Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-02-04T18:43:52.226Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-04T18:43:53.236Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-04T18:43:53.236Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-04T18:43:53.858Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-02-04T18:43:53.858Z] === RUN TestInfoAPI [2020-02-04T18:43:53.858Z] --- PASS: TestInfoAPI (0.05s) [2020-02-04T18:43:53.858Z] === RUN TestInfoAPIWarnings [2020-02-04T18:43:54.224Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-02-04T18:43:54.224Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-02-04T18:43:54.224Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-02-04T18:43:54.224Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-02-04T18:43:54.224Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-02-04T18:43:54.224Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-02-04T18:43:54.477Z] --- PASS: TestInfoAPIWarnings (0.55s) [2020-02-04T18:43:54.477Z] === RUN TestInfoDebug [2020-02-04T18:43:55.097Z] --- PASS: TestInfoDebug (0.54s) [2020-02-04T18:43:55.097Z] === RUN TestInfoInsecureRegistries [2020-02-04T18:43:55.158Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-02-04T18:43:55.158Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-02-04T18:43:55.158Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-02-04T18:43:55.158Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-02-04T18:43:55.420Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-02-04T18:43:55.682Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-02-04T18:43:55.726Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2020-02-04T18:43:55.726Z] === RUN TestInfoRegistryMirrors [2020-02-04T18:43:56.014Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2020-02-04T18:43:56.014Z] === RUN TestLoginFailsWithBadCredentials [2020-02-04T18:43:56.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-02-04T18:43:56.247Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-02-04T18:43:56.247Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-02-04T18:43:56.632Z] --- PASS: TestLoginFailsWithBadCredentials (0.43s) [2020-02-04T18:43:56.632Z] === RUN TestPingCacheHeaders [2020-02-04T18:43:56.632Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-02-04T18:43:56.632Z] === RUN TestPingGet [2020-02-04T18:43:56.632Z] --- PASS: TestPingGet (0.03s) [2020-02-04T18:43:56.632Z] === RUN TestPingHead [2020-02-04T18:43:56.632Z] --- PASS: TestPingHead (0.05s) [2020-02-04T18:43:56.632Z] === RUN TestVersion [2020-02-04T18:43:56.632Z] --- PASS: TestVersion (0.05s) [2020-02-04T18:43:56.632Z] PASS [2020-02-04T18:43:56.632Z] [2020-02-04T18:43:56.632Z] === Skipped [2020-02-04T18:43:56.632Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-04T18:43:56.632Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-04T18:43:56.632Z] [2020-02-04T18:43:56.632Z] [2020-02-04T18:43:56.632Z] DONE 18 tests, 1 skipped in 6.036s [2020-02-04T18:43:56.917Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-02-04T18:43:56.917Z] ++ 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-02-04T18:43:56.917Z] ++ set -e [2020-02-04T18:43:56.917Z] ++ '[' -n 0 ']' [2020-02-04T18:43:56.917Z] ++ set -x [2020-02-04T18:43:56.917Z] ++ 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= 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-02-04T18:43:56.917Z] INFO: Testing against a local daemon [2020-02-04T18:43:56.917Z] === RUN TestVolumesCreateAndList [2020-02-04T18:43:56.917Z] --- PASS: TestVolumesCreateAndList (0.06s) [2020-02-04T18:43:56.917Z] === RUN TestVolumesRemove [2020-02-04T18:43:56.917Z] --- PASS: TestVolumesRemove (0.09s) [2020-02-04T18:43:56.917Z] === RUN TestVolumesInspect [2020-02-04T18:43:57.201Z] --- PASS: TestVolumesInspect (0.04s) [2020-02-04T18:43:57.201Z] === RUN TestVolumesInvalidJSON [2020-02-04T18:43:57.201Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-04T18:43:57.201Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-04T18:43:57.201Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-04T18:43:57.201Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-04T18:43:57.201Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-04T18:43:57.201Z] PASS [2020-02-04T18:43:57.201Z] [2020-02-04T18:43:57.201Z] DONE 5 tests in 0.316s [2020-02-04T18:43:57.201Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-04T18:43:57.484Z] ++++ cat bundles/test-integration/docker.pid [2020-02-04T18:43:57.484Z] +++ kill 13186 [2020-02-04T18:43:57.622Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-02-04T18:43:57.622Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-02-04T18:43:58.493Z] +++ /etc/init.d/apparmor stop [2020-02-04T18:43:58.493Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:43:58.493Z] [2020-02-04T18:43:58.493Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:43:58.493Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:43:58.493Z] [2020-02-04T18:43:58.493Z] To set a process to complain mode, use the command line tool [2020-02-04T18:43:58.493Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:43:58.493Z] +++ true [2020-02-04T18:43:58.493Z] [2020-02-04T18:43:58.555Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-02-04T18:43:59.489Z] === RUN TestDockerSuite/TestImagesFormat [2020-02-04T18:43:59.749Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat Post stage [Pipeline] junit [2020-02-04T18:44:00.562Z] Recording test results [2020-02-04T18:44:00.696Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-04T18:44:01.565Z] + echo Ensuring container killed. [2020-02-04T18:44:01.565Z] Ensuring container killed. [2020-02-04T18:44:01.565Z] + docker rm -vf docker-pr4 [2020-02-04T18:44:01.565Z] Error: No such container: docker-pr4 [2020-02-04T18:44:01.565Z] + true [Pipeline] sh [2020-02-04T18:44:01.955Z] + echo Chowning /workspace to jenkins user [2020-02-04T18:44:01.955Z] Chowning /workspace to jenkins user [2020-02-04T18:44:01.955Z] + id -u [2020-02-04T18:44:01.955Z] + id -g [2020-02-04T18:44:01.955Z] + docker run --rm -v /home/docker/workspace/moby_PR-40451:/workspace busybox chown -R 1001:1001 /workspace [2020-02-04T18:44:03.977Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-02-04T18:44:03.977Z] === RUN TestDockerSuite/TestImportBadURL [2020-02-04T18:44:03.977Z] === RUN TestDockerSuite/TestImportDisplay [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-04T18:44:04.383Z] + bundleName=ppc64le-integration [2020-02-04T18:44:04.383Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-02-04T18:44:04.383Z] Creating ppc64le-integration-bundles.tar.gz [2020-02-04T18:44:04.383Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o+ -name *-report.xml ) -print [2020-02-04T18:44:04.383Z] xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-04T18:44:04.703Z] Archiving artifacts [2020-02-04T18:44:05.153Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-04T18:44:05.352Z] === RUN TestDockerSuite/TestImportFile [2020-02-04T18:44:05.547Z] + make clean [2020-02-04T18:44:06.166Z] make: command: Command not found [2020-02-04T18:44:06.166Z] make: command: Command not found [2020-02-04T18:44:06.166Z] docker volume rm -f docker-dev-cache [2020-02-04T18:44:06.166Z] docker-dev-cache [Pipeline] deleteDir [2020-02-04T18:44:07.255Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-02-04T18:44:07.513Z] === RUN TestDockerSuite/TestImportFileWithMessage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-04T18:44:09.414Z] === RUN TestDockerSuite/TestImportGzipped [2020-02-04T18:44:11.315Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-02-04T18:44:13.216Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-02-04T18:44:14.150Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-02-04T18:44:15.084Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-02-04T18:44:16.459Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-02-04T18:44:16.459Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-02-04T18:44:16.459Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-02-04T18:44:17.393Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-02-04T18:44:18.327Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-02-04T18:44:19.262Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-02-04T18:44:20.196Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-02-04T18:44:21.134Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-02-04T18:44:22.081Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-02-04T18:44:22.081Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-02-04T18:44:22.081Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-02-04T18:44:23.979Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-02-04T18:44:24.914Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-02-04T18:44:25.851Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-02-04T18:44:25.851Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-02-04T18:44:27.224Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-02-04T18:44:27.224Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-02-04T18:44:27.224Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-02-04T18:44:28.599Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-02-04T18:44:29.536Z] === RUN TestDockerSuite/TestInspectDefault [2020-02-04T18:44:29.797Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-02-04T18:44:30.364Z] === RUN TestDockerSuite/TestInspectHistory [2020-02-04T18:44:31.737Z] === RUN TestDockerSuite/TestInspectImage [2020-02-04T18:44:31.737Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-02-04T18:44:31.737Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-02-04T18:44:31.737Z] === RUN TestDockerSuite/TestInspectInt64 [2020-02-04T18:44:32.673Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-02-04T18:44:33.240Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-02-04T18:44:33.498Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-02-04T18:44:33.756Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-02-04T18:44:34.690Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-02-04T18:44:35.626Z] === RUN TestDockerSuite/TestInspectPlugin [2020-02-04T18:44:36.559Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-02-04T18:44:37.493Z] === RUN TestDockerSuite/TestInspectRootFS [2020-02-04T18:44:37.493Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-02-04T18:44:38.427Z] === RUN TestDockerSuite/TestInspectStatus [2020-02-04T18:44:39.363Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-02-04T18:44:39.622Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-02-04T18:44:41.522Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-02-04T18:44:42.090Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-02-04T18:44:42.659Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-02-04T18:44:42.917Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-02-04T18:44:43.851Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-02-04T18:44:44.785Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-02-04T18:44:45.738Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-02-04T18:44:46.673Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-02-04T18:44:46.673Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-02-04T18:44:48.048Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-02-04T18:44:49.423Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-02-04T18:44:51.323Z] === RUN TestDockerSuite/TestLinksEnvs [2020-02-04T18:44:53.227Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-02-04T18:44:53.486Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-02-04T18:44:53.486Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-02-04T18:44:55.384Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-02-04T18:44:57.914Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-02-04T18:45:00.439Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-02-04T18:45:00.439Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-02-04T18:45:02.967Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-02-04T18:45:03.225Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-02-04T18:45:04.158Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-02-04T18:45:16.352Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-02-04T18:45:18.253Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-02-04T18:45:18.824Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-02-04T18:45:20.727Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-02-04T18:45:21.689Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-02-04T18:45:24.970Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-02-04T18:45:24.970Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-02-04T18:45:24.970Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-02-04T18:45:24.970Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-02-04T18:45:24.970Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-02-04T18:45:25.535Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-02-04T18:45:26.470Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-02-04T18:45:28.369Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-02-04T18:45:30.268Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-02-04T18:45:31.203Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-02-04T18:45:32.578Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-02-04T18:45:36.922Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-02-04T18:45:36.922Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-02-04T18:45:36.922Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-02-04T18:45:38.295Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-02-04T18:45:39.229Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-02-04T18:45:40.603Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-02-04T18:45:41.979Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-02-04T18:45:42.912Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-02-04T18:45:44.812Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-02-04T18:45:45.379Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-02-04T18:45:46.312Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-02-04T18:45:47.455Z] === RUN TestDockerSuite/TestLogsSince [2020-02-04T18:45:48.387Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-02-04T18:45:51.679Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-02-04T18:45:54.208Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-02-04T18:45:54.773Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-02-04T18:45:58.053Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-02-04T18:45:59.953Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-02-04T18:46:00.890Z] === RUN TestDockerSuite/TestLogsTail [2020-02-04T18:46:01.822Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-02-04T18:46:01.822Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-02-04T18:46:02.758Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-02-04T18:46:03.693Z] === RUN TestDockerSuite/TestMountIntoProc [2020-02-04T18:46:04.259Z] === RUN TestDockerSuite/TestMountIntoSys [2020-02-04T18:46:05.193Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-02-04T18:46:05.193Z] === RUN TestDockerSuite/TestNetHostname [2020-02-04T18:46:07.767Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-02-04T18:46:08.026Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-02-04T18:46:08.026Z] === RUN TestDockerSuite/TestNetworkEvents [2020-02-04T18:46:09.403Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-02-04T18:46:12.074Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-02-04T18:46:12.074Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-02-04T18:46:13.009Z] === RUN TestDockerSuite/TestPluginActive [2020-02-04T18:46:14.910Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-02-04T18:46:20.179Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-02-04T18:46:21.557Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-02-04T18:46:21.557Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-02-04T18:46:22.492Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-02-04T18:46:25.773Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-02-04T18:46:26.031Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-02-04T18:46:27.405Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-02-04T18:46:30.686Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-02-04T18:46:35.947Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-02-04T18:46:37.321Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-02-04T18:46:38.695Z] === RUN TestDockerSuite/TestPortHostBinding [2020-02-04T18:46:39.630Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-02-04T18:46:40.565Z] === RUN TestDockerSuite/TestPortList [2020-02-04T18:46:43.094Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-02-04T18:46:47.278Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-02-04T18:46:50.560Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-02-04T18:46:53.097Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-02-04T18:46:54.472Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-02-04T18:46:55.845Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-02-04T18:47:00.033Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-02-04T18:47:01.932Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-02-04T18:47:01.932Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-02-04T18:47:01.932Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-02-04T18:47:02.866Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-02-04T18:47:02.866Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-02-04T18:47:03.799Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-02-04T18:47:03.799Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-02-04T18:47:04.365Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-02-04T18:47:04.622Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-02-04T18:47:06.520Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-02-04T18:47:06.520Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-02-04T18:47:09.799Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-02-04T18:47:11.171Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-02-04T18:47:11.429Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-02-04T18:47:11.686Z] === RUN TestDockerSuite/TestPsByOrder [2020-02-04T18:47:12.619Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-02-04T18:47:15.148Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-02-04T18:47:16.521Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-02-04T18:47:19.801Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-02-04T18:47:25.076Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-02-04T18:47:25.333Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-02-04T18:47:25.898Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-02-04T18:47:30.083Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-02-04T18:47:38.187Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-02-04T18:47:38.755Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-02-04T18:47:39.690Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-02-04T18:47:41.592Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-02-04T18:47:42.526Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-02-04T18:47:43.459Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-02-04T18:47:45.358Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-02-04T18:47:47.256Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-02-04T18:47:49.787Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-02-04T18:47:51.159Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-02-04T18:47:51.417Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-02-04T18:47:52.790Z] === RUN TestDockerSuite/TestPsRightTagName [2020-02-04T18:47:55.317Z] === RUN TestDockerSuite/TestPsShowMounts [2020-02-04T18:47:58.051Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-02-04T18:47:58.617Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-02-04T18:47:58.617Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-02-04T18:47:58.874Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-02-04T18:47:59.132Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-02-04T18:47:59.132Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-02-04T18:48:00.067Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-02-04T18:48:01.968Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-02-04T18:48:02.902Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-02-04T18:48:03.835Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-02-04T18:48:04.769Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-02-04T18:48:06.149Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-02-04T18:48:09.432Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-02-04T18:48:13.613Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-02-04T18:48:14.987Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-02-04T18:48:16.886Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-02-04T18:48:17.144Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-02-04T18:48:17.144Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-02-04T18:48:17.402Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-02-04T18:48:20.681Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-02-04T18:48:21.613Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-02-04T18:48:25.795Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-02-04T18:48:27.255Z] === RUN TestDockerSuite/TestRmiBlank [2020-02-04T18:48:27.255Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-02-04T18:48:27.255Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-02-04T18:48:30.552Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-02-04T18:48:31.486Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-02-04T18:48:32.866Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-02-04T18:48:33.124Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-02-04T18:48:35.023Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-02-04T18:48:35.955Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-02-04T18:48:37.852Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-02-04T18:48:38.785Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-02-04T18:48:38.785Z] === RUN TestDockerSuite/TestRmiTag [2020-02-04T18:48:39.043Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-02-04T18:48:39.976Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-02-04T18:48:41.875Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-02-04T18:48:45.159Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-02-04T18:48:45.727Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-02-04T18:48:46.662Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-02-04T18:48:47.228Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-02-04T18:48:48.601Z] === RUN TestDockerSuite/TestRunAddHost [2020-02-04T18:48:49.534Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-02-04T18:48:49.792Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-02-04T18:48:50.726Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-02-04T18:48:50.726Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-02-04T18:48:51.662Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-02-04T18:48:53.562Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-02-04T18:48:54.127Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-02-04T18:48:55.068Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-02-04T18:48:56.442Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-02-04T18:48:57.814Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-02-04T18:48:58.074Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-02-04T18:48:59.446Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-02-04T18:49:00.819Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-02-04T18:49:01.756Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-02-04T18:49:02.693Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-02-04T18:49:03.628Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-02-04T18:49:04.562Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-02-04T18:49:05.496Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-02-04T18:49:06.427Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-02-04T18:49:07.360Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-02-04T18:49:08.294Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-02-04T18:49:08.859Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-02-04T18:49:08.859Z] === RUN TestDockerSuite/TestRunBindMounts [2020-02-04T18:49:11.388Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-02-04T18:49:12.323Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-02-04T18:49:13.255Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-02-04T18:49:13.821Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-02-04T18:49:14.753Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-02-04T18:49:14.753Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-02-04T18:49:15.686Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-02-04T18:49:16.255Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-02-04T18:49:17.190Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-02-04T18:49:17.449Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-02-04T18:49:18.015Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-02-04T18:49:19.016Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-02-04T18:49:19.016Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-02-04T18:49:19.973Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-02-04T18:49:19.973Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-02-04T18:49:21.345Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-02-04T18:49:21.911Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-02-04T18:49:22.847Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-02-04T18:49:23.781Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-02-04T18:49:23.781Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-02-04T18:49:24.724Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-02-04T18:49:26.099Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-02-04T18:49:26.099Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-02-04T18:49:27.999Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-02-04T18:49:29.903Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-02-04T18:49:30.469Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-02-04T18:49:31.404Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-02-04T18:49:32.340Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-02-04T18:49:32.905Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-02-04T18:49:33.838Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-02-04T18:49:35.740Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-02-04T18:49:39.928Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-02-04T18:49:39.928Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-02-04T18:49:40.186Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-02-04T18:49:42.713Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-02-04T18:49:44.611Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-02-04T18:49:47.141Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-02-04T18:49:50.421Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-02-04T18:49:50.421Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-02-04T18:49:50.421Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-02-04T18:49:50.679Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-02-04T18:49:52.578Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-02-04T18:49:54.476Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-02-04T18:49:56.377Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-02-04T18:49:57.311Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-02-04T18:49:59.210Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-02-04T18:49:59.777Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-02-04T18:49:59.777Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-02-04T18:50:00.713Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-02-04T18:50:02.612Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-02-04T18:50:02.612Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-02-04T18:50:03.549Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-02-04T18:50:04.116Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-02-04T18:50:05.051Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-02-04T18:50:05.987Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-02-04T18:50:05.987Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-02-04T18:50:06.920Z] === RUN TestDockerSuite/TestRunEnvironment [2020-02-04T18:50:07.486Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-02-04T18:50:08.421Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-02-04T18:50:09.355Z] === RUN TestDockerSuite/TestRunExitCode [2020-02-04T18:50:09.920Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-02-04T18:50:10.853Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-02-04T18:50:11.423Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-02-04T18:50:12.364Z] === RUN TestDockerSuite/TestRunExposePort [2020-02-04T18:50:12.364Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-02-04T18:50:13.297Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-02-04T18:50:13.863Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-02-04T18:50:15.762Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-02-04T18:50:15.762Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-04T18:50:15.762Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-02-04T18:50:19.944Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-02-04T18:50:20.509Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-02-04T18:50:32.701Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-02-04T18:50:33.268Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-02-04T18:50:35.169Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-02-04T18:50:35.169Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-02-04T18:50:35.169Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-02-04T18:50:35.169Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-02-04T18:50:35.735Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-02-04T18:50:39.016Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-02-04T18:50:40.390Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-02-04T18:50:42.303Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-02-04T18:50:42.871Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-02-04T18:50:43.439Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-02-04T18:50:44.372Z] === RUN TestDockerSuite/TestRunModeHostname [2020-02-04T18:50:45.305Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-02-04T18:50:45.305Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-02-04T18:50:45.562Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-02-04T18:50:47.470Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-02-04T18:50:48.846Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-02-04T18:50:49.412Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-02-04T18:50:50.345Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-02-04T18:50:50.345Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-02-04T18:50:50.603Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-02-04T18:50:52.508Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-02-04T18:50:53.882Z] === RUN TestDockerSuite/TestRunMount [2020-02-04T18:50:54.814Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-02-04T18:51:01.381Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-02-04T18:51:01.381Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-02-04T18:51:02.315Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-02-04T18:51:03.691Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-02-04T18:51:03.949Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-02-04T18:51:07.314Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-02-04T18:51:10.594Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-02-04T18:51:11.967Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-02-04T18:51:13.343Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-02-04T18:51:14.718Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-02-04T18:51:15.653Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-02-04T18:51:17.554Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-02-04T18:51:19.451Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-02-04T18:51:19.451Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-02-04T18:51:20.016Z] === RUN TestDockerSuite/TestRunNetHost [2020-02-04T18:51:20.583Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-02-04T18:51:21.515Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-02-04T18:51:22.081Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-02-04T18:51:23.015Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-02-04T18:51:25.546Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-02-04T18:51:27.445Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-02-04T18:51:27.703Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-02-04T18:51:31.890Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-02-04T18:51:31.890Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-02-04T18:51:33.008Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-02-04T18:51:33.575Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-02-04T18:51:33.835Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-02-04T18:51:34.770Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-02-04T18:51:34.770Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-02-04T18:51:35.335Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-02-04T18:51:36.272Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-02-04T18:51:36.272Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-02-04T18:51:37.208Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-02-04T18:51:38.142Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-02-04T18:51:38.142Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-02-04T18:51:39.089Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-02-04T18:51:40.024Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-02-04T18:51:40.282Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-02-04T18:51:41.215Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-02-04T18:51:41.781Z] === RUN TestDockerSuite/TestRunPortInUse [2020-02-04T18:51:41.781Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-02-04T18:51:42.717Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-02-04T18:51:43.652Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-02-04T18:51:44.588Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-02-04T18:51:44.846Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-02-04T18:51:45.104Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-02-04T18:51:46.038Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-02-04T18:51:46.973Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-04T18:51:46.973Z] === RUN TestDockerSuite/TestRunPublishPort [2020-02-04T18:51:47.905Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-02-04T18:51:48.470Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-02-04T18:51:48.470Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-02-04T18:51:49.404Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-02-04T18:51:50.777Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-02-04T18:51:50.777Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-02-04T18:51:54.059Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-02-04T18:51:55.958Z] === RUN TestDockerSuite/TestRunRm [2020-02-04T18:51:56.524Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-02-04T18:52:00.889Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-02-04T18:52:01.149Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-02-04T18:52:02.086Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-02-04T18:52:04.032Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-02-04T18:52:04.600Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-02-04T18:52:08.800Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-02-04T18:52:14.095Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-02-04T18:52:14.095Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-02-04T18:52:15.030Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-02-04T18:52:15.596Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-02-04T18:52:16.530Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-02-04T18:52:17.465Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-02-04T18:52:18.033Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-02-04T18:52:18.774Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-02-04T18:52:19.707Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-02-04T18:52:20.639Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-02-04T18:52:23.164Z] === RUN TestDockerSuite/TestRunState [2020-02-04T18:52:25.062Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-02-04T18:52:25.630Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-02-04T18:52:26.568Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-02-04T18:52:26.826Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-02-04T18:52:26.826Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-02-04T18:52:27.391Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-02-04T18:52:28.325Z] === RUN TestDockerSuite/TestRunSysctls [2020-02-04T18:52:30.224Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-02-04T18:52:30.224Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-02-04T18:52:30.224Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-02-04T18:52:30.789Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-02-04T18:52:33.319Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-02-04T18:52:34.253Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-02-04T18:52:36.152Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-02-04T18:52:38.687Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-02-04T18:52:40.585Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-02-04T18:52:43.867Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-02-04T18:52:44.432Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-02-04T18:52:45.367Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-02-04T18:52:45.932Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-02-04T18:52:48.461Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-02-04T18:52:49.838Z] === RUN TestDockerSuite/TestRunUserByID [2020-02-04T18:52:50.772Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-02-04T18:52:50.772Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-02-04T18:52:51.030Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-02-04T18:52:51.961Z] === RUN TestDockerSuite/TestRunUserByName [2020-02-04T18:52:52.526Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-02-04T18:52:53.458Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-02-04T18:52:53.458Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-02-04T18:52:53.715Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-02-04T18:52:54.280Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-02-04T18:52:59.551Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-02-04T18:52:59.810Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-02-04T18:53:01.404Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-02-04T18:53:03.304Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-02-04T18:53:05.207Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-02-04T18:53:07.586Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-02-04T18:53:10.118Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-02-04T18:53:11.052Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-02-04T18:53:11.987Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-02-04T18:53:12.921Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-02-04T18:53:12.921Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-02-04T18:53:12.921Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-02-04T18:53:12.921Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-02-04T18:53:12.921Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-02-04T18:53:13.855Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-02-04T18:53:14.789Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-02-04T18:53:15.726Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-02-04T18:53:17.625Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-02-04T18:53:18.189Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-02-04T18:53:19.122Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-02-04T18:53:19.122Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-02-04T18:53:19.691Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-02-04T18:53:19.691Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-02-04T18:53:19.691Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-02-04T18:53:19.949Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-02-04T18:53:19.949Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-02-04T18:53:19.949Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-02-04T18:53:20.207Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-02-04T18:53:20.541Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-02-04T18:53:20.541Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-02-04T18:53:20.798Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-02-04T18:53:21.731Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-02-04T18:53:22.296Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-02-04T18:53:23.232Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-02-04T18:53:23.232Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-02-04T18:53:24.166Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-02-04T18:53:24.424Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-02-04T18:53:25.359Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-02-04T18:53:25.359Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-02-04T18:53:25.925Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-02-04T18:53:26.859Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-02-04T18:53:26.859Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-02-04T18:53:26.859Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-02-04T18:53:27.792Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-02-04T18:53:29.166Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-02-04T18:53:30.099Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-02-04T18:53:30.099Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-02-04T18:53:30.099Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-02-04T18:53:30.669Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-02-04T18:53:30.935Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-02-04T18:53:32.838Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-02-04T18:53:33.773Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-02-04T18:53:36.302Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-02-04T18:53:37.238Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-02-04T18:53:37.238Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-02-04T18:53:37.238Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-02-04T18:53:38.172Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-02-04T18:53:39.547Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-02-04T18:53:40.482Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-02-04T18:53:40.482Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-02-04T18:53:43.087Z] === RUN TestDockerSuite/TestSaveImageId [2020-02-04T18:53:43.087Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-02-04T18:53:43.346Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-02-04T18:53:43.604Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-02-04T18:53:45.508Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-02-04T18:53:45.508Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-02-04T18:53:47.409Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-02-04T18:53:47.409Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-02-04T18:53:47.409Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-02-04T18:53:49.309Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-02-04T18:53:49.879Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-02-04T18:53:50.846Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-02-04T18:53:51.413Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-02-04T18:53:51.413Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-02-04T18:53:51.413Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-02-04T18:53:51.413Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-02-04T18:53:51.981Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-02-04T18:53:54.514Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-02-04T18:54:01.083Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-02-04T18:54:02.985Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-02-04T18:54:03.925Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-02-04T18:54:05.299Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-02-04T18:54:08.584Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-02-04T18:54:11.118Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-02-04T18:54:12.054Z] === RUN TestDockerSuite/TestStartRecordError [2020-02-04T18:54:13.955Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-02-04T18:54:16.485Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-02-04T18:54:18.385Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-02-04T18:54:22.574Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-02-04T18:54:26.790Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-02-04T18:54:30.071Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-02-04T18:54:35.348Z] === RUN TestDockerSuite/TestStatsNoStream [2020-02-04T18:54:38.632Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-02-04T18:54:40.530Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-02-04T18:54:41.095Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-02-04T18:54:42.028Z] === RUN TestDockerSuite/TestTopPrivileged [2020-02-04T18:54:42.595Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-02-04T18:54:42.595Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-02-04T18:54:43.528Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-02-04T18:54:48.792Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-02-04T18:54:52.072Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-02-04T18:54:52.330Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-02-04T18:54:53.264Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-02-04T18:54:53.264Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-02-04T18:54:54.198Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-02-04T18:54:56.100Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-02-04T18:54:56.100Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-02-04T18:54:58.001Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-02-04T18:54:58.935Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-02-04T18:54:59.868Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-02-04T18:55:01.767Z] === RUN TestDockerSuite/TestUpdateStats [2020-02-04T18:55:05.956Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-02-04T18:55:07.345Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-02-04T18:55:07.345Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-02-04T18:55:08.735Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-02-04T18:55:09.301Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-02-04T18:55:14.573Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-02-04T18:55:17.851Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-02-04T18:55:21.132Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-02-04T18:55:23.664Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-02-04T18:55:27.847Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-02-04T18:55:33.110Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-02-04T18:55:35.010Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-02-04T18:55:37.543Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-02-04T18:55:39.461Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-02-04T18:55:40.833Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-02-04T18:55:43.359Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-02-04T18:55:45.886Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-02-04T18:55:48.419Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-02-04T18:55:50.947Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-02-04T18:55:52.850Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-02-04T18:56:10.920Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-02-04T18:56:11.178Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-02-04T18:56:11.178Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-02-04T18:56:11.178Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-02-04T18:56:11.178Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-02-04T18:56:14.473Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-02-04T18:56:14.473Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-02-04T18:56:14.473Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-02-04T18:56:14.473Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-02-04T18:56:14.473Z] === RUN TestDockerSuite/TestVolumeEvents [2020-02-04T18:56:15.421Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-02-04T18:56:17.960Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-02-04T18:56:17.960Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-02-04T18:56:17.960Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-02-04T18:56:21.248Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-02-04T18:56:25.463Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-02-04T18:56:25.463Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite (1814.07s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.64s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.41s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.08s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.31s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.68s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.16s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.91s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.07s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.92s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.10s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.90s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.50s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.15s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachDetach (1.33s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.21s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.28s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.46s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.10s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.20s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.12s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (2.23s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.98s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.77s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.21s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (29.95s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.97s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.88s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.47s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.39s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (4.21s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.43s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.93s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (11.78s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.99s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.07s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.94s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.53s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.79s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.77s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.92s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.04s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.30s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.64s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (9.98s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.27s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.56s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.83s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.54s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.54s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.68s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.84s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.70s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.47s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.50s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.76s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.29s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.66s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.48s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.70s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.76s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.46s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.86s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.05s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.21s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.33s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.46s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.72s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.77s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.94s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.89s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.81s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.80s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.16s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.40s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.84s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.63s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.43s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.49s) [2020-02-04T18:56:25.463Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-04T18:56:25.463Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.64s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.33s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.94s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildContChar (3.68s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.09s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.33s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.22s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.61s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.63s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.98s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.62s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.75s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.99s) [2020-02-04T18:56:25.463Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-02-04T18:56:25.463Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.463Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-02-04T18:56:25.463Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.463Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-02-04T18:56:25.463Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.463Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-02-04T18:56:25.463Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.09s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.32s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.33s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.70s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.74s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.82s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.50s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.94s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.66s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.67s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.45s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.40s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.64s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.83s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.07s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.91s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.62s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.86s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.59s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.17s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.83s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.73s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.61s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.46s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.00s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.76s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.84s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.89s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnv (1.77s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.65s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.32s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.22s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.68s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.91s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.18s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.92s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.51s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.43s) [2020-02-04T18:56:25.463Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-04T18:56:25.463Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.31s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.36s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.60s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.54s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFails (0.95s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.74s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.73s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.76s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.79s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.24s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.20s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.38s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.49s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.02s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildHistory (5.17s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.55s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.26s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.68s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.62s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.23s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.58s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabels (0.52s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.13s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.10s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLastModified (6.01s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLineBreak (6.27s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.15s) [2020-02-04T18:56:25.463Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.45s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.59s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.63s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.10s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.45s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.80s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.37s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.63s) [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.64s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.85s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (3.26s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.51s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNetContainer (3.50s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNetNone (1.16s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.46s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.43s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.34s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.47s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.32s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.34s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.70s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.26s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.63s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.29s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.71s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.63s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.36s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.69s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.50s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.91s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildPATH (2.60s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.98s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.21s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.10s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.18s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.85s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildRm (4.42s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.53s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.48s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.57s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.34s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.38s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.32s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.62s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.38s) [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.26s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildStderr (1.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.73s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.22s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.08s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.54s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.52s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildUser (2.18s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.67s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.20s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.43s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.15s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.73s) [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.96s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.73s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.99s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.18s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.17s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.36s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.66s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.80s) [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.06s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.47s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-04T18:56:25.464Z] docker_cli_sni_test.go:18: Flakey test [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.89s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitChange (1.12s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.14s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.08s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.12s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitTTY (1.98s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.22s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.91s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.04s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.04s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.19s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.75s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.77s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.80s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.92s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.91s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.11s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.76s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.12s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.10s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.02s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.83s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.91s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.76s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.89s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.81s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.81s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.86s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.83s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.82s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.59s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.65s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.84s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.54s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.87s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.82s) [2020-02-04T18:56:25.464Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-04T18:56:25.464Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.79s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.85s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.27s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (5.17s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.71s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.37s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.53s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.83s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.62s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.60s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.75s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.61s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009fea40_} (1.58s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1857417869_/foo_false____} (1.62s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1857417869_/foo_true____} (1.61s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3169177736_/foo_false____} (1.54s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3169177736_/foo_true____} (1.57s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3169177736_/foo_true__0xc0009feec0__} (1.62s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009feee0_} (1.63s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009fef00_} (1.60s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009fef20_} (1.61s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0009fef40_} (1.60s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.52s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.52s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.04s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.14s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.52s) [2020-02-04T18:56:25.464Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.94s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.61s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.98s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.14s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.04s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.93s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.97s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.00s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.47s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.97s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.19s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.22s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.75s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.91s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.47s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.14s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseE (4.28s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.94s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.78s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.76s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.87s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.99s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToDot (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.78s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToStdout (1.08s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.49s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.44s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.98s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.76s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.56s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.81s) [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.88s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.39s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.44s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.12s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.67s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.75s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.55s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.82s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.65s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.71s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.78s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.78s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.37s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.93s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.65s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.05s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.25s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.65s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.22s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.10s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.28s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsAttach (0.86s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsCommit (1.12s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.85s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.85s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.85s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.66s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.28s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.65s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsCopy (1.30s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.68s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.82s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.59s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.58s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.40s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFilters (1.93s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFormat (2.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.88s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.24s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.41s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.32s) [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.73s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsRename (0.96s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsResize (0.89s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.74s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.92s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.04s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsTop (0.87s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.64s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExec (1.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.90s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.80s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.97s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.05s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.33s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.89s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.88s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.91s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.89s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.76s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecCgroup (1.35s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecEnv (0.94s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.80s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecInspectID (3.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecInteractive (1.05s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.92s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.88s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecParseError (0.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.87s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.86s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.46s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecStartFails (1.12s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.13s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.84s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecTTY (0.96s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.96s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.84s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecUlimits (0.90s) [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.12s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.89s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.11s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.93s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestExecWithUser (0.96s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.87s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.88s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.08s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.85s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.82s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestHealth (20.76s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.97s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.89s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.36s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.57s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.03s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.07s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.17s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesFormat (0.11s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.82s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.97s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportBadURL (0.12s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportDisplay (1.74s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportFile (1.97s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.99s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportGzipped (1.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.95s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.93s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.90s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.17s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.06s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.00s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.81s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.89s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.03s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.00s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.94s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.90s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.81s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.10s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.07s) [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.36s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.08s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectDefault (1.04s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectHistory (1.14s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-02-04T18:56:25.465Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-02-04T18:56:25.465Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.10s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.87s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.83s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.98s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.91s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectStatus (1.04s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.78s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.94s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.76s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.90s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.01s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.96s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.82s) [2020-02-04T18:56:25.465Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.48s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.08s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.38s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.93s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.56s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.40s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.41s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.40s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.21s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.56s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.98s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.96s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.66s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.43s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.85s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (5.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.09s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.14s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.14s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.29s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.05s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.56s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.93s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsSince (7.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.72s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.91s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsTail (0.91s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.90s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.94s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.50s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.89s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestNetHostname (2.67s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.36s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.58s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.88s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginActive (1.97s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.73s) [2020-02-04T18:56:25.466Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-04T18:56:25.466Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.75s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.19s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.58s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (3.07s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.90s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.11s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.48s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.66s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPortList (12.25s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.67s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.70s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.78s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.11s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.60s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.33s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.69s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.34s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsByOrder (3.53s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.10s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.55s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.28s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.14s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.64s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.73s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.66s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.61s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.06s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.68s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.60s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.87s) [2020-02-04T18:56:25.466Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-04T18:56:25.466Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.28s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.90s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.88s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.87s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.46s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.19s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.60s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.58s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.64s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.17s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.23s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.37s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.90s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.96s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.78s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.19s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.91s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.95s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.54s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.61s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAddHost (0.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.41s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.86s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.85s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.85s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.00s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.95s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.57s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.08s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.94s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.05s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.94s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.04s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.16s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.46s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.72s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.85s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.87s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.95s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.36s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.86s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.73s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.66s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.70s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.87s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.69s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.44s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.88s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.62s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.71s) [2020-02-04T18:56:25.466Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-02-04T18:56:25.466Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.466Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-04T18:56:25.466Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.78s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.63s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.37s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.69s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2020-02-04T18:56:25.466Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-04T18:56:25.466Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.86s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.81s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.86s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.82s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.85s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunExitCode (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.77s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.79s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.80s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.54s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2020-02-04T18:56:25.466Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-04T18:56:25.466Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.69s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.84s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.60s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.19s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.65s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.78s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.15s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.54s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.67s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.90s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.67s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.13s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.28s) [2020-02-04T18:56:25.466Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.59s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.28s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.74s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.69s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.61s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunMount (6.59s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.96s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.88s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.74s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.69s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.75s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.65s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.55s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.98s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.63s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.77s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetHost (1.23s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.85s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.78s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.34s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.39s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.19s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.73s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.88s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.76s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.77s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.86s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (1.08s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.93s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.68s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.81s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.83s) [2020-02-04T18:56:25.467Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.85s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.67s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.91s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.88s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.90s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.75s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.61s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.22s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.57s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunRm (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.81s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.78s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.91s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.77s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.84s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.81s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.71s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunState (1.63s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.84s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.76s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.77s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunSysctls (1.60s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.66s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.81s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.98s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.24s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.26s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.46s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.31s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserByID (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserByName (0.84s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.84s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.76s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.64s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.13s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.46s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.64s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.38s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.77s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.90s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.07s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.86s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.61s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.82s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.16s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.17s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.18s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.17s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.84s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.78s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.86s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.32s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.64s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.77s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.72s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.13s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.87s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.88s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.64s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.07s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.10s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.29s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.26s) [2020-02-04T18:56:25.467Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents602944498 [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.67s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.74s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.88s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.42s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.70s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.59s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.53s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.05s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.61s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.90s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.84s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.47s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.25s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.80s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.23s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.73s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.02s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.88s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.83s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.78s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.82s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-04T18:56:25.467Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.79s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.42s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.62s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.97s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.79s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.89s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.60s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.97s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.98s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.69s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateStats (4.41s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.56s) [2020-02-04T18:56:25.467Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-04T18:56:25.467Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.05s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.95s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.32s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.57s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.29s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.69s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.22s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.16s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.42s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.48s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.66s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.60s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.46s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.59s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.36s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.35s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.37s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.87s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.87s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.04s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.88s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.24s) [2020-02-04T18:56:25.467Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.06s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.08s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.91s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.41s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.23s) [2020-02-04T18:56:25.468Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.27s) [2020-02-04T18:56:25.468Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-04T18:56:25.468Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-04T18:56:25.468Z] === RUN TestDockerRegistrySuite [2020-02-04T18:56:25.468Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-02-04T18:56:26.402Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-02-04T18:56:26.402Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-02-04T18:56:26.660Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-02-04T18:56:26.660Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-02-04T18:56:27.597Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-02-04T18:56:27.856Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-02-04T18:56:29.232Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-02-04T18:56:31.134Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-02-04T18:56:31.134Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-02-04T18:56:31.134Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-02-04T18:56:36.401Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-02-04T18:56:36.401Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-02-04T18:56:38.930Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-02-04T18:56:40.845Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-02-04T18:56:46.111Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-02-04T18:56:47.046Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-02-04T18:56:48.420Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-02-04T18:56:49.795Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-02-04T18:56:51.716Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-02-04T18:56:53.089Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-02-04T18:56:54.464Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-02-04T18:56:55.838Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-02-04T18:56:59.121Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-02-04T18:57:01.650Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-02-04T18:57:03.026Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-02-04T18:57:06.310Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-02-04T18:57:07.683Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-02-04T18:57:07.941Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-02-04T18:57:09.316Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-02-04T18:57:10.690Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-02-04T18:57:11.623Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-02-04T18:57:15.807Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-02-04T18:57:16.065Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-02-04T18:57:17.438Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-02-04T18:57:18.004Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-02-04T18:57:18.004Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-02-04T18:57:18.262Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-02-04T18:57:18.519Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-02-04T18:57:18.777Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-02-04T18:57:19.046Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-02-04T18:57:20.427Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-02-04T18:57:22.960Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-02-04T18:57:23.895Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-02-04T18:57:25.269Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-02-04T18:57:26.203Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite (61.61s) [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.06s) [2020-02-04T18:57:27.136Z] check_test.go:196: [de9569fb0d17f] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.55s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dfa220bf8c3c7] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (2.01s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d454f432c76ef] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dc0277ca857c7] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.80s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d07c05e1073f4] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.67s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d0a75d2dcba9b] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.75s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d7b0580c19c32] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.50s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dbd7e8b9a0b38] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.24s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d928ee2588b44] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.48s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dd8db91e16b33] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.76s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d12c066d21fbc] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.55s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d193ad5776aa1] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.38s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d85fa6bc0d13d] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.47s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d5da6665eac2f] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.73s) [2020-02-04T18:57:27.136Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:676cc295a0b7cacaea707d7968a500e9494023282c3321848b84a8ad350a247b [2020-02-04T18:57:27.136Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3d78235ae6cd3485d6d51ae9c68d27b0c2943c24d5b6dc2408ed3426a71d4797 [2020-02-04T18:57:27.136Z] check_test.go:196: [dfb7cd19533bb] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.77s) [2020-02-04T18:57:27.136Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:938e25296292d57150206870cc52f4cf0ef869cf8daa71253dec6431ac8ab2a7 [2020-02-04T18:57:27.136Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:942704891b5b6df0809ea111f8de6437abdd49936ca79c4c019779bcd067c833 [2020-02-04T18:57:27.136Z] check_test.go:196: [de83b9956cba1] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.48s) [2020-02-04T18:57:27.136Z] check_test.go:196: [df1b466823b0b] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.52s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d7914fa5c476c] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.44s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d1440522a3343] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d29757cecb395] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.38s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d04ca6f16322d] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.24s) [2020-02-04T18:57:27.136Z] check_test.go:196: [db0d59d6bc904] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.24s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dcb4a7e55f989] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.96s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d88425766011e] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dbcca82fc1986] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.39s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d116cf617a2f7] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.46s) [2020-02-04T18:57:27.136Z] check_test.go:196: [db8d233d5d510] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-02-04T18:57:27.136Z] check_test.go:196: [de58a138d478c] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dd3076eb7298e] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d9b58294fd906] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d276e20a228f9] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-02-04T18:57:27.136Z] check_test.go:196: [dff82b041fb29] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.44s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d7e03e6aeb8f1] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.20s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d8d490f823dc9] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.15s) [2020-02-04T18:57:27.136Z] check_test.go:196: [d426d511e7e4a] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.38s) [2020-02-04T18:57:27.136Z] check_test.go:196: [da37a6b666015] daemon is not started [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.03s) [2020-02-04T18:57:27.136Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.83s) [2020-02-04T18:57:27.136Z] === RUN TestDockerSchema1RegistrySuite [2020-02-04T18:57:27.137Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-02-04T18:57:27.137Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-02-04T18:57:32.402Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-02-04T18:57:33.336Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-02-04T18:57:36.617Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-02-04T18:57:36.617Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-02-04T18:57:40.802Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-02-04T18:57:41.368Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-02-04T18:57:42.741Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-02-04T18:57:43.674Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-02-04T18:57:44.240Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-02-04T18:57:44.240Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-02-04T18:57:46.142Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-02-04T18:57:47.520Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-02-04T18:57:47.778Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-02-04T18:57:49.168Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-02-04T18:57:51.699Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-02-04T18:57:53.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-02-04T18:57:53.641Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-02-04T18:57:54.209Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-02-04T18:57:54.209Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-02-04T18:57:54.467Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-02-04T18:57:54.725Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-02-04T18:57:55.292Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite (28.32s) [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-02-04T18:57:55.292Z] check_test.go:223: [dee06c42249fd] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.44s) [2020-02-04T18:57:55.292Z] check_test.go:223: [dfe606a1012df] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.58s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d136e9e4a06d3] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (5.11s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d3d6ea63144e4] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.42s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d75bce96c79a4] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.39s) [2020-02-04T18:57:55.292Z] check_test.go:223: [da0e81f5cfc68] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d9ebcf29b9173] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.65s) [2020-02-04T18:57:55.292Z] check_test.go:223: [db83173e6cc8f] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.47s) [2020-02-04T18:57:55.292Z] check_test.go:223: [da76ff5ebab7c] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.49s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d2ffde5ddc61f] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.21s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d4ea5e7190c0c] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.54s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d0e7678325e2e] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.56s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d3e7d03329c72] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-02-04T18:57:55.292Z] check_test.go:223: [df5c80c5e65fc] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d954393987e5f] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d2976b2353d0e] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d5073ca22ca1b] daemon is not started [2020-02-04T18:57:55.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-02-04T18:57:55.292Z] check_test.go:223: [d7c341beaa967] daemon is not started [2020-02-04T18:57:55.292Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-02-04T18:57:55.292Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-02-04T18:57:56.226Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-02-04T18:57:56.793Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-02-04T18:57:57.051Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-02-04T18:57:58.426Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-02-04T18:57:58.426Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-02-04T18:57:58.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-02-04T18:57:59.265Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.06s) [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.94s) [2020-02-04T18:57:59.523Z] check_test.go:252: [d89f2885740e6] daemon is not started [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.53s) [2020-02-04T18:57:59.523Z] check_test.go:252: [d14abb4c6f21f] daemon is not started [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-02-04T18:57:59.523Z] check_test.go:252: [dfed4c84e8284] daemon is not started [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.15s) [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-02-04T18:57:59.523Z] check_test.go:252: [d352d74008ddb] daemon is not started [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-02-04T18:57:59.523Z] check_test.go:252: [d5e54c9e302bf] daemon is not started [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2020-02-04T18:57:59.523Z] check_test.go:252: [d3ae778395052] daemon is not started [2020-02-04T18:57:59.523Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2020-02-04T18:57:59.523Z] check_test.go:252: [dda107d7e59eb] daemon is not started [2020-02-04T18:57:59.523Z] === RUN TestDockerRegistryAuthTokenSuite [2020-02-04T18:57:59.523Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-02-04T18:58:04.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-02-04T18:58:04.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-02-04T18:58:04.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-02-04T18:58:05.042Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-02-04T18:58:05.042Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2020-02-04T18:58:05.042Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-02-04T18:58:05.042Z] check_test.go:279: [ded4de517383b] daemon is not started [2020-02-04T18:58:05.042Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-02-04T18:58:05.042Z] check_test.go:279: [d412ef5b16009] daemon is not started [2020-02-04T18:58:05.042Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-02-04T18:58:05.042Z] check_test.go:279: [d99a8137ef32a] daemon is not started [2020-02-04T18:58:05.042Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-02-04T18:58:05.042Z] check_test.go:279: [dd12f0134a10e] daemon is not started [2020-02-04T18:58:05.042Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-02-04T18:58:05.042Z] check_test.go:279: [d732867791f11] daemon is not started [2020-02-04T18:58:05.042Z] === RUN TestDockerNetworkSuite [2020-02-04T18:58:05.042Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-02-04T18:58:07.571Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-02-04T18:58:08.943Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-02-04T18:58:12.224Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-02-04T18:58:14.124Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-02-04T18:58:16.652Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-02-04T18:58:20.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-02-04T18:58:22.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-02-04T18:58:26.927Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-02-04T18:58:30.207Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-02-04T18:58:32.736Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-02-04T18:58:32.994Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-02-04T18:58:36.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-02-04T18:58:36.845Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-02-04T18:58:38.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-02-04T18:58:39.310Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-02-04T18:58:40.244Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-02-04T18:58:41.617Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-02-04T18:58:43.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-02-04T18:58:43.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-02-04T18:58:44.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-02-04T18:58:44.340Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-02-04T18:58:45.715Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-02-04T18:58:45.972Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-02-04T18:58:45.972Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-02-04T18:58:46.230Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-02-04T18:58:47.625Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-02-04T18:58:49.604Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-02-04T18:58:49.604Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-02-04T18:58:49.604Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-02-04T18:58:49.862Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-02-04T18:58:50.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-02-04T18:58:53.401Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-02-04T18:58:53.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-02-04T18:58:56.497Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-02-04T18:58:57.873Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-02-04T18:58:59.788Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-02-04T18:59:03.077Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-02-04T18:59:07.261Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-02-04T18:59:07.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-02-04T18:59:08.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-02-04T18:59:09.019Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-02-04T18:59:09.276Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-02-04T18:59:09.534Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-02-04T18:59:09.534Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-02-04T18:59:09.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-02-04T18:59:09.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-02-04T18:59:09.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-02-04T18:59:13.990Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-02-04T18:59:13.990Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-02-04T18:59:13.990Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-02-04T18:59:15.363Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-02-04T18:59:20.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-02-04T18:59:24.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-02-04T18:59:24.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-02-04T18:59:26.195Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-02-04T18:59:28.722Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-02-04T18:59:28.722Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-02-04T18:59:30.096Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-02-04T18:59:30.662Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-02-04T18:59:32.564Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite (92.86s) [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.52s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d773bf56f96f0] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.24s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d7f7c5348a8a1] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.84s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d993dbfd363d4] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.88s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d9cac631365e5] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.79s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:1233: [dba88e6fe5197] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.16s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d5bb55c52f40a] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.66s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d69e1c20e22d3] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.15s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [df600690fd7db] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.02s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d3e036af84449] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.97s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d496c2e20f26a] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.73s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [da5e4a131a257] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.48s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d7a07f8efde48] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.73s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [deebbde0ba30e] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d01e41e412dca] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.66s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d116384e40eb8] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.58s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d3616a137a986] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [d665f2eefe9ec] daemon is not started [2020-02-04T18:59:39.124Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2020-02-04T18:59:39.124Z] docker_cli_network_unix_test.go:46: [dad98960e8103] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d19f6d26f9d91] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.44s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [dbdf790cf80eb] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.70s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [df98ce92bcfb2] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d96e45d29ee79] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.52s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d4310a668c9b9] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.16s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d071b64559fef] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.96s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:968: [d98ede7adc3ea] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.69s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d8b9a89c9ebfb] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.16s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:1116: [db1640fd385ce] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.26s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [dd0e94045615f] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.91s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d8e6689468d2e] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.24s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d8afd4bd7b460] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.10s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d0b893c093092] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.22s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d67534cd9ce53] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.18s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d855e5da54236] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [df52e4e412754] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.08s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d274bb24a07bb] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d4819cbc0f617] daemon is not started [2020-02-04T18:59:39.125Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [de1a689fdad15] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.39s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d114b7d85c41a] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.55s) [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.55s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:1084: [d863b878dfe89] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [dff4d66a27aab] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.45s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d60a85dfa8af9] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.68s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d4fc46ed4a346] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d1dbcbf21c8c9] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.24s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [ddccec38ef7af] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.75s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d47bdb149baae] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.69s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [d75cc4bcb18e3] daemon is not started [2020-02-04T18:59:39.125Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.65s) [2020-02-04T18:59:39.125Z] docker_cli_network_unix_test.go:46: [dc51af82f4c76] daemon is not started [2020-02-04T18:59:39.125Z] === RUN TestDockerHubPullSuite [2020-02-04T18:59:39.125Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-02-04T18:59:39.382Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-02-04T18:59:41.908Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-02-04T18:59:42.166Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-02-04T18:59:44.692Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-02-04T18:59:44.692Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite (6.58s) [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.46s) [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.25s) [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.35s) [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.19s) [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2020-02-04T18:59:44.692Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.10s) [2020-02-04T18:59:44.692Z] PASS [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === Skipped [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_sni_test.go:18: Flakey test [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-04T18:59:44.692Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-04T18:59:44.692Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-04T18:59:44.692Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-04T18:59:44.692Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-04T18:59:44.692Z] docker_cli_network_unix_test.go:46: [de1a689fdad15] daemon is not started [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] [2020-02-04T18:59:44.692Z] DONE 1277 tests, 44 skipped in 2037.740s [2020-02-04T18:59:44.692Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-04T18:59:44.692Z] ++++ cat bundles/test-integration/docker.pid [2020-02-04T18:59:44.692Z] +++ kill 7284 [2020-02-04T18:59:45.626Z] +++ /etc/init.d/apparmor stop [2020-02-04T18:59:45.626Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T18:59:45.626Z] [2020-02-04T18:59:45.626Z] Unloading profiles will leave already running processes permanently [2020-02-04T18:59:45.626Z] unconfined, which can lead to unexpected situations. [2020-02-04T18:59:45.626Z] [2020-02-04T18:59:45.626Z] To set a process to complain mode, use the command line tool [2020-02-04T18:59:45.626Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T18:59:45.626Z] +++ true [2020-02-04T18:59:45.626Z] [2020-02-04T19:00:03.701Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-02-04T19:00:21.967Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite (1716.44s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.56s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.65s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.87s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.48s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.95s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (26.38s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:563: [d744e3ff00cba] joining swarm manager [dc2902a770a37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:585: [d090c6be9e1ea] joining swarm manager [dc2902a770a37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] check_test.go:380: [d744e3ff00cba] daemon is not started [2020-02-04T19:00:40.040Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.50s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:46: [d3572b4cbf1b3] joining swarm manager [d611957927a5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.93s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.81s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (45.13s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:304: [d8dacc91bea42] joining swarm manager [d316cf67e4910]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:305: [def060aeb60af] joining swarm manager [d316cf67e4910]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.92s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:272: [d42b93fe5f4be] joining swarm manager [dad97ee9c50c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:273: [d6b50ff3b69cd] joining swarm manager [dad97ee9c50c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.73s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.71s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.01s) [2020-02-04T19:00:40.040Z] docker_api_swarm_node_test.go:19: [dbdf0b494d3d5] joining swarm manager [d92a9053a0e8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_node_test.go:20: [dcc44454dd5e2] joining swarm manager [d92a9053a0e8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.56s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:502: [d75b01df4f1ab] joining swarm manager [d464ae113b2b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:507: [dfcfab1832d25] joining swarm manager [d464ae113b2b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.18s) [2020-02-04T19:00:40.040Z] docker_api_swarm_node_test.go:80: [db75856594c40] joining swarm manager [dd5defc5eb7c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.62s) [2020-02-04T19:00:40.040Z] docker_api_swarm_node_test.go:52: [df37cb5b562a1] joining swarm manager [d9d3ea363f31c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_node_test.go:53: [db6fa934611d7] joining swarm manager [d9d3ea363f31c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.20s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.24s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:202: [d329b2aa66dd9] joining swarm manager [d91f30f8b49f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.18s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:384: [d517d8b527c75] joining swarm manager [d5c08c76d6d48]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:385: [d300642f87d25] joining swarm manager [d5c08c76d6d48]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] check_test.go:380: [d300642f87d25] daemon is not started [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (54.12s) [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:802: [dc956aa53f851] joining swarm manager [d3a3fd207d109]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:802: [dd040ddc87184] joining swarm manager [d3a3fd207d109]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:802: [d7130df9042e1] joining swarm manager [d3a3fd207d109]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:802: [d317a22969074] joining swarm manager [d3a3fd207d109]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-04T19:00:40.040Z] docker_api_swarm_test.go:810: [d6c48a441b3a5] joining swarm manager [d3a3fd207d109]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.78s) [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.24s) [2020-02-04T19:00:40.040Z] docker_api_swarm_service_test.go:394: [d91d63bb5a1cd] joining swarm manager [d927cd04c6144]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_service_test.go:394: [d286d28d221f7] joining swarm manager [d927cd04c6144]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.11s) [2020-02-04T19:00:40.040Z] docker_api_swarm_service_test.go:342: [d18b5ab64742d] joining swarm manager [d71782cd6de24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.040Z] docker_api_swarm_service_test.go:342: [dc521233e37a0] joining swarm manager [d71782cd6de24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.040Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.97s) [2020-02-04T19:00:40.040Z] docker_api_swarm_service_test.go:489: [d5e8f54924554] joining swarm manager [d2d06dbb9d1fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:489: [d5bd74e08f050] joining swarm manager [d2d06dbb9d1fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.17s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.35s) [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:127: [d93ae02ff5bc8] joining swarm manager [d41a5fc6a9538]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:128: [df8444d41d780] joining swarm manager [d41a5fc6a9538]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:136: [d7d113b056300] joining swarm manager [d41a5fc6a9538]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:137: [d3e13614397d2] joining swarm manager [d41a5fc6a9538]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.09s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.19s) [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:303: [d2f25f130caca] joining swarm manager [d7e4f510c0f02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:303: [ddb3ab5d32485] joining swarm manager [d7e4f510c0f02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.33s) [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:99: [df8f0d7ef43dd] joining swarm manager [d5355343d5ea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:100: [de7470b12b747] joining swarm manager [d5355343d5ea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] check_test.go:380: [df8f0d7ef43dd] daemon is not started [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.28s) [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:532: [d698f1149d9b2] joining swarm manager [d3bf676f7f68a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:533: [d27fc44072078] joining swarm manager [d3bf676f7f68a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.76s) [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:147: [db38ca54bcfdb] joining swarm manager [db4c3d84e2675]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_api_swarm_service_test.go:147: [d6531f289065e] joining swarm manager [db4c3d84e2675]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.03s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.11s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.53s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.50s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.11s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.33s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.92s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.25s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.48s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.90s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.95s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.03s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.60s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.30s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.29s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.18s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.19s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.79s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.31s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.09s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.66s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.39s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.05s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.40s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.42s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.15s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.45s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.11s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.63s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.15s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.35s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.78s) [2020-02-04T19:00:40.041Z] docker_cli_service_logs_test.go:241: checking task fs4wnheui7jp [2020-02-04T19:00:40.041Z] docker_cli_service_logs_test.go:246: checking messages for fs4wnheui7jp [2020-02-04T19:00:40.041Z] docker_cli_service_logs_test.go:241: checking task y87d888xuy4g [2020-02-04T19:00:40.041Z] docker_cli_service_logs_test.go:246: checking messages for y87d888xuy4g [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.83s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.53s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.94s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.27s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (21.05s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1901: [d8cb589ba4af5] joining swarm manager [d4f9cb9c42f29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1902: [dd83a1489630c] joining swarm manager [d4f9cb9c42f29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.48s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.24s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.06s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.40s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1802: [dea723a4cfdcf] joining swarm manager [dd0922216f68b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1803: [dac574b221b6e] joining swarm manager [dd0922216f68b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.43s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (83.70s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1321: [dcc4d17879c39] joining swarm manager [d13fb844ea84e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1322: [d7609faaa4187] joining swarm manager [d13fb844ea84e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.19s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.89s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.34s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.50s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.10s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.80s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.64s) [2020-02-04T19:00:40.041Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.20s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.85s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.01s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.57s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.65s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1186: [d7c90f9610642] joining swarm manager [dad3ee1537799]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1195: [dd97a0e29a68d] joining swarm manager [dad3ee1537799]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.60s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (6.33s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (141.25s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1118: [d542213427f86] joining swarm manager [d6cf06440cdf6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1119: [d774fe44fdb5d] joining swarm manager [d6cf06440cdf6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1172: [d7baa35ad2c36] joining swarm manager [d6cf06440cdf6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.99s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1453: [df9acacb89baf] joining swarm manager [dc701997c7c61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] docker_cli_swarm_test.go:1454: [da7cf166ce61f] joining swarm manager [dc701997c7c61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.50s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.10s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.26s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.95s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.74s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.54s) [2020-02-04T19:00:40.041Z] docker_cli_swarm_unix_test.go:62: [d1f6f7813b63a] joining swarm manager [dfe1d4c98c4bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.05s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.14s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.07s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.33s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.59s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.47s) [2020-02-04T19:00:40.041Z] docker_api_swarm_test.go:962: [d0177d8ce0e88] joining swarm manager [dad64e941ddac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.11s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.99s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.11s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.86s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.49s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.30s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.41s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.40s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.23s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.29s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.46s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.10s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.51s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.08s) [2020-02-04T19:00:40.041Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.98s) [2020-02-04T19:00:40.041Z] === RUN TestDockerExternalVolumeSuite [2020-02-04T19:00:40.041Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-02-04T19:00:54.911Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-02-04T19:02:02.586Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-02-04T19:02:12.796Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-02-04T19:02:44.851Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-02-04T19:02:57.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-02-04T19:03:29.138Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-02-04T19:03:44.001Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-02-04T19:04:16.067Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-02-04T19:04:30.927Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-02-04T19:04:48.997Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-02-04T19:05:35.679Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-02-04T19:05:53.771Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-02-04T19:06:25.830Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-02-04T19:06:57.888Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-02-04T19:07:12.755Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-02-04T19:07:30.852Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-02-04T19:07:45.712Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite (441.28s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.91s) [2020-02-04T19:08:00.579Z] docker_cli_external_volume_driver_test.go:53: [de3173ac63594] daemon is not started [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.59s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-02-04T19:08:00.579Z] docker_cli_external_volume_driver_test.go:53: [db496ff8be64d] daemon is not started [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-02-04T19:08:00.579Z] docker_cli_external_volume_driver_test.go:53: [d4a59f65cf1d4] daemon is not started [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-02-04T19:08:00.579Z] docker_cli_external_volume_driver_test.go:53: [d02fbdcaf31c2] daemon is not started [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.59s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.66s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.77s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.59s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.36s) [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.41s) [2020-02-04T19:08:00.579Z] docker_cli_external_volume_driver_test.go:485: [d545c630a815a] daemon is not started [2020-02-04T19:08:00.579Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-02-04T19:08:00.579Z] docker_cli_external_volume_driver_test.go:53: [d75032f8ae466] daemon is not started [2020-02-04T19:08:00.579Z] PASS [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] === Skipped [2020-02-04T19:08:00.579Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2020-02-04T19:08:00.579Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2020-02-04T19:08:00.579Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2020-02-04T19:08:00.579Z] check_test.go:309: [df913f4a38384] daemon is not started [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-04T19:08:00.579Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-04T19:08:00.579Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-04T19:08:00.579Z] check_test.go:309: [d17aba5dd8c07] daemon is not started [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-02-04T19:08:00.579Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-02-04T19:08:00.579Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-04T19:08:00.579Z] check_test.go:309: [d2c445e92af7b] daemon is not started [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-04T19:08:00.579Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-04T19:08:00.579Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-04T19:08:00.579Z] check_test.go:309: [d7750e7037d9c] daemon is not started [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-04T19:08:00.579Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-04T19:08:00.579Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-04T19:08:00.579Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-04T19:08:00.579Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] [2020-02-04T19:08:00.579Z] DONE 273 tests, 6 skipped in 2534.211s [2020-02-04T19:08:00.579Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-04T19:08:00.579Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dacbbcb07db4d/docker.pid [2020-02-04T19:08:00.579Z] +++ kill 3763 [2020-02-04T19:08:00.579Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 3763 is not a child of this shell [2020-02-04T19:08:00.579Z] warning: PID 3763 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dacbbcb07db4d/docker.pid had a nonzero exit code [2020-02-04T19:08:00.579Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dacbbcb07db4d/root: target is busy. [2020-02-04T19:08:00.579Z] ++++ cat bundles/test-integration/docker.pid [2020-02-04T19:08:00.579Z] +++ kill 7277 [2020-02-04T19:08:00.837Z] +++ /etc/init.d/apparmor stop [2020-02-04T19:08:00.837Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-04T19:08:00.837Z] [2020-02-04T19:08:00.837Z] Unloading profiles will leave already running processes permanently [2020-02-04T19:08:00.837Z] unconfined, which can lead to unexpected situations. [2020-02-04T19:08:00.837Z] [2020-02-04T19:08:00.837Z] To set a process to complain mode, use the command line tool [2020-02-04T19:08:00.837Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-04T19:08:00.837Z] +++ true [2020-02-04T19:08:00.837Z] [2020-02-04T19:08:01.404Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-02-04T19:08:01.420Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-04T19:08:02.600Z] + echo Ensuring container killed. [2020-02-04T19:08:02.600Z] Ensuring container killed. [2020-02-04T19:08:02.600Z] + docker ps -aq -f name=docker-pr4-* [2020-02-04T19:08:02.600Z] + cids=40b9d584db33 [2020-02-04T19:08:02.600Z] b62ed97214c3 [2020-02-04T19:08:02.600Z] 5cf5ee7789a3 [2020-02-04T19:08:02.600Z] + [ -n 40b9d584db33 [2020-02-04T19:08:02.600Z] b62ed97214c3 [2020-02-04T19:08:02.600Z] 5cf5ee7789a3 ] [2020-02-04T19:08:02.600Z] + docker rm -vf 40b9d584db33 b62ed97214c3 5cf5ee7789a3 [2020-02-04T19:08:05.130Z] 40b9d584db33 [2020-02-04T19:08:05.130Z] b62ed97214c3 [2020-02-04T19:08:05.130Z] 5cf5ee7789a3 [Pipeline] sh [2020-02-04T19:08:05.431Z] + echo Chowning /workspace to jenkins user [2020-02-04T19:08:05.431Z] Chowning /workspace to jenkins user [2020-02-04T19:08:05.431Z] + id -u [2020-02-04T19:08:05.431Z] + id -g [2020-02-04T19:08:05.431Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40451:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-04T19:08:09.912Z] + bundleName=amd64 [2020-02-04T19:08:09.912Z] + echo Creating amd64-bundles.tar.gz [2020-02-04T19:08:09.912Z] Creating amd64-bundles.tar.gz [2020-02-04T19:08:09.912Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-02-04T19:08:09.912Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-04T19:08:10.857Z] Archiving artifacts [2020-02-04T19:08:11.957Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-04T19:08:12.271Z] + make clean [2020-02-04T19:08:12.529Z] docker volume rm -f docker-dev-cache [2020-02-04T19:08:12.529Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-04T19:12:33.255Z] ok github.com/docker/docker/integration-cli 2480.601s [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === Skipped [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-04T19:12:33.256Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-02-04T19:12:33.256Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-02-04T19:12:33.256Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-04T19:12:33.256Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-04T19:12:33.256Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-02-04T19:12:33.256Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-02-04T19:12:33.256Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-02-04T19:12:33.256Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-04T19:12:33.256Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-04T19:12:33.256Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-02-04T19:12:33.256Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2020-02-04T19:12:33.256Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2020-02-04T19:12:33.256Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-02-04T19:12:33.256Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.82s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.82s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.04s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.04s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.78s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.78s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.40s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-02-04T19:12:33.257Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.35s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.35s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.41s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.41s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.35s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.35s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.35s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-04T19:12:33.257Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-04T19:12:33.257Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.257Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.46s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2020-02-04T19:12:33.258Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.39s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2020-02-04T19:12:33.258Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-04T19:12:33.258Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-04T19:12:33.258Z] docker_cli_sni_test.go:18: Flakey test [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-02-04T19:12:33.258Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-02-04T19:12:33.258Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-04T19:12:33.258Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.258Z] [2020-02-04T19:12:33.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-02-04T19:12:33.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-02-04T19:12:33.259Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-04T19:12:33.259Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-04T19:12:33.259Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-04T19:12:33.259Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.259Z] [2020-02-04T19:12:33.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-02-04T19:12:33.259Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-02-04T19:12:33.259Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-02-04T19:12:33.260Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-02-04T19:12:33.260Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-04T19:12:33.260Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-04T19:12:33.260Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-04T19:12:33.260Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-04T19:12:33.260Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-04T19:12:33.260Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-02-04T19:12:33.260Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.260Z] [2020-02-04T19:12:33.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-02-04T19:12:33.260Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-02-04T19:12:33.260Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-02-04T19:12:33.261Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-04T19:12:33.261Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-04T19:12:33.261Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-04T19:12:33.261Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-04T19:12:33.261Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-02-04T19:12:33.261Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-02-04T19:12:33.261Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-02-04T19:12:33.261Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-04T19:12:33.261Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-04T19:12:33.261Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-02-04T19:12:33.261Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-02-04T19:12:33.261Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.261Z] [2020-02-04T19:12:33.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-04T19:12:33.261Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-04T19:12:33.262Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.262Z] [2020-02-04T19:12:33.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-04T19:12:33.262Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-04T19:12:33.262Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-02-04T19:12:33.263Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.263Z] [2020-02-04T19:12:33.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-04T19:12:33.263Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2020-02-04T19:12:33.264Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-04T19:12:33.264Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-04T19:12:33.264Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-04T19:12:33.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.264Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-04T19:12:33.265Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-04T19:12:33.265Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.265Z] [2020-02-04T19:12:33.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-04T19:12:33.266Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-02-04T19:12:33.266Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] DONE 1096 tests, 549 skipped in 2489.605s [2020-02-04T19:12:33.266Z] INFO: Integration tests ended at 02/04/2020 19:12:24. Duration:00:41:29.7281055 [2020-02-04T19:12:33.266Z] INFO: Docker info of the daemon under test at end of run [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] Containers: 2 [2020-02-04T19:12:33.266Z] Running: 0 [2020-02-04T19:12:33.266Z] Paused: 0 [2020-02-04T19:12:33.266Z] Stopped: 2 [2020-02-04T19:12:33.266Z] Images: 12 [2020-02-04T19:12:33.266Z] Server Version: 0.0.0-dev [2020-02-04T19:12:33.266Z] Storage Driver: windowsfilter [2020-02-04T19:12:33.266Z] Windows: [2020-02-04T19:12:33.266Z] Logging Driver: json-file [2020-02-04T19:12:33.266Z] Plugins: [2020-02-04T19:12:33.266Z] Volume: local [2020-02-04T19:12:33.266Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-04T19:12:33.266Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-04T19:12:33.266Z] Swarm: inactive [2020-02-04T19:12:33.266Z] Default Isolation: process [2020-02-04T19:12:33.266Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-04T19:12:33.266Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-04T19:12:33.266Z] OSType: windows [2020-02-04T19:12:33.266Z] Architecture: x86_64 [2020-02-04T19:12:33.266Z] CPUs: 4 [2020-02-04T19:12:33.266Z] Total Memory: 32GiB [2020-02-04T19:12:33.266Z] Name: azwin-2-f92230 [2020-02-04T19:12:33.266Z] ID: NTLK:J5KE:TMWS:ZWH7:MXU4:HJSI:EEBX:A246:X7R5:5HUL:RS4M:KO64 [2020-02-04T19:12:33.266Z] Docker Root Dir: D:\CI\PR-40451\4\daemon [2020-02-04T19:12:33.266Z] Debug Mode (client): false [2020-02-04T19:12:33.266Z] Debug Mode (server): true [2020-02-04T19:12:33.266Z] File Descriptors: -1 [2020-02-04T19:12:33.266Z] Goroutines: 18 [2020-02-04T19:12:33.266Z] System Time: 2020-02-04T19:12:24.9593485Z [2020-02-04T19:12:33.266Z] EventsListeners: 0 [2020-02-04T19:12:33.266Z] Registry: https://index.docker.io/v1/ [2020-02-04T19:12:33.266Z] Labels: [2020-02-04T19:12:33.266Z] Experimental: false [2020-02-04T19:12:33.266Z] Insecure Registries: [2020-02-04T19:12:33.266Z] 127.0.0.0/8 [2020-02-04T19:12:33.266Z] Live Restore Enabled: false [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] [2020-02-04T19:12:33.266Z] INFO: Stopping daemon under test [2020-02-04T19:12:33.266Z] SUCCESS: The process with PID 2716 (child process of PID 4024) has been terminated. [2020-02-04T19:12:33.266Z] SUCCESS: The process with PID 4024 (child process of PID 3604) has been terminated. [2020-02-04T19:12:33.266Z] INFO: Stop tailing logs of the daemon under tests [2020-02-04T19:12:33.266Z] INFO: executeCI.ps1 Completed successfully at 02/04/2020 19:12:25. [2020-02-04T19:12:33.266Z] INFO: Tidying up at end of run [2020-02-04T19:12:33.266Z] INFO: Saving daemon under test log (d:\CI\PR-40451\4\dut.out) to C:\windows\TEMP\CIDUT.out [2020-02-04T19:12:33.266Z] INFO: Saving daemon under test log (d:\CI\PR-40451\4\dut.err) to C:\windows\TEMP\CIDUT.err [2020-02-04T19:12:33.266Z] INFO: Nuke-Everything... [2020-02-04T19:12:33.266Z] INFO: Container count on control daemon to delete is 2 [2020-02-04T19:12:33.266Z] c5a8568f692c [2020-02-04T19:12:33.266Z] 4fee0a98e513 [2020-02-04T19:12:33.266Z] INFO: Non-base image count on control daemon to delete is 1 [2020-02-04T19:12:33.266Z] Deleted: sha256:a00cfb02c4e8f34a4ea00bd48ce2fd9a083cf7c78c781667d85ebecdaf96e911 [2020-02-04T19:12:33.266Z] Deleted: sha256:44a0bd4eacbb35cb26480e556a5c77b75d13c1442d8b7ce912a0ff408bacc6ed [2020-02-04T19:12:33.266Z] Deleted: sha256:bb403036aaf61118b6900dc0171c746bfa477f5f7f2cc181d5d9ad6f4fd036e6 [2020-02-04T19:12:33.266Z] Deleted: sha256:384085fd91ceb6e00be6f28ce71a5f4146327054dcee6a00f1995c2fcdab69b2 [2020-02-04T19:12:33.266Z] Deleted: sha256:823d21c5e0904ae68d330b09b41c1e60c078a8cee4a202109103e47f38864081 [2020-02-04T19:12:33.266Z] Deleted: sha256:f7a7b63eb9d281e6f5aa80058c35cc75cf7a675f718f58d45821e417a25bf777 [2020-02-04T19:12:33.266Z] INFO: Tidying pidfile d:\CI\PR-40451\4\docker.pid [2020-02-04T19:12:33.266Z] INFO: Nuking d:\CI [2020-02-04T19:12:58.357Z] INFO: Zapped successfully [2020-02-04T19:12:58.357Z] [2020-02-04T19:12:58.357Z] INFO: executeCI.ps1 exiting at Tue Feb 4 19:12:57 CUT 2020. Duration 00:58:57.8950362 [2020-02-04T19:12:58.357Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-02-04T19:12:58.617Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-02-04T19:13:03.436Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-02-04T19:13:05.174Z] Archiving artifacts [2020-02-04T19:13:18.863Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40451/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-04T19:13:19.777Z] + make clean [2020-02-04T19:13:20.742Z] docker volume rm -f docker-dev-cache [2020-02-04T19:13:20.742Z] 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