Pull request #40500 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from da6c1429d0b468fe8cb7c0cf41b59d5d3647391b+acb236d787762328d8d33233ef15139987c8c947 (6f658c7fca5bc6537088eefbd62bcbc7670c5302) 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-12T17:38:22.936Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-02-12T17:38:22.944Z] Trying to pass milestone 5 [Pipeline] milestone [2020-02-12T17:38:22.971Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-02-12T17:38:38.098Z] Still waiting to schedule task [2020-02-12T17:38:38.098Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-02-12T17:39:36.769Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09f91b893d3da8748) in /home/ubuntu/workspace/moby_PR-40500 [Pipeline] { [Pipeline] checkout [2020-02-12T17:39:38.953Z] using credential docker-jenkins-github-credentials [2020-02-12T17:39:38.961Z] Cloning the remote Git repository [2020-02-12T17:39:38.961Z] Cloning with configured refspecs honoured and without tags [2020-02-12T17:39:38.963Z] Cloning repository https://github.com/moby/moby.git [2020-02-12T17:39:38.997Z] > git init /home/ubuntu/workspace/moby_PR-40500 # timeout=10 [2020-02-12T17:39:39.326Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:39:39.327Z] > git --version # timeout=10 [2020-02-12T17:39:39.342Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:39:39.344Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:40:00.392Z] Fetching without tags [2020-02-12T17:40:00.798Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:00.302Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:40:00.313Z] > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10 [2020-02-12T17:40:00.326Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-12T17:40:00.357Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:40:00.394Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:40:00.395Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:40:00.395Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:40:01.579Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:01.580Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:40:00.806Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:40:00.837Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:01.525Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:40:01.557Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-12T17:40:01.582Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:40:01.609Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:03.449Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [2020-02-12T17:40:03.490Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-12T17:40:04.913Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40500:/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-12T17:40:03.452Z] > git rev-list --no-walk 001820c4ac19fcf0189c7e05eab79a1cb1adc34b # timeout=10 [2020-02-12T17:40:13.021Z] Unable to find image 'alpine:latest' locally [2020-02-12T17:40:13.021Z] latest: Pulling from library/alpine [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Pulling fs layer [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Verifying Checksum [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Download complete [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Pull complete [2020-02-12T17:40:13.021Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-02-12T17:40:13.021Z] Status: Downloaded newer image for alpine:latest [2020-02-12T17:40:19.592Z] 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 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2020-02-12T17:40:20.788Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09f91b893d3da8748) in /home/ubuntu/workspace/moby_PR-40500 [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] // stage [2020-02-12T17:40:20.825Z] Running on ppc64le-ubuntu-18 in /home/docker/workspace/moby_PR-40500 [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-02-12T17:40:20.905Z] using credential docker-jenkins-github-credentials Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2020-02-12T17:40:20.938Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-02-12T17:40:20.953Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-40500 [Pipeline] // stage [2020-02-12T17:40:20.965Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2020-02-12T17:40:20.984Z] using credential docker-jenkins-github-credentials [Pipeline] { Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } [2020-02-12T17:40:21.002Z] Cloning the remote Git repository Stage "ppc64le integration-cli" skipped due to when conditional [2020-02-12T17:40:21.002Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-02-12T17:40:21.188Z] using credential docker-jenkins-github-credentials [2020-02-12T17:40:21.234Z] Cloning the remote Git repository [2020-02-12T17:40:21.234Z] Cloning with configured refspecs honoured and without tags [2020-02-12T17:40:21.500Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:21.675Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:21.676Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:40:21.843Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [2020-02-12T17:40:20.916Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-02-12T17:40:20.941Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:40:20.975Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:40:20.975Z] > git --version # timeout=10 [2020-02-12T17:40:21.000Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:40:21.000Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:40:21.503Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:40:21.518Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:21.640Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:40:21.660Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-12T17:40:21.684Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:40:21.696Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:21.005Z] Cloning repository https://github.com/moby/moby.git [2020-02-12T17:40:21.006Z] > git init /home/docker/workspace/moby_PR-40500 # timeout=10 [2020-02-12T17:40:21.017Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:40:21.017Z] > git --version # timeout=10 [2020-02-12T17:40:21.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:40:21.021Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:40:21.262Z] Cloning repository https://github.com/moby/moby.git [2020-02-12T17:40:21.264Z] > git init /home/jenkins/workspace/moby_PR-40500 # timeout=10 [2020-02-12T17:40:21.310Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:40:21.312Z] > git --version # timeout=10 [2020-02-12T17:40:21.328Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:40:21.345Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-12T17:40:22.786Z] + [ PR != PR ] [2020-02-12T17:40:22.786Z] + [ master != master ] [2020-02-12T17:40:22.786Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-12T17:40:23.154Z] + docker version [2020-02-12T17:40:23.154Z] Client: Docker Engine - Community [2020-02-12T17:40:23.154Z] Version: 19.03.5 [2020-02-12T17:40:23.154Z] API version: 1.40 [2020-02-12T17:40:23.154Z] Go version: go1.12.12 [2020-02-12T17:40:23.154Z] Git commit: 633a0ea838 [2020-02-12T17:40:23.154Z] Built: Wed Nov 13 07:29:52 2019 [2020-02-12T17:40:23.154Z] OS/Arch: linux/amd64 [2020-02-12T17:40:23.154Z] Experimental: false [2020-02-12T17:40:23.154Z] [2020-02-12T17:40:23.154Z] Server: Docker Engine - Community [2020-02-12T17:40:23.154Z] Engine: [2020-02-12T17:40:23.154Z] Version: 19.03.5 [2020-02-12T17:40:23.154Z] API version: 1.40 (minimum version 1.12) [2020-02-12T17:40:23.154Z] Go version: go1.12.12 [2020-02-12T17:40:23.154Z] Git commit: 633a0ea838 [2020-02-12T17:40:23.154Z] Built: Wed Nov 13 07:28:22 2019 [2020-02-12T17:40:23.154Z] OS/Arch: linux/amd64 [2020-02-12T17:40:23.154Z] Experimental: true [2020-02-12T17:40:23.154Z] containerd: [2020-02-12T17:40:23.154Z] Version: 1.2.10 [2020-02-12T17:40:23.154Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-12T17:40:23.154Z] runc: [2020-02-12T17:40:23.154Z] Version: 1.0.0-rc8+dev [2020-02-12T17:40:23.154Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-12T17:40:23.154Z] docker-init: [2020-02-12T17:40:23.154Z] Version: 0.18.0 [2020-02-12T17:40:23.154Z] GitCommit: fec3683 [Pipeline] sh [2020-02-12T17:40:23.474Z] + docker info [2020-02-12T17:40:29.372Z] Fetching without tags [2020-02-12T17:40:29.781Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:30.460Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:30.461Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:40:29.249Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:40:29.266Z] > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10 [2020-02-12T17:40:29.287Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-12T17:40:29.342Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:40:29.411Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:40:29.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:40:29.415Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:40:29.810Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:40:29.832Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:30.369Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:40:30.429Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-12T17:40:30.489Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:40:30.506Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:40:31.016Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-12T17:40:32.367Z] + docker version [2020-02-12T17:40:32.367Z] Client: [2020-02-12T17:40:32.367Z] Version: 18.06.1-ce [2020-02-12T17:40:32.367Z] API version: 1.38 [2020-02-12T17:40:32.367Z] Go version: go1.10.3 [2020-02-12T17:40:32.367Z] Git commit: e68fc7a [2020-02-12T17:40:32.367Z] Built: Tue Aug 21 17:24:34 2018 [2020-02-12T17:40:32.367Z] OS/Arch: linux/s390x [2020-02-12T17:40:32.367Z] Experimental: false [2020-02-12T17:40:32.367Z] [2020-02-12T17:40:32.367Z] Server: [2020-02-12T17:40:32.367Z] Engine: [2020-02-12T17:40:32.367Z] Version: 18.06.1-ce [2020-02-12T17:40:32.367Z] API version: 1.38 (minimum version 1.12) [2020-02-12T17:40:32.367Z] Go version: go1.10.3 [2020-02-12T17:40:32.367Z] Git commit: e68fc7a [2020-02-12T17:40:32.367Z] Built: Tue Aug 21 17:23:34 2018 [2020-02-12T17:40:32.367Z] OS/Arch: linux/s390x [2020-02-12T17:40:32.367Z] Experimental: true [Pipeline] sh [2020-02-12T17:40:33.102Z] + docker info [2020-02-12T17:40:33.102Z] Containers: 0 [2020-02-12T17:40:33.102Z] Running: 0 [2020-02-12T17:40:33.102Z] Paused: 0 [2020-02-12T17:40:33.102Z] Stopped: 0 [2020-02-12T17:40:33.102Z] Images: 0 [2020-02-12T17:40:33.102Z] Server Version: 18.06.1-ce [2020-02-12T17:40:33.102Z] Storage Driver: overlay2 [2020-02-12T17:40:33.102Z] Backing Filesystem: extfs [2020-02-12T17:40:33.102Z] Supports d_type: true [2020-02-12T17:40:33.102Z] Native Overlay Diff: true [2020-02-12T17:40:33.102Z] Logging Driver: json-file [2020-02-12T17:40:33.102Z] Cgroup Driver: cgroupfs [2020-02-12T17:40:33.102Z] Plugins: [2020-02-12T17:40:33.102Z] Volume: local [2020-02-12T17:40:33.102Z] Network: bridge host ipvlan macvlan null overlay [2020-02-12T17:40:33.102Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-12T17:40:33.102Z] Swarm: inactive [2020-02-12T17:40:33.102Z] Runtimes: runc [2020-02-12T17:40:33.102Z] Default Runtime: runc [2020-02-12T17:40:33.102Z] Init Binary: docker-init [2020-02-12T17:40:33.102Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-12T17:40:33.102Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-12T17:40:33.102Z] init version: fec3683 [2020-02-12T17:40:33.102Z] Security Options: [2020-02-12T17:40:33.102Z] apparmor [2020-02-12T17:40:33.102Z] seccomp [2020-02-12T17:40:33.102Z] Profile: default [2020-02-12T17:40:33.102Z] Kernel Version: 4.4.0-171-generic [2020-02-12T17:40:33.102Z] Operating System: Ubuntu 16.04.5 LTS [2020-02-12T17:40:33.102Z] OSType: linux [2020-02-12T17:40:33.102Z] Architecture: s390x [2020-02-12T17:40:33.102Z] CPUs: 2 [2020-02-12T17:40:33.102Z] Total Memory: 7.862GiB [2020-02-12T17:40:33.102Z] Name: s390x-ubuntu-14 [2020-02-12T17:40:33.102Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-02-12T17:40:33.102Z] Docker Root Dir: /var/lib/docker [2020-02-12T17:40:33.102Z] Debug Mode (client): false [2020-02-12T17:40:33.102Z] Debug Mode (server): false [2020-02-12T17:40:33.102Z] Username: dockerbuildbot [2020-02-12T17:40:33.102Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:40:33.102Z] Labels: [2020-02-12T17:40:33.102Z] Experimental: true [2020-02-12T17:40:33.102Z] Insecure Registries: [2020-02-12T17:40:33.102Z] 127.0.0.0/8 [2020-02-12T17:40:33.102Z] Live Restore Enabled: false [2020-02-12T17:40:33.102Z] [2020-02-12T17:40:33.102Z] WARNING: No swap limit support [Pipeline] sh [2020-02-12T17:40:33.836Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:40:33.836Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:40:33.836Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40500/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-12T17:40:33.836Z] + bash /home/jenkins/workspace/moby_PR-40500/check-config.sh [2020-02-12T17:40:33.836Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-12T17:40:33.836Z] info: reading kernel config from /boot/config-4.4.0-171-generic ... [2020-02-12T17:40:33.836Z] [2020-02-12T17:40:33.836Z] Generally Necessary: [2020-02-12T17:40:34.188Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-12T17:40:34.188Z] - apparmor: enabled and tools installed [2020-02-12T17:40:34.188Z] - CONFIG_NAMESPACES: enabled [2020-02-12T17:40:34.188Z] - CONFIG_NET_NS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_PID_NS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_IPC_NS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_UTS_NS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CGROUPS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CPUSETS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_MEMCG: enabled [2020-02-12T17:40:34.188Z] - CONFIG_KEYS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_VETH: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-12T17:40:34.188Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-12T17:40:34.188Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-12T17:40:34.188Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-12T17:40:34.188Z] [2020-02-12T17:40:34.188Z] Optional Features: [2020-02-12T17:40:34.188Z] - CONFIG_USER_NS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_SECCOMP: enabled [2020-02-12T17:40:34.188Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-12T17:40:34.188Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-12T17:40:34.189Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-12T17:40:34.189Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-12T17:40:34.189Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-12T17:40:34.189Z] - CONFIG_BLK_CGROUP: enabled [2020-02-12T17:40:34.189Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-12T17:40:34.189Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-12T17:40:34.189Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-12T17:40:34.189Z] - CONFIG_CGROUP_PERF: enabled [2020-02-12T17:40:34.189Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-12T17:40:34.189Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-12T17:40:34.189Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-12T17:40:34.189Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-12T17:40:34.189Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-12T17:40:34.189Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_IP_VS: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-12T17:40:34.189Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-12T17:40:34.189Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-12T17:40:34.189Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_EXT4_FS: enabled [2020-02-12T17:40:34.189Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-12T17:40:34.189Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-12T17:40:34.189Z] - Network Drivers: [2020-02-12T17:40:34.189Z] - "overlay": [2020-02-12T17:40:34.189Z] - CONFIG_VXLAN: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-12T17:40:34.189Z] Optional (for encrypted networks): [2020-02-12T17:40:34.189Z] - CONFIG_CRYPTO: enabled [2020-02-12T17:40:34.189Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_XFRM: enabled [2020-02-12T17:40:34.189Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-12T17:40:34.189Z] - "ipvlan": [2020-02-12T17:40:34.189Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-12T17:40:34.189Z] - "macvlan": [2020-02-12T17:40:34.189Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_DUMMY: enabled (as module) [2020-02-12T17:40:34.189Z] - "ftp,tftp client in container": [2020-02-12T17:40:34.189Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-12T17:40:34.189Z] - Storage Drivers: [2020-02-12T17:40:34.189Z] - "aufs": [2020-02-12T17:40:34.189Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-12T17:40:34.189Z] - "btrfs": [2020-02-12T17:40:34.189Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-12T17:40:34.189Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-12T17:40:34.189Z] - "devicemapper": [2020-02-12T17:40:34.189Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-12T17:40:34.189Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-12T17:40:34.189Z] - "overlay": [2020-02-12T17:40:34.189Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-12T17:40:34.189Z] - "zfs": [2020-02-12T17:40:34.189Z] - /dev/zfs: missing [2020-02-12T17:40:34.189Z] - zfs command: missing [2020-02-12T17:40:34.189Z] - zpool command: missing [2020-02-12T17:40:34.189Z] [2020-02-12T17:40:34.189Z] Limits: [2020-02-12T17:40:34.189Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-12T17:40:34.189Z] [2020-02-12T17:40:34.189Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-12T17:40:35.043Z] + make bundles/buildx [2020-02-12T17:40:35.043Z] make: command: Command not found [2020-02-12T17:40:35.043Z] make: command: Command not found [2020-02-12T17:40:35.043Z] mkdir bundles [2020-02-12T17:40:35.043Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-12T17:40:35.043Z] --build-arg BUILDX_COMMIT \ [2020-02-12T17:40:35.043Z] --build-arg BUILDX_REPO \ [2020-02-12T17:40:35.043Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-12T17:40:35.043Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-12T17:40:35.043Z] . [2020-02-12T17:40:35.043Z] /bin/sh: 4: go: not found [2020-02-12T17:40:35.043Z] /bin/sh: 5: go: not found [2020-02-12T17:40:35.663Z] Client: [2020-02-12T17:40:35.663Z] Debug Mode: false [2020-02-12T17:40:35.663Z] [2020-02-12T17:40:35.663Z] Server: [2020-02-12T17:40:35.663Z] Containers: 0 [2020-02-12T17:40:35.663Z] Running: 0 [2020-02-12T17:40:35.663Z] Paused: 0 [2020-02-12T17:40:35.663Z] Stopped: 0 [2020-02-12T17:40:35.663Z] Images: 1 [2020-02-12T17:40:35.663Z] Server Version: 19.03.5 [2020-02-12T17:40:35.663Z] Storage Driver: overlay2 [2020-02-12T17:40:35.663Z] Backing Filesystem: extfs [2020-02-12T17:40:35.663Z] Supports d_type: true [2020-02-12T17:40:35.663Z] Native Overlay Diff: true [2020-02-12T17:40:35.663Z] Logging Driver: json-file [2020-02-12T17:40:35.663Z] Cgroup Driver: cgroupfs [2020-02-12T17:40:35.663Z] Plugins: [2020-02-12T17:40:35.663Z] Volume: local [2020-02-12T17:40:35.663Z] Network: bridge host ipvlan macvlan null overlay [2020-02-12T17:40:35.663Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-12T17:40:35.663Z] Swarm: inactive [2020-02-12T17:40:35.663Z] Runtimes: runc [2020-02-12T17:40:35.663Z] Default Runtime: runc [2020-02-12T17:40:35.663Z] Init Binary: docker-init [2020-02-12T17:40:35.663Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-12T17:40:35.663Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-12T17:40:35.663Z] init version: fec3683 [2020-02-12T17:40:35.663Z] Security Options: [2020-02-12T17:40:35.663Z] apparmor [2020-02-12T17:40:35.663Z] seccomp [2020-02-12T17:40:35.663Z] Profile: default [2020-02-12T17:40:35.663Z] Kernel Version: 4.15.0-1058-aws [2020-02-12T17:40:35.663Z] Operating System: Ubuntu 18.04.4 LTS [2020-02-12T17:40:35.663Z] OSType: linux [2020-02-12T17:40:35.663Z] Architecture: x86_64 [2020-02-12T17:40:35.663Z] CPUs: 2 [2020-02-12T17:40:35.663Z] Total Memory: 7.501GiB [2020-02-12T17:40:35.663Z] Name: ip-10-100-40-205 [2020-02-12T17:40:35.663Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-02-12T17:40:35.663Z] Docker Root Dir: /var/lib/docker [2020-02-12T17:40:35.663Z] Debug Mode: false [2020-02-12T17:40:35.663Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:40:35.663Z] Labels: [2020-02-12T17:40:35.663Z] Experimental: true [2020-02-12T17:40:35.663Z] Insecure Registries: [2020-02-12T17:40:35.663Z] 127.0.0.0/8 [2020-02-12T17:40:35.663Z] Live Restore Enabled: true [2020-02-12T17:40:35.663Z] [2020-02-12T17:40:35.663Z] WARNING: No swap limit support [Pipeline] sh [2020-02-12T17:40:35.768Z] Still waiting to schedule task [2020-02-12T17:40:35.768Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-02-12T17:40:35.776Z] Still waiting to schedule task [2020-02-12T17:40:35.777Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0018a91b201c745ff)’ [2020-02-12T17:40:35.779Z] Still waiting to schedule task [2020-02-12T17:40:35.779Z] Waiting for next available executor on ‘azwin-2-20cd40’ [2020-02-12T17:40:35.966Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:40:35.966Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:40:35.966Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40500/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-12T17:40:36.223Z] + bash /home/ubuntu/workspace/moby_PR-40500/check-config.sh [2020-02-12T17:40:36.223Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-12T17:40:36.223Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-02-12T17:40:36.223Z] [2020-02-12T17:40:36.223Z] Generally Necessary: [2020-02-12T17:40:36.223Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-12T17:40:36.223Z] - apparmor: enabled and tools installed [2020-02-12T17:40:36.322Z] Sending build context to Docker daemon 51.68MB [2020-02-12T17:40:36.322Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-12T17:40:36.322Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-12T17:40:36.322Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-12T17:40:36.322Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-12T17:40:36.483Z] - CONFIG_NAMESPACES: enabled [2020-02-12T17:40:36.483Z] - CONFIG_NET_NS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_PID_NS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_IPC_NS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_UTS_NS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_CGROUPS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-12T17:40:36.483Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-12T17:40:36.483Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-12T17:40:36.483Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-12T17:40:36.483Z] - CONFIG_CPUSETS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_MEMCG: enabled [2020-02-12T17:40:36.483Z] - CONFIG_KEYS: enabled [2020-02-12T17:40:36.483Z] - CONFIG_VETH: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-12T17:40:36.483Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-12T17:40:36.681Z] 1.12.10-stretch: Pulling from library/golang [2020-02-12T17:40:36.681Z] ade01ea651a2: Pulling fs layer [2020-02-12T17:40:36.681Z] fbabdb69f639: Pulling fs layer [2020-02-12T17:40:36.681Z] ff33bd1013d7: Pulling fs layer [2020-02-12T17:40:36.681Z] 85cfe9d77eff: Pulling fs layer [2020-02-12T17:40:36.681Z] ace5139f9caa: Pulling fs layer [2020-02-12T17:40:36.681Z] e4d79466b81c: Pulling fs layer [2020-02-12T17:40:36.681Z] b00baabad4ce: Pulling fs layer [2020-02-12T17:40:36.681Z] ace5139f9caa: Waiting [2020-02-12T17:40:36.681Z] e4d79466b81c: Waiting [2020-02-12T17:40:36.681Z] b00baabad4ce: Waiting [2020-02-12T17:40:36.681Z] 85cfe9d77eff: Waiting [2020-02-12T17:40:36.755Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-12T17:40:36.755Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-12T17:40:36.755Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-12T17:40:36.755Z] [2020-02-12T17:40:36.755Z] Optional Features: [2020-02-12T17:40:36.755Z] - CONFIG_USER_NS: enabled [2020-02-12T17:40:36.755Z] - CONFIG_SECCOMP: enabled [2020-02-12T17:40:36.755Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-12T17:40:36.755Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-12T17:40:36.755Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-12T17:40:36.755Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-12T17:40:36.755Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-12T17:40:36.755Z] - CONFIG_BLK_CGROUP: enabled [2020-02-12T17:40:36.755Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-12T17:40:36.755Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-12T17:40:36.755Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-12T17:40:36.755Z] - CONFIG_CGROUP_PERF: enabled [2020-02-12T17:40:36.755Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-12T17:40:36.755Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-12T17:40:36.755Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-12T17:40:36.755Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-12T17:40:36.755Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-12T17:40:36.755Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-12T17:40:36.755Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-12T17:40:36.755Z] - CONFIG_IP_VS: enabled (as module) [2020-02-12T17:40:36.755Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-12T17:40:36.755Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-12T17:40:36.755Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-12T17:40:36.755Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-12T17:40:36.755Z] - CONFIG_EXT4_FS: enabled [2020-02-12T17:40:36.755Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-12T17:40:36.755Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-12T17:40:36.755Z] - Network Drivers: [2020-02-12T17:40:36.755Z] - "overlay": [2020-02-12T17:40:36.755Z] - CONFIG_VXLAN: enabled (as module) [2020-02-12T17:40:36.755Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-12T17:40:36.755Z] Optional (for encrypted networks): [2020-02-12T17:40:37.026Z] - CONFIG_CRYPTO: enabled [2020-02-12T17:40:37.026Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-12T17:40:37.026Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-12T17:40:37.026Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-12T17:40:37.026Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-12T17:40:37.026Z] - CONFIG_XFRM: enabled [2020-02-12T17:40:37.026Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-12T17:40:37.026Z] - "ipvlan": [2020-02-12T17:40:37.026Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-12T17:40:37.026Z] - "macvlan": [2020-02-12T17:40:37.026Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_DUMMY: enabled (as module) [2020-02-12T17:40:37.026Z] - "ftp,tftp client in container": [2020-02-12T17:40:37.026Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-12T17:40:37.026Z] - Storage Drivers: [2020-02-12T17:40:37.026Z] - "aufs": [2020-02-12T17:40:37.026Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-12T17:40:37.026Z] - "btrfs": [2020-02-12T17:40:37.026Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-12T17:40:37.026Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-12T17:40:37.026Z] - "devicemapper": [2020-02-12T17:40:37.026Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-12T17:40:37.026Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-12T17:40:37.026Z] - "overlay": [2020-02-12T17:40:37.026Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-12T17:40:37.026Z] - "zfs": [2020-02-12T17:40:37.026Z] - /dev/zfs: missing [2020-02-12T17:40:37.026Z] - zfs command: missing [2020-02-12T17:40:37.026Z] - zpool command: missing [2020-02-12T17:40:37.026Z] [2020-02-12T17:40:37.026Z] Limits: [2020-02-12T17:40:37.026Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-12T17:40:37.026Z] [2020-02-12T17:40:37.026Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-02-12T17:40:37.077Z] fbabdb69f639: Verifying Checksum [2020-02-12T17:40:37.077Z] fbabdb69f639: Download complete [2020-02-12T17:40:37.077Z] ff33bd1013d7: Verifying Checksum [2020-02-12T17:40:37.077Z] ff33bd1013d7: Download complete [Pipeline] sh [2020-02-12T17:40:37.381Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b . [2020-02-12T17:40:37.381Z] #1 [internal] load build definition from Dockerfile [2020-02-12T17:40:37.381Z] #1 transferring dockerfile: 15.71kB done [2020-02-12T17:40:37.381Z] #1 DONE 0.1s [2020-02-12T17:40:37.381Z] [2020-02-12T17:40:37.381Z] #2 [internal] load .dockerignore [2020-02-12T17:40:37.381Z] #2 transferring context: 87B done [2020-02-12T17:40:37.381Z] #2 DONE 0.1s [2020-02-12T17:40:37.644Z] [2020-02-12T17:40:37.644Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-12T17:40:37.902Z] #3 DONE 0.3s [2020-02-12T17:40:37.902Z] [2020-02-12T17:40:37.902Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:40:37.902Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-12T17:40:37.902Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 7.21MB / 8.82MB 0.2s [2020-02-12T17:40:37.902Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-12T17:40:37.902Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-12T17:40:37.902Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-12T17:40:37.908Z] ade01ea651a2: Verifying Checksum [2020-02-12T17:40:37.908Z] ade01ea651a2: Download complete [2020-02-12T17:40:38.159Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2020-02-12T17:40:38.159Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.1s [2020-02-12T17:40:38.300Z] 85cfe9d77eff: Verifying Checksum [2020-02-12T17:40:38.300Z] 85cfe9d77eff: Download complete [2020-02-12T17:40:38.300Z] b00baabad4ce: Verifying Checksum [2020-02-12T17:40:38.300Z] b00baabad4ce: Download complete [2020-02-12T17:40:38.300Z] ace5139f9caa: Verifying Checksum [2020-02-12T17:40:38.300Z] ace5139f9caa: Download complete [2020-02-12T17:40:38.726Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.5s done [2020-02-12T17:40:38.726Z] #4 DONE 0.7s [2020-02-12T17:40:38.983Z] [2020-02-12T17:40:38.983Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-12T17:40:39.070Z] e4d79466b81c: Verifying Checksum [2020-02-12T17:40:39.070Z] e4d79466b81c: Download complete [2020-02-12T17:40:39.240Z] #6 ... [2020-02-12T17:40:39.240Z] [2020-02-12T17:40:39.240Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-12T17:40:39.240Z] #5 DONE 0.1s [2020-02-12T17:40:39.240Z] [2020-02-12T17:40:39.240Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-12T17:40:39.240Z] #6 DONE 0.2s [2020-02-12T17:40:39.240Z] [2020-02-12T17:40:39.240Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:40:39.241Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-12T17:40:39.426Z] ade01ea651a2: Pull complete [2020-02-12T17:40:39.501Z] #7 sha256:6586e3d10e9613cb13f3917adc0c0c8157ed94e44106f8140259e045b07dc1fa 5.46kB / 5.46kB done [2020-02-12T17:40:39.501Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-12T17:40:39.501Z] #7 sha256:453fe9f2a24a42530430d8a5f5a2c8ea3bcd724d3aec277dbfc4b20031140fc3 1.79kB / 1.79kB done [2020-02-12T17:40:39.501Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 2.83MB / 50.38MB 0.1s [2020-02-12T17:40:39.501Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 243.24kB / 7.81MB 0.1s [2020-02-12T17:40:39.758Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 10.18MB / 50.38MB 0.4s [2020-02-12T17:40:39.759Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.3s done [2020-02-12T17:40:39.759Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 5.15MB / 10.00MB 0.4s [2020-02-12T17:40:39.759Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 7.62MB / 10.00MB 0.5s [2020-02-12T17:40:39.759Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 0B / 51.79MB 0.5s [2020-02-12T17:40:39.788Z] fbabdb69f639: Pull complete [2020-02-12T17:40:40.019Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 14.27MB / 50.38MB 0.7s [2020-02-12T17:40:40.019Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.7s [2020-02-12T17:40:40.138Z] ff33bd1013d7: Pull complete [2020-02-12T17:40:40.277Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.7s done [2020-02-12T17:40:40.277Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 4.00MB / 51.79MB 0.9s [2020-02-12T17:40:40.277Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 1.08MB / 68.52MB 0.9s [2020-02-12T17:40:40.277Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 17.71MB / 50.38MB 0.9s [2020-02-12T17:40:40.535Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 23.75MB / 50.38MB 1.1s [2020-02-12T17:40:40.535Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 10.81MB / 51.79MB 1.1s [2020-02-12T17:40:40.535Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 11.32MB / 68.52MB 1.1s [2020-02-12T17:40:40.793Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 35.21MB / 50.38MB 1.4s [2020-02-12T17:40:40.793Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 15.64MB / 51.79MB 1.4s [2020-02-12T17:40:40.793Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 16.69MB / 68.52MB 1.4s [2020-02-12T17:40:40.793Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 39.02MB / 50.38MB 1.5s [2020-02-12T17:40:40.793Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 21.61MB / 68.52MB 1.5s [2020-02-12T17:40:41.050Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.7s [2020-02-12T17:40:41.050Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 25.21MB / 51.79MB 1.7s [2020-02-12T17:40:41.050Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 30.63MB / 68.52MB 1.7s [2020-02-12T17:40:41.308Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.8s done [2020-02-12T17:40:41.308Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 34.90MB / 51.79MB 2.0s [2020-02-12T17:40:41.308Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 39.12MB / 68.52MB 2.0s [2020-02-12T17:40:41.308Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 687.93kB / 120.07MB 2.0s [2020-02-12T17:40:41.567Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 39.05MB / 51.79MB 2.1s [2020-02-12T17:40:41.567Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 42.68MB / 68.52MB 2.1s [2020-02-12T17:40:41.567Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 [2020-02-12T17:40:41.567Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 45.78MB / 51.79MB 2.4s [2020-02-12T17:40:41.567Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 48.44MB / 68.52MB 2.4s [2020-02-12T17:40:41.567Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 10.85MB / 120.07MB 2.4s [2020-02-12T17:40:41.831Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 49.58MB / 51.79MB 2.5s [2020-02-12T17:40:41.831Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 53.19MB / 68.52MB 2.5s [2020-02-12T17:40:41.831Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 16.94MB / 120.07MB 2.5s [2020-02-12T17:40:41.882Z] 85cfe9d77eff: Pull complete [2020-02-12T17:40:42.092Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 2.6s done [2020-02-12T17:40:42.092Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 0B / 126B 2.7s [2020-02-12T17:40:42.092Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 63.73MB / 68.52MB 2.9s [2020-02-12T17:40:42.092Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 24.72MB / 120.07MB 2.9s [2020-02-12T17:40:42.092Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 126B / 126B 2.8s done [2020-02-12T17:40:42.349Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.40MB / 68.52MB 2.9s [2020-02-12T17:40:42.349Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 3.1s done [2020-02-12T17:40:42.349Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 33.25MB / 120.07MB 3.1s [2020-02-12T17:40:42.607Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 40.07MB / 120.07MB 3.3s [2020-02-12T17:40:42.876Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 46.83MB / 120.07MB 3.5s [2020-02-12T17:40:43.090Z] ace5139f9caa: Pull complete [2020-02-12T17:40:43.136Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 53.67MB / 120.07MB 3.8s [2020-02-12T17:40:43.397Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 65.16MB / 120.07MB 4.0s [2020-02-12T17:40:43.397Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 72.31MB / 120.07MB 4.2s [2020-02-12T17:40:43.655Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 79.80MB / 120.07MB 4.4s [2020-02-12T17:40:43.915Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 86.45MB / 120.07MB 4.7s [2020-02-12T17:40:44.175Z] #7 ... [2020-02-12T17:40:44.175Z] [2020-02-12T17:40:44.175Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-12T17:40:44.175Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-12T17:40:44.175Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-12T17:40:44.175Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-12T17:40:44.175Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2020-02-12T17:40:44.175Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.2s done [2020-02-12T17:40:44.175Z] #68 DONE 4.9s [2020-02-12T17:40:44.175Z] [2020-02-12T17:40:44.175Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:40:44.175Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 95.50MB / 120.07MB 4.9s [2020-02-12T17:40:44.434Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 105.32MB / 120.07MB 5.2s [2020-02-12T17:40:44.692Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 113.61MB / 120.07MB 5.3s [2020-02-12T17:40:44.949Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 5.5s [2020-02-12T17:40:46.215Z] e4d79466b81c: Pull complete [2020-02-12T17:40:46.215Z] b00baabad4ce: Pull complete [2020-02-12T17:40:46.215Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-12T17:40:46.215Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-12T17:40:46.215Z] ---> 687421176e14 [2020-02-12T17:40:46.215Z] Step 5/16 : ARG BUILDX_REPO [2020-02-12T17:40:46.215Z] ---> Running in 59ea2ae3af58 [2020-02-12T17:40:46.215Z] Removing intermediate container 59ea2ae3af58 [2020-02-12T17:40:46.215Z] ---> db59517f4823 [2020-02-12T17:40:46.215Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-12T17:40:46.332Z] #7 ... [2020-02-12T17:40:46.332Z] [2020-02-12T17:40:46.332Z] #20 [internal] load build context [2020-02-12T17:40:46.332Z] #20 transferring context: 47.10MB 6.3s done [2020-02-12T17:40:46.332Z] #20 DONE 7.2s [2020-02-12T17:40:46.332Z] [2020-02-12T17:40:46.332Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:40:46.570Z] ---> Running in 38a1a999914c [2020-02-12T17:40:46.590Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.0s [2020-02-12T17:40:46.590Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 7.3s done [2020-02-12T17:40:46.929Z] Cloning into '/buildx'... [2020-02-12T17:40:47.975Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 6.3s done [2020-02-12T17:40:47.975Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 [2020-02-12T17:40:48.539Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.5s done [2020-02-12T17:40:48.539Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc [2020-02-12T17:40:49.111Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.4s done [2020-02-12T17:40:49.111Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 [2020-02-12T17:40:49.317Z] Removing intermediate container 38a1a999914c [2020-02-12T17:40:49.317Z] ---> 46efa28658e7 [2020-02-12T17:40:49.317Z] Step 7/16 : WORKDIR /buildx [2020-02-12T17:40:49.317Z] ---> Running in 0d71539167df [2020-02-12T17:40:49.317Z] Removing intermediate container 0d71539167df [2020-02-12T17:40:49.317Z] ---> 237869c39882 [2020-02-12T17:40:49.317Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-12T17:40:49.317Z] ---> Running in d5ef74cdc223 [2020-02-12T17:40:49.317Z] Removing intermediate container d5ef74cdc223 [2020-02-12T17:40:49.317Z] ---> a39e85849c80 [2020-02-12T17:40:49.317Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-12T17:40:49.690Z] ---> Running in 60126cc39ced [2020-02-12T17:40:50.051Z] From https://github.com/docker/buildx [2020-02-12T17:40:50.051Z] * [new tag] v0.3.1 -> build [2020-02-12T17:40:50.396Z] Switched to branch 'build' [2020-02-12T17:40:51.141Z] Removing intermediate container 60126cc39ced [2020-02-12T17:40:51.141Z] ---> f3bfe68acc26 [2020-02-12T17:40:51.141Z] Step 10/16 : RUN go mod download [2020-02-12T17:40:51.141Z] ---> Running in 71304e36d224 [2020-02-12T17:40:51.514Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-12T17:40:51.514Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-12T17:40:51.514Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-12T17:40:51.514Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-12T17:40:51.514Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-12T17:40:51.514Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-12T17:40:51.514Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-12T17:40:51.514Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-12T17:40:51.636Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.2s done [2020-02-12T17:40:51.636Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 [2020-02-12T17:40:52.321Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-12T17:40:52.706Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-12T17:40:52.706Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-12T17:40:52.706Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-12T17:40:52.706Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-12T17:40:52.706Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-12T17:40:53.081Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-12T17:40:53.081Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-12T17:40:53.081Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-12T17:40:53.533Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 2.0s done [2020-02-12T17:40:53.790Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 0.1s [2020-02-12T17:40:53.888Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-12T17:40:53.888Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-12T17:40:53.888Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-12T17:40:53.888Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-12T17:40:53.888Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-12T17:40:54.901Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-12T17:40:54.901Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-12T17:40:54.901Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-12T17:40:54.901Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-12T17:40:55.306Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-12T17:40:55.306Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-12T17:40:55.306Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-12T17:40:55.718Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-12T17:40:55.718Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-12T17:40:55.718Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-12T17:40:56.223Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-12T17:40:56.223Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-12T17:40:56.223Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-12T17:40:56.601Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-12T17:40:56.601Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-12T17:40:57.058Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-12T17:40:57.058Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-12T17:40:57.058Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-12T17:40:57.938Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-12T17:40:57.938Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-12T17:40:57.938Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-12T17:40:57.938Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-12T17:40:57.938Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-12T17:40:57.938Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-12T17:40:57.967Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 3.9s done [2020-02-12T17:40:57.967Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 done [2020-02-12T17:40:57.967Z] #7 DONE 18.6s [2020-02-12T17:40:57.967Z] [2020-02-12T17:40:57.967Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-12T17:40:58.329Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-12T17:40:58.329Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-12T17:40:58.714Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-12T17:40:58.714Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-12T17:40:59.110Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-12T17:40:59.492Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-12T17:40:59.492Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-12T17:40:59.492Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-12T17:40:59.492Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-12T17:40:59.492Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-12T17:41:00.024Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-12T17:41:00.024Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-12T17:41:00.454Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-12T17:41:00.932Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-12T17:41:00.932Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-12T17:41:00.932Z] go: finding github.com/kr/text v0.1.0 [2020-02-12T17:41:00.932Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-12T17:41:00.932Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-12T17:41:01.252Z] #8 DONE 2.9s [2020-02-12T17:41:01.252Z] [2020-02-12T17:41:01.252Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-12T17:41:01.252Z] #9 DONE 0.7s [2020-02-12T17:41:01.315Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-12T17:41:01.315Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-12T17:41:01.315Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-12T17:41:01.510Z] [2020-02-12T17:41:01.510Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-12T17:41:01.510Z] #40 DONE 0.1s [2020-02-12T17:41:01.510Z] [2020-02-12T17:41:01.510Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-12T17:41:01.510Z] #29 DONE 0.1s [2020-02-12T17:41:01.510Z] [2020-02-12T17:41:01.510Z] #21 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:41:01.510Z] #21 DONE 0.1s [2020-02-12T17:41:01.510Z] [2020-02-12T17:41:01.510Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T17:41:01.510Z] #22 ... [2020-02-12T17:41:01.510Z] [2020-02-12T17:41:01.510Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-12T17:41:01.510Z] #49 DONE 0.1s [2020-02-12T17:41:01.510Z] [2020-02-12T17:41:01.510Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-12T17:41:01.510Z] #52 DONE 0.1s [2020-02-12T17:41:01.691Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-12T17:41:01.691Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-12T17:41:01.730Z] Fetching without tags [2020-02-12T17:41:01.777Z] [2020-02-12T17:41:01.777Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-12T17:41:01.777Z] #70 DONE 0.1s [2020-02-12T17:41:01.777Z] [2020-02-12T17:41:01.777Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-12T17:41:01.777Z] #64 DONE 0.2s [2020-02-12T17:41:01.777Z] [2020-02-12T17:41:01.777Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-12T17:41:01.777Z] #32 DONE 0.2s [2020-02-12T17:41:01.777Z] [2020-02-12T17:41:01.777Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-12T17:41:01.777Z] #46 DONE 0.2s [2020-02-12T17:41:01.777Z] [2020-02-12T17:41:01.777Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T17:41:01.777Z] #22 DONE 0.2s [2020-02-12T17:41:01.777Z] [2020-02-12T17:41:01.777Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:02.050Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-12T17:41:02.050Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-12T17:41:02.050Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-12T17:41:02.050Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-12T17:41:02.050Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-12T17:41:01.687Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:41:01.692Z] > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10 [2020-02-12T17:41:01.696Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-12T17:41:01.716Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:41:01.733Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:41:01.733Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:41:01.734Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:41:02.352Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:02.431Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-12T17:41:02.799Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-12T17:41:02.799Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-12T17:41:03.183Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-12T17:41:03.183Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-12T17:41:03.437Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:03.438Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:41:03.561Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-12T17:41:03.561Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-12T17:41:03.939Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-12T17:41:03.939Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-12T17:41:03.965Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [2020-02-12T17:41:04.316Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-12T17:41:04.316Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-12T17:41:04.316Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-12T17:41:04.316Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-12T17:41:04.692Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-12T17:41:04.901Z] + docker version [2020-02-12T17:41:04.901Z] Client: [2020-02-12T17:41:04.901Z] Version: 18.06.1-ce [2020-02-12T17:41:04.901Z] API version: 1.38 [2020-02-12T17:41:04.901Z] Go version: go1.10.3 [2020-02-12T17:41:04.901Z] Git commit: e68fc7a [2020-02-12T17:41:04.901Z] Built: Tue Aug 21 17:26:10 2018 [2020-02-12T17:41:04.901Z] OS/Arch: linux/ppc64le [2020-02-12T17:41:04.901Z] Experimental: false [2020-02-12T17:41:04.901Z] [2020-02-12T17:41:04.901Z] Server: [2020-02-12T17:41:04.901Z] Engine: [2020-02-12T17:41:04.901Z] Version: 18.06.1-ce [2020-02-12T17:41:04.901Z] API version: 1.38 (minimum version 1.12) [2020-02-12T17:41:04.901Z] Go version: go1.10.3 [2020-02-12T17:41:04.901Z] Git commit: e68fc7a [2020-02-12T17:41:04.901Z] Built: Tue Aug 21 17:24:20 2018 [2020-02-12T17:41:04.901Z] OS/Arch: linux/ppc64le [2020-02-12T17:41:04.901Z] Experimental: true [Pipeline] sh [2020-02-12T17:41:02.355Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:41:02.359Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:03.395Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:41:03.422Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-12T17:41:03.441Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:41:03.444Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:05.287Z] + docker info [2020-02-12T17:41:05.287Z] Containers: 0 [2020-02-12T17:41:05.287Z] Running: 0 [2020-02-12T17:41:05.287Z] Paused: 0 [2020-02-12T17:41:05.287Z] Stopped: 0 [2020-02-12T17:41:05.287Z] Images: 0 [2020-02-12T17:41:05.287Z] Server Version: 18.06.1-ce [2020-02-12T17:41:05.287Z] Storage Driver: overlay2 [2020-02-12T17:41:05.287Z] Backing Filesystem: extfs [2020-02-12T17:41:05.287Z] Supports d_type: true [2020-02-12T17:41:05.287Z] Native Overlay Diff: true [2020-02-12T17:41:05.287Z] Logging Driver: json-file [2020-02-12T17:41:05.287Z] Cgroup Driver: cgroupfs [2020-02-12T17:41:05.287Z] Plugins: [2020-02-12T17:41:05.287Z] Volume: local [2020-02-12T17:41:05.287Z] Network: bridge host ipvlan macvlan null overlay [2020-02-12T17:41:05.287Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-12T17:41:05.287Z] Swarm: inactive [2020-02-12T17:41:05.287Z] Runtimes: runc [2020-02-12T17:41:05.287Z] Default Runtime: runc [2020-02-12T17:41:05.287Z] Init Binary: docker-init [2020-02-12T17:41:05.287Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-12T17:41:05.287Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-12T17:41:05.287Z] init version: fec3683 [2020-02-12T17:41:05.287Z] Security Options: [2020-02-12T17:41:05.287Z] apparmor [2020-02-12T17:41:05.287Z] seccomp [2020-02-12T17:41:05.287Z] Profile: default [2020-02-12T17:41:05.287Z] Kernel Version: 4.4.0-139-generic [2020-02-12T17:41:05.287Z] Operating System: Ubuntu 16.04.3 LTS [2020-02-12T17:41:05.287Z] OSType: linux [2020-02-12T17:41:05.287Z] Architecture: ppc64le [2020-02-12T17:41:05.287Z] CPUs: 4 [2020-02-12T17:41:05.287Z] Total Memory: 7.972GiB [2020-02-12T17:41:05.287Z] Name: ppc64le-ubuntu-18 [2020-02-12T17:41:05.287Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-02-12T17:41:05.287Z] Docker Root Dir: /var/lib/docker [2020-02-12T17:41:05.287Z] Debug Mode (client): false [2020-02-12T17:41:05.287Z] Debug Mode (server): false [2020-02-12T17:41:05.287Z] Username: dockerbuildbot [2020-02-12T17:41:05.287Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:41:05.287Z] Labels: [2020-02-12T17:41:05.287Z] Experimental: true [2020-02-12T17:41:05.287Z] Insecure Registries: [2020-02-12T17:41:05.287Z] 127.0.0.0/8 [2020-02-12T17:41:05.287Z] Live Restore Enabled: false [2020-02-12T17:41:05.287Z] [Pipeline] sh [2020-02-12T17:41:05.510Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-12T17:41:05.510Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-12T17:41:05.677Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:41:05.677Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:41:05.677Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40500/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-12T17:41:05.677Z] + bash /home/docker/workspace/moby_PR-40500/check-config.sh [2020-02-12T17:41:05.677Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-12T17:41:05.677Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-02-12T17:41:05.677Z] [2020-02-12T17:41:05.677Z] Generally Necessary: [2020-02-12T17:41:05.901Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-12T17:41:05.901Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-12T17:41:05.901Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-12T17:41:05.901Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-12T17:41:05.901Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-12T17:41:05.966Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-12T17:41:05.966Z] - apparmor: enabled and tools installed [2020-02-12T17:41:05.966Z] - CONFIG_NAMESPACES: enabled [2020-02-12T17:41:05.966Z] - CONFIG_NET_NS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_PID_NS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_IPC_NS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_UTS_NS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CGROUPS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CPUSETS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_MEMCG: enabled [2020-02-12T17:41:05.966Z] - CONFIG_KEYS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_VETH: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-12T17:41:05.966Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-12T17:41:05.966Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-12T17:41:05.966Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-12T17:41:05.966Z] [2020-02-12T17:41:05.966Z] Optional Features: [2020-02-12T17:41:05.966Z] - CONFIG_USER_NS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_SECCOMP: enabled [2020-02-12T17:41:05.966Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-12T17:41:05.966Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-12T17:41:05.966Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-12T17:41:05.966Z] (cgroup swap accounting is currently enabled) [2020-02-12T17:41:06.253Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-12T17:41:06.253Z] - CONFIG_BLK_CGROUP: enabled [2020-02-12T17:41:06.253Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-12T17:41:06.253Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-12T17:41:06.253Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-12T17:41:06.253Z] - CONFIG_CGROUP_PERF: enabled [2020-02-12T17:41:06.253Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-12T17:41:06.253Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-12T17:41:06.253Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-12T17:41:06.253Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-12T17:41:06.253Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-12T17:41:06.253Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-12T17:41:06.253Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-12T17:41:06.253Z] - CONFIG_IP_VS: enabled (as module) [2020-02-12T17:41:06.253Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-12T17:41:06.253Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-12T17:41:06.253Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-12T17:41:06.253Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-12T17:41:06.253Z] - CONFIG_EXT4_FS: enabled [2020-02-12T17:41:06.253Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-12T17:41:06.253Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-12T17:41:06.253Z] - Network Drivers: [2020-02-12T17:41:06.253Z] - "overlay": [2020-02-12T17:41:06.253Z] - CONFIG_VXLAN: enabled (as module) [2020-02-12T17:41:06.253Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-12T17:41:06.253Z] Optional (for encrypted networks): [2020-02-12T17:41:06.540Z] - CONFIG_CRYPTO: enabled [2020-02-12T17:41:06.540Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_XFRM: enabled [2020-02-12T17:41:06.540Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-12T17:41:06.540Z] - "ipvlan": [2020-02-12T17:41:06.540Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-12T17:41:06.540Z] - "macvlan": [2020-02-12T17:41:06.540Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_DUMMY: enabled (as module) [2020-02-12T17:41:06.540Z] - "ftp,tftp client in container": [2020-02-12T17:41:06.540Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-12T17:41:06.540Z] - Storage Drivers: [2020-02-12T17:41:06.540Z] - "aufs": [2020-02-12T17:41:06.540Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-12T17:41:06.540Z] - "btrfs": [2020-02-12T17:41:06.540Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-12T17:41:06.540Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-12T17:41:06.540Z] - "devicemapper": [2020-02-12T17:41:06.540Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-12T17:41:06.540Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-12T17:41:06.540Z] - "overlay": [2020-02-12T17:41:06.540Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-12T17:41:06.540Z] - "zfs": [2020-02-12T17:41:06.540Z] - /dev/zfs: missing [2020-02-12T17:41:06.540Z] - zfs command: missing [2020-02-12T17:41:06.540Z] - zpool command: missing [2020-02-12T17:41:06.540Z] [2020-02-12T17:41:06.540Z] Limits: [2020-02-12T17:41:06.540Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-12T17:41:06.540Z] [2020-02-12T17:41:06.540Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-12T17:41:06.712Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-12T17:41:06.712Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-12T17:41:06.974Z] + make bundles/buildx [2020-02-12T17:41:07.051Z] #23 ... [2020-02-12T17:41:07.051Z] [2020-02-12T17:41:07.051Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:07.051Z] #10 3.330 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:41:07.051Z] #10 3.425 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:41:07.051Z] #10 3.615 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:41:07.051Z] #10 3.627 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:41:07.051Z] #10 4.852 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:41:07.091Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-12T17:41:07.469Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-12T17:41:07.469Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-12T17:41:07.469Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-12T17:41:07.595Z] make: command: Command not found [2020-02-12T17:41:07.596Z] make: command: Command not found [2020-02-12T17:41:07.596Z] mkdir bundles [2020-02-12T17:41:07.596Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-12T17:41:07.596Z] --build-arg BUILDX_COMMIT \ [2020-02-12T17:41:07.596Z] --build-arg BUILDX_REPO \ [2020-02-12T17:41:07.596Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-12T17:41:07.596Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-12T17:41:07.596Z] . [2020-02-12T17:41:07.596Z] /bin/sh: 4: go: not found [2020-02-12T17:41:07.596Z] /bin/sh: 5: go: not found [2020-02-12T17:41:07.619Z] #10 ... [2020-02-12T17:41:07.620Z] [2020-02-12T17:41:07.620Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:07.620Z] #23 5.906 + RM_GOPATH=0 [2020-02-12T17:41:07.620Z] #23 5.906 + TMP_GOPATH= [2020-02-12T17:41:07.620Z] #23 5.906 + : /build [2020-02-12T17:41:07.620Z] #23 5.906 + '[' -z '' ']' [2020-02-12T17:41:07.620Z] #23 5.906 ++ mktemp -d [2020-02-12T17:41:07.620Z] #23 5.907 + export GOPATH=/tmp/tmp.rJqAvq3uXK [2020-02-12T17:41:07.620Z] #23 5.917 + GOPATH=/tmp/tmp.rJqAvq3uXK [2020-02-12T17:41:07.620Z] #23 5.918 + RM_GOPATH=1 [2020-02-12T17:41:07.620Z] #23 5.920 ++ dirname ./install.sh [2020-02-12T17:41:07.620Z] #23 5.923 + dir=. [2020-02-12T17:41:07.878Z] #23 5.929 + bin=dockercli [2020-02-12T17:41:07.878Z] #23 5.929 + shift [2020-02-12T17:41:07.878Z] #23 5.934 + '[' '!' -f ./dockercli.installer ']' [2020-02-12T17:41:07.878Z] #23 5.934 + . ./dockercli.installer [2020-02-12T17:41:07.878Z] #23 5.934 ++ : stable [2020-02-12T17:41:07.878Z] #23 5.934 ++ : 17.06.2-ce [2020-02-12T17:41:07.878Z] #23 5.934 + install_dockercli [2020-02-12T17:41:07.878Z] #23 5.934 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-12T17:41:07.878Z] #23 5.934 Install docker/cli version 17.06.2-ce from stable [2020-02-12T17:41:07.878Z] #23 5.934 ++ uname -m [2020-02-12T17:41:07.878Z] #23 5.949 + arch=x86_64 [2020-02-12T17:41:07.878Z] #23 5.950 + '[' x86_64 '!=' x86_64 ']' [2020-02-12T17:41:07.878Z] #23 5.951 + url=https://download.docker.com/linux/static [2020-02-12T17:41:07.878Z] #23 5.952 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-12T17:41:07.878Z] #23 5.956 + tar -xz docker/docker [2020-02-12T17:41:08.267Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-12T17:41:08.267Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-12T17:41:08.267Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-12T17:41:08.267Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-12T17:41:08.625Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-12T17:41:08.999Z] go: finding github.com/kr/pty v1.1.1 [2020-02-12T17:41:08.999Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-12T17:41:08.999Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-12T17:41:09.358Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-12T17:41:09.745Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-12T17:41:10.124Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-12T17:41:10.124Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-12T17:41:10.124Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-12T17:41:10.295Z] Sending build context to Docker daemon 51.68MB [2020-02-12T17:41:10.295Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-12T17:41:10.295Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-12T17:41:10.295Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-12T17:41:10.295Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-12T17:41:10.295Z] 1.12.10-stretch: Pulling from library/golang [2020-02-12T17:41:10.295Z] fb056072eab9: Pulling fs layer [2020-02-12T17:41:10.295Z] 6a33b1f9796f: Pulling fs layer [2020-02-12T17:41:10.295Z] 8f8f8962e456: Pulling fs layer [2020-02-12T17:41:10.295Z] 68adcc365214: Pulling fs layer [2020-02-12T17:41:10.295Z] 76d8adf27bdf: Pulling fs layer [2020-02-12T17:41:10.295Z] d66e58854927: Pulling fs layer [2020-02-12T17:41:10.295Z] 71497195576e: Pulling fs layer [2020-02-12T17:41:10.295Z] 68adcc365214: Waiting [2020-02-12T17:41:10.295Z] 76d8adf27bdf: Waiting [2020-02-12T17:41:10.295Z] d66e58854927: Waiting [2020-02-12T17:41:10.295Z] 71497195576e: Waiting [2020-02-12T17:41:10.503Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-12T17:41:10.504Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-12T17:41:10.504Z] go: finding github.com/lib/pq v1.0.0 [2020-02-12T17:41:10.886Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-12T17:41:10.886Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-12T17:41:10.886Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-12T17:41:10.923Z] 8f8f8962e456: Verifying Checksum [2020-02-12T17:41:10.923Z] 8f8f8962e456: Download complete [2020-02-12T17:41:11.211Z] 6a33b1f9796f: Verifying Checksum [2020-02-12T17:41:11.211Z] 6a33b1f9796f: Download complete [2020-02-12T17:41:11.253Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-12T17:41:11.254Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-12T17:41:11.634Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-12T17:41:12.003Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-12T17:41:12.003Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-12T17:41:12.003Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-12T17:41:12.003Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-12T17:41:12.003Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-12T17:41:12.066Z] #23 ... [2020-02-12T17:41:12.066Z] [2020-02-12T17:41:12.066Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:41:12.066Z] #35 6.722 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:41:12.066Z] #35 6.841 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:41:12.066Z] #35 6.844 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:41:12.066Z] #35 7.785 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:41:12.066Z] #35 ... [2020-02-12T17:41:12.066Z] [2020-02-12T17:41:12.066Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:41:12.066Z] #30 6.079 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-12T17:41:12.066Z] #30 6.081 Cloning into '.'... [2020-02-12T17:41:12.066Z] #30 ... [2020-02-12T17:41:12.066Z] [2020-02-12T17:41:12.066Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:41:12.066Z] #41 5.682 + git clone https://github.com/docker/distribution.git . [2020-02-12T17:41:12.066Z] #41 5.684 Cloning into '.'... [2020-02-12T17:41:12.066Z] #41 ... [2020-02-12T17:41:12.066Z] [2020-02-12T17:41:12.066Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:41:12.066Z] #71 6.115 + RM_GOPATH=0 [2020-02-12T17:41:12.066Z] #71 6.115 + TMP_GOPATH= [2020-02-12T17:41:12.066Z] #71 6.115 + : /build [2020-02-12T17:41:12.066Z] #71 6.115 + '[' -z '' ']' [2020-02-12T17:41:12.066Z] #71 6.122 ++ mktemp -d [2020-02-12T17:41:12.066Z] #71 6.122 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:41:12.066Z] #71 6.122 + export GOPATH=/tmp/tmp.MJtvpaY7TE [2020-02-12T17:41:12.066Z] #71 6.122 + GOPATH=/tmp/tmp.MJtvpaY7TE [2020-02-12T17:41:12.066Z] #71 6.122 + RM_GOPATH=1 [2020-02-12T17:41:12.066Z] #71 6.122 ++ dirname ./install.sh [2020-02-12T17:41:12.066Z] #71 6.122 + dir=. [2020-02-12T17:41:12.066Z] #71 6.122 + bin=proxy [2020-02-12T17:41:12.066Z] #71 6.122 + shift [2020-02-12T17:41:12.066Z] #71 6.122 + '[' '!' -f ./proxy.installer ']' [2020-02-12T17:41:12.066Z] #71 6.122 + . ./proxy.installer [2020-02-12T17:41:12.066Z] #71 6.122 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:41:12.066Z] #71 6.122 + install_proxy [2020-02-12T17:41:12.066Z] #71 6.122 + case "$1" in [2020-02-12T17:41:12.066Z] #71 6.122 + export CGO_ENABLED=0 [2020-02-12T17:41:12.066Z] #71 6.122 + CGO_ENABLED=0 [2020-02-12T17:41:12.066Z] #71 6.122 + _install_proxy [2020-02-12T17:41:12.066Z] #71 6.122 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-12T17:41:12.066Z] #71 6.122 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.MJtvpaY7TE/src/github.com/docker/libnetwork [2020-02-12T17:41:12.066Z] #71 6.122 Cloning into '/tmp/tmp.MJtvpaY7TE/src/github.com/docker/libnetwork'... [2020-02-12T17:41:12.066Z] #71 ... [2020-02-12T17:41:12.066Z] [2020-02-12T17:41:12.066Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:12.066Z] #50 6.457 + RM_GOPATH=0 [2020-02-12T17:41:12.066Z] #50 6.458 + TMP_GOPATH= [2020-02-12T17:41:12.066Z] #50 6.458 + : /build [2020-02-12T17:41:12.066Z] #50 6.458 + '[' -z '' ']' [2020-02-12T17:41:12.066Z] #50 6.459 ++ mktemp -d [2020-02-12T17:41:12.066Z] #50 6.468 + export GOPATH=/tmp/tmp.JAE7IRzQEl [2020-02-12T17:41:12.066Z] #50 6.468 + GOPATH=/tmp/tmp.JAE7IRzQEl [2020-02-12T17:41:12.066Z] #50 6.468 + RM_GOPATH=1 [2020-02-12T17:41:12.066Z] #50 6.469 ++ dirname ./install.sh [2020-02-12T17:41:12.066Z] #50 6.472 + dir=. [2020-02-12T17:41:12.066Z] #50 6.472 + bin=gotestsum [2020-02-12T17:41:12.066Z] #50 6.472 + shift [2020-02-12T17:41:12.066Z] #50 6.473 + '[' '!' -f ./gotestsum.installer ']' [2020-02-12T17:41:12.066Z] #50 6.473 + . ./gotestsum.installer [2020-02-12T17:41:12.066Z] #50 6.473 ++ : v0.3.5 [2020-02-12T17:41:12.066Z] #50 6.473 + install_gotestsum [2020-02-12T17:41:12.066Z] #50 6.474 + echo 'Installing gotestsum version v0.3.5' [2020-02-12T17:41:12.066Z] #50 6.474 Installing gotestsum version v0.3.5 [2020-02-12T17:41:12.066Z] #50 6.477 + go get -d gotest.tools/gotestsum [2020-02-12T17:41:12.066Z] #50 ... [2020-02-12T17:41:12.066Z] [2020-02-12T17:41:12.066Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:12.066Z] #53 6.021 + RM_GOPATH=0 [2020-02-12T17:41:12.066Z] #53 6.024 + TMP_GOPATH= [2020-02-12T17:41:12.066Z] #53 6.024 + : /build [2020-02-12T17:41:12.066Z] #53 6.024 + '[' -z '' ']' [2020-02-12T17:41:12.066Z] #53 6.040 ++ mktemp -d [2020-02-12T17:41:12.066Z] #53 6.045 + export GOPATH=/tmp/tmp.SAlvdEbmGq [2020-02-12T17:41:12.066Z] #53 6.049 + GOPATH=/tmp/tmp.SAlvdEbmGq [2020-02-12T17:41:12.066Z] #53 6.049 + RM_GOPATH=1 [2020-02-12T17:41:12.066Z] #53 6.049 ++ dirname ./install.sh [2020-02-12T17:41:12.066Z] #53 6.055 + dir=. [2020-02-12T17:41:12.066Z] #53 6.055 + bin=golangci_lint [2020-02-12T17:41:12.066Z] #53 6.055 + shift [2020-02-12T17:41:12.066Z] #53 6.056 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-12T17:41:12.066Z] #53 6.056 + . ./golangci_lint.installer [2020-02-12T17:41:12.066Z] #53 6.060 ++ : v1.20.0 [2020-02-12T17:41:12.066Z] #53 6.061 + install_golangci_lint [2020-02-12T17:41:12.066Z] #53 6.063 + echo 'Installing golangci-lint version v1.20.0' [2020-02-12T17:41:12.066Z] #53 6.064 Installing golangci-lint version v1.20.0 [2020-02-12T17:41:12.066Z] #53 6.064 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-12T17:41:12.324Z] #53 ... [2020-02-12T17:41:12.324Z] [2020-02-12T17:41:12.324Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:12.324Z] #65 6.160 + RM_GOPATH=0 [2020-02-12T17:41:12.324Z] #65 6.160 + TMP_GOPATH= [2020-02-12T17:41:12.324Z] #65 6.160 + : /build/ [2020-02-12T17:41:12.324Z] #65 6.160 + '[' -z '' ']' [2020-02-12T17:41:12.324Z] #65 6.162 ++ mktemp -d [2020-02-12T17:41:12.324Z] #65 6.165 + export GOPATH=/tmp/tmp.1HNCDLCMup [2020-02-12T17:41:12.324Z] #65 6.165 + GOPATH=/tmp/tmp.1HNCDLCMup [2020-02-12T17:41:12.324Z] #65 6.165 + RM_GOPATH=1 [2020-02-12T17:41:12.324Z] #65 6.165 ++ dirname ./install.sh [2020-02-12T17:41:12.324Z] #65 6.178 + dir=. [2020-02-12T17:41:12.324Z] #65 6.178 + bin=rootlesskit [2020-02-12T17:41:12.324Z] #65 6.178 + shift [2020-02-12T17:41:12.324Z] #65 6.179 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-12T17:41:12.324Z] #65 6.179 + . ./rootlesskit.installer [2020-02-12T17:41:12.324Z] #65 6.179 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:41:12.324Z] #65 6.179 + install_rootlesskit [2020-02-12T17:41:12.324Z] #65 6.179 + case "$1" in [2020-02-12T17:41:12.324Z] #65 6.179 + export CGO_ENABLED=0 [2020-02-12T17:41:12.324Z] #65 6.179 + CGO_ENABLED=0 [2020-02-12T17:41:12.324Z] #65 6.179 + _install_rootlesskit [2020-02-12T17:41:12.324Z] #65 6.179 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-12T17:41:12.324Z] #65 6.180 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:41:12.324Z] #65 6.180 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.1HNCDLCMup/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:41:12.324Z] #65 6.191 Cloning into '/tmp/tmp.1HNCDLCMup/src/github.com/rootless-containers/rootlesskit'... [2020-02-12T17:41:12.324Z] #65 10.16 + cd /tmp/tmp.1HNCDLCMup/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:41:12.324Z] #65 10.16 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:41:12.324Z] #65 10.66 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:41:12.324Z] #65 10.66 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-12T17:41:12.324Z] #65 ... [2020-02-12T17:41:12.324Z] [2020-02-12T17:41:12.324Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:41:12.324Z] #25 6.338 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:41:12.324Z] #25 6.403 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:41:12.324Z] #25 6.403 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:41:12.324Z] #25 7.221 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:41:12.324Z] #25 9.627 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:41:12.386Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-12T17:41:12.583Z] #25 ... [2020-02-12T17:41:12.583Z] [2020-02-12T17:41:12.583Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:41:12.583Z] #43 5.583 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:41:12.583Z] #43 5.677 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:41:12.583Z] #43 5.678 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:41:12.583Z] #43 6.635 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:41:12.583Z] #43 9.004 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:41:12.583Z] #43 11.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:41:12.583Z] #43 ... [2020-02-12T17:41:12.583Z] [2020-02-12T17:41:12.583Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:41:12.583Z] #33 6.330 + RM_GOPATH=0 [2020-02-12T17:41:12.583Z] #33 6.330 + TMP_GOPATH= [2020-02-12T17:41:12.583Z] #33 6.331 + : /build [2020-02-12T17:41:12.583Z] #33 6.331 + '[' -z '' ']' [2020-02-12T17:41:12.583Z] #33 6.334 ++ mktemp -d [2020-02-12T17:41:12.583Z] #33 6.338 + export GOPATH=/tmp/tmp.LMIHjNCfu5 [2020-02-12T17:41:12.583Z] #33 6.338 + GOPATH=/tmp/tmp.LMIHjNCfu5 [2020-02-12T17:41:12.583Z] #33 6.338 + RM_GOPATH=1 [2020-02-12T17:41:12.583Z] #33 6.340 ++ dirname ./install.sh [2020-02-12T17:41:12.583Z] #33 6.340 + dir=. [2020-02-12T17:41:12.583Z] #33 6.340 + bin=tomlv [2020-02-12T17:41:12.583Z] #33 6.340 + shift [2020-02-12T17:41:12.583Z] #33 6.340 + '[' '!' -f ./tomlv.installer ']' [2020-02-12T17:41:12.583Z] #33 6.340 + . ./tomlv.installer [2020-02-12T17:41:12.583Z] #33 6.340 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:41:12.583Z] #33 6.340 + install_tomlv [2020-02-12T17:41:12.583Z] #33 6.340 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-12T17:41:12.583Z] #33 6.340 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.LMIHjNCfu5/src/github.com/BurntSushi/toml [2020-02-12T17:41:12.583Z] #33 6.341 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:41:12.583Z] #33 6.345 Cloning into '/tmp/tmp.LMIHjNCfu5/src/github.com/BurntSushi/toml'... [2020-02-12T17:41:12.583Z] #33 7.399 + cd /tmp/tmp.LMIHjNCfu5/src/github.com/BurntSushi/toml [2020-02-12T17:41:12.583Z] #33 7.399 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:41:12.583Z] #33 7.423 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:41:12.583Z] #33 8.280 internal/cpu [2020-02-12T17:41:12.583Z] #33 8.296 runtime/internal/atomic [2020-02-12T17:41:12.583Z] #33 8.595 runtime/internal/sys [2020-02-12T17:41:12.583Z] #33 8.806 runtime/internal/math [2020-02-12T17:41:12.583Z] #33 8.896 math/bits [2020-02-12T17:41:12.583Z] #33 8.908 internal/bytealg [2020-02-12T17:41:12.583Z] #33 9.449 math [2020-02-12T17:41:12.583Z] #33 9.752 runtime [2020-02-12T17:41:12.766Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-12T17:41:12.766Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-12T17:41:12.766Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-02-12T17:41:12.841Z] #33 ... [2020-02-12T17:41:12.841Z] [2020-02-12T17:41:12.841Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:41:12.841Z] #59 5.883 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:41:12.841Z] #59 5.953 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:41:12.841Z] #59 5.954 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:41:12.841Z] #59 6.883 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:41:12.841Z] #59 9.119 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:41:13.099Z] #59 11.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:41:13.099Z] #59 ... [2020-02-12T17:41:13.099Z] [2020-02-12T17:41:13.099Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:41:13.099Z] #47 6.277 + RM_GOPATH=0 [2020-02-12T17:41:13.099Z] #47 6.277 + TMP_GOPATH= [2020-02-12T17:41:13.099Z] #47 6.277 + : /build [2020-02-12T17:41:13.099Z] #47 6.277 + '[' -z '' ']' [2020-02-12T17:41:13.099Z] #47 6.277 ++ mktemp -d [2020-02-12T17:41:13.099Z] #47 6.282 + export GOPATH=/tmp/tmp.jGtHATiGS0 [2020-02-12T17:41:13.099Z] #47 6.282 + GOPATH=/tmp/tmp.jGtHATiGS0 [2020-02-12T17:41:13.099Z] #47 6.282 + RM_GOPATH=1 [2020-02-12T17:41:13.099Z] #47 6.282 ++ dirname ./install.sh [2020-02-12T17:41:13.099Z] #47 6.293 + dir=. [2020-02-12T17:41:13.099Z] #47 6.293 + bin=vndr [2020-02-12T17:41:13.099Z] #47 6.293 + shift [2020-02-12T17:41:13.099Z] #47 6.293 + '[' '!' -f ./vndr.installer ']' [2020-02-12T17:41:13.099Z] #47 6.293 + . ./vndr.installer [2020-02-12T17:41:13.099Z] #47 6.293 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:41:13.099Z] #47 6.293 + install_vndr [2020-02-12T17:41:13.099Z] #47 6.293 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-12T17:41:13.099Z] #47 6.293 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:41:13.099Z] #47 6.294 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.jGtHATiGS0/src/github.com/LK4D4/vndr [2020-02-12T17:41:13.099Z] #47 6.295 Cloning into '/tmp/tmp.jGtHATiGS0/src/github.com/LK4D4/vndr'... [2020-02-12T17:41:13.099Z] #47 7.131 + cd /tmp/tmp.jGtHATiGS0/src/github.com/LK4D4/vndr [2020-02-12T17:41:13.099Z] #47 7.132 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:41:13.099Z] #47 7.161 + go build -buildmode=pie -v -o /build/vndr . [2020-02-12T17:41:13.099Z] #47 8.471 internal/cpu [2020-02-12T17:41:13.099Z] #47 8.505 runtime/internal/atomic [2020-02-12T17:41:13.099Z] #47 8.744 runtime/internal/sys [2020-02-12T17:41:13.099Z] #47 9.010 internal/race [2020-02-12T17:41:13.099Z] #47 9.047 internal/bytealg [2020-02-12T17:41:13.099Z] #47 9.140 sync/atomic [2020-02-12T17:41:13.099Z] #47 9.437 unicode [2020-02-12T17:41:13.099Z] #47 9.823 runtime [2020-02-12T17:41:13.562Z] go: finding golang.org/x/text v0.3.0 [2020-02-12T17:41:13.562Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-12T17:41:13.562Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-02-12T17:41:13.669Z] #47 ... [2020-02-12T17:41:13.669Z] [2020-02-12T17:41:13.669Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:41:13.669Z] #25 12.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:41:13.934Z] fb056072eab9: Verifying Checksum [2020-02-12T17:41:13.934Z] fb056072eab9: Download complete [2020-02-12T17:41:13.946Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-12T17:41:13.946Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-12T17:41:14.562Z] 68adcc365214: Verifying Checksum [2020-02-12T17:41:14.562Z] 68adcc365214: Download complete [2020-02-12T17:41:14.764Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-12T17:41:14.765Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-12T17:41:14.852Z] 71497195576e: Verifying Checksum [2020-02-12T17:41:14.852Z] 71497195576e: Download complete [2020-02-12T17:41:15.157Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-12T17:41:15.478Z] 76d8adf27bdf: Verifying Checksum [2020-02-12T17:41:15.478Z] 76d8adf27bdf: Download complete [2020-02-12T17:41:15.551Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-12T17:41:15.939Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-12T17:41:15.939Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-12T17:41:16.196Z] #25 ... [2020-02-12T17:41:16.196Z] [2020-02-12T17:41:16.196Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:16.196Z] #23 14.05 + mkdir -p /build [2020-02-12T17:41:16.196Z] #23 14.05 + mv docker/docker /build/ [2020-02-12T17:41:16.196Z] #23 14.05 + rmdir docker [2020-02-12T17:41:16.196Z] #23 DONE 14.6s [2020-02-12T17:41:16.299Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-12T17:41:16.299Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-12T17:41:16.299Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-12T17:41:16.299Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-12T17:41:16.299Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-12T17:41:16.456Z] [2020-02-12T17:41:16.456Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:41:16.456Z] #47 13.22 unicode/utf8 [2020-02-12T17:41:16.456Z] #47 13.77 internal/testlog [2020-02-12T17:41:16.456Z] #47 14.14 encoding [2020-02-12T17:41:16.456Z] #47 14.28 unicode/utf16 [2020-02-12T17:41:16.456Z] #47 14.71 container/list [2020-02-12T17:41:16.695Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-12T17:41:17.397Z] #47 15.62 crypto/internal/subtle [2020-02-12T17:41:17.450Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-12T17:41:17.450Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-12T17:41:17.450Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-12T17:41:17.661Z] #47 15.88 crypto/subtle [2020-02-12T17:41:17.661Z] #47 15.98 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-12T17:41:17.661Z] #47 16.11 internal/nettrace [2020-02-12T17:41:17.909Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-12T17:41:18.183Z] fb056072eab9: Pull complete [2020-02-12T17:41:18.227Z] #47 16.33 runtime/cgo [2020-02-12T17:41:18.414Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-12T17:41:18.484Z] #47 ... [2020-02-12T17:41:18.484Z] [2020-02-12T17:41:18.484Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:18.484Z] #10 7.155 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:41:18.741Z] #10 ... [2020-02-12T17:41:18.741Z] [2020-02-12T17:41:18.741Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:41:18.741Z] #33 13.45 unicode/utf8 [2020-02-12T17:41:18.741Z] #33 14.08 internal/testlog [2020-02-12T17:41:18.741Z] #33 14.51 runtime/cgo [2020-02-12T17:41:18.873Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-12T17:41:19.205Z] 6a33b1f9796f: Pull complete [2020-02-12T17:41:19.501Z] 8f8f8962e456: Pull complete [2020-02-12T17:41:19.821Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-12T17:41:19.821Z] go: finding github.com/golang/mock v1.1.1 [2020-02-12T17:41:20.225Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-12T17:41:20.619Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-12T17:41:20.619Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-12T17:41:21.027Z] d66e58854927: Verifying Checksum [2020-02-12T17:41:21.027Z] d66e58854927: Download complete [2020-02-12T17:41:21.919Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-12T17:41:21.919Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-12T17:41:21.919Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-12T17:41:22.020Z] #33 ... [2020-02-12T17:41:22.020Z] [2020-02-12T17:41:22.020Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:41:22.020Z] #35 10.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:41:22.020Z] #35 12.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:41:22.020Z] #35 ... [2020-02-12T17:41:22.020Z] [2020-02-12T17:41:22.020Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:22.020Z] #10 18.06 Fetched 8325 kB in 15s (542 kB/s) [2020-02-12T17:41:22.729Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-12T17:41:22.729Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-12T17:41:22.729Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-02-12T17:41:23.070Z] 68adcc365214: Pull complete [2020-02-12T17:41:23.105Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-12T17:41:23.105Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-12T17:41:23.476Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-12T17:41:23.476Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-12T17:41:23.859Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-12T17:41:24.239Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-12T17:41:24.239Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-12T17:41:24.239Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-12T17:41:24.548Z] #10 18.06 Reading package lists... [2020-02-12T17:41:24.548Z] #10 ... [2020-02-12T17:41:24.548Z] [2020-02-12T17:41:24.548Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:41:24.548Z] #71 22.08 Checking out files: 70% (1416/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-12T17:41:24.548Z] #71 22.64 + cd /tmp/tmp.MJtvpaY7TE/src/github.com/docker/libnetwork [2020-02-12T17:41:24.548Z] #71 22.67 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:41:24.622Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-12T17:41:24.622Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-12T17:41:24.622Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-12T17:41:24.805Z] #71 22.96 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-12T17:41:25.010Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-12T17:41:25.010Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-12T17:41:25.398Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-12T17:41:25.776Z] 76d8adf27bdf: Pull complete [2020-02-12T17:41:25.837Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-12T17:41:25.837Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-12T17:41:26.644Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-12T17:41:26.644Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-12T17:41:26.644Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-12T17:41:26.644Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-02-12T17:41:26.644Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-12T17:41:26.644Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-12T17:41:27.144Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-12T17:41:27.144Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-12T17:41:27.144Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-12T17:41:27.807Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0aec976f212766e7c) in /home/ubuntu/workspace/moby_PR-40500 [Pipeline] { [Pipeline] checkout [2020-02-12T17:41:27.960Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-12T17:41:28.348Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-12T17:41:28.348Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-12T17:41:28.348Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-12T17:41:28.348Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-12T17:41:28.348Z] go: finding cloud.google.com/go v0.26.0 [2020-02-12T17:41:28.711Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-12T17:41:28.711Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-12T17:41:28.711Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-12T17:41:29.084Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-12T17:41:29.448Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-12T17:41:29.448Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-12T17:41:30.239Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-12T17:41:30.239Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-12T17:41:30.239Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-12T17:41:30.239Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-12T17:41:30.459Z] using credential docker-jenkins-github-credentials [2020-02-12T17:41:30.468Z] Cloning the remote Git repository [2020-02-12T17:41:30.468Z] Cloning with configured refspecs honoured and without tags [2020-02-12T17:41:30.534Z] Cloning repository https://github.com/moby/moby.git [2020-02-12T17:41:30.594Z] > git init /home/ubuntu/workspace/moby_PR-40500 # timeout=10 [2020-02-12T17:41:30.887Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:41:30.888Z] > git --version # timeout=10 [2020-02-12T17:41:30.931Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:41:30.933Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:41:31.921Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0c52b9d138b5d0915) in /home/ubuntu/workspace/moby_PR-40500 [Pipeline] { [Pipeline] checkout [2020-02-12T17:41:32.679Z] d66e58854927: Pull complete [2020-02-12T17:41:32.679Z] 71497195576e: Pull complete [2020-02-12T17:41:32.679Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-12T17:41:32.679Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-12T17:41:32.679Z] ---> ebd73b5ebd31 [2020-02-12T17:41:32.679Z] Step 5/16 : ARG BUILDX_REPO [2020-02-12T17:41:32.679Z] ---> Running in ec5c3a8148a8 [2020-02-12T17:41:32.679Z] Removing intermediate container ec5c3a8148a8 [2020-02-12T17:41:32.679Z] ---> 59d7ccd4411c [2020-02-12T17:41:32.679Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-12T17:41:32.679Z] ---> Running in c45b87dd7632 [2020-02-12T17:41:32.679Z] Cloning into '/buildx'... [2020-02-12T17:41:32.911Z] #71 ... [2020-02-12T17:41:32.911Z] [2020-02-12T17:41:32.911Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:41:32.911Z] #41 21.27 Checking out files: 88% (1381/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/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-12T17:41:32.911Z] #41 21.46 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-12T17:41:32.911Z] #41 23.68 + 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-12T17:41:33.169Z] #41 ... [2020-02-12T17:41:33.169Z] [2020-02-12T17:41:33.169Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:41:33.169Z] #43 21.84 Fetched 8325 kB in 16s (505 kB/s) [2020-02-12T17:41:33.169Z] #43 21.84 Reading package lists... [2020-02-12T17:41:33.427Z] #43 28.61 Reading package lists... [2020-02-12T17:41:33.427Z] #43 ... [2020-02-12T17:41:33.427Z] [2020-02-12T17:41:33.427Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:33.427Z] #53 25.36 + cd /tmp/tmp.SAlvdEbmGq/src/github.com/golangci/golangci-lint/ [2020-02-12T17:41:33.427Z] #53 25.36 + git checkout -q v1.20.0 [2020-02-12T17:41:33.427Z] #53 26.30 ++ git describe --tags [2020-02-12T17:41:33.427Z] #53 26.30 + version=v1.20.0 [2020-02-12T17:41:33.427Z] #53 26.30 ++ git rev-parse --short HEAD [2020-02-12T17:41:33.427Z] #53 26.32 + commit=cc98739 [2020-02-12T17:41:33.427Z] #53 26.33 ++ git show -s --format=%cd [2020-02-12T17:41:33.427Z] #53 26.33 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-12T17:41:33.427Z] #53 26.33 + 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-12T17:41:33.992Z] #53 ... [2020-02-12T17:41:33.992Z] [2020-02-12T17:41:33.992Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:41:33.992Z] #25 22.53 Fetched 8325 kB in 16s (507 kB/s) [2020-02-12T17:41:33.992Z] #25 22.53 Reading package lists... [2020-02-12T17:41:33.992Z] #25 29.38 Reading package lists... [2020-02-12T17:41:33.992Z] #25 ... [2020-02-12T17:41:33.992Z] [2020-02-12T17:41:33.992Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:41:33.992Z] #59 22.65 Fetched 8325 kB in 17s (489 kB/s) [2020-02-12T17:41:33.992Z] #59 22.65 Reading package lists... [2020-02-12T17:41:34.250Z] #59 29.40 Reading package lists... [2020-02-12T17:41:34.250Z] #59 ... [2020-02-12T17:41:34.250Z] [2020-02-12T17:41:34.250Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:34.250Z] #10 18.06 Reading package lists... [2020-02-12T17:41:34.250Z] #10 24.81 Reading package lists... [2020-02-12T17:41:34.250Z] #10 31.11 Building dependency tree... [2020-02-12T17:41:34.508Z] #10 ... [2020-02-12T17:41:34.508Z] [2020-02-12T17:41:34.508Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:41:34.508Z] #35 23.11 Fetched 8325 kB in 17s (501 kB/s) [2020-02-12T17:41:34.508Z] #35 23.11 Reading package lists... [2020-02-12T17:41:35.507Z] using credential docker-jenkins-github-credentials [2020-02-12T17:41:35.520Z] Cloning the remote Git repository [2020-02-12T17:41:35.520Z] Cloning with configured refspecs honoured and without tags [2020-02-12T17:41:35.476Z] Cloning repository https://github.com/moby/moby.git [2020-02-12T17:41:36.406Z] #35 29.73 Reading package lists... [2020-02-12T17:41:36.407Z] #35 ... [2020-02-12T17:41:36.407Z] [2020-02-12T17:41:36.407Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:36.407Z] #10 34.66 The following additional packages will be installed: [2020-02-12T17:41:36.407Z] #10 34.66 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-12T17:41:36.407Z] #10 34.66 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-12T17:41:36.407Z] #10 34.67 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-12T17:41:36.407Z] #10 34.67 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-12T17:41:36.407Z] #10 34.68 mingw-w64-x86-64-dev [2020-02-12T17:41:36.407Z] #10 34.69 Suggested packages: [2020-02-12T17:41:36.407Z] #10 34.70 gcc-8-locales seccomp wine64 [2020-02-12T17:41:35.531Z] > git init /home/ubuntu/workspace/moby_PR-40500 # timeout=10 [2020-02-12T17:41:35.732Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:41:35.732Z] > git --version # timeout=10 [2020-02-12T17:41:35.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:41:35.802Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:41:37.112Z] Removing intermediate container c45b87dd7632 [2020-02-12T17:41:37.112Z] ---> 036d7ba804fa [2020-02-12T17:41:37.112Z] Step 7/16 : WORKDIR /buildx [2020-02-12T17:41:37.112Z] ---> Running in 5dbb237ed244 [2020-02-12T17:41:37.112Z] Removing intermediate container 5dbb237ed244 [2020-02-12T17:41:37.112Z] ---> ac45a2cf880c [2020-02-12T17:41:37.112Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-12T17:41:37.112Z] ---> Running in a16efc8ac780 [2020-02-12T17:41:37.112Z] Removing intermediate container a16efc8ac780 [2020-02-12T17:41:37.112Z] ---> c6f068a46620 [2020-02-12T17:41:37.112Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-12T17:41:37.112Z] ---> Running in 27c10d2699e8 [2020-02-12T17:41:37.396Z] From https://github.com/docker/buildx [2020-02-12T17:41:37.396Z] * [new tag] v0.3.1 -> build [2020-02-12T17:41:37.779Z] #10 ... [2020-02-12T17:41:37.779Z] [2020-02-12T17:41:37.779Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:41:37.779Z] #47 25.92 vendor/golang.org/x/crypto/curve25519 [2020-02-12T17:41:37.779Z] #47 ... [2020-02-12T17:41:37.779Z] [2020-02-12T17:41:37.779Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:41:37.779Z] #25 29.38 Reading package lists... [2020-02-12T17:41:38.407Z] Switched to branch 'build' [2020-02-12T17:41:39.025Z] Removing intermediate container 27c10d2699e8 [2020-02-12T17:41:39.025Z] ---> de335d133e3c [2020-02-12T17:41:39.025Z] Step 10/16 : RUN go mod download [2020-02-12T17:41:39.025Z] ---> Running in 6cd4c7be6c88 [2020-02-12T17:41:39.209Z] #25 36.19 Building dependency tree... [2020-02-12T17:41:39.311Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-12T17:41:39.311Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-12T17:41:39.311Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-12T17:41:39.311Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-12T17:41:39.311Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-12T17:41:39.311Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-12T17:41:39.311Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-12T17:41:39.311Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-12T17:41:39.311Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-12T17:41:40.340Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-12T17:41:41.373Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-12T17:41:41.373Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-12T17:41:41.373Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-12T17:41:41.373Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-12T17:41:41.765Z] #25 40.36 ca-certificates is already the newest version (20190110). [2020-02-12T17:41:41.765Z] #25 40.36 The following additional packages will be installed: [2020-02-12T17:41:41.765Z] #25 40.37 libjq1 libonig5 [2020-02-12T17:41:41.765Z] #25 ... [2020-02-12T17:41:41.765Z] [2020-02-12T17:41:41.765Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:41:41.765Z] #71 DONE 40.2s [2020-02-12T17:41:42.003Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-12T17:41:42.003Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-12T17:41:42.003Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-12T17:41:42.024Z] [2020-02-12T17:41:42.024Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:42.024Z] #10 36.42 The following NEW packages will be installed: [2020-02-12T17:41:42.024Z] #10 36.42 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-12T17:41:42.024Z] #10 36.43 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-12T17:41:42.024Z] #10 36.43 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-12T17:41:42.024Z] #10 36.43 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-12T17:41:42.024Z] #10 36.44 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-12T17:41:42.024Z] #10 36.45 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-12T17:41:42.024Z] #10 36.45 The following packages will be upgraded: [2020-02-12T17:41:42.024Z] #10 36.47 libsystemd0 libudev1 [2020-02-12T17:41:42.024Z] #10 36.87 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:41:42.024Z] #10 36.87 Need to get 78.2 MB of archives. [2020-02-12T17:41:42.024Z] #10 36.87 After this operation, 487 MB of additional disk space will be used. [2020-02-12T17:41:42.024Z] #10 36.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u3 [331 kB] [2020-02-12T17:41:42.024Z] #10 36.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u3 [150 kB] [2020-02-12T17:41:42.024Z] #10 36.90 Get:3 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-12T17:41:42.024Z] #10 37.10 Get:4 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-12T17:41:42.024Z] #10 37.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-12T17:41:42.024Z] #10 37.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-12T17:41:42.024Z] #10 37.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-12T17:41:42.024Z] #10 37.38 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-12T17:41:42.024Z] #10 37.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-12T17:41:42.024Z] #10 38.11 Get:10 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-12T17:41:42.024Z] #10 38.12 Get:11 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-12T17:41:42.295Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-12T17:41:42.586Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-12T17:41:42.875Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-12T17:41:43.400Z] #10 41.94 Get:12 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-12T17:41:43.533Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-12T17:41:43.830Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-12T17:41:43.830Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-12T17:41:43.972Z] #10 ... [2020-02-12T17:41:43.972Z] [2020-02-12T17:41:43.972Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:41:43.972Z] #25 41.23 The following NEW packages will be installed: [2020-02-12T17:41:43.972Z] #25 41.27 jq libjq1 libonig5 [2020-02-12T17:41:43.973Z] #25 41.76 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:41:43.973Z] #25 41.76 Need to get 355 kB of archives. [2020-02-12T17:41:43.973Z] #25 41.76 After this operation, 1072 kB of additional disk space will be used. [2020-02-12T17:41:43.973Z] #25 41.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-12T17:41:43.973Z] #25 41.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-12T17:41:43.973Z] #25 41.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-12T17:41:44.459Z] go: finding github.com/lib/pq v1.0.0 [2020-02-12T17:41:44.460Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-12T17:41:44.538Z] #25 43.01 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:41:44.538Z] #25 43.23 Fetched 355 kB in 0s (1105 kB/s) [2020-02-12T17:41:44.751Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-12T17:41:44.798Z] #25 43.33 Selecting previously unselected package libonig5:amd64. [2020-02-12T17:41:44.798Z] #25 43.33 (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-12T17:41:44.798Z] #25 43.39 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-12T17:41:44.798Z] #25 43.40 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:41:45.041Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-12T17:41:45.060Z] #25 ... [2020-02-12T17:41:45.060Z] [2020-02-12T17:41:45.060Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:41:45.060Z] #59 29.40 Reading package lists... [2020-02-12T17:41:45.060Z] #59 35.96 Building dependency tree... [2020-02-12T17:41:45.060Z] #59 39.68 The following additional packages will be installed: [2020-02-12T17:41:45.060Z] #59 39.71 libbtrfs0 [2020-02-12T17:41:45.060Z] #59 39.96 The following NEW packages will be installed: [2020-02-12T17:41:45.060Z] #59 40.00 libbtrfs-dev libbtrfs0 [2020-02-12T17:41:45.060Z] #59 40.52 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:41:45.060Z] #59 40.52 Need to get 119 kB of archives. [2020-02-12T17:41:45.060Z] #59 40.52 After this operation, 387 kB of additional disk space will be used. [2020-02-12T17:41:45.060Z] #59 40.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-12T17:41:45.060Z] #59 40.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-12T17:41:45.060Z] #59 42.07 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:41:45.060Z] #59 42.27 Fetched 119 kB in 0s (384 kB/s) [2020-02-12T17:41:45.060Z] #59 42.41 Selecting previously unselected package libbtrfs0. [2020-02-12T17:41:45.060Z] #59 42.41 (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-12T17:41:45.060Z] #59 42.46 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-12T17:41:45.060Z] #59 42.49 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:41:45.060Z] #59 42.59 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:41:45.060Z] #59 42.60 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-12T17:41:45.060Z] #59 42.60 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:41:45.060Z] #59 43.11 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:41:45.060Z] #59 43.16 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:41:45.060Z] #59 43.17 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:41:45.060Z] #59 DONE 43.7s [2020-02-12T17:41:45.060Z] [2020-02-12T17:41:45.060Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:41:45.060Z] #60 DONE 0.1s [2020-02-12T17:41:45.060Z] [2020-02-12T17:41:45.060Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-12T17:41:45.060Z] #61 DONE 0.1s [2020-02-12T17:41:45.060Z] [2020-02-12T17:41:45.060Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:41:45.060Z] #25 43.72 Selecting previously unselected package libjq1:amd64. [2020-02-12T17:41:45.060Z] #25 43.73 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:41:45.060Z] #25 43.73 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:41:45.333Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-12T17:41:45.630Z] #25 44.09 Selecting previously unselected package jq. [2020-02-12T17:41:45.630Z] #25 44.14 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:41:45.630Z] #25 44.14 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:41:45.888Z] #25 44.51 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:41:45.888Z] #25 44.61 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:41:45.964Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-12T17:41:45.964Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-02-12T17:41:46.153Z] #25 44.62 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:41:46.153Z] #25 44.64 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:41:46.413Z] #25 DONE 45.0s [2020-02-12T17:41:46.413Z] [2020-02-12T17:41:46.413Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-12T17:41:46.413Z] #26 DONE 0.1s [2020-02-12T17:41:46.413Z] [2020-02-12T17:41:46.413Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:46.413Z] #10 44.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-12T17:41:46.413Z] #10 44.66 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-12T17:41:46.413Z] #10 44.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-12T17:41:46.413Z] #10 44.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-12T17:41:46.413Z] #10 44.69 Get:17 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-12T17:41:46.413Z] #10 44.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-02-12T17:41:46.413Z] #10 44.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-12T17:41:46.413Z] #10 44.74 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-12T17:41:46.413Z] #10 44.78 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-12T17:41:46.413Z] #10 44.80 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-12T17:41:46.413Z] #10 44.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-12T17:41:46.413Z] #10 44.87 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-12T17:41:46.413Z] #10 44.89 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-12T17:41:46.413Z] #10 44.89 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-12T17:41:46.413Z] #10 44.90 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-02-12T17:41:46.600Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-12T17:41:46.671Z] #10 ... [2020-02-12T17:41:46.671Z] [2020-02-12T17:41:46.671Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:41:46.671Z] #43 28.61 Reading package lists... [2020-02-12T17:41:46.671Z] #43 35.32 Building dependency tree... [2020-02-12T17:41:46.671Z] #43 39.08 The following additional packages will be installed: [2020-02-12T17:41:46.671Z] #43 39.11 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-12T17:41:46.671Z] #43 39.11 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-12T17:41:46.671Z] #43 39.13 Suggested packages: [2020-02-12T17:41:46.671Z] #43 39.13 manpages-dev python-setuptools [2020-02-12T17:41:46.671Z] #43 40.61 The following NEW packages will be installed: [2020-02-12T17:41:46.671Z] #43 40.64 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-12T17:41:46.671Z] #43 40.64 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-12T17:41:46.671Z] #43 40.64 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-12T17:41:46.671Z] #43 40.64 python-six zlib1g-dev [2020-02-12T17:41:46.671Z] #43 41.39 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:41:46.671Z] #43 41.39 Need to get 4095 kB of archives. [2020-02-12T17:41:46.671Z] #43 41.39 After this operation, 22.5 MB of additional disk space will be used. [2020-02-12T17:41:46.671Z] #43 41.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-12T17:41:46.671Z] #43 41.40 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-12T17:41:46.671Z] #43 41.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-12T17:41:46.671Z] #43 41.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-12T17:41:46.671Z] #43 41.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-12T17:41:46.671Z] #43 41.44 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-12T17:41:46.671Z] #43 41.44 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-12T17:41:46.671Z] #43 41.45 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-12T17:41:46.671Z] #43 41.47 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-12T17:41:46.671Z] #43 41.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-12T17:41:46.671Z] #43 41.72 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-12T17:41:46.671Z] #43 41.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-12T17:41:46.671Z] #43 41.92 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-12T17:41:46.671Z] #43 41.93 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-12T17:41:46.671Z] #43 41.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-12T17:41:46.671Z] #43 41.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-12T17:41:46.671Z] #43 42.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-12T17:41:46.671Z] #43 43.07 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:41:46.671Z] #43 43.26 Fetched 4095 kB in 1s (4315 kB/s) [2020-02-12T17:41:46.671Z] #43 43.40 Selecting previously unselected package libcap-dev:amd64. [2020-02-12T17:41:46.672Z] #43 43.40 (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-12T17:41:46.672Z] #43 43.49 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 43.51 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-12T17:41:46.672Z] #43 43.71 Selecting previously unselected package libnet1:amd64. [2020-02-12T17:41:46.672Z] #43 43.71 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 43.73 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:41:46.672Z] #43 44.02 Selecting previously unselected package libnet1-dev. [2020-02-12T17:41:46.672Z] #43 44.04 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 44.05 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:41:46.672Z] #43 44.25 Selecting previously unselected package libnl-3-200:amd64. [2020-02-12T17:41:46.672Z] #43 44.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 44.26 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:41:46.672Z] #43 44.49 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-12T17:41:46.672Z] #43 44.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 44.52 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-12T17:41:46.672Z] #43 44.86 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-12T17:41:46.672Z] #43 44.88 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 44.89 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:41:46.672Z] #43 45.09 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-12T17:41:46.672Z] #43 45.09 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 45.12 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-12T17:41:46.672Z] #43 45.28 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-12T17:41:46.672Z] #43 45.29 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-12T17:41:46.672Z] #43 45.31 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-12T17:41:46.930Z] #43 45.62 Selecting previously unselected package libprotobuf17:amd64. [2020-02-12T17:41:46.930Z] #43 45.62 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-12T17:41:47.189Z] #43 45.63 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-12T17:41:47.189Z] #43 ... [2020-02-12T17:41:47.189Z] [2020-02-12T17:41:47.189Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:41:47.189Z] #35 29.73 Reading package lists... [2020-02-12T17:41:47.189Z] #35 35.86 Building dependency tree... [2020-02-12T17:41:47.189Z] #35 39.59 The following additional packages will be installed: [2020-02-12T17:41:47.189Z] #35 39.59 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-12T17:41:47.189Z] #35 39.61 Suggested packages: [2020-02-12T17:41:47.189Z] #35 39.61 cmake-doc ninja-build lrzip [2020-02-12T17:41:47.189Z] #35 39.61 Recommended packages: [2020-02-12T17:41:47.189Z] #35 39.61 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-12T17:41:47.189Z] #35 41.03 The following NEW packages will be installed: [2020-02-12T17:41:47.189Z] #35 41.06 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-12T17:41:47.189Z] #35 41.10 vim-common xxd [2020-02-12T17:41:47.189Z] #35 41.66 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:41:47.189Z] #35 41.66 Need to get 14.9 MB of archives. [2020-02-12T17:41:47.189Z] #35 41.66 After this operation, 61.8 MB of additional disk space will be used. [2020-02-12T17:41:47.189Z] #35 41.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-12T17:41:47.189Z] #35 41.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:41:47.189Z] #35 41.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-12T17:41:47.189Z] #35 41.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-12T17:41:47.189Z] #35 42.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-12T17:41:47.189Z] #35 42.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-12T17:41:47.189Z] #35 42.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-12T17:41:47.189Z] #35 42.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-12T17:41:47.189Z] #35 42.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-12T17:41:47.189Z] #35 42.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-12T17:41:47.189Z] #35 44.36 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:41:47.189Z] #35 44.58 Fetched 14.9 MB in 2s (8064 kB/s) [2020-02-12T17:41:47.189Z] #35 44.69 Selecting previously unselected package xxd. [2020-02-12T17:41:47.189Z] #35 44.69 (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-12T17:41:47.189Z] #35 44.77 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-12T17:41:47.189Z] #35 44.78 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:41:47.189Z] #35 45.11 Selecting previously unselected package vim-common. [2020-02-12T17:41:47.189Z] #35 45.11 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:41:47.189Z] #35 45.22 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:41:47.189Z] #35 45.74 Selecting previously unselected package cmake-data. [2020-02-12T17:41:47.189Z] #35 45.74 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-12T17:41:47.189Z] #35 45.77 Unpacking cmake-data (3.13.4-1) ... [2020-02-12T17:41:47.189Z] #35 ... [2020-02-12T17:41:47.189Z] [2020-02-12T17:41:47.189Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:47.189Z] #50 45.44 + cd /tmp/tmp.JAE7IRzQEl/src/gotest.tools/gotestsum [2020-02-12T17:41:47.189Z] #50 45.44 + git checkout -q v0.3.5 [2020-02-12T17:41:47.189Z] #50 45.51 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-12T17:41:47.232Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-12T17:41:47.878Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-12T17:41:48.173Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-12T17:41:48.462Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-12T17:41:48.750Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-12T17:41:49.087Z] #50 ... [2020-02-12T17:41:49.087Z] [2020-02-12T17:41:49.087Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:41:49.087Z] #47 37.39 internal/reflectlite [2020-02-12T17:41:49.087Z] #47 37.39 sync [2020-02-12T17:41:49.087Z] #47 39.22 github.com/LK4D4/vndr/godl/singleflight [2020-02-12T17:41:49.087Z] #47 39.68 math/rand [2020-02-12T17:41:49.087Z] #47 40.84 internal/singleflight [2020-02-12T17:41:49.087Z] #47 41.46 sort [2020-02-12T17:41:49.087Z] #47 41.46 errors [2020-02-12T17:41:49.087Z] #47 41.82 io [2020-02-12T17:41:49.087Z] #47 42.67 strconv [2020-02-12T17:41:49.087Z] #47 42.90 bytes [2020-02-12T17:41:49.087Z] #47 45.97 bufio [2020-02-12T17:41:49.088Z] #47 46.80 reflect [2020-02-12T17:41:49.346Z] #47 ... [2020-02-12T17:41:49.346Z] [2020-02-12T17:41:49.346Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:49.346Z] #10 46.47 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:41:49.346Z] #10 46.69 Fetched 78.2 MB in 8s (9383 kB/s) [2020-02-12T17:41:49.346Z] #10 46.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 ... 15401 files and directories currently installed.) [2020-02-12T17:41:49.346Z] #10 46.99 Preparing to unpack .../libsystemd0_241-7~deb10u3_amd64.deb ... [2020-02-12T17:41:49.346Z] #10 47.02 Unpacking libsystemd0:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:41:49.346Z] #10 47.38 Setting up libsystemd0:amd64 (241-7~deb10u3) ... [2020-02-12T17:41:49.346Z] #10 47.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 ... 15401 files and directories currently installed.) [2020-02-12T17:41:49.346Z] #10 47.63 Preparing to unpack .../libudev1_241-7~deb10u3_amd64.deb ... [2020-02-12T17:41:49.346Z] #10 47.67 Unpacking libudev1:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:41:49.346Z] #10 47.91 Setting up libudev1:amd64 (241-7~deb10u3) ... [2020-02-12T17:41:49.346Z] #10 48.08 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-12T17:41:49.604Z] #10 48.08 (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-12T17:41:49.604Z] #10 48.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-12T17:41:49.604Z] #10 48.18 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:41:49.604Z] #10 ... [2020-02-12T17:41:49.604Z] [2020-02-12T17:41:49.604Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:41:49.604Z] #33 37.88 sync [2020-02-12T17:41:49.604Z] #33 37.88 internal/reflectlite [2020-02-12T17:41:49.604Z] #33 41.01 errors [2020-02-12T17:41:49.604Z] #33 41.02 sort [2020-02-12T17:41:49.604Z] #33 41.57 strconv [2020-02-12T17:41:49.604Z] #33 42.57 io [2020-02-12T17:41:49.604Z] #33 43.81 internal/oserror [2020-02-12T17:41:49.604Z] #33 44.01 syscall [2020-02-12T17:41:49.604Z] #33 46.32 reflect [2020-02-12T17:41:49.862Z] #33 ... [2020-02-12T17:41:49.862Z] [2020-02-12T17:41:49.862Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:41:49.862Z] #43 46.36 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-12T17:41:49.862Z] #43 46.36 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-12T17:41:49.862Z] #43 46.37 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-12T17:41:49.862Z] #43 46.61 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-12T17:41:49.862Z] #43 46.61 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-12T17:41:49.862Z] #43 46.62 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-12T17:41:49.862Z] #43 47.87 Selecting previously unselected package libprotoc17:amd64. [2020-02-12T17:41:49.862Z] #43 47.89 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-12T17:41:49.862Z] #43 47.89 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-12T17:41:49.862Z] #43 48.50 Selecting previously unselected package protobuf-c-compiler. [2020-02-12T17:41:50.120Z] #43 48.51 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:41:50.120Z] #43 48.53 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:41:50.120Z] #43 48.73 Selecting previously unselected package protobuf-compiler. [2020-02-12T17:41:50.120Z] #43 48.73 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-12T17:41:50.120Z] #43 48.74 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:41:50.249Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-12T17:41:50.249Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-12T17:41:50.379Z] #43 48.92 Selecting previously unselected package python-pkg-resources. [2020-02-12T17:41:50.379Z] #43 48.93 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:41:50.379Z] #43 48.94 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-12T17:41:50.539Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-12T17:41:50.637Z] #43 49.22 Selecting previously unselected package python-six. [2020-02-12T17:41:50.637Z] #43 49.23 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-12T17:41:50.637Z] #43 49.23 Unpacking python-six (1.12.0-1) ... [2020-02-12T17:41:50.895Z] #43 49.34 Selecting previously unselected package python-protobuf. [2020-02-12T17:41:50.895Z] #43 49.34 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-12T17:41:50.895Z] #43 49.34 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-12T17:41:51.168Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-12T17:41:51.460Z] #43 50.04 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-12T17:41:51.796Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-12T17:41:51.796Z] go: finding golang.org/x/text v0.3.0 [2020-02-12T17:41:52.421Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-12T17:41:52.528Z] Fetching without tags [2020-02-12T17:41:52.712Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-12T17:41:52.830Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:52.838Z] #43 ... [2020-02-12T17:41:52.838Z] [2020-02-12T17:41:52.838Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:41:52.838Z] #27 3.787 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-12T17:41:52.838Z] #27 4.192 [2020-02-12T17:41:52.838Z] #27 4.373 # 2.7% ######## 11.2% ############ 17.8% ################# 24.9% ###################### 31.4% ########################### 37.6% ################################# 46.8% ######################################### 57.7% ############################################### 66.5% ##################################################### 74.1% ########################################################### 82.4% ################################################################### 93.2% ##################################################################### 96.6% ######################################################################## 100.0% [2020-02-12T17:41:52.838Z] #27 6.211 [2020-02-12T17:41:53.000Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-12T17:41:53.296Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-12T17:41:53.296Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-12T17:41:53.354Z] #27 6.391 ############# 18.2% ############################### 43.9% ################################################# 68.9% ######################################################## 79.1% ######################################################################## 100.0% [2020-02-12T17:41:53.535Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:53.536Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:41:53.613Z] #27 7.173 [2020-02-12T17:41:53.875Z] Fetching without tags [2020-02-12T17:41:52.478Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:41:52.495Z] > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10 [2020-02-12T17:41:52.499Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-12T17:41:52.515Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:41:52.572Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:41:52.573Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:41:52.573Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:41:52.838Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:41:52.843Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:53.497Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:41:53.521Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-12T17:41:53.538Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:41:53.554Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:53.780Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:41:53.807Z] > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10 [2020-02-12T17:41:53.827Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-12T17:41:53.844Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:41:53.861Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:41:53.861Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:41:53.862Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:41:53.925Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-12T17:41:54.289Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:54.426Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [2020-02-12T17:41:54.956Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-12T17:41:55.250Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-12T17:41:55.304Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:55.305Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:41:55.428Z] #27 7.377 ### 4.8% ######### 13.3% ############## 20.7% #################### 28.1% ########################## 37.3% ################################# 46.7% ###################################### 53.8% ############################################ 61.9% ################################################# 68.3% #################################################### 72.8% ######################################################## 79.0% ############################################################# 85.7% ####################################################################### 99.5% ######################################################################## 100.0% [2020-02-12T17:41:55.428Z] #27 ... [2020-02-12T17:41:55.428Z] [2020-02-12T17:41:55.428Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:41:55.428Z] #62 3.015 + RM_GOPATH=0 [2020-02-12T17:41:55.428Z] #62 3.015 + TMP_GOPATH= [2020-02-12T17:41:55.428Z] #62 3.015 + : /build [2020-02-12T17:41:55.428Z] #62 3.015 + '[' -z '' ']' [2020-02-12T17:41:55.428Z] #62 3.021 ++ mktemp -d [2020-02-12T17:41:55.428Z] #62 3.023 + export GOPATH=/tmp/tmp.UNbHKeRb6t [2020-02-12T17:41:55.428Z] #62 3.023 + GOPATH=/tmp/tmp.UNbHKeRb6t [2020-02-12T17:41:55.428Z] #62 3.028 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:41:55.428Z] #62 3.028 + RM_GOPATH=1 [2020-02-12T17:41:55.428Z] #62 3.028 ++ dirname ./install.sh [2020-02-12T17:41:55.428Z] #62 3.028 + dir=. [2020-02-12T17:41:55.428Z] #62 3.028 + bin=containerd [2020-02-12T17:41:55.428Z] #62 3.028 + shift [2020-02-12T17:41:55.428Z] #62 3.028 + '[' '!' -f ./containerd.installer ']' [2020-02-12T17:41:55.428Z] #62 3.028 + . ./containerd.installer [2020-02-12T17:41:55.428Z] #62 3.028 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:41:55.428Z] #62 3.028 + install_containerd [2020-02-12T17:41:55.428Z] #62 3.028 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-12T17:41:55.428Z] #62 3.028 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UNbHKeRb6t/src/github.com/containerd/containerd [2020-02-12T17:41:55.428Z] #62 3.057 Cloning into '/tmp/tmp.UNbHKeRb6t/src/github.com/containerd/containerd'... [2020-02-12T17:41:55.428Z] #62 ... [2020-02-12T17:41:55.428Z] [2020-02-12T17:41:55.428Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:41:55.428Z] #10 50.95 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-12T17:41:55.428Z] #10 50.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-12T17:41:55.428Z] #10 50.98 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:41:55.428Z] #10 53.85 Selecting previously unselected package binutils-mingw-w64. [2020-02-12T17:41:55.428Z] #10 53.85 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-12T17:41:55.428Z] #10 53.85 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:41:55.428Z] #10 54.00 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-12T17:41:55.428Z] #10 54.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:41:55.428Z] #10 54.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:41:55.467Z] + docker version [2020-02-12T17:41:55.541Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-12T17:41:55.687Z] #10 54.21 Selecting previously unselected package dmsetup. [2020-02-12T17:41:55.687Z] #10 54.23 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:41:55.687Z] #10 54.24 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-12T17:41:55.835Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-12T17:41:55.945Z] #10 54.42 Selecting previously unselected package mingw-w64-common. [2020-02-12T17:41:55.945Z] #10 54.45 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-12T17:41:55.945Z] #10 54.46 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-12T17:41:54.282Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:41:54.309Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:55.242Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:41:55.267Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-12T17:41:55.293Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:41:55.305Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:41:56.315Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [2020-02-12T17:41:56.468Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-12T17:41:56.759Z] go: finding github.com/jinzhu/gorm v1.9.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-12T17:41:57.320Z] #10 ... [2020-02-12T17:41:57.320Z] [2020-02-12T17:41:57.320Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:41:57.320Z] #27 9.086 [2020-02-12T17:41:57.437Z] + docker version [2020-02-12T17:41:57.784Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-12T17:41:58.075Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-12T17:41:58.363Z] #27 9.298 # 2.2% ### 4.6% ##### 7.5% ####### 9.9% ######## 11.7% ########## 14.2% ########### 16.2% ############# 18.1% ############## 20.0% ############### 22.0% ################# 23.6% ################## 26.0% #################### 28.1% ##################### 30.2% ####################### 32.1% ######################## 34.4% ########################### 37.7% ############################# 40.6% ############################## 42.9% ################################ 45.7% ################################### 48.9% #################################### 50.8% ###################################### 53.9% ######################################## 56.4% [2020-02-12T17:41:58.363Z] #27 ... [2020-02-12T17:41:58.363Z] [2020-02-12T17:41:58.363Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:41:58.363Z] #30 46.81 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-12T17:41:58.363Z] #30 48.55 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-12T17:41:58.363Z] #30 ... [2020-02-12T17:41:58.363Z] [2020-02-12T17:41:58.363Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:41:58.366Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-12T17:41:58.995Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-12T17:41:59.287Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-12T17:41:59.399Z] #27 9.298 # 2.2% ### 4.6% ##### 7.5% ####### 9.9% ######## 11.7% ########## 14.2% ########### 16.2% ############# 18.1% ############## 20.0% ############### 22.0% ################# 23.6% ################## 26.0% #################### 28.1% ##################### 30.2% ####################### 32.1% ######################## 34.4% ########################### 37.7% ############################# 40.6% ############################## 42.9% ################################ 45.7% ################################### 48.9% #################################### 50.8% ###################################### 53.9% ######################################## 56.4% ########################################## 58.5% ########################################### 60.7% ############################################# 63.0% ############################################## 64.5% ################################################ 66.8% ################################################# 68.8% ################################################### 71.4% #################################################### 73.2% ###################################################### 75.6% ####################################################### 76.7% [2020-02-12T17:41:59.399Z] #27 ... [2020-02-12T17:41:59.399Z] [2020-02-12T17:41:59.399Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:41:59.399Z] #47 47.69 syscall [2020-02-12T17:41:59.399Z] #47 55.29 time [2020-02-12T17:41:59.657Z] #47 ... [2020-02-12T17:41:59.657Z] [2020-02-12T17:41:59.657Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:42:00.176Z] #27 9.298 # 2.2% ### 4.6% ##### 7.5% ####### 9.9% ######## 11.7% ########## 14.2% ########### 16.2% ############# 18.1% ############## 20.0% ############### 22.0% ################# 23.6% ################## 26.0% #################### 28.1% ##################### 30.2% ####################### 32.1% ######################## 34.4% ########################### 37.7% ############################# 40.6% ############################## 42.9% ################################ 45.7% ################################### 48.9% #################################### 50.8% ###################################### 53.9% ######################################## 56.4% ########################################## 58.5% ########################################### 60.7% ############################################# 63.0% ############################################## 64.5% ################################################ 66.8% ################################################# 68.8% ################################################### 71.4% #################################################### 73.2% ###################################################### 75.6% ####################################################### 76.7% ######################################################### 79.5% ########################################################### 82.2% ########################################################### 83.3% ############################################################# 85.5% ############################################################### 88.3% ################################################################# 90.9% ################################################################### 93.6% [2020-02-12T17:42:00.176Z] #27 ... [2020-02-12T17:42:00.176Z] [2020-02-12T17:42:00.176Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:42:00.176Z] #35 48.82 Selecting previously unselected package libicu63:amd64. [2020-02-12T17:42:00.176Z] #35 48.82 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 48.85 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-12T17:42:00.176Z] #35 56.59 Selecting previously unselected package libxml2:amd64. [2020-02-12T17:42:00.176Z] #35 56.60 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 56.61 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:42:00.176Z] #35 57.48 Selecting previously unselected package libarchive13:amd64. [2020-02-12T17:42:00.176Z] #35 57.48 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 57.50 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-12T17:42:00.176Z] #35 57.89 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-12T17:42:00.176Z] #35 57.91 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 57.93 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-12T17:42:00.176Z] #35 58.17 Selecting previously unselected package librhash0:amd64. [2020-02-12T17:42:00.176Z] #35 58.17 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 58.18 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-12T17:42:00.176Z] #35 58.45 Selecting previously unselected package libuv1:amd64. [2020-02-12T17:42:00.176Z] #35 58.46 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 58.46 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-12T17:42:00.176Z] #35 58.66 Selecting previously unselected package cmake. [2020-02-12T17:42:00.176Z] #35 58.73 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-12T17:42:00.176Z] #35 58.76 Unpacking cmake (3.13.4-1) ... [2020-02-12T17:42:00.176Z] #35 ... [2020-02-12T17:42:00.176Z] [2020-02-12T17:42:00.176Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:42:00.351Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-12T17:42:00.351Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-12T17:42:00.434Z] #27 9.298 # 2.2% ### 4.6% ##### 7.5% ####### 9.9% ######## 11.7% ########## 14.2% ########### 16.2% ############# 18.1% ############## 20.0% ############### 22.0% ################# 23.6% ################## 26.0% #################### 28.1% ##################### 30.2% ####################### 32.1% ######################## 34.4% ########################### 37.7% ############################# 40.6% ############################## 42.9% ################################ 45.7% ################################### 48.9% #################################### 50.8% ###################################### 53.9% ######################################## 56.4% ########################################## 58.5% ########################################### 60.7% ############################################# 63.0% ############################################## 64.5% ################################################ 66.8% ################################################# 68.8% ################################################### 71.4% #################################################### 73.2% ###################################################### 75.6% ####################################################### 76.7% ######################################################### 79.5% ########################################################### 82.2% ########################################################### 83.3% ############################################################# 85.5% ############################################################### 88.3% ################################################################# 90.9% ################################################################### 93.6% #################################################################### 95.7% ###################################################################### 98.0% ######################################################################## 100.0% [2020-02-12T17:42:00.434Z] #27 14.08 [2020-02-12T17:42:00.639Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-12T17:42:01.271Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-12T17:42:01.368Z] #27 15.00 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-12T17:42:01.561Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-12T17:42:01.561Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-12T17:42:01.933Z] #27 15.28 [2020-02-12T17:42:01.933Z] #27 15.46 ######################################################################## 100.0% [2020-02-12T17:42:02.002Z] Client: Docker Engine - Community [2020-02-12T17:42:02.002Z] Version: 19.03.5 [2020-02-12T17:42:02.002Z] API version: 1.40 [2020-02-12T17:42:02.002Z] Go version: go1.12.12 [2020-02-12T17:42:02.002Z] Git commit: 633a0ea838 [2020-02-12T17:42:02.002Z] Built: Wed Nov 13 07:29:52 2019 [2020-02-12T17:42:02.002Z] OS/Arch: linux/amd64 [2020-02-12T17:42:02.002Z] Experimental: false [2020-02-12T17:42:02.002Z] [2020-02-12T17:42:02.002Z] Server: Docker Engine - Community [2020-02-12T17:42:02.002Z] Engine: [2020-02-12T17:42:02.002Z] Version: 19.03.5 [2020-02-12T17:42:02.002Z] API version: 1.40 (minimum version 1.12) [2020-02-12T17:42:02.002Z] Go version: go1.12.12 [2020-02-12T17:42:02.002Z] Git commit: 633a0ea838 [2020-02-12T17:42:02.002Z] Built: Wed Nov 13 07:28:22 2019 [2020-02-12T17:42:02.002Z] OS/Arch: linux/amd64 [2020-02-12T17:42:02.002Z] Experimental: true [2020-02-12T17:42:02.002Z] containerd: [2020-02-12T17:42:02.002Z] Version: 1.2.10 [2020-02-12T17:42:02.002Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-12T17:42:02.002Z] runc: [2020-02-12T17:42:02.002Z] Version: 1.0.0-rc8+dev [2020-02-12T17:42:02.002Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-12T17:42:02.002Z] docker-init: [2020-02-12T17:42:02.002Z] Version: 0.18.0 [2020-02-12T17:42:02.002Z] GitCommit: fec3683 [Pipeline] sh [2020-02-12T17:42:02.191Z] #27 15.63 [2020-02-12T17:42:02.439Z] + docker info [2020-02-12T17:42:03.065Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-12T17:42:03.124Z] #27 16.46 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-12T17:42:03.382Z] #27 16.85 [2020-02-12T17:42:03.640Z] #27 17.04 ######################################################### 80.5% ######################################################################## 100.0% [2020-02-12T17:42:03.640Z] #27 17.16 [2020-02-12T17:42:03.899Z] #27 ... [2020-02-12T17:42:03.899Z] [2020-02-12T17:42:03.899Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:03.899Z] #33 52.26 time [2020-02-12T17:42:03.899Z] #33 58.60 internal/poll [2020-02-12T17:42:03.899Z] #33 60.06 internal/fmtsort [2020-02-12T17:42:03.899Z] #33 60.88 strings [2020-02-12T17:42:03.899Z] #33 60.89 internal/syscall/unix [2020-02-12T17:42:03.899Z] #33 61.23 os [2020-02-12T17:42:04.098Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-12T17:42:04.156Z] #33 ... [2020-02-12T17:42:04.156Z] [2020-02-12T17:42:04.156Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:42:04.156Z] #35 62.35 Setting up libicu63:amd64 (63.1-6) ... [2020-02-12T17:42:04.156Z] #35 62.39 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:42:04.156Z] #35 62.40 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-12T17:42:04.156Z] #35 62.43 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:42:04.156Z] #35 62.47 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-12T17:42:04.156Z] #35 62.49 Setting up cmake-data (3.13.4-1) ... [2020-02-12T17:42:04.156Z] #35 62.51 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:42:04.156Z] #35 62.52 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-12T17:42:04.156Z] #35 62.54 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-12T17:42:04.156Z] #35 62.55 Setting up cmake (3.13.4-1) ... [2020-02-12T17:42:04.156Z] #35 62.56 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:42:04.156Z] #35 62.67 Processing triggers for mime-support (3.62) ... [2020-02-12T17:42:04.233Z] Removing intermediate container 71304e36d224 [2020-02-12T17:42:04.233Z] ---> a81402cdd4df [2020-02-12T17:42:04.233Z] Step 11/16 : ARG GOOS [2020-02-12T17:42:04.233Z] ---> Running in bfb8c840cf97 [2020-02-12T17:42:04.233Z] Removing intermediate container bfb8c840cf97 [2020-02-12T17:42:04.233Z] ---> da77b880e3dd [2020-02-12T17:42:04.233Z] Step 12/16 : ARG GOARCH [2020-02-12T17:42:04.233Z] ---> Running in 6638c15fa002 [2020-02-12T17:42:04.233Z] Removing intermediate container 6638c15fa002 [2020-02-12T17:42:04.233Z] ---> dbcd759a3550 [2020-02-12T17:42:04.233Z] 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-12T17:42:04.233Z] ---> Running in d8bc67349961 [2020-02-12T17:42:05.143Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-12T17:42:05.143Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-12T17:42:05.143Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-12T17:42:05.529Z] #35 DONE 64.2s [2020-02-12T17:42:05.529Z] [2020-02-12T17:42:05.529Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:05.529Z] #33 63.86 path [2020-02-12T17:42:05.558Z] Client: Docker Engine - Community [2020-02-12T17:42:05.558Z] Version: 19.03.5 [2020-02-12T17:42:05.558Z] API version: 1.40 [2020-02-12T17:42:05.558Z] Go version: go1.12.12 [2020-02-12T17:42:05.558Z] Git commit: 633a0ea [2020-02-12T17:42:05.558Z] Built: Wed Nov 13 07:27:53 2019 [2020-02-12T17:42:05.558Z] OS/Arch: linux/arm64 [2020-02-12T17:42:05.558Z] Experimental: false [2020-02-12T17:42:05.558Z] [2020-02-12T17:42:05.558Z] Server: Docker Engine - Community [2020-02-12T17:42:05.558Z] Engine: [2020-02-12T17:42:05.558Z] Version: 19.03.5 [2020-02-12T17:42:05.558Z] API version: 1.40 (minimum version 1.12) [2020-02-12T17:42:05.558Z] Go version: go1.12.12 [2020-02-12T17:42:05.558Z] Git commit: 633a0ea [2020-02-12T17:42:05.558Z] Built: Wed Nov 13 07:26:25 2019 [2020-02-12T17:42:05.558Z] OS/Arch: linux/arm64 [2020-02-12T17:42:05.558Z] Experimental: true [2020-02-12T17:42:05.558Z] containerd: [2020-02-12T17:42:05.558Z] Version: 1.2.10 [2020-02-12T17:42:05.558Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-12T17:42:05.558Z] runc: [2020-02-12T17:42:05.558Z] Version: 1.0.0-rc8+dev [2020-02-12T17:42:05.558Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-12T17:42:05.558Z] docker-init: [2020-02-12T17:42:05.558Z] Version: 0.18.0 [2020-02-12T17:42:05.558Z] GitCommit: fec3683 [Pipeline] sh [2020-02-12T17:42:05.789Z] #33 ... [2020-02-12T17:42:05.789Z] [2020-02-12T17:42:05.789Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:42:05.789Z] #36 DONE 0.1s [2020-02-12T17:42:05.789Z] [2020-02-12T17:42:05.789Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-12T17:42:05.789Z] #37 DONE 0.1s [2020-02-12T17:42:05.789Z] [2020-02-12T17:42:05.789Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:05.890Z] + docker info [2020-02-12T17:42:06.047Z] #38 ... [2020-02-12T17:42:06.047Z] [2020-02-12T17:42:06.047Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:42:06.047Z] #43 54.57 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-12T17:42:06.047Z] #43 54.58 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:42:06.047Z] #43 54.60 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:42:06.047Z] #43 54.63 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-12T17:42:06.047Z] #43 54.65 Setting up python-six (1.12.0-1) ... [2020-02-12T17:42:06.047Z] #43 59.24 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-12T17:42:06.047Z] #43 59.25 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:42:06.047Z] #43 59.28 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-12T17:42:06.047Z] #43 59.30 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-12T17:42:06.047Z] #43 59.31 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-12T17:42:06.047Z] #43 59.33 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:42:06.047Z] #43 59.37 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:42:06.047Z] #43 59.39 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-12T17:42:06.047Z] #43 59.40 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:42:06.047Z] #43 59.41 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-12T17:42:06.047Z] #43 ... [2020-02-12T17:42:06.047Z] [2020-02-12T17:42:06.047Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:42:06.047Z] #27 18.04 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-12T17:42:06.047Z] #27 18.12 skipping existing 1849cc453dee [2020-02-12T17:42:06.047Z] #27 18.21 [2020-02-12T17:42:06.047Z] #27 19.12 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-12T17:42:06.047Z] #27 19.62 [2020-02-12T17:42:06.168Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-12T17:42:06.456Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-12T17:42:06.613Z] #27 19.91 ######################################################################## 100.0% [2020-02-12T17:42:06.613Z] #27 20.10 [2020-02-12T17:42:06.613Z] #27 20.16 Download of images into '/build' complete. [2020-02-12T17:42:06.613Z] #27 20.18 Use something like the following to load the result into a Docker daemon: [2020-02-12T17:42:06.613Z] #27 20.18 tar -cC '/build' . | docker load [2020-02-12T17:42:06.613Z] #27 DONE 20.3s [2020-02-12T17:42:06.613Z] [2020-02-12T17:42:06.613Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:06.613Z] #33 64.53 text/tabwriter [2020-02-12T17:42:06.876Z] #33 65.21 fmt [2020-02-12T17:42:07.085Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-12T17:42:07.442Z] #33 65.61 path/filepath [2020-02-12T17:42:07.721Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-12T17:42:08.353Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-12T17:42:08.645Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-12T17:42:08.645Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-12T17:42:08.934Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-12T17:42:09.227Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-12T17:42:09.347Z] #33 ... [2020-02-12T17:42:09.347Z] [2020-02-12T17:42:09.347Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:42:09.347Z] #43 66.97 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-12T17:42:09.347Z] #43 66.98 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:42:09.347Z] #43 DONE 67.5s [2020-02-12T17:42:09.347Z] [2020-02-12T17:42:09.347Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:09.860Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-12T17:42:10.889Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-12T17:42:11.183Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-12T17:42:11.183Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-12T17:42:11.476Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-12T17:42:11.476Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-12T17:42:11.476Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-12T17:42:12.381Z] Client: [2020-02-12T17:42:12.381Z] Debug Mode: false [2020-02-12T17:42:12.381Z] [2020-02-12T17:42:12.381Z] Server: [2020-02-12T17:42:12.381Z] Containers: 0 [2020-02-12T17:42:12.381Z] Running: 0 [2020-02-12T17:42:12.381Z] Paused: 0 [2020-02-12T17:42:12.381Z] Stopped: 0 [2020-02-12T17:42:12.381Z] Images: 0 [2020-02-12T17:42:12.381Z] Server Version: 19.03.5 [2020-02-12T17:42:12.381Z] Storage Driver: overlay2 [2020-02-12T17:42:12.381Z] Backing Filesystem: extfs [2020-02-12T17:42:12.381Z] Supports d_type: true [2020-02-12T17:42:12.381Z] Native Overlay Diff: true [2020-02-12T17:42:12.381Z] Logging Driver: json-file [2020-02-12T17:42:12.381Z] Cgroup Driver: cgroupfs [2020-02-12T17:42:12.381Z] Plugins: [2020-02-12T17:42:12.381Z] Volume: local [2020-02-12T17:42:12.381Z] Network: bridge host ipvlan macvlan null overlay [2020-02-12T17:42:12.381Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-12T17:42:12.381Z] Swarm: inactive [2020-02-12T17:42:12.381Z] Runtimes: runc [2020-02-12T17:42:12.381Z] Default Runtime: runc [2020-02-12T17:42:12.381Z] Init Binary: docker-init [2020-02-12T17:42:12.381Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-12T17:42:12.381Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-12T17:42:12.381Z] init version: fec3683 [2020-02-12T17:42:12.381Z] Security Options: [2020-02-12T17:42:12.381Z] apparmor [2020-02-12T17:42:12.381Z] seccomp [2020-02-12T17:42:12.381Z] Profile: default [2020-02-12T17:42:12.381Z] Kernel Version: 4.15.0-1058-aws [2020-02-12T17:42:12.381Z] Operating System: Ubuntu 18.04.4 LTS [2020-02-12T17:42:12.381Z] OSType: linux [2020-02-12T17:42:12.381Z] Architecture: x86_64 [2020-02-12T17:42:12.381Z] CPUs: 2 [2020-02-12T17:42:12.381Z] Total Memory: 7.501GiB [2020-02-12T17:42:12.381Z] Name: ip-10-100-69-132 [2020-02-12T17:42:12.381Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-02-12T17:42:12.381Z] Docker Root Dir: /var/lib/docker [2020-02-12T17:42:12.381Z] Debug Mode: false [2020-02-12T17:42:12.381Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:42:12.381Z] Labels: [2020-02-12T17:42:12.381Z] Experimental: true [2020-02-12T17:42:12.381Z] Insecure Registries: [2020-02-12T17:42:12.381Z] 127.0.0.0/8 [2020-02-12T17:42:12.381Z] Live Restore Enabled: true [2020-02-12T17:42:12.381Z] [2020-02-12T17:42:12.381Z] WARNING: No swap limit support [Pipeline] sh [2020-02-12T17:42:12.633Z] #44 3.675 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:42:12.633Z] #44 3.675 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:42:12.792Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:42:12.792Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:42:12.792Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40500/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-12T17:42:12.792Z] + bash /home/ubuntu/workspace/moby_PR-40500/check-config.sh [2020-02-12T17:42:12.792Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-12T17:42:12.792Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-02-12T17:42:12.792Z] [2020-02-12T17:42:12.792Z] Generally Necessary: [2020-02-12T17:42:12.792Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-12T17:42:12.792Z] - apparmor: enabled and tools installed [2020-02-12T17:42:12.792Z] - CONFIG_NAMESPACES: enabled [2020-02-12T17:42:12.792Z] - CONFIG_NET_NS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_PID_NS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_IPC_NS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_UTS_NS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_CGROUPS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-12T17:42:12.792Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-12T17:42:12.792Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-12T17:42:12.792Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-12T17:42:12.792Z] - CONFIG_CPUSETS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_MEMCG: enabled [2020-02-12T17:42:12.792Z] - CONFIG_KEYS: enabled [2020-02-12T17:42:12.792Z] - CONFIG_VETH: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-12T17:42:12.792Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-12T17:42:12.891Z] #44 ... [2020-02-12T17:42:12.891Z] [2020-02-12T17:42:12.891Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:12.891Z] #47 61.14 internal/syscall/unix [2020-02-12T17:42:12.891Z] #47 61.42 os [2020-02-12T17:42:12.891Z] #47 62.35 strings [2020-02-12T17:42:12.891Z] #47 65.33 fmt [2020-02-12T17:42:12.891Z] #47 65.95 path/filepath [2020-02-12T17:42:12.891Z] #47 68.43 regexp/syntax [2020-02-12T17:42:12.891Z] #47 ... [2020-02-12T17:42:12.891Z] [2020-02-12T17:42:12.891Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:12.891Z] #38 3.745 + RM_GOPATH=0 [2020-02-12T17:42:12.891Z] #38 3.745 + TMP_GOPATH= [2020-02-12T17:42:12.891Z] #38 3.745 + : /build [2020-02-12T17:42:12.891Z] #38 3.745 + '[' -z '' ']' [2020-02-12T17:42:12.891Z] #38 3.745 ++ mktemp -d [2020-02-12T17:42:12.891Z] #38 3.757 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:42:12.891Z] #38 3.757 + export GOPATH=/tmp/tmp.PWPpcoUlXb [2020-02-12T17:42:12.891Z] #38 3.757 + GOPATH=/tmp/tmp.PWPpcoUlXb [2020-02-12T17:42:12.891Z] #38 3.757 + RM_GOPATH=1 [2020-02-12T17:42:12.891Z] #38 3.757 ++ dirname ./install.sh [2020-02-12T17:42:12.891Z] #38 3.757 + dir=. [2020-02-12T17:42:12.891Z] #38 3.757 + bin=tini [2020-02-12T17:42:12.891Z] #38 3.757 + shift [2020-02-12T17:42:12.891Z] #38 3.757 + '[' '!' -f ./tini.installer ']' [2020-02-12T17:42:12.891Z] #38 3.757 + . ./tini.installer [2020-02-12T17:42:12.891Z] #38 3.757 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:42:12.891Z] #38 3.757 + install_tini [2020-02-12T17:42:12.891Z] #38 3.757 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-12T17:42:12.891Z] #38 3.757 + git clone https://github.com/krallin/tini.git /tmp/tmp.PWPpcoUlXb/tini [2020-02-12T17:42:12.891Z] #38 3.757 Cloning into '/tmp/tmp.PWPpcoUlXb/tini'... [2020-02-12T17:42:12.891Z] #38 4.620 + cd /tmp/tmp.PWPpcoUlXb/tini [2020-02-12T17:42:12.891Z] #38 4.620 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:42:12.891Z] #38 4.626 + cmake . [2020-02-12T17:42:12.891Z] #38 5.219 -- The C compiler identification is GNU 8.3.0 [2020-02-12T17:42:12.891Z] #38 5.331 -- Check for working C compiler: /usr/bin/cc [2020-02-12T17:42:12.891Z] #38 6.208 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-12T17:42:12.891Z] #38 6.218 -- Detecting C compiler ABI info [2020-02-12T17:42:12.891Z] #38 6.805 -- Detecting C compiler ABI info - done [2020-02-12T17:42:12.891Z] #38 6.881 -- Detecting C compile features [2020-02-12T17:42:12.983Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-12T17:42:12.983Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-12T17:42:13.048Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-12T17:42:13.048Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-12T17:42:13.048Z] [2020-02-12T17:42:13.048Z] Optional Features: [2020-02-12T17:42:13.048Z] - CONFIG_USER_NS: enabled [2020-02-12T17:42:13.048Z] - CONFIG_SECCOMP: enabled [2020-02-12T17:42:13.048Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-12T17:42:13.048Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-12T17:42:13.048Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-12T17:42:13.048Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-12T17:42:13.048Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-12T17:42:13.048Z] - CONFIG_BLK_CGROUP: enabled [2020-02-12T17:42:13.048Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-12T17:42:13.048Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-12T17:42:13.048Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-12T17:42:13.048Z] - CONFIG_CGROUP_PERF: enabled [2020-02-12T17:42:13.048Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-12T17:42:13.048Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-12T17:42:13.048Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-12T17:42:13.048Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-12T17:42:13.048Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-12T17:42:13.048Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_IP_VS: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-12T17:42:13.048Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-12T17:42:13.048Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-12T17:42:13.048Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-12T17:42:13.048Z] - CONFIG_EXT4_FS: enabled [2020-02-12T17:42:13.048Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-12T17:42:13.048Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-12T17:42:13.048Z] - Network Drivers: [2020-02-12T17:42:13.048Z] - "overlay": [2020-02-12T17:42:13.049Z] - CONFIG_VXLAN: enabled (as module) [2020-02-12T17:42:13.049Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-12T17:42:13.049Z] Optional (for encrypted networks): [2020-02-12T17:42:13.049Z] - CONFIG_CRYPTO: enabled [2020-02-12T17:42:13.049Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-12T17:42:13.049Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-12T17:42:13.049Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-12T17:42:13.049Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-12T17:42:13.049Z] - CONFIG_XFRM: enabled [2020-02-12T17:42:13.049Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-12T17:42:13.049Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-12T17:42:13.049Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-12T17:42:13.049Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-12T17:42:13.049Z] - "ipvlan": [2020-02-12T17:42:13.149Z] #38 ... [2020-02-12T17:42:13.149Z] [2020-02-12T17:42:13.149Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:13.149Z] #10 61.63 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-12T17:42:13.149Z] #10 61.63 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-12T17:42:13.149Z] #10 61.65 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:42:13.149Z] #10 70.75 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-12T17:42:13.149Z] #10 70.76 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-12T17:42:13.149Z] #10 70.77 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:42:13.149Z] #10 70.94 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-12T17:42:13.149Z] #10 70.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-12T17:42:13.149Z] #10 70.99 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:42:13.149Z] #10 ... [2020-02-12T17:42:13.149Z] [2020-02-12T17:42:13.149Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:13.149Z] #47 71.46 flag [2020-02-12T17:42:13.304Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-12T17:42:13.304Z] - "macvlan": [2020-02-12T17:42:13.304Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-12T17:42:13.304Z] - CONFIG_DUMMY: enabled (as module) [2020-02-12T17:42:13.304Z] - "ftp,tftp client in container": [2020-02-12T17:42:13.304Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-12T17:42:13.304Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-12T17:42:13.304Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-12T17:42:13.304Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-12T17:42:13.304Z] - Storage Drivers: [2020-02-12T17:42:13.304Z] - "aufs": [2020-02-12T17:42:13.304Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-12T17:42:13.304Z] - "btrfs": [2020-02-12T17:42:13.304Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-12T17:42:13.304Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-12T17:42:13.304Z] - "devicemapper": [2020-02-12T17:42:13.304Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-12T17:42:13.304Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-12T17:42:13.304Z] - "overlay": [2020-02-12T17:42:13.304Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-12T17:42:13.304Z] - "zfs": [2020-02-12T17:42:13.304Z] - /dev/zfs: missing [2020-02-12T17:42:13.304Z] - zfs command: missing [2020-02-12T17:42:13.304Z] - zpool command: missing [2020-02-12T17:42:13.304Z] [2020-02-12T17:42:13.304Z] Limits: [2020-02-12T17:42:13.304Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-12T17:42:13.304Z] [2020-02-12T17:42:13.304Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-12T17:42:13.612Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-12T17:42:13.759Z] + sudo modprobe ip_vs [2020-02-12T17:42:13.905Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-12T17:42:14.013Z] Client: [2020-02-12T17:42:14.013Z] Debug Mode: false [2020-02-12T17:42:14.013Z] [2020-02-12T17:42:14.013Z] Server: [2020-02-12T17:42:14.013Z] Containers: 0 [2020-02-12T17:42:14.013Z] Running: 0 [2020-02-12T17:42:14.013Z] Paused: 0 [2020-02-12T17:42:14.013Z] Stopped: 0 [2020-02-12T17:42:14.013Z] Images: 0 [2020-02-12T17:42:14.013Z] Server Version: 19.03.5 [2020-02-12T17:42:14.013Z] Storage Driver: overlay2 [2020-02-12T17:42:14.013Z] Backing Filesystem: extfs [2020-02-12T17:42:14.013Z] Supports d_type: true [2020-02-12T17:42:14.013Z] Native Overlay Diff: true [2020-02-12T17:42:14.013Z] Logging Driver: json-file [2020-02-12T17:42:14.013Z] Cgroup Driver: cgroupfs [2020-02-12T17:42:14.013Z] Plugins: [2020-02-12T17:42:14.013Z] Volume: local [2020-02-12T17:42:14.013Z] Network: bridge host ipvlan macvlan null overlay [2020-02-12T17:42:14.013Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-12T17:42:14.013Z] Swarm: inactive [2020-02-12T17:42:14.013Z] Runtimes: runc [2020-02-12T17:42:14.013Z] Default Runtime: runc [2020-02-12T17:42:14.013Z] Init Binary: docker-init [2020-02-12T17:42:14.013Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-12T17:42:14.013Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-12T17:42:14.013Z] init version: fec3683 [2020-02-12T17:42:14.013Z] Security Options: [2020-02-12T17:42:14.013Z] apparmor [2020-02-12T17:42:14.013Z] seccomp [2020-02-12T17:42:14.013Z] Profile: default [2020-02-12T17:42:14.013Z] Kernel Version: 4.15.0-1057-aws [2020-02-12T17:42:14.013Z] Operating System: Ubuntu 16.04.6 LTS [2020-02-12T17:42:14.013Z] OSType: linux [2020-02-12T17:42:14.013Z] Architecture: aarch64 [2020-02-12T17:42:14.013Z] CPUs: 4 [2020-02-12T17:42:14.013Z] Total Memory: 7.525GiB [2020-02-12T17:42:14.013Z] Name: ip-10-100-111-115 [2020-02-12T17:42:14.013Z] ID: 54S4:KWFU:NIEI:7K7P:YSQE:BV4T:HY72:3FJA:KSC5:7GU7:YG74:V3A7 [2020-02-12T17:42:14.013Z] Docker Root Dir: /var/lib/docker [2020-02-12T17:42:14.013Z] Debug Mode: false [2020-02-12T17:42:14.013Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:42:14.013Z] Labels: [2020-02-12T17:42:14.013Z] Experimental: true [2020-02-12T17:42:14.013Z] Insecure Registries: [2020-02-12T17:42:14.013Z] 127.0.0.0/8 [2020-02-12T17:42:14.013Z] Live Restore Enabled: true [2020-02-12T17:42:14.013Z] [2020-02-12T17:42:14.013Z] WARNING: No swap limit support [2020-02-12T17:42:14.015Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b . [2020-02-12T17:42:14.015Z] #1 [internal] load .dockerignore [2020-02-12T17:42:14.015Z] #1 transferring context: 87B 0.0s done [2020-02-12T17:42:14.015Z] #1 DONE 0.1s [2020-02-12T17:42:14.015Z] [2020-02-12T17:42:14.015Z] #2 [internal] load build definition from Dockerfile [2020-02-12T17:42:14.015Z] #2 transferring dockerfile: 15.71kB done [2020-02-12T17:42:14.015Z] #2 DONE 0.1s [Pipeline] sh [2020-02-12T17:42:14.194Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-12T17:42:14.270Z] [2020-02-12T17:42:14.270Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-12T17:42:14.310Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:42:14.310Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:42:14.310Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40500/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-12T17:42:14.310Z] + bash /home/ubuntu/workspace/moby_PR-40500/check-config.sh [2020-02-12T17:42:14.310Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-12T17:42:14.310Z] info: reading kernel config from /boot/config-4.15.0-1057-aws ... [2020-02-12T17:42:14.310Z] [2020-02-12T17:42:14.310Z] Generally Necessary: [2020-02-12T17:42:14.310Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-12T17:42:14.310Z] - apparmor: enabled and tools installed [2020-02-12T17:42:14.310Z] - CONFIG_NAMESPACES: enabled [2020-02-12T17:42:14.310Z] - CONFIG_NET_NS: enabled [2020-02-12T17:42:14.310Z] - CONFIG_PID_NS: enabled [2020-02-12T17:42:14.310Z] - CONFIG_IPC_NS: enabled [2020-02-12T17:42:14.310Z] - CONFIG_UTS_NS: enabled [2020-02-12T17:42:14.310Z] - CONFIG_CGROUPS: enabled [2020-02-12T17:42:14.310Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-12T17:42:14.310Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-12T17:42:14.528Z] #3 DONE 0.4s [2020-02-12T17:42:14.528Z] [2020-02-12T17:42:14.528Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:42:14.528Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-12T17:42:14.528Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-12T17:42:14.528Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-12T17:42:14.528Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-12T17:42:14.528Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0B / 8.82MB 0.0s [2020-02-12T17:42:14.570Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-12T17:42:14.570Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-12T17:42:14.570Z] - CONFIG_CPUSETS: enabled [2020-02-12T17:42:14.570Z] - CONFIG_MEMCG: enabled [2020-02-12T17:42:14.570Z] - CONFIG_KEYS: enabled [2020-02-12T17:42:14.570Z] - CONFIG_VETH: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-12T17:42:14.570Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-12T17:42:14.570Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-12T17:42:14.570Z] [2020-02-12T17:42:14.570Z] Optional Features: [2020-02-12T17:42:14.570Z] - CONFIG_USER_NS: enabled [2020-02-12T17:42:14.570Z] - CONFIG_SECCOMP: enabled [2020-02-12T17:42:14.570Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-12T17:42:14.570Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-12T17:42:14.570Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-12T17:42:14.570Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-12T17:42:14.786Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.1s done [2020-02-12T17:42:14.786Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.1s [2020-02-12T17:42:14.825Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-12T17:42:14.826Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-12T17:42:14.830Z] - CONFIG_BLK_CGROUP: enabled [2020-02-12T17:42:14.830Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-12T17:42:14.830Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-12T17:42:14.830Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-12T17:42:14.830Z] - CONFIG_CGROUP_PERF: enabled [2020-02-12T17:42:14.830Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-12T17:42:14.830Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-12T17:42:14.830Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-12T17:42:14.830Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-12T17:42:14.830Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-12T17:42:14.830Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-12T17:42:14.830Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-12T17:42:14.830Z] - CONFIG_IP_VS: enabled (as module) [2020-02-12T17:42:14.830Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-12T17:42:14.830Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-12T17:42:14.830Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-12T17:42:14.830Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-12T17:42:14.830Z] - CONFIG_EXT4_FS: enabled [2020-02-12T17:42:14.830Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-12T17:42:14.830Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-12T17:42:14.830Z] - Network Drivers: [2020-02-12T17:42:14.830Z] - "overlay": [2020-02-12T17:42:14.830Z] - CONFIG_VXLAN: enabled (as module) [2020-02-12T17:42:14.830Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-12T17:42:14.830Z] Optional (for encrypted networks): [2020-02-12T17:42:15.041Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-02-12T17:42:15.041Z] #4 DONE 0.6s [2020-02-12T17:42:15.052Z] #47 73.11 go/token [2020-02-12T17:42:15.052Z] #47 73.16 regexp [2020-02-12T17:42:15.089Z] - CONFIG_CRYPTO: enabled [2020-02-12T17:42:15.089Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-12T17:42:15.089Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-12T17:42:15.089Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-12T17:42:15.089Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-12T17:42:15.089Z] - CONFIG_XFRM: enabled [2020-02-12T17:42:15.089Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-12T17:42:15.089Z] - "ipvlan": [2020-02-12T17:42:15.089Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-12T17:42:15.089Z] - "macvlan": [2020-02-12T17:42:15.089Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_DUMMY: enabled (as module) [2020-02-12T17:42:15.089Z] - "ftp,tftp client in container": [2020-02-12T17:42:15.089Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-12T17:42:15.089Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-12T17:42:15.089Z] - Storage Drivers: [2020-02-12T17:42:15.089Z] - "aufs": [2020-02-12T17:42:15.089Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-12T17:42:15.089Z] - "btrfs": [2020-02-12T17:42:15.090Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-12T17:42:15.090Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-12T17:42:15.090Z] - "devicemapper": [2020-02-12T17:42:15.090Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-12T17:42:15.090Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-12T17:42:15.090Z] - "overlay": [2020-02-12T17:42:15.090Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-12T17:42:15.090Z] - "zfs": [2020-02-12T17:42:15.090Z] - /dev/zfs: missing [2020-02-12T17:42:15.090Z] - zfs command: missing [2020-02-12T17:42:15.090Z] - zpool command: missing [2020-02-12T17:42:15.090Z] [2020-02-12T17:42:15.090Z] Limits: [2020-02-12T17:42:15.090Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-12T17:42:15.090Z] [2020-02-12T17:42:15.090Z] + true [Pipeline] } [Pipeline] // stage [2020-02-12T17:42:15.115Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-12T17:42:15.445Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-12T17:42:15.453Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b . [2020-02-12T17:42:15.671Z] [2020-02-12T17:42:15.671Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-12T17:42:15.713Z] #1 [internal] load build definition from Dockerfile [2020-02-12T17:42:15.713Z] #1 transferring dockerfile: 15.71kB 0.0s done [2020-02-12T17:42:15.713Z] #1 DONE 0.2s [2020-02-12T17:42:15.713Z] [2020-02-12T17:42:15.713Z] #2 [internal] load .dockerignore [2020-02-12T17:42:15.713Z] #2 transferring context: 87B done [2020-02-12T17:42:15.713Z] #2 DONE 0.3s [2020-02-12T17:42:15.713Z] [2020-02-12T17:42:15.713Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-12T17:42:15.929Z] #6 DONE 0.3s [2020-02-12T17:42:15.929Z] [2020-02-12T17:42:15.929Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-12T17:42:15.929Z] #5 DONE 0.3s [2020-02-12T17:42:15.929Z] [2020-02-12T17:42:15.929Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:15.929Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-12T17:42:15.984Z] #47 74.28 go/scanner [2020-02-12T17:42:16.072Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-12T17:42:16.283Z] #3 DONE 0.5s [2020-02-12T17:42:16.283Z] [2020-02-12T17:42:16.283Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:42:16.283Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-12T17:42:16.283Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-12T17:42:16.283Z] #4 sha256:5ad7493ba73122416a217fbaa5c0260d82c6676966fccc5d0d2a1763fac0f9ee 527B / 527B done [2020-02-12T17:42:16.283Z] #4 sha256:72fa37e1bbb8425c78e5eecdb2c20de58609e6712dbd107f89e8222e79fec1dd 893B / 893B done [2020-02-12T17:42:16.283Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0B / 8.26MB 0.1s [2020-02-12T17:42:16.495Z] #7 sha256:453fe9f2a24a42530430d8a5f5a2c8ea3bcd724d3aec277dbfc4b20031140fc3 1.79kB / 1.79kB done [2020-02-12T17:42:16.495Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 4.79MB / 50.38MB 0.2s [2020-02-12T17:42:16.495Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0B / 7.81MB 0.2s [2020-02-12T17:42:16.495Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-12T17:42:16.495Z] #7 sha256:6586e3d10e9613cb13f3917adc0c0c8157ed94e44106f8140259e045b07dc1fa 5.46kB / 5.46kB done [2020-02-12T17:42:16.495Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0B / 10.00MB 0.2s [2020-02-12T17:42:16.495Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 15.41MB / 50.38MB 0.3s [2020-02-12T17:42:16.495Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.3s done [2020-02-12T17:42:16.495Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 1.13MB / 10.00MB 0.3s [2020-02-12T17:42:16.495Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 0B / 51.79MB 0.3s [2020-02-12T17:42:16.495Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 21.64MB / 50.38MB 0.5s [2020-02-12T17:42:16.495Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 6.37MB / 10.00MB 0.5s [2020-02-12T17:42:16.542Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 8.26MB / 8.26MB 0.2s [2020-02-12T17:42:16.542Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 8.26MB / 8.26MB 0.2s done [2020-02-12T17:42:16.542Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 [2020-02-12T17:42:16.717Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-12T17:42:16.755Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 24.17MB / 50.38MB 0.6s [2020-02-12T17:42:16.755Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 7.61MB / 10.00MB 0.6s [2020-02-12T17:42:16.755Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 4.12MB / 51.79MB 0.6s [2020-02-12T17:42:16.755Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 30.72MB / 50.38MB 0.8s [2020-02-12T17:42:16.755Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.7s done [2020-02-12T17:42:16.755Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 9.06MB / 51.79MB 0.8s [2020-02-12T17:42:16.755Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 0B / 68.52MB 0.8s [2020-02-12T17:42:16.802Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0.2s done [2020-02-12T17:42:16.802Z] #4 DONE 0.7s [2020-02-12T17:42:17.007Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-12T17:42:17.021Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 34.58MB / 50.38MB 0.9s [2020-02-12T17:42:17.021Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 15.57MB / 51.79MB 0.9s [2020-02-12T17:42:17.021Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 40.86MB / 50.38MB 1.1s [2020-02-12T17:42:17.021Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 24.71MB / 51.79MB 1.1s [2020-02-12T17:42:17.022Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 10.32MB / 68.52MB 1.1s [2020-02-12T17:42:17.279Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 46.19MB / 50.38MB 1.2s [2020-02-12T17:42:17.279Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.3s [2020-02-12T17:42:17.279Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 32.98MB / 51.79MB 1.3s [2020-02-12T17:42:17.279Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 23.16MB / 68.52MB 1.3s [2020-02-12T17:42:17.311Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-12T17:42:17.371Z] [2020-02-12T17:42:17.371Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-12T17:42:17.535Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 47.35MB / 51.79MB 1.5s [2020-02-12T17:42:17.535Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 33.04MB / 68.52MB 1.5s [2020-02-12T17:42:17.603Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-12T17:42:17.632Z] #5 DONE 0.3s [2020-02-12T17:42:17.632Z] [2020-02-12T17:42:17.632Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-12T17:42:17.632Z] #6 DONE 0.2s [2020-02-12T17:42:17.632Z] [2020-02-12T17:42:17.632Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:17.632Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-12T17:42:17.790Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.5s done [2020-02-12T17:42:17.790Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.6s [2020-02-12T17:42:17.790Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 0B / 120.07MB 1.6s [2020-02-12T17:42:17.790Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 37.02MB / 68.52MB 1.7s [2020-02-12T17:42:17.790Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 [2020-02-12T17:42:17.884Z] #47 75.94 go/ast [2020-02-12T17:42:17.895Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-12T17:42:17.906Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-12T17:42:17.906Z] #7 sha256:f30d74e80031513250dfe99512ef9076be0ab2aa70ef18a55a8bd05e58b507a3 5.46kB / 5.46kB done [2020-02-12T17:42:17.906Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 0B / 49.17MB 0.2s [2020-02-12T17:42:17.906Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 0B / 7.68MB 0.2s [2020-02-12T17:42:17.906Z] #7 sha256:9277e5655887609441e706e5a7c28e4382a3b512e2f8c2ec48dbc68ea9af7ac6 1.79kB / 1.79kB done [2020-02-12T17:42:18.046Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.7s done [2020-02-12T17:42:18.046Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 42.42MB / 68.52MB 2.0s [2020-02-12T17:42:18.046Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 11.82MB / 120.07MB 2.0s [2020-02-12T17:42:18.046Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 126B / 126B 1.8s done [2020-02-12T17:42:18.169Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 5.95MB / 49.17MB 0.3s [2020-02-12T17:42:18.169Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 2.90MB / 7.68MB 0.3s [2020-02-12T17:42:18.169Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 11.26MB / 49.17MB 0.4s [2020-02-12T17:42:18.169Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 4.87MB / 7.68MB 0.4s [2020-02-12T17:42:18.304Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 55.33MB / 68.52MB 2.3s [2020-02-12T17:42:18.304Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 22.84MB / 120.07MB 2.3s [2020-02-12T17:42:18.438Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 17.99MB / 49.17MB 0.6s [2020-02-12T17:42:18.438Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 7.68MB / 7.68MB 0.4s done [2020-02-12T17:42:18.438Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 0B / 52.10MB 0.6s [2020-02-12T17:42:18.438Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 0B / 9.98MB 0.6s [2020-02-12T17:42:18.438Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 27.76MB / 49.17MB 0.8s [2020-02-12T17:42:18.438Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 5.05MB / 52.10MB 0.8s [2020-02-12T17:42:18.438Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 4.74MB / 9.98MB 0.8s [2020-02-12T17:42:18.438Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 9.98MB / 9.98MB 0.9s [2020-02-12T17:42:18.465Z] #47 ... [2020-02-12T17:42:18.465Z] [2020-02-12T17:42:18.465Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:18.465Z] #38 8.874 -- Detecting C compile features - done [2020-02-12T17:42:18.465Z] #38 8.914 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-12T17:42:18.465Z] #38 9.146 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-12T17:42:18.465Z] #38 9.304 -- Configuring done [2020-02-12T17:42:18.465Z] #38 9.335 -- Generating done [2020-02-12T17:42:18.465Z] #38 9.338 -- Build files have been written to: /tmp/tmp.PWPpcoUlXb/tini [2020-02-12T17:42:18.465Z] #38 9.347 + make tini-static [2020-02-12T17:42:18.465Z] #38 9.781 Scanning dependencies of target tini-static [2020-02-12T17:42:18.465Z] #38 9.985 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-12T17:42:18.465Z] #38 11.38 [100%] Linking C executable tini-static [2020-02-12T17:42:18.465Z] #38 12.08 [100%] Built target tini-static [2020-02-12T17:42:18.465Z] #38 12.14 + mkdir -p /build [2020-02-12T17:42:18.465Z] #38 12.15 + cp tini-static /build/docker-init [2020-02-12T17:42:18.465Z] #38 DONE 12.5s [2020-02-12T17:42:18.465Z] [2020-02-12T17:42:18.465Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:18.465Z] #44 5.583 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:42:18.465Z] #44 5.628 GEN .gitid [2020-02-12T17:42:18.465Z] #44 5.654 GEN criu/include/version.h [2020-02-12T17:42:18.465Z] #44 5.684 GEN include/common/asm [2020-02-12T17:42:18.465Z] #44 7.356 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-12T17:42:18.465Z] #44 7.434 PBCC images/opts.pb-c.c [2020-02-12T17:42:18.465Z] #44 7.478 PBCC images/sit.pb-c.c [2020-02-12T17:42:18.465Z] #44 7.540 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-12T17:42:18.465Z] #44 7.602 DEP images/opts.pb-c.d [2020-02-12T17:42:18.465Z] #44 7.674 DEP images/sit.pb-c.d [2020-02-12T17:42:18.465Z] #44 7.770 PBCC images/macvlan.pb-c.c [2020-02-12T17:42:18.465Z] #44 7.777 DEP images/macvlan.pb-c.d [2020-02-12T17:42:18.465Z] #44 7.848 PBCC images/autofs.pb-c.c [2020-02-12T17:42:18.465Z] #44 7.882 DEP images/autofs.pb-c.d [2020-02-12T17:42:18.465Z] #44 7.930 PBCC images/sysctl.pb-c.c [2020-02-12T17:42:18.465Z] #44 7.938 DEP images/sysctl.pb-c.d [2020-02-12T17:42:18.465Z] #44 7.990 PBCC images/time.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.021 DEP images/time.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.074 PBCC images/binfmt-misc.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.104 DEP images/binfmt-misc.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.140 PBCC images/seccomp.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.170 DEP images/seccomp.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.254 PBCC images/userns.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.282 DEP images/userns.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.350 PBCC images/cgroup.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.377 DEP images/cgroup.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.436 PBCC images/fown.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.478 PBCC images/ext-file.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.546 DEP images/fown.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.602 DEP images/ext-file.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.675 PBCC images/rpc.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.750 DEP images/rpc.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.845 PBCC images/siginfo.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.869 DEP images/siginfo.pb-c.d [2020-02-12T17:42:18.465Z] #44 8.910 PBCC images/pagemap.pb-c.c [2020-02-12T17:42:18.465Z] #44 8.958 DEP images/pagemap.pb-c.d [2020-02-12T17:42:18.465Z] #44 9.052 PBCC images/rlimit.pb-c.c [2020-02-12T17:42:18.465Z] #44 9.077 DEP images/rlimit.pb-c.d [2020-02-12T17:42:18.465Z] #44 9.149 PBCC images/file-lock.pb-c.c [2020-02-12T17:42:18.465Z] #44 9.178 DEP images/file-lock.pb-c.d [2020-02-12T17:42:18.465Z] #44 9.215 PBCC images/tty.pb-c.c [2020-02-12T17:42:18.465Z] #44 9.326 DEP images/tty.pb-c.d [2020-02-12T17:42:18.465Z] #44 9.394 PBCC images/tun.pb-c.c [2020-02-12T17:42:18.560Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 59.58MB / 68.52MB 2.3s [2020-02-12T17:42:18.723Z] #44 9.613 PBCC images/netdev.pb-c.c [2020-02-12T17:42:18.723Z] #44 9.795 DEP images/tun.pb-c.d [2020-02-12T17:42:18.723Z] #44 9.856 DEP images/netdev.pb-c.d [2020-02-12T17:42:18.736Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 43.89MB / 49.17MB 1.0s [2020-02-12T17:42:18.736Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 24.17MB / 52.10MB 1.0s [2020-02-12T17:42:18.736Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 49.17MB / 49.17MB 1.1s [2020-02-12T17:42:18.736Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 33.11MB / 52.10MB 1.1s [2020-02-12T17:42:18.736Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 9.98MB / 9.98MB 1.0s done [2020-02-12T17:42:18.736Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 0B / 62.39MB 1.1s [2020-02-12T17:42:18.821Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.7s [2020-02-12T17:42:18.821Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 34.54MB / 120.07MB 2.7s [2020-02-12T17:42:18.974Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-12T17:42:18.981Z] #44 9.933 PBCC images/vma.pb-c.c [2020-02-12T17:42:18.981Z] #44 9.972 DEP images/vma.pb-c.d [2020-02-12T17:42:18.981Z] #44 10.04 PBCC images/creds.pb-c.c [2020-02-12T17:42:18.981Z] #44 10.08 DEP images/creds.pb-c.d [2020-02-12T17:42:18.997Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 36.76MB / 52.10MB 1.2s [2020-02-12T17:42:18.997Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 49.17MB / 49.17MB 1.2s done [2020-02-12T17:42:18.997Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 52.10MB / 52.10MB 1.4s [2020-02-12T17:42:18.997Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 5.78MB / 62.39MB 1.4s [2020-02-12T17:42:18.997Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 0B / 97.60MB 1.4s [2020-02-12T17:42:19.077Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.8s done [2020-02-12T17:42:19.077Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 48.92MB / 120.07MB 2.9s [2020-02-12T17:42:19.239Z] #44 10.28 PBCC images/utsns.pb-c.c [2020-02-12T17:42:19.239Z] #44 10.35 DEP images/utsns.pb-c.d [2020-02-12T17:42:19.266Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 10.99MB / 62.39MB 1.5s [2020-02-12T17:42:19.266Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 52.10MB / 52.10MB 1.5s done [2020-02-12T17:42:19.266Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 17.90MB / 62.39MB 1.7s [2020-02-12T17:42:19.266Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 6.99MB / 97.60MB 1.7s [2020-02-12T17:42:19.266Z] #7 sha256:1266f4979b0e54136482546c9226b697ee0f47d0b50b822dd009f8ec4fd083b3 156B / 156B 1.7s [2020-02-12T17:42:19.266Z] #7 extracting sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 [2020-02-12T17:42:19.332Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 60.05MB / 120.07MB 3.1s [2020-02-12T17:42:19.332Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 69.96MB / 120.07MB 3.3s [2020-02-12T17:42:19.497Z] #44 10.49 PBCC images/ipc-desc.pb-c.c [2020-02-12T17:42:19.497Z] #44 10.58 PBCC images/ipc-sem.pb-c.c [2020-02-12T17:42:19.497Z] #44 10.60 DEP images/ipc-desc.pb-c.d [2020-02-12T17:42:19.548Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 22.35MB / 62.39MB 1.8s [2020-02-12T17:42:19.548Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 15.35MB / 97.60MB 1.8s [2020-02-12T17:42:19.548Z] #7 sha256:1266f4979b0e54136482546c9226b697ee0f47d0b50b822dd009f8ec4fd083b3 156B / 156B 1.7s done [2020-02-12T17:42:19.548Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 32.87MB / 62.39MB 1.9s [2020-02-12T17:42:19.548Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 21.28MB / 97.60MB 1.9s [2020-02-12T17:42:19.588Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 78.26MB / 120.07MB 3.5s [2020-02-12T17:42:19.611Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-12T17:42:19.611Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-12T17:42:19.755Z] #44 10.65 DEP images/ipc-sem.pb-c.d [2020-02-12T17:42:19.756Z] #44 10.69 PBCC images/ipc-msg.pb-c.c [2020-02-12T17:42:19.756Z] #44 10.71 DEP images/ipc-msg.pb-c.d [2020-02-12T17:42:19.756Z] #44 10.76 PBCC images/ipc-shm.pb-c.c [2020-02-12T17:42:19.756Z] #44 10.78 DEP images/ipc-shm.pb-c.d [2020-02-12T17:42:19.756Z] #44 10.82 PBCC images/ipc-var.pb-c.c [2020-02-12T17:42:19.756Z] #44 10.84 DEP images/ipc-var.pb-c.d [2020-02-12T17:42:19.756Z] #44 10.88 PBCC images/sk-opts.pb-c.c [2020-02-12T17:42:19.808Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 40.44MB / 62.39MB 2.0s [2020-02-12T17:42:19.808Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 36.87MB / 97.60MB 2.0s [2020-02-12T17:42:19.808Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 54.35MB / 62.39MB 2.1s [2020-02-12T17:42:19.808Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 52.99MB / 97.60MB 2.1s [2020-02-12T17:42:19.808Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 62.39MB / 62.39MB 2.3s [2020-02-12T17:42:19.848Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 88.90MB / 120.07MB 3.7s [2020-02-12T17:42:19.902Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-12T17:42:20.013Z] #44 10.93 PBCC images/packet-sock.pb-c.c [2020-02-12T17:42:20.013Z] #44 11.02 DEP images/sk-opts.pb-c.d [2020-02-12T17:42:20.013Z] #44 ... [2020-02-12T17:42:20.013Z] [2020-02-12T17:42:20.013Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:20.013Z] #33 68.26 io/ioutil [2020-02-12T17:42:20.013Z] #33 70.18 flag [2020-02-12T17:42:20.013Z] #33 70.18 github.com/BurntSushi/toml [2020-02-12T17:42:20.013Z] #33 71.63 log [2020-02-12T17:42:20.013Z] #33 74.11 github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:42:20.013Z] #33 ... [2020-02-12T17:42:20.013Z] [2020-02-12T17:42:20.013Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:20.073Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 63.23MB / 97.60MB 2.4s [2020-02-12T17:42:20.103Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 101.35MB / 120.07MB 3.9s [2020-02-12T17:42:20.358Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 110.44MB / 120.07MB 4.1s [2020-02-12T17:42:20.359Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 116.80MB / 120.07MB 4.3s [2020-02-12T17:42:20.485Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 71.37MB / 97.60MB 2.6s [2020-02-12T17:42:20.614Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 4.6s done [2020-02-12T17:42:20.750Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 76.85MB / 97.60MB 2.7s [2020-02-12T17:42:20.787Z] #62 34.30 Checking out files: 40% (1226/3042) Checking out files: 41% (1248/3042) Checking out files: 42% (1278/3042) Checking out files: 43% (1309/3042) Checking out files: 44% (1339/3042) Checking out files: 45% (1369/3042) Checking out files: 46% (1400/3042) Checking out files: 47% (1430/3042) Checking out files: 48% (1461/3042) Checking out files: 49% (1491/3042) Checking out files: 50% (1521/3042) Checking out files: 51% (1552/3042) Checking out files: 52% (1582/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/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: 83% (2541/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) [2020-02-12T17:42:20.787Z] #62 ... [2020-02-12T17:42:20.787Z] [2020-02-12T17:42:20.787Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:20.787Z] #33 DONE 78.9s [2020-02-12T17:42:20.787Z] [2020-02-12T17:42:20.787Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:20.869Z] #7 ... [2020-02-12T17:42:20.869Z] [2020-02-12T17:42:20.869Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-12T17:42:20.869Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-12T17:42:20.869Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-12T17:42:20.869Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-12T17:42:20.869Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.4s done [2020-02-12T17:42:20.869Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.3s done [2020-02-12T17:42:20.869Z] #68 DONE 4.9s [2020-02-12T17:42:20.869Z] [2020-02-12T17:42:20.869Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:21.124Z] #7 ... [2020-02-12T17:42:21.124Z] [2020-02-12T17:42:21.124Z] #20 [internal] load build context [2020-02-12T17:42:21.124Z] #20 transferring context: 31.19MB 5.1s [2020-02-12T17:42:21.208Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 88.69MB / 97.60MB 3.1s [2020-02-12T17:42:21.208Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 62.39MB / 62.39MB 3.2s done [2020-02-12T17:42:21.208Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 97.60MB / 97.60MB 3.4s [2020-02-12T17:42:21.416Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-12T17:42:21.609Z] #62 34.30 Checking out files: 40% (1226/3042) Checking out files: 41% (1248/3042) Checking out files: 42% (1278/3042) Checking out files: 43% (1309/3042) Checking out files: 44% (1339/3042) Checking out files: 45% (1369/3042) Checking out files: 46% (1400/3042) Checking out files: 47% (1430/3042) Checking out files: 48% (1461/3042) Checking out files: 49% (1491/3042) Checking out files: 50% (1521/3042) Checking out files: 51% (1552/3042) Checking out files: 52% (1582/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/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: 83% (2541/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-12T17:42:21.609Z] #62 36.39 + cd /tmp/tmp.UNbHKeRb6t/src/github.com/containerd/containerd [2020-02-12T17:42:21.609Z] #62 36.39 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:42:22.050Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-12T17:42:22.050Z] #20 transferring context: 47.10MB 5.8s done [2020-02-12T17:42:22.340Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-12T17:42:22.340Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-12T17:42:22.541Z] #62 37.37 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-12T17:42:22.541Z] #62 37.37 + BUILDTAGS='netgo osusergo static_build' [2020-02-12T17:42:22.541Z] #62 37.37 + export EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:42:22.541Z] #62 37.37 + EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:42:22.541Z] #62 37.37 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-12T17:42:22.541Z] #62 37.37 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-12T17:42:22.541Z] #62 37.37 + '[' '' = dynamic ']' [2020-02-12T17:42:22.541Z] #62 37.37 + make [2020-02-12T17:42:22.587Z] #7 ... [2020-02-12T17:42:22.587Z] [2020-02-12T17:42:22.587Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-12T17:42:22.587Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-12T17:42:22.587Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-12T17:42:22.587Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-12T17:42:22.587Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.4s done [2020-02-12T17:42:22.588Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.8s done [2020-02-12T17:42:22.588Z] #68 DONE 4.6s [2020-02-12T17:42:22.588Z] [2020-02-12T17:42:22.588Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:22.588Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 97.60MB / 97.60MB 4.6s done [2020-02-12T17:42:22.588Z] #7 ... [2020-02-12T17:42:22.588Z] [2020-02-12T17:42:22.588Z] #20 [internal] load build context [2020-02-12T17:42:22.588Z] #20 transferring context: 47.10MB 4.7s done [2020-02-12T17:42:22.588Z] #20 DONE 4.8s [2020-02-12T17:42:22.588Z] [2020-02-12T17:42:22.588Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:22.630Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-12T17:42:23.419Z] #20 DONE 7.1s [2020-02-12T17:42:23.419Z] [2020-02-12T17:42:23.419Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:23.419Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.2s [2020-02-12T17:42:23.655Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-12T17:42:23.655Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-12T17:42:23.913Z] #62 38.59 + bin/ctr [2020-02-12T17:42:24.501Z] #7 extracting sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 5.0s done [2020-02-12T17:42:24.501Z] #7 extracting sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 0.1s [2020-02-12T17:42:24.690Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-12T17:42:24.690Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-12T17:42:24.690Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-12T17:42:24.764Z] #7 extracting sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 0.3s done [2020-02-12T17:42:24.782Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 6.8s done [2020-02-12T17:42:24.977Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-12T17:42:25.027Z] #7 extracting sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 0.1s [2020-02-12T17:42:25.037Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.1s [2020-02-12T17:42:25.264Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-12T17:42:25.287Z] #7 extracting sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 0.3s done [2020-02-12T17:42:25.552Z] #7 extracting sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f [2020-02-12T17:42:25.598Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.6s done [2020-02-12T17:42:25.598Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.1s [2020-02-12T17:42:25.889Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-12T17:42:26.157Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.5s done [2020-02-12T17:42:26.412Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 [2020-02-12T17:42:26.517Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-12T17:42:26.807Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-12T17:42:26.807Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-12T17:42:27.101Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-12T17:42:27.194Z] #62 ... [2020-02-12T17:42:27.194Z] [2020-02-12T17:42:27.194Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:27.194Z] #44 11.08 DEP images/packet-sock.pb-c.d [2020-02-12T17:42:27.194Z] #44 11.16 PBCC images/sk-netlink.pb-c.c [2020-02-12T17:42:27.194Z] #44 11.23 DEP images/sk-netlink.pb-c.d [2020-02-12T17:42:27.194Z] #44 11.32 PBCC images/sk-inet.pb-c.c [2020-02-12T17:42:27.194Z] #44 11.42 DEP images/sk-inet.pb-c.d [2020-02-12T17:42:27.194Z] #44 11.45 PBCC images/sk-unix.pb-c.c [2020-02-12T17:42:27.194Z] #44 11.54 DEP images/sk-unix.pb-c.d [2020-02-12T17:42:27.194Z] #44 11.59 PBCC images/mm.pb-c.c [2020-02-12T17:42:27.194Z] #44 11.65 DEP images/mm.pb-c.d [2020-02-12T17:42:27.194Z] #44 11.82 PBCC images/timerfd.pb-c.c [2020-02-12T17:42:27.194Z] #44 11.90 DEP images/timerfd.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.07 PBCC images/timer.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.14 DEP images/timer.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.27 PBCC images/sa.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.38 DEP images/sa.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.49 PBCC images/pipe-data.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.54 DEP images/pipe-data.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.63 PBCC images/mnt.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.78 DEP images/mnt.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.85 PBCC images/sk-packet.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.87 DEP images/sk-packet.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.89 PBCC images/tcp-stream.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.91 DEP images/tcp-stream.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.92 PBCC images/pipe.pb-c.c [2020-02-12T17:42:27.194Z] #44 12.94 DEP images/pipe.pb-c.d [2020-02-12T17:42:27.194Z] #44 12.96 PBCC images/pstree.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.00 DEP images/pstree.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.04 PBCC images/fs.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.04 DEP images/fs.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.12 PBCC images/signalfd.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.20 DEP images/signalfd.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.25 PBCC images/fh.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.32 PBCC images/fsnotify.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.43 DEP images/fh.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.50 DEP images/fsnotify.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.54 PBCC images/eventpoll.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.57 DEP images/eventpoll.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.61 PBCC images/eventfd.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.63 DEP images/eventfd.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.70 PBCC images/remap-file-path.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.73 DEP images/remap-file-path.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.77 PBCC images/fifo.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.80 DEP images/fifo.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.85 PBCC images/ghost-file.pb-c.c [2020-02-12T17:42:27.194Z] #44 13.90 DEP images/ghost-file.pb-c.d [2020-02-12T17:42:27.194Z] #44 13.96 PBCC images/regfile.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.04 DEP images/regfile.pb-c.d [2020-02-12T17:42:27.194Z] #44 14.10 PBCC images/ns.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.11 DEP images/ns.pb-c.d [2020-02-12T17:42:27.194Z] #44 14.15 PBCC images/fdinfo.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.20 DEP images/fdinfo.pb-c.d [2020-02-12T17:42:27.194Z] #44 14.27 PBCC images/core-aarch64.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.32 PBCC images/core-arm.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.33 PBCC images/core-ppc64.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.41 PBCC images/core-s390.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.50 PBCC images/core-x86.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.59 PBCC images/core.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.73 PBCC images/inventory.pb-c.c [2020-02-12T17:42:27.194Z] #44 14.79 DEP images/core-aarch64.pb-c.d [2020-02-12T17:42:27.194Z] #44 14.86 DEP images/core-arm.pb-c.d [2020-02-12T17:42:27.194Z] #44 14.92 DEP images/core-ppc64.pb-c.d [2020-02-12T17:42:27.194Z] #44 14.98 DEP images/core-s390.pb-c.d [2020-02-12T17:42:27.194Z] #44 15.04 DEP images/core-x86.pb-c.d [2020-02-12T17:42:27.194Z] #44 15.08 DEP images/core.pb-c.d [2020-02-12T17:42:27.194Z] #44 15.20 DEP images/inventory.pb-c.d [2020-02-12T17:42:27.194Z] #44 15.27 PBCC images/cpuinfo.pb-c.c [2020-02-12T17:42:27.194Z] #44 15.29 DEP images/cpuinfo.pb-c.d [2020-02-12T17:42:27.194Z] #44 15.33 PBCC images/stats.pb-c.c [2020-02-12T17:42:27.194Z] #44 15.37 DEP images/stats.pb-c.d [2020-02-12T17:42:27.194Z] #44 16.79 make[1]: Nothing to be done for 'all'. [2020-02-12T17:42:27.194Z] #44 18.08 CC images/stats.o [2020-02-12T17:42:27.452Z] #44 18.43 CC images/core.o [2020-02-12T17:42:27.466Z] #7 extracting sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 2.0s done [2020-02-12T17:42:27.725Z] #7 extracting sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 0.1s [2020-02-12T17:42:27.729Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-12T17:42:28.385Z] #44 19.16 CC images/core-x86.o [2020-02-12T17:42:28.385Z] #44 19.57 CC images/core-arm.o [2020-02-12T17:42:28.764Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-12T17:42:28.950Z] #44 19.86 CC images/core-aarch64.o [2020-02-12T17:42:28.950Z] #44 ... [2020-02-12T17:42:28.950Z] [2020-02-12T17:42:28.950Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:28.950Z] #47 77.07 internal/lazyregexp [2020-02-12T17:42:28.950Z] #47 77.62 net/url [2020-02-12T17:42:28.950Z] #47 79.61 text/template/parse [2020-02-12T17:42:28.950Z] #47 81.54 go/parser [2020-02-12T17:42:28.950Z] #47 83.93 text/template [2020-02-12T17:42:28.950Z] #47 84.94 encoding/xml [2020-02-12T17:42:29.065Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-12T17:42:29.208Z] #47 ... [2020-02-12T17:42:29.208Z] [2020-02-12T17:42:29.208Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:29.208Z] #44 20.22 CC images/core-ppc64.o [2020-02-12T17:42:29.355Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-12T17:42:29.633Z] #7 extracting sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 1.7s done [2020-02-12T17:42:29.633Z] #7 extracting sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db [2020-02-12T17:42:29.684Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 3.4s done [2020-02-12T17:42:29.773Z] #44 20.73 CC images/core-s390.o [2020-02-12T17:42:29.940Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 [2020-02-12T17:42:30.338Z] #44 21.40 CC images/cpuinfo.o [2020-02-12T17:42:30.903Z] #44 21.99 CC images/inventory.o [2020-02-12T17:42:31.161Z] #44 22.20 CC images/fdinfo.o [2020-02-12T17:42:31.414Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-12T17:42:31.414Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-12T17:42:31.414Z] go: finding cloud.google.com/go v0.26.0 [2020-02-12T17:42:31.709Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-12T17:42:31.727Z] #44 22.59 CC images/fown.o [2020-02-12T17:42:31.727Z] #44 22.76 CC images/ns.o [2020-02-12T17:42:31.984Z] #44 23.04 CC images/regfile.o [2020-02-12T17:42:32.029Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-12T17:42:32.242Z] #44 23.31 CC images/ghost-file.o [2020-02-12T17:42:32.500Z] #44 23.59 CC images/fifo.o [2020-02-12T17:42:32.660Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-12T17:42:32.660Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-12T17:42:32.700Z] Removing intermediate container d8bc67349961 [2020-02-12T17:42:32.700Z] ---> 526c47a59626 [2020-02-12T17:42:32.700Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-12T17:42:32.700Z] ---> 687421176e14 [2020-02-12T17:42:32.700Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-12T17:42:32.700Z] ---> ab0e577c871c [2020-02-12T17:42:32.700Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-12T17:42:32.700Z] ---> Running in ae445503d4db [2020-02-12T17:42:32.700Z] Removing intermediate container ae445503d4db [2020-02-12T17:42:32.700Z] ---> df204b998d5f [2020-02-12T17:42:32.700Z] Successfully built df204b998d5f [2020-02-12T17:42:32.700Z] Successfully tagged moby-buildx:latest [2020-02-12T17:42:32.700Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-12T17:42:32.700Z] if [ -n "${id}" ]; then \ [2020-02-12T17:42:32.700Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-12T17:42:32.700Z] && touch bundles/buildx; \ [2020-02-12T17:42:32.700Z] docker rm -f ${id}; \ [2020-02-12T17:42:32.700Z] fi [2020-02-12T17:42:32.700Z] aa2d3e654e1bbe67e8b31d5ccdd8b25d64b80e6d159ecb8e52b755236c51bdb7 [2020-02-12T17:42:32.700Z] bundles/buildx version [2020-02-12T17:42:32.700Z] buildx v0.3.1 6db68d0 [2020-02-12T17:42:32.700Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b . [2020-02-12T17:42:32.700Z] #1 [internal] booting buildkit [2020-02-12T17:42:32.700Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-12T17:42:32.947Z] #7 extracting sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 3.4s done [2020-02-12T17:42:33.057Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done [2020-02-12T17:42:33.064Z] #44 23.90 CC images/remap-file-path.o [2020-02-12T17:42:33.064Z] #44 24.06 CC images/eventfd.o [2020-02-12T17:42:33.324Z] #44 24.31 CC images/eventpoll.o [2020-02-12T17:42:33.414Z] #1 creating container buildx_buildkit_default [2020-02-12T17:42:33.414Z] #1 creating container buildx_buildkit_default 0.4s done [2020-02-12T17:42:33.516Z] #7 extracting sha256:1266f4979b0e54136482546c9226b697ee0f47d0b50b822dd009f8ec4fd083b3 done [2020-02-12T17:42:33.516Z] #7 DONE 15.9s [2020-02-12T17:42:33.516Z] [2020-02-12T17:42:33.516Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-12T17:42:33.582Z] #44 24.58 CC images/fh.o [2020-02-12T17:42:33.782Z] #1 DONE 2.3s [2020-02-12T17:42:33.782Z] [2020-02-12T17:42:33.782Z] #3 [internal] load build definition from Dockerfile [2020-02-12T17:42:33.782Z] #3 transferring dockerfile: 15.71kB done [2020-02-12T17:42:33.782Z] #3 DONE 0.0s [2020-02-12T17:42:33.782Z] [2020-02-12T17:42:33.782Z] #2 [internal] load .dockerignore [2020-02-12T17:42:33.782Z] #2 transferring context: 87B done [2020-02-12T17:42:33.782Z] #2 DONE 0.1s [2020-02-12T17:42:33.782Z] [2020-02-12T17:42:33.782Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-12T17:42:33.839Z] #44 24.89 CC images/fsnotify.o [2020-02-12T17:42:34.111Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 3.8s done [2020-02-12T17:42:34.111Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 [2020-02-12T17:42:34.162Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-12T17:42:34.450Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-12T17:42:34.534Z] #4 DONE 0.5s [2020-02-12T17:42:34.534Z] [2020-02-12T17:42:34.534Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:42:34.534Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-12T17:42:34.534Z] #5 DONE 0.0s [2020-02-12T17:42:34.534Z] [2020-02-12T17:42:34.534Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:42:34.534Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2020-02-12T17:42:34.534Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2020-02-12T17:42:34.534Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2020-02-12T17:42:34.534Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-12T17:42:34.534Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-12T17:42:34.739Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-12T17:42:34.774Z] #44 25.67 CC images/signalfd.o [2020-02-12T17:42:34.883Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.2s done [2020-02-12T17:42:34.883Z] #5 DONE 0.5s [2020-02-12T17:42:34.883Z] [2020-02-12T17:42:34.883Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-12T17:42:35.031Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-12T17:42:35.032Z] #44 25.93 CC images/fs.o [2020-02-12T17:42:35.032Z] #44 26.22 CC images/pstree.o [2020-02-12T17:42:35.597Z] #44 26.40 CC images/pipe.o [2020-02-12T17:42:35.675Z] #6 ... [2020-02-12T17:42:35.675Z] [2020-02-12T17:42:35.675Z] #7 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-12T17:42:35.675Z] #7 DONE 0.4s [2020-02-12T17:42:35.675Z] [2020-02-12T17:42:35.675Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-12T17:42:35.675Z] #6 DONE 0.5s [2020-02-12T17:42:35.675Z] [2020-02-12T17:42:35.675Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:35.675Z] #8 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-12T17:42:35.858Z] #44 26.69 CC images/tcp-stream.o [2020-02-12T17:42:36.114Z] #8 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-12T17:42:36.114Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 2.63MB / 7.38MB 0.1s [2020-02-12T17:42:36.114Z] #8 sha256:405b58165bf06b178dacbf6c969d559fe180cadb2d6f1c75fe0755bdf368aaa0 5.45kB / 5.45kB done [2020-02-12T17:42:36.114Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 97.40kB / 48.95MB 0.1s [2020-02-12T17:42:36.114Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 0B / 9.88MB 0.1s [2020-02-12T17:42:36.114Z] #8 sha256:053af876b91913aed3c9ac2dd8b595bad22b94416eea6848860df62f3367af60 1.79kB / 1.79kB done [2020-02-12T17:42:36.114Z] #8 sha256:5b56a0d174e1942aa9c4762ba657088d03af1090840f5776077c9784598b3abe 155B / 155B 0.1s [2020-02-12T17:42:36.114Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 0B / 51.33MB 0.1s [2020-02-12T17:42:36.114Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 0B / 56.59MB 0.1s [2020-02-12T17:42:36.114Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 7.38MB / 7.38MB 0.2s done [2020-02-12T17:42:36.114Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 2.18MB / 9.88MB 0.3s [2020-02-12T17:42:36.114Z] #8 sha256:5b56a0d174e1942aa9c4762ba657088d03af1090840f5776077c9784598b3abe 155B / 155B 0.1s done [2020-02-12T17:42:36.114Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 1.71MB / 102.16MB 0.3s [2020-02-12T17:42:36.114Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 5.21MB / 48.95MB 0.4s [2020-02-12T17:42:36.114Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 4.55MB / 9.88MB 0.4s [2020-02-12T17:42:36.114Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 4.04MB / 51.33MB 0.4s [2020-02-12T17:42:36.114Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 3.51MB / 56.59MB 0.4s [2020-02-12T17:42:36.115Z] #44 26.97 CC images/sk-packet.o [2020-02-12T17:42:36.115Z] #44 27.24 CC images/mnt.o [2020-02-12T17:42:36.373Z] #44 27.53 CC images/pipe-data.o [2020-02-12T17:42:36.533Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-12T17:42:36.579Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 8.42MB / 48.95MB 0.6s [2020-02-12T17:42:36.580Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 7.78MB / 9.88MB 0.6s [2020-02-12T17:42:36.580Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 7.21MB / 51.33MB 0.6s [2020-02-12T17:42:36.580Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 6.58MB / 56.59MB 0.6s [2020-02-12T17:42:36.580Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 12.07MB / 48.95MB 0.7s [2020-02-12T17:42:36.580Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 9.88MB / 9.88MB 0.7s done [2020-02-12T17:42:36.580Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 10.90MB / 51.33MB 0.7s [2020-02-12T17:42:36.580Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 10.37MB / 56.59MB 0.7s [2020-02-12T17:42:36.580Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 10.16MB / 102.16MB 0.7s [2020-02-12T17:42:36.580Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 15.47MB / 48.95MB 0.9s [2020-02-12T17:42:36.580Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 14.69MB / 51.33MB 0.9s [2020-02-12T17:42:36.580Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 14.04MB / 56.59MB 0.9s [2020-02-12T17:42:36.630Z] #44 27.73 CC images/sa.o [2020-02-12T17:42:36.630Z] #44 ... [2020-02-12T17:42:36.630Z] [2020-02-12T17:42:36.630Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:36.630Z] #10 95.38 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-12T17:42:36.630Z] #10 95.38 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-12T17:42:36.808Z] #8 DONE 3.1s [2020-02-12T17:42:36.808Z] [2020-02-12T17:42:36.808Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-12T17:42:36.888Z] #10 95.38 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:42:36.976Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 16.24MB / 102.16MB 1.0s [2020-02-12T17:42:36.976Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 19.06MB / 48.95MB 1.2s [2020-02-12T17:42:36.976Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 19.33MB / 51.33MB 1.2s [2020-02-12T17:42:36.976Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 19.14MB / 56.59MB 1.2s [2020-02-12T17:42:36.976Z] #8 ... [2020-02-12T17:42:36.976Z] [2020-02-12T17:42:36.976Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-12T17:42:36.976Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-12T17:42:36.976Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-12T17:42:36.976Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-12T17:42:36.976Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.6s done [2020-02-12T17:42:36.976Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.6s done [2020-02-12T17:42:36.976Z] #69 DONE 1.4s [2020-02-12T17:42:36.976Z] [2020-02-12T17:42:36.976Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:36.976Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 23.49MB / 48.95MB 1.3s [2020-02-12T17:42:36.976Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 21.76MB / 102.16MB 1.3s [2020-02-12T17:42:37.170Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-12T17:42:37.340Z] #8 ... [2020-02-12T17:42:37.341Z] [2020-02-12T17:42:37.341Z] #21 [internal] load build context [2020-02-12T17:42:37.341Z] #21 transferring context: 47.10MB 1.6s done [2020-02-12T17:42:37.341Z] #21 DONE 1.6s [2020-02-12T17:42:37.341Z] [2020-02-12T17:42:37.341Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:42:37.341Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 27.63MB / 48.95MB 1.5s [2020-02-12T17:42:37.341Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 24.39MB / 51.33MB 1.5s [2020-02-12T17:42:37.341Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 25.55MB / 56.59MB 1.5s [2020-02-12T17:42:37.341Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 30.55MB / 48.95MB 1.6s [2020-02-12T17:42:37.341Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 30.57MB / 51.33MB 1.6s [2020-02-12T17:42:37.341Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 31.35MB / 102.16MB 1.6s [2020-02-12T17:42:37.341Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 36.08MB / 51.33MB 1.8s [2020-02-12T17:42:37.341Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 30.27MB / 56.59MB 1.8s [2020-02-12T17:42:37.341Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 37.68MB / 102.16MB 1.8s [2020-02-12T17:42:37.467Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-12T17:42:37.706Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 37.65MB / 48.95MB 1.9s [2020-02-12T17:42:37.706Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 39.67MB / 51.33MB 1.9s [2020-02-12T17:42:37.706Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 34.74MB / 56.59MB 1.9s [2020-02-12T17:42:37.706Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 41.85MB / 48.95MB 2.1s [2020-02-12T17:42:37.706Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 44.64MB / 51.33MB 2.1s [2020-02-12T17:42:37.706Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 38.72MB / 56.59MB 2.1s [2020-02-12T17:42:37.706Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 45.58MB / 102.16MB 2.1s [2020-02-12T17:42:37.748Z] #9 DONE 0.9s [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-12T17:42:37.748Z] #40 DONE 0.1s [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:42:37.748Z] #43 ... [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-12T17:42:37.748Z] #29 DONE 0.1s [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:42:37.748Z] #21 DONE 0.1s [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T17:42:37.748Z] #22 DONE 0.2s [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-12T17:42:37.748Z] #70 DONE 0.2s [2020-02-12T17:42:37.748Z] [2020-02-12T17:42:37.748Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:38.010Z] #71 ... [2020-02-12T17:42:38.010Z] [2020-02-12T17:42:38.010Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-12T17:42:38.010Z] #52 DONE 0.2s [2020-02-12T17:42:38.010Z] [2020-02-12T17:42:38.010Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-12T17:42:38.010Z] #32 DONE 0.3s [2020-02-12T17:42:38.010Z] [2020-02-12T17:42:38.010Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-12T17:42:38.010Z] #49 DONE 0.3s [2020-02-12T17:42:38.010Z] [2020-02-12T17:42:38.010Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-12T17:42:38.010Z] #64 DONE 0.3s [2020-02-12T17:42:38.010Z] [2020-02-12T17:42:38.010Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-12T17:42:38.010Z] #46 DONE 0.4s [2020-02-12T17:42:38.010Z] [2020-02-12T17:42:38.010Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:38.068Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 45.74MB / 48.95MB 2.2s [2020-02-12T17:42:38.068Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 49.27MB / 51.33MB 2.2s [2020-02-12T17:42:38.068Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 42.85MB / 56.59MB 2.2s [2020-02-12T17:42:38.068Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 48.95MB / 48.95MB 2.4s done [2020-02-12T17:42:38.068Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 51.33MB / 51.33MB 2.4s done [2020-02-12T17:42:38.068Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 56.59MB / 56.59MB 2.5s [2020-02-12T17:42:38.068Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 65.94MB / 102.16MB 2.5s [2020-02-12T17:42:38.420Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 56.59MB / 56.59MB 2.6s done [2020-02-12T17:42:38.420Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 83.64MB / 102.16MB 2.7s [2020-02-12T17:42:38.420Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 101.23MB / 102.16MB 2.8s [2020-02-12T17:42:38.790Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 102.16MB / 102.16MB 3.0s done [2020-02-12T17:42:38.790Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf [2020-02-12T17:42:38.962Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-12T17:42:39.349Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 5.1s [2020-02-12T17:42:39.588Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-12T17:42:39.588Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-12T17:42:39.588Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-12T17:42:40.216Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-12T17:42:40.216Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-12T17:42:40.274Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 6.1s done [2020-02-12T17:42:40.274Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 [2020-02-12T17:42:40.274Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 done [2020-02-12T17:42:40.274Z] #7 DONE 24.4s [2020-02-12T17:42:40.534Z] [2020-02-12T17:42:40.534Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-12T17:42:41.073Z] #10 ... [2020-02-12T17:42:41.073Z] [2020-02-12T17:42:41.073Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:41.073Z] #47 88.73 go/doc [2020-02-12T17:42:41.073Z] #47 90.98 github.com/LK4D4/vndr/versioned [2020-02-12T17:42:41.073Z] #47 91.04 compress/flate [2020-02-12T17:42:41.073Z] #47 91.93 github.com/LK4D4/vndr/build [2020-02-12T17:42:41.073Z] #47 94.15 net [2020-02-12T17:42:41.073Z] #47 95.21 vendor/golang.org/x/text/transform [2020-02-12T17:42:41.073Z] #47 95.92 vendor/golang.org/x/text/unicode/bidi [2020-02-12T17:42:41.073Z] #47 97.69 vendor/golang.org/x/text/secure/bidirule [2020-02-12T17:42:41.073Z] #47 97.94 vendor/golang.org/x/text/unicode/norm [2020-02-12T17:42:41.073Z] #47 ... [2020-02-12T17:42:41.073Z] [2020-02-12T17:42:41.073Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:41.073Z] #44 28.00 CC images/timer.o [2020-02-12T17:42:41.073Z] #44 28.37 CC images/timerfd.o [2020-02-12T17:42:41.073Z] #44 28.62 CC images/mm.o [2020-02-12T17:42:41.073Z] #44 28.96 CC images/sk-opts.o [2020-02-12T17:42:41.073Z] #44 29.20 CC images/sk-unix.o [2020-02-12T17:42:41.073Z] #44 29.48 CC images/sk-inet.o [2020-02-12T17:42:41.073Z] #44 29.95 CC images/tun.o [2020-02-12T17:42:41.073Z] #44 30.31 CC images/sk-netlink.o [2020-02-12T17:42:41.073Z] #44 30.56 CC images/packet-sock.o [2020-02-12T17:42:41.073Z] #44 30.91 CC images/ipc-var.o [2020-02-12T17:42:41.073Z] #44 31.08 CC images/ipc-desc.o [2020-02-12T17:42:41.073Z] #44 31.28 CC images/ipc-shm.o [2020-02-12T17:42:41.073Z] #44 31.56 CC images/ipc-msg.o [2020-02-12T17:42:41.073Z] #44 31.84 CC images/ipc-sem.o [2020-02-12T17:42:41.073Z] #44 32.07 CC images/utsns.o [2020-02-12T17:42:41.073Z] #44 32.25 CC images/creds.o [2020-02-12T17:42:41.244Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-12T17:42:41.535Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-12T17:42:41.535Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-12T17:42:41.638Z] #44 32.43 CC images/vma.o [2020-02-12T17:42:41.896Z] #44 32.77 CC images/netdev.o [2020-02-12T17:42:42.159Z] #44 33.12 CC images/tty.o [2020-02-12T17:42:42.164Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-12T17:42:42.454Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-02-12T17:42:43.083Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-12T17:42:43.091Z] #44 33.89 CC images/file-lock.o [2020-02-12T17:42:43.349Z] #44 34.19 CC images/rlimit.o [2020-02-12T17:42:43.349Z] #44 34.34 CC images/pagemap.o [2020-02-12T17:42:43.374Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-12T17:42:43.663Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-12T17:42:43.795Z] #8 DONE 2.8s [2020-02-12T17:42:43.795Z] [2020-02-12T17:42:43.795Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-12T17:42:43.795Z] #9 DONE 0.7s [2020-02-12T17:42:43.915Z] #44 34.77 CC images/siginfo.o [2020-02-12T17:42:44.051Z] [2020-02-12T17:42:44.051Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-12T17:42:44.051Z] #40 DONE 0.1s [2020-02-12T17:42:44.051Z] [2020-02-12T17:42:44.051Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-12T17:42:44.051Z] #29 DONE 0.1s [2020-02-12T17:42:44.051Z] [2020-02-12T17:42:44.051Z] #21 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:42:44.051Z] #21 DONE 0.1s [2020-02-12T17:42:44.051Z] [2020-02-12T17:42:44.051Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:42:44.051Z] #30 ... [2020-02-12T17:42:44.051Z] [2020-02-12T17:42:44.051Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-12T17:42:44.051Z] #70 DONE 0.1s [2020-02-12T17:42:44.172Z] #44 35.14 CC images/rpc.o [2020-02-12T17:42:44.172Z] #44 ... [2020-02-12T17:42:44.172Z] [2020-02-12T17:42:44.172Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:44.172Z] #47 102.4 vendor/golang.org/x/net/idna [2020-02-12T17:42:44.312Z] [2020-02-12T17:42:44.312Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T17:42:44.312Z] #22 DONE 0.1s [2020-02-12T17:42:44.312Z] [2020-02-12T17:42:44.312Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-12T17:42:44.312Z] #52 DONE 0.1s [2020-02-12T17:42:44.312Z] [2020-02-12T17:42:44.312Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-12T17:42:44.312Z] #64 DONE 0.1s [2020-02-12T17:42:44.312Z] [2020-02-12T17:42:44.312Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-12T17:42:44.312Z] #46 DONE 0.2s [2020-02-12T17:42:44.312Z] [2020-02-12T17:42:44.312Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-12T17:42:44.312Z] #32 DONE 0.2s [2020-02-12T17:42:44.313Z] [2020-02-12T17:42:44.313Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-12T17:42:44.313Z] #49 DONE 0.2s [2020-02-12T17:42:44.313Z] [2020-02-12T17:42:44.313Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:44.419Z] #47 ... [2020-02-12T17:42:44.419Z] [2020-02-12T17:42:44.419Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:44.419Z] #10 6.334 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:44.419Z] #10 6.410 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:44.419Z] #10 6.410 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:44.419Z] #10 ... [2020-02-12T17:42:44.419Z] [2020-02-12T17:42:44.419Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:42:44.419Z] #25 6.333 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:44.419Z] #25 6.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:44.419Z] #25 6.423 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:44.680Z] #25 7.031 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-12T17:42:44.680Z] #25 ... [2020-02-12T17:42:44.680Z] [2020-02-12T17:42:44.680Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:44.680Z] #10 7.170 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-12T17:42:44.693Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-12T17:42:45.722Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-12T17:42:46.012Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-12T17:42:46.012Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-12T17:42:46.300Z] go: finding github.com/golang/mock v1.1.1 [2020-02-12T17:42:46.590Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-12T17:42:46.594Z] #10 8.938 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-12T17:42:46.698Z] #47 105.0 vendor/golang.org/x/net/http2/hpack [2020-02-12T17:42:47.539Z] #10 ... [2020-02-12T17:42:47.539Z] [2020-02-12T17:42:47.539Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:42:47.539Z] #59 6.958 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:47.539Z] #59 6.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:47.539Z] #59 6.989 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:47.539Z] #59 7.982 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-12T17:42:47.539Z] #59 9.673 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-12T17:42:47.800Z] #59 ... [2020-02-12T17:42:47.800Z] [2020-02-12T17:42:47.800Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:42:47.800Z] #35 6.811 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:47.800Z] #35 6.834 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:47.800Z] #35 6.834 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:47.800Z] #35 7.761 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-12T17:42:47.800Z] #35 9.905 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-12T17:42:47.800Z] #35 ... [2020-02-12T17:42:47.800Z] [2020-02-12T17:42:47.800Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:47.800Z] #53 7.773 + RM_GOPATH=0 [2020-02-12T17:42:47.800Z] #53 7.773 + TMP_GOPATH= [2020-02-12T17:42:47.800Z] #53 7.773 + : /build [2020-02-12T17:42:47.800Z] #53 7.773 + '[' -z '' ']' [2020-02-12T17:42:47.800Z] #53 7.774 ++ mktemp -d [2020-02-12T17:42:47.800Z] #53 7.782 + export GOPATH=/tmp/tmp.CFM81Iu6y4 [2020-02-12T17:42:47.800Z] #53 7.782 + GOPATH=/tmp/tmp.CFM81Iu6y4 [2020-02-12T17:42:47.800Z] #53 7.782 + RM_GOPATH=1 [2020-02-12T17:42:47.800Z] #53 7.786 ++ dirname ./install.sh [2020-02-12T17:42:47.800Z] #53 7.794 + dir=. [2020-02-12T17:42:47.800Z] #53 7.794 + bin=golangci_lint [2020-02-12T17:42:47.800Z] #53 7.802 + shift [2020-02-12T17:42:47.800Z] #53 7.802 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-12T17:42:47.800Z] #53 7.802 + . ./golangci_lint.installer [2020-02-12T17:42:47.800Z] #53 7.802 ++ : v1.20.0 [2020-02-12T17:42:47.800Z] #53 7.802 + install_golangci_lint [2020-02-12T17:42:47.800Z] #53 7.805 + echo 'Installing golangci-lint version v1.20.0' [2020-02-12T17:42:47.800Z] #53 7.806 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-12T17:42:47.800Z] #53 7.806 Installing golangci-lint version v1.20.0 [2020-02-12T17:42:48.061Z] #53 ... [2020-02-12T17:42:48.061Z] [2020-02-12T17:42:48.061Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:48.061Z] #65 6.983 + RM_GOPATH=0 [2020-02-12T17:42:48.061Z] #65 6.983 + TMP_GOPATH= [2020-02-12T17:42:48.061Z] #65 6.983 + : /build/ [2020-02-12T17:42:48.061Z] #65 6.983 + '[' -z '' ']' [2020-02-12T17:42:48.061Z] #65 6.985 ++ mktemp -d [2020-02-12T17:42:48.061Z] #65 6.991 + export GOPATH=/tmp/tmp.cwBC81AaZ9 [2020-02-12T17:42:48.061Z] #65 6.991 + GOPATH=/tmp/tmp.cwBC81AaZ9 [2020-02-12T17:42:48.061Z] #65 6.991 + RM_GOPATH=1 [2020-02-12T17:42:48.061Z] #65 6.991 ++ dirname ./install.sh [2020-02-12T17:42:48.061Z] #65 6.993 + dir=. [2020-02-12T17:42:48.061Z] #65 6.993 + bin=rootlesskit [2020-02-12T17:42:48.061Z] #65 6.993 + shift [2020-02-12T17:42:48.061Z] #65 6.993 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-12T17:42:48.061Z] #65 6.993 + . ./rootlesskit.installer [2020-02-12T17:42:48.061Z] #65 6.993 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:48.061Z] #65 6.993 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:48.061Z] #65 6.993 + install_rootlesskit [2020-02-12T17:42:48.061Z] #65 6.993 + case "$1" in [2020-02-12T17:42:48.061Z] #65 6.993 + export CGO_ENABLED=0 [2020-02-12T17:42:48.061Z] #65 6.993 + CGO_ENABLED=0 [2020-02-12T17:42:48.061Z] #65 6.993 + _install_rootlesskit [2020-02-12T17:42:48.061Z] #65 6.993 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-12T17:42:48.061Z] #65 6.993 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.cwBC81AaZ9/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:42:48.061Z] #65 6.999 Cloning into '/tmp/tmp.cwBC81AaZ9/src/github.com/rootless-containers/rootlesskit'... [2020-02-12T17:42:48.072Z] #47 106.2 mime [2020-02-12T17:42:48.127Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-12T17:42:48.322Z] #65 ... [2020-02-12T17:42:48.322Z] [2020-02-12T17:42:48.322Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:48.322Z] #33 7.167 + RM_GOPATH=0 [2020-02-12T17:42:48.322Z] #33 7.167 + TMP_GOPATH= [2020-02-12T17:42:48.322Z] #33 7.167 + : /build [2020-02-12T17:42:48.322Z] #33 7.167 + '[' -z '' ']' [2020-02-12T17:42:48.322Z] #33 7.168 ++ mktemp -d [2020-02-12T17:42:48.322Z] #33 7.170 + export GOPATH=/tmp/tmp.cX4btjEbyj [2020-02-12T17:42:48.322Z] #33 7.170 + GOPATH=/tmp/tmp.cX4btjEbyj [2020-02-12T17:42:48.322Z] #33 7.170 + RM_GOPATH=1 [2020-02-12T17:42:48.322Z] #33 7.171 ++ dirname ./install.sh [2020-02-12T17:42:48.322Z] #33 7.178 + dir=. [2020-02-12T17:42:48.322Z] #33 7.178 + bin=tomlv [2020-02-12T17:42:48.322Z] #33 7.179 + shift [2020-02-12T17:42:48.322Z] #33 7.179 + '[' '!' -f ./tomlv.installer ']' [2020-02-12T17:42:48.322Z] #33 7.180 + . ./tomlv.installer [2020-02-12T17:42:48.322Z] #33 7.181 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:48.322Z] #33 7.181 + install_tomlv [2020-02-12T17:42:48.322Z] #33 7.183 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-12T17:42:48.322Z] #33 7.184 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:48.322Z] #33 7.184 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.cX4btjEbyj/src/github.com/BurntSushi/toml [2020-02-12T17:42:48.322Z] #33 7.188 Cloning into '/tmp/tmp.cX4btjEbyj/src/github.com/BurntSushi/toml'... [2020-02-12T17:42:48.322Z] #33 7.986 + cd /tmp/tmp.cX4btjEbyj/src/github.com/BurntSushi/toml [2020-02-12T17:42:48.322Z] #33 7.986 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:48.322Z] #33 7.999 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:42:48.322Z] #33 8.631 runtime/internal/sys [2020-02-12T17:42:48.322Z] #33 8.664 math/bits [2020-02-12T17:42:48.322Z] #33 8.670 internal/cpu [2020-02-12T17:42:48.322Z] #33 8.739 runtime/internal/atomic [2020-02-12T17:42:48.322Z] #33 9.187 runtime/internal/math [2020-02-12T17:42:48.322Z] #33 9.382 unicode/utf8 [2020-02-12T17:42:48.322Z] #33 9.523 internal/bytealg [2020-02-12T17:42:48.322Z] #33 9.542 math [2020-02-12T17:42:48.322Z] #33 9.575 internal/race [2020-02-12T17:42:48.322Z] #33 9.699 sync/atomic [2020-02-12T17:42:48.322Z] #33 10.17 unicode [2020-02-12T17:42:48.322Z] #33 10.31 internal/testlog [2020-02-12T17:42:48.322Z] #33 ... [2020-02-12T17:42:48.322Z] [2020-02-12T17:42:48.322Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:42:48.322Z] #30 7.191 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-12T17:42:48.322Z] #30 7.206 Cloning into '.'... [2020-02-12T17:42:48.582Z] #30 ... [2020-02-12T17:42:48.582Z] [2020-02-12T17:42:48.582Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:42:48.582Z] #41 7.951 + git clone https://github.com/docker/distribution.git . [2020-02-12T17:42:48.582Z] #41 7.954 Cloning into '.'... [2020-02-12T17:42:48.582Z] #41 ... [2020-02-12T17:42:48.582Z] [2020-02-12T17:42:48.582Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:48.582Z] #23 8.293 + RM_GOPATH=0 [2020-02-12T17:42:48.582Z] #23 8.293 + TMP_GOPATH= [2020-02-12T17:42:48.582Z] #23 8.293 + : /build [2020-02-12T17:42:48.582Z] #23 8.293 + '[' -z '' ']' [2020-02-12T17:42:48.582Z] #23 8.293 ++ mktemp -d [2020-02-12T17:42:48.582Z] #23 8.302 + export GOPATH=/tmp/tmp.oBG6GRRmCI [2020-02-12T17:42:48.582Z] #23 8.302 + GOPATH=/tmp/tmp.oBG6GRRmCI [2020-02-12T17:42:48.582Z] #23 8.302 + RM_GOPATH=1 [2020-02-12T17:42:48.582Z] #23 8.302 ++ dirname ./install.sh [2020-02-12T17:42:48.582Z] #23 8.303 Install docker/cli version 17.06.2-ce from stable [2020-02-12T17:42:48.582Z] #23 8.304 + dir=. [2020-02-12T17:42:48.582Z] #23 8.304 + bin=dockercli [2020-02-12T17:42:48.582Z] #23 8.304 + shift [2020-02-12T17:42:48.582Z] #23 8.304 + '[' '!' -f ./dockercli.installer ']' [2020-02-12T17:42:48.582Z] #23 8.304 + . ./dockercli.installer [2020-02-12T17:42:48.582Z] #23 8.304 ++ : stable [2020-02-12T17:42:48.582Z] #23 8.304 ++ : 17.06.2-ce [2020-02-12T17:42:48.582Z] #23 8.304 + install_dockercli [2020-02-12T17:42:48.582Z] #23 8.304 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-12T17:42:48.582Z] #23 8.306 ++ uname -m [2020-02-12T17:42:48.582Z] #23 8.306 + arch=aarch64 [2020-02-12T17:42:48.582Z] #23 8.306 + '[' aarch64 '!=' x86_64 ']' [2020-02-12T17:42:48.582Z] #23 8.306 + '[' aarch64 '!=' s390x ']' [2020-02-12T17:42:48.582Z] #23 8.306 + '[' aarch64 '!=' armhf ']' [2020-02-12T17:42:48.582Z] #23 8.306 + build_dockercli [2020-02-12T17:42:48.582Z] #23 8.306 + git clone https://github.com/docker/docker-ce /tmp/tmp.oBG6GRRmCI/tmp/docker-ce [2020-02-12T17:42:48.582Z] #23 8.308 Cloning into '/tmp/tmp.oBG6GRRmCI/tmp/docker-ce'... [2020-02-12T17:42:48.754Z] go: finding github.com/kr/text v0.1.0 [2020-02-12T17:42:48.754Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-12T17:42:48.754Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-12T17:42:48.843Z] #23 ... [2020-02-12T17:42:48.843Z] [2020-02-12T17:42:48.843Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:48.843Z] #50 8.029 + RM_GOPATH=0 [2020-02-12T17:42:48.843Z] #50 8.029 + TMP_GOPATH= [2020-02-12T17:42:48.843Z] #50 8.029 + : /build [2020-02-12T17:42:48.843Z] #50 8.029 + '[' -z '' ']' [2020-02-12T17:42:48.843Z] #50 8.031 ++ mktemp -d [2020-02-12T17:42:48.843Z] #50 8.064 + export GOPATH=/tmp/tmp.uvAJv8Ia6e [2020-02-12T17:42:48.843Z] #50 8.064 + GOPATH=/tmp/tmp.uvAJv8Ia6e [2020-02-12T17:42:48.843Z] #50 8.064 + RM_GOPATH=1 [2020-02-12T17:42:48.843Z] #50 8.065 ++ dirname ./install.sh [2020-02-12T17:42:48.843Z] #50 8.066 + dir=. [2020-02-12T17:42:48.843Z] #50 8.067 + bin=gotestsum [2020-02-12T17:42:48.843Z] #50 8.067 + shift [2020-02-12T17:42:48.843Z] #50 8.067 + '[' '!' -f ./gotestsum.installer ']' [2020-02-12T17:42:48.843Z] #50 8.067 + . ./gotestsum.installer [2020-02-12T17:42:48.843Z] #50 8.067 ++ : v0.3.5 [2020-02-12T17:42:48.843Z] #50 8.067 + install_gotestsum [2020-02-12T17:42:48.843Z] #50 8.067 + echo 'Installing gotestsum version v0.3.5' [2020-02-12T17:42:48.843Z] #50 8.068 Installing gotestsum version v0.3.5 [2020-02-12T17:42:48.843Z] #50 8.068 + go get -d gotest.tools/gotestsum [2020-02-12T17:42:48.843Z] #50 ... [2020-02-12T17:42:48.843Z] [2020-02-12T17:42:48.843Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:48.843Z] #65 10.90 + cd /tmp/tmp.cwBC81AaZ9/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:42:48.843Z] #65 10.91 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:49.104Z] #65 11.26 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:42:49.104Z] #65 11.26 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-12T17:42:49.381Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-12T17:42:49.565Z] #50 ... [2020-02-12T17:42:49.565Z] [2020-02-12T17:42:49.565Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:42:49.565Z] #25 2.405 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:49.565Z] #25 2.507 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:49.565Z] #25 2.688 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:49.565Z] #25 2.699 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:42:49.565Z] #25 3.152 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:42:49.565Z] #25 3.770 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:42:49.971Z] #47 108.1 mime/quotedprintable [2020-02-12T17:42:49.971Z] #47 ... [2020-02-12T17:42:49.971Z] [2020-02-12T17:42:49.971Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:49.971Z] #65 101.0 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:42:49.971Z] #65 101.0 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-12T17:42:49.971Z] #65 DONE 108.5s [2020-02-12T17:42:49.971Z] [2020-02-12T17:42:49.971Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:49.971Z] #44 36.37 CC images/ext-file.o [2020-02-12T17:42:49.971Z] #44 36.64 CC images/cgroup.o [2020-02-12T17:42:49.971Z] #44 37.37 CC images/userns.o [2020-02-12T17:42:49.971Z] #44 37.80 CC images/google/protobuf/descriptor.o [2020-02-12T17:42:49.971Z] #44 39.71 CC images/opts.o [2020-02-12T17:42:49.971Z] #44 39.91 CC images/seccomp.o [2020-02-12T17:42:49.971Z] #44 40.26 CC images/binfmt-misc.o [2020-02-12T17:42:49.971Z] #44 40.61 CC images/time.o [2020-02-12T17:42:49.971Z] #44 40.79 CC images/sysctl.o [2020-02-12T17:42:49.971Z] #44 40.98 CC images/autofs.o [2020-02-12T17:42:49.971Z] #44 41.16 CC images/macvlan.o [2020-02-12T17:42:50.028Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 9.6s done [2020-02-12T17:42:50.028Z] #8 DONE 12.7s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-12T17:42:50.028Z] #9 DONE 0.2s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-12T17:42:50.028Z] #10 DONE 0.3s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-12T17:42:50.028Z] #41 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-12T17:42:50.028Z] #30 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:42:50.028Z] #22 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-12T17:42:50.028Z] #65 ... [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-12T17:42:50.028Z] #71 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-12T17:42:50.028Z] #33 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T17:42:50.028Z] #23 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-12T17:42:50.028Z] #47 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-12T17:42:50.028Z] #50 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-12T17:42:50.028Z] #53 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-12T17:42:50.028Z] #65 DONE 0.1s [2020-02-12T17:42:50.028Z] [2020-02-12T17:42:50.028Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:50.028Z] #66 0.415 + RM_GOPATH=0 [2020-02-12T17:42:50.028Z] #66 0.415 + TMP_GOPATH= [2020-02-12T17:42:50.028Z] #66 0.415 + : /build/ [2020-02-12T17:42:50.028Z] #66 0.416 + '[' -z '' ']' [2020-02-12T17:42:50.028Z] #66 0.417 ++ mktemp -d [2020-02-12T17:42:50.028Z] #66 0.420 + export GOPATH=/tmp/tmp.y9XP4rzojT [2020-02-12T17:42:50.028Z] #66 0.420 + GOPATH=/tmp/tmp.y9XP4rzojT [2020-02-12T17:42:50.028Z] #66 0.420 + RM_GOPATH=1 [2020-02-12T17:42:50.028Z] #66 0.425 ++ dirname ./install.sh [2020-02-12T17:42:50.028Z] #66 0.428 + dir=. [2020-02-12T17:42:50.028Z] #66 0.428 + bin=rootlesskit [2020-02-12T17:42:50.028Z] #66 0.429 + shift [2020-02-12T17:42:50.028Z] #66 0.429 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-12T17:42:50.028Z] #66 0.429 + . ./rootlesskit.installer [2020-02-12T17:42:50.028Z] #66 0.429 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:50.028Z] #66 0.429 + install_rootlesskit [2020-02-12T17:42:50.028Z] #66 0.429 + case "$1" in [2020-02-12T17:42:50.028Z] #66 0.430 + export CGO_ENABLED=0 [2020-02-12T17:42:50.028Z] #66 0.430 + CGO_ENABLED=0 [2020-02-12T17:42:50.028Z] #66 0.430 + _install_rootlesskit [2020-02-12T17:42:50.028Z] #66 0.430 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-12T17:42:50.028Z] #66 0.430 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:50.028Z] #66 0.431 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.y9XP4rzojT/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:42:50.028Z] #66 0.438 Cloning into '/tmp/tmp.y9XP4rzojT/src/github.com/rootless-containers/rootlesskit'... [2020-02-12T17:42:50.229Z] #44 ... [2020-02-12T17:42:50.229Z] [2020-02-12T17:42:50.229Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-12T17:42:50.229Z] #66 DONE 0.1s [2020-02-12T17:42:50.487Z] [2020-02-12T17:42:50.487Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:50.487Z] #47 108.5 net/http/internal [2020-02-12T17:42:50.928Z] #25 ... [2020-02-12T17:42:50.928Z] [2020-02-12T17:42:50.928Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:42:50.928Z] #30 6.631 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-12T17:42:50.928Z] #30 6.634 Cloning into '.'... [2020-02-12T17:42:51.434Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-12T17:42:51.434Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-12T17:42:51.434Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-12T17:42:51.722Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-12T17:42:51.889Z] #66 2.675 + cd /tmp/tmp.y9XP4rzojT/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:42:51.889Z] #66 2.676 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:51.889Z] #66 2.937 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:42:52.288Z] #66 2.938 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-12T17:42:52.355Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-12T17:42:52.355Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-12T17:42:54.196Z] #30 ... [2020-02-12T17:42:54.196Z] [2020-02-12T17:42:54.196Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:42:54.196Z] #59 6.784 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:54.196Z] #59 6.884 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:54.196Z] #59 6.886 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:54.196Z] #59 7.848 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:42:54.196Z] #59 9.798 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:42:54.196Z] #59 ... [2020-02-12T17:42:54.196Z] [2020-02-12T17:42:54.196Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:42:54.196Z] #41 6.979 + git clone https://github.com/docker/distribution.git . [2020-02-12T17:42:54.196Z] #41 6.981 Cloning into '.'... [2020-02-12T17:42:54.196Z] #41 ... [2020-02-12T17:42:54.196Z] [2020-02-12T17:42:54.196Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:54.196Z] #23 6.994 + RM_GOPATH=0 [2020-02-12T17:42:54.196Z] #23 6.994 + TMP_GOPATH= [2020-02-12T17:42:54.196Z] #23 6.994 + : /build [2020-02-12T17:42:54.196Z] #23 6.995 + '[' -z '' ']' [2020-02-12T17:42:54.196Z] #23 6.999 ++ mktemp -d [2020-02-12T17:42:54.196Z] #23 7.000 + export GOPATH=/tmp/tmp.B1f1veMruZ [2020-02-12T17:42:54.196Z] #23 7.000 + GOPATH=/tmp/tmp.B1f1veMruZ [2020-02-12T17:42:54.196Z] #23 7.001 + RM_GOPATH=1 [2020-02-12T17:42:54.196Z] #23 7.001 ++ dirname ./install.sh [2020-02-12T17:42:54.196Z] #23 7.002 + dir=. [2020-02-12T17:42:54.196Z] #23 7.002 + bin=dockercli [2020-02-12T17:42:54.196Z] #23 7.002 + shift [2020-02-12T17:42:54.196Z] #23 7.003 + '[' '!' -f ./dockercli.installer ']' [2020-02-12T17:42:54.196Z] #23 7.003 + . ./dockercli.installer [2020-02-12T17:42:54.196Z] #23 7.003 ++ : stable [2020-02-12T17:42:54.196Z] #23 7.003 ++ : 17.06.2-ce [2020-02-12T17:42:54.196Z] #23 7.004 + install_dockercli [2020-02-12T17:42:54.196Z] #23 7.004 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-12T17:42:54.196Z] #23 7.004 Install docker/cli version 17.06.2-ce from stable [2020-02-12T17:42:54.196Z] #23 7.005 ++ uname -m [2020-02-12T17:42:54.196Z] #23 7.014 + arch=x86_64 [2020-02-12T17:42:54.196Z] #23 7.015 + '[' x86_64 '!=' x86_64 ']' [2020-02-12T17:42:54.196Z] #23 7.015 + url=https://download.docker.com/linux/static [2020-02-12T17:42:54.196Z] #23 7.016 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-12T17:42:54.196Z] #23 7.020 + tar -xz docker/docker [2020-02-12T17:42:54.402Z] #65 ... [2020-02-12T17:42:54.402Z] [2020-02-12T17:42:54.402Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:54.402Z] #47 8.063 + RM_GOPATH=0 [2020-02-12T17:42:54.402Z] #47 8.064 + TMP_GOPATH= [2020-02-12T17:42:54.402Z] #47 8.064 + : /build [2020-02-12T17:42:54.402Z] #47 8.064 + '[' -z '' ']' [2020-02-12T17:42:54.402Z] #47 8.069 ++ mktemp -d [2020-02-12T17:42:54.402Z] #47 8.075 + export GOPATH=/tmp/tmp.iLk82EHpmc [2020-02-12T17:42:54.402Z] #47 8.075 + GOPATH=/tmp/tmp.iLk82EHpmc [2020-02-12T17:42:54.402Z] #47 8.075 + RM_GOPATH=1 [2020-02-12T17:42:54.402Z] #47 8.076 ++ dirname ./install.sh [2020-02-12T17:42:54.402Z] #47 8.079 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:42:54.402Z] #47 8.079 + dir=. [2020-02-12T17:42:54.402Z] #47 8.079 + bin=vndr [2020-02-12T17:42:54.402Z] #47 8.079 + shift [2020-02-12T17:42:54.402Z] #47 8.079 + '[' '!' -f ./vndr.installer ']' [2020-02-12T17:42:54.402Z] #47 8.079 + . ./vndr.installer [2020-02-12T17:42:54.402Z] #47 8.079 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:42:54.402Z] #47 8.079 + install_vndr [2020-02-12T17:42:54.402Z] #47 8.079 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-12T17:42:54.402Z] #47 8.079 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iLk82EHpmc/src/github.com/LK4D4/vndr [2020-02-12T17:42:54.402Z] #47 8.082 Cloning into '/tmp/tmp.iLk82EHpmc/src/github.com/LK4D4/vndr'... [2020-02-12T17:42:54.402Z] #47 8.925 + cd /tmp/tmp.iLk82EHpmc/src/github.com/LK4D4/vndr [2020-02-12T17:42:54.402Z] #47 8.933 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:42:54.402Z] #47 8.957 + go build -buildmode=pie -v -o /build/vndr . [2020-02-12T17:42:54.402Z] #47 10.70 unicode [2020-02-12T17:42:54.402Z] #47 10.87 math [2020-02-12T17:42:54.402Z] #47 10.92 encoding [2020-02-12T17:42:54.402Z] #47 11.23 runtime [2020-02-12T17:42:54.402Z] #47 11.44 unicode/utf16 [2020-02-12T17:42:54.402Z] #47 11.75 container/list [2020-02-12T17:42:54.402Z] #47 13.48 crypto/internal/subtle [2020-02-12T17:42:54.402Z] #47 13.71 crypto/subtle [2020-02-12T17:42:54.402Z] #47 13.88 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-12T17:42:54.402Z] #47 14.09 internal/nettrace [2020-02-12T17:42:54.402Z] #47 14.66 runtime/cgo [2020-02-12T17:42:54.402Z] #47 16.36 vendor/golang.org/x/crypto/internal/subtle [2020-02-12T17:42:54.416Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-12T17:42:54.416Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-12T17:42:54.416Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-12T17:42:54.451Z] #23 ... [2020-02-12T17:42:54.451Z] [2020-02-12T17:42:54.451Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:54.451Z] #71 6.396 + RM_GOPATH=0 [2020-02-12T17:42:54.451Z] #71 6.397 + TMP_GOPATH= [2020-02-12T17:42:54.451Z] #71 6.397 + : /build [2020-02-12T17:42:54.451Z] #71 6.397 + '[' -z '' ']' [2020-02-12T17:42:54.451Z] #71 6.402 ++ mktemp -d [2020-02-12T17:42:54.451Z] #71 6.411 + export GOPATH=/tmp/tmp.alL5h7Qwq8 [2020-02-12T17:42:54.451Z] #71 6.411 + GOPATH=/tmp/tmp.alL5h7Qwq8 [2020-02-12T17:42:54.451Z] #71 6.412 + RM_GOPATH=1 [2020-02-12T17:42:54.451Z] #71 6.412 ++ dirname ./install.sh [2020-02-12T17:42:54.451Z] #71 6.421 + dir=. [2020-02-12T17:42:54.451Z] #71 6.421 + bin=proxy [2020-02-12T17:42:54.451Z] #71 6.421 + shift [2020-02-12T17:42:54.451Z] #71 6.421 + '[' '!' -f ./proxy.installer ']' [2020-02-12T17:42:54.451Z] #71 6.421 + . ./proxy.installer [2020-02-12T17:42:54.452Z] #71 6.421 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:42:54.452Z] #71 6.421 + install_proxy [2020-02-12T17:42:54.452Z] #71 6.421 + case "$1" in [2020-02-12T17:42:54.452Z] #71 6.421 + export CGO_ENABLED=0 [2020-02-12T17:42:54.452Z] #71 6.421 + CGO_ENABLED=0 [2020-02-12T17:42:54.452Z] #71 6.421 + _install_proxy [2020-02-12T17:42:54.452Z] #71 6.421 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-12T17:42:54.452Z] #71 6.421 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.alL5h7Qwq8/src/github.com/docker/libnetwork [2020-02-12T17:42:54.452Z] #71 6.421 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:42:54.452Z] #71 6.422 Cloning into '/tmp/tmp.alL5h7Qwq8/src/github.com/docker/libnetwork'... [2020-02-12T17:42:54.452Z] #71 ... [2020-02-12T17:42:54.452Z] [2020-02-12T17:42:54.452Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:54.452Z] #65 7.117 + RM_GOPATH=0 [2020-02-12T17:42:54.452Z] #65 7.117 + TMP_GOPATH= [2020-02-12T17:42:54.452Z] #65 7.117 + : /build/ [2020-02-12T17:42:54.452Z] #65 7.118 + '[' -z '' ']' [2020-02-12T17:42:54.452Z] #65 7.119 ++ mktemp -d [2020-02-12T17:42:54.452Z] #65 7.120 + export GOPATH=/tmp/tmp.baCD5Zgx33 [2020-02-12T17:42:54.452Z] #65 7.120 + GOPATH=/tmp/tmp.baCD5Zgx33 [2020-02-12T17:42:54.452Z] #65 7.120 + RM_GOPATH=1 [2020-02-12T17:42:54.452Z] #65 7.122 ++ dirname ./install.sh [2020-02-12T17:42:54.452Z] #65 7.123 + dir=. [2020-02-12T17:42:54.452Z] #65 7.123 + bin=rootlesskit [2020-02-12T17:42:54.452Z] #65 7.123 + shift [2020-02-12T17:42:54.452Z] #65 7.123 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-12T17:42:54.452Z] #65 7.123 + . ./rootlesskit.installer [2020-02-12T17:42:54.452Z] #65 7.123 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:54.452Z] #65 7.123 + install_rootlesskit [2020-02-12T17:42:54.452Z] #65 7.123 + case "$1" in [2020-02-12T17:42:54.452Z] #65 7.123 + export CGO_ENABLED=0 [2020-02-12T17:42:54.452Z] #65 7.123 + CGO_ENABLED=0 [2020-02-12T17:42:54.452Z] #65 7.123 + _install_rootlesskit [2020-02-12T17:42:54.452Z] #65 7.123 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-12T17:42:54.452Z] #65 7.125 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.baCD5Zgx33/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:42:54.452Z] #65 7.125 Cloning into '/tmp/tmp.baCD5Zgx33/src/github.com/rootless-containers/rootlesskit'... [2020-02-12T17:42:54.452Z] #65 7.125 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:54.705Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-12T17:42:54.705Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-12T17:42:54.705Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-12T17:42:54.706Z] #65 ... [2020-02-12T17:42:54.706Z] [2020-02-12T17:42:54.706Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:42:54.706Z] #43 6.749 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:54.706Z] #43 6.822 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:54.706Z] #43 6.831 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:54.706Z] #43 7.763 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:42:54.706Z] #43 10.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:42:54.706Z] #43 ... [2020-02-12T17:42:54.706Z] [2020-02-12T17:42:54.706Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:54.706Z] #47 6.608 + RM_GOPATH=0 [2020-02-12T17:42:54.706Z] #47 6.608 + TMP_GOPATH= [2020-02-12T17:42:54.706Z] #47 6.608 + : /build [2020-02-12T17:42:54.706Z] #47 6.608 + '[' -z '' ']' [2020-02-12T17:42:54.706Z] #47 6.612 ++ mktemp -d [2020-02-12T17:42:54.706Z] #47 6.613 + export GOPATH=/tmp/tmp.MVR5mGqd1G [2020-02-12T17:42:54.706Z] #47 6.613 + GOPATH=/tmp/tmp.MVR5mGqd1G [2020-02-12T17:42:54.706Z] #47 6.613 + RM_GOPATH=1 [2020-02-12T17:42:54.706Z] #47 6.613 ++ dirname ./install.sh [2020-02-12T17:42:54.706Z] #47 6.616 + dir=. [2020-02-12T17:42:54.706Z] #47 6.620 + bin=vndr [2020-02-12T17:42:54.706Z] #47 6.620 + shift [2020-02-12T17:42:54.706Z] #47 6.620 + '[' '!' -f ./vndr.installer ']' [2020-02-12T17:42:54.706Z] #47 6.620 + . ./vndr.installer [2020-02-12T17:42:54.706Z] #47 6.623 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:42:54.706Z] #47 6.623 + install_vndr [2020-02-12T17:42:54.706Z] #47 6.623 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-12T17:42:54.706Z] #47 6.623 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:42:54.706Z] #47 6.626 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.MVR5mGqd1G/src/github.com/LK4D4/vndr [2020-02-12T17:42:54.706Z] #47 6.627 Cloning into '/tmp/tmp.MVR5mGqd1G/src/github.com/LK4D4/vndr'... [2020-02-12T17:42:54.706Z] #47 7.468 + cd /tmp/tmp.MVR5mGqd1G/src/github.com/LK4D4/vndr [2020-02-12T17:42:54.706Z] #47 7.477 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:42:54.706Z] #47 7.506 + go build -buildmode=pie -v -o /build/vndr . [2020-02-12T17:42:54.706Z] #47 8.889 runtime/internal/atomic [2020-02-12T17:42:54.706Z] #47 8.891 internal/cpu [2020-02-12T17:42:54.706Z] #47 9.182 runtime/internal/sys [2020-02-12T17:42:54.706Z] #47 9.363 runtime/internal/math [2020-02-12T17:42:54.706Z] #47 9.438 internal/bytealg [2020-02-12T17:42:54.706Z] #47 9.473 internal/race [2020-02-12T17:42:54.706Z] #47 9.637 sync/atomic [2020-02-12T17:42:54.706Z] #47 10.05 unicode [2020-02-12T17:42:54.706Z] #47 10.13 runtime [2020-02-12T17:42:54.756Z] #47 112.3 net/textproto [2020-02-12T17:42:54.756Z] #47 112.3 crypto/x509 [2020-02-12T17:42:54.812Z] #66 ... [2020-02-12T17:42:54.812Z] [2020-02-12T17:42:54.812Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:54.812Z] #24 0.440 + RM_GOPATH=0 [2020-02-12T17:42:54.812Z] #24 0.440 + TMP_GOPATH= [2020-02-12T17:42:54.812Z] #24 0.440 + : /build [2020-02-12T17:42:54.812Z] #24 0.441 + '[' -z '' ']' [2020-02-12T17:42:54.812Z] #24 0.446 ++ mktemp -d [2020-02-12T17:42:54.812Z] #24 0.451 + export GOPATH=/tmp/tmp.EJr4s7EOC0 [2020-02-12T17:42:54.812Z] #24 0.451 + GOPATH=/tmp/tmp.EJr4s7EOC0 [2020-02-12T17:42:54.813Z] #24 0.451 + RM_GOPATH=1 [2020-02-12T17:42:54.813Z] #24 0.454 ++ dirname ./install.sh [2020-02-12T17:42:54.813Z] #24 0.458 + dir=. [2020-02-12T17:42:54.813Z] #24 0.458 + bin=dockercli [2020-02-12T17:42:54.813Z] #24 0.459 + shift [2020-02-12T17:42:54.813Z] #24 0.459 + '[' '!' -f ./dockercli.installer ']' [2020-02-12T17:42:54.813Z] #24 0.459 + . ./dockercli.installer [2020-02-12T17:42:54.813Z] #24 0.459 ++ : stable [2020-02-12T17:42:54.813Z] #24 0.460 ++ : 17.06.2-ce [2020-02-12T17:42:54.813Z] #24 0.461 + install_dockercli [2020-02-12T17:42:54.813Z] #24 0.462 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-12T17:42:54.813Z] #24 0.462 Install docker/cli version 17.06.2-ce from stable [2020-02-12T17:42:54.813Z] #24 0.463 ++ uname -m [2020-02-12T17:42:54.813Z] #24 0.467 + arch=s390x [2020-02-12T17:42:54.813Z] #24 0.467 + '[' s390x '!=' x86_64 ']' [2020-02-12T17:42:54.813Z] #24 0.468 + '[' s390x '!=' s390x ']' [2020-02-12T17:42:54.813Z] #24 0.468 + url=https://download.docker.com/linux/static [2020-02-12T17:42:54.813Z] #24 0.469 + tar -xz docker/docker [2020-02-12T17:42:54.813Z] #24 0.482 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-02-12T17:42:54.813Z] #24 5.444 + mkdir -p /build [2020-02-12T17:42:54.813Z] #24 5.455 + mv docker/docker /build/ [2020-02-12T17:42:54.813Z] #24 5.456 + rmdir docker [2020-02-12T17:42:54.813Z] #24 DONE 5.6s [2020-02-12T17:42:54.813Z] [2020-02-12T17:42:54.813Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:54.813Z] #34 0.302 + RM_GOPATH=0 [2020-02-12T17:42:54.813Z] #34 0.302 + TMP_GOPATH= [2020-02-12T17:42:54.813Z] #34 0.302 + : /build [2020-02-12T17:42:54.813Z] #34 0.303 + '[' -z '' ']' [2020-02-12T17:42:54.813Z] #34 0.303 ++ mktemp -d [2020-02-12T17:42:54.813Z] #34 0.313 + export GOPATH=/tmp/tmp.nTavrQr7i0 [2020-02-12T17:42:54.813Z] #34 0.313 + GOPATH=/tmp/tmp.nTavrQr7i0 [2020-02-12T17:42:54.813Z] #34 0.313 + RM_GOPATH=1 [2020-02-12T17:42:54.813Z] #34 0.313 ++ dirname ./install.sh [2020-02-12T17:42:54.813Z] #34 0.316 + dir=. [2020-02-12T17:42:54.813Z] #34 0.316 + bin=tomlv [2020-02-12T17:42:54.813Z] #34 0.316 + shift [2020-02-12T17:42:54.813Z] #34 0.316 + '[' '!' -f ./tomlv.installer ']' [2020-02-12T17:42:54.813Z] #34 0.316 + . ./tomlv.installer [2020-02-12T17:42:54.813Z] #34 0.316 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:54.813Z] #34 0.316 + install_tomlv [2020-02-12T17:42:54.813Z] #34 0.316 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:54.813Z] #34 0.316 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-12T17:42:54.813Z] #34 0.316 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.nTavrQr7i0/src/github.com/BurntSushi/toml [2020-02-12T17:42:54.813Z] #34 0.319 Cloning into '/tmp/tmp.nTavrQr7i0/src/github.com/BurntSushi/toml'... [2020-02-12T17:42:54.813Z] #34 0.946 + cd /tmp/tmp.nTavrQr7i0/src/github.com/BurntSushi/toml [2020-02-12T17:42:54.813Z] #34 0.984 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:54.813Z] #34 0.990 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:42:54.813Z] #34 1.430 internal/cpu [2020-02-12T17:42:54.813Z] #34 1.455 runtime/internal/atomic [2020-02-12T17:42:54.813Z] #34 1.633 runtime/internal/sys [2020-02-12T17:42:54.813Z] #34 1.730 runtime/internal/math [2020-02-12T17:42:54.813Z] #34 1.807 math/bits [2020-02-12T17:42:54.813Z] #34 2.097 internal/bytealg [2020-02-12T17:42:54.813Z] #34 2.108 math [2020-02-12T17:42:54.813Z] #34 2.377 runtime [2020-02-12T17:42:54.962Z] #47 ... [2020-02-12T17:42:54.962Z] [2020-02-12T17:42:54.962Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:54.962Z] #10 6.856 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:54.962Z] #10 6.941 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:54.962Z] #10 6.952 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:54.962Z] #10 7.892 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:42:54.962Z] #10 10.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:42:54.962Z] #10 ... [2020-02-12T17:42:54.962Z] [2020-02-12T17:42:54.962Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:54.962Z] #53 7.063 + RM_GOPATH=0 [2020-02-12T17:42:54.962Z] #53 7.063 + TMP_GOPATH= [2020-02-12T17:42:54.962Z] #53 7.063 + : /build [2020-02-12T17:42:54.962Z] #53 7.064 + '[' -z '' ']' [2020-02-12T17:42:54.962Z] #53 7.067 ++ mktemp -d [2020-02-12T17:42:54.962Z] #53 7.074 + export GOPATH=/tmp/tmp.OBScTUdEHr [2020-02-12T17:42:54.962Z] #53 7.076 + GOPATH=/tmp/tmp.OBScTUdEHr [2020-02-12T17:42:54.962Z] #53 7.076 + RM_GOPATH=1 [2020-02-12T17:42:54.962Z] #53 7.078 ++ dirname ./install.sh [2020-02-12T17:42:54.962Z] #53 7.081 + dir=. [2020-02-12T17:42:54.962Z] #53 7.081 + bin=golangci_lint [2020-02-12T17:42:54.962Z] #53 7.081 + shift [2020-02-12T17:42:54.962Z] #53 7.081 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-12T17:42:54.962Z] #53 7.086 + . ./golangci_lint.installer [2020-02-12T17:42:54.962Z] #53 7.086 ++ : v1.20.0 [2020-02-12T17:42:54.962Z] #53 7.087 + install_golangci_lint [2020-02-12T17:42:54.962Z] #53 7.090 + echo 'Installing golangci-lint version v1.20.0' [2020-02-12T17:42:54.962Z] #53 7.090 Installing golangci-lint version v1.20.0 [2020-02-12T17:42:54.962Z] #53 7.091 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-12T17:42:54.973Z] #47 ... [2020-02-12T17:42:54.973Z] [2020-02-12T17:42:54.973Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:54.973Z] #71 6.979 + RM_GOPATH=0 [2020-02-12T17:42:54.973Z] #71 6.980 + TMP_GOPATH= [2020-02-12T17:42:54.973Z] #71 6.980 + : /build [2020-02-12T17:42:54.973Z] #71 6.980 + '[' -z '' ']' [2020-02-12T17:42:54.973Z] #71 6.982 ++ mktemp -d [2020-02-12T17:42:54.973Z] #71 7.005 + export GOPATH=/tmp/tmp.3I5MOCycFc [2020-02-12T17:42:54.973Z] #71 7.005 + GOPATH=/tmp/tmp.3I5MOCycFc [2020-02-12T17:42:54.973Z] #71 7.005 + RM_GOPATH=1 [2020-02-12T17:42:54.973Z] #71 7.006 ++ dirname ./install.sh [2020-02-12T17:42:54.973Z] #71 7.016 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:42:54.973Z] #71 7.016 + dir=. [2020-02-12T17:42:54.973Z] #71 7.016 + bin=proxy [2020-02-12T17:42:54.973Z] #71 7.016 + shift [2020-02-12T17:42:54.973Z] #71 7.016 + '[' '!' -f ./proxy.installer ']' [2020-02-12T17:42:54.973Z] #71 7.016 + . ./proxy.installer [2020-02-12T17:42:54.973Z] #71 7.016 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:42:54.973Z] #71 7.016 + install_proxy [2020-02-12T17:42:54.973Z] #71 7.016 + case "$1" in [2020-02-12T17:42:54.973Z] #71 7.016 + export CGO_ENABLED=0 [2020-02-12T17:42:54.973Z] #71 7.016 + CGO_ENABLED=0 [2020-02-12T17:42:54.973Z] #71 7.016 + _install_proxy [2020-02-12T17:42:54.973Z] #71 7.016 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-12T17:42:54.973Z] #71 7.016 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.3I5MOCycFc/src/github.com/docker/libnetwork [2020-02-12T17:42:54.973Z] #71 7.023 Cloning into '/tmp/tmp.3I5MOCycFc/src/github.com/docker/libnetwork'... [2020-02-12T17:42:54.973Z] #71 ... [2020-02-12T17:42:54.973Z] [2020-02-12T17:42:54.973Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:42:54.973Z] #43 7.398 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:54.973Z] #43 7.443 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:54.973Z] #43 7.446 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:54.973Z] #43 8.474 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-12T17:42:54.973Z] #43 10.20 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-12T17:42:54.973Z] #43 12.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-12T17:42:55.017Z] #47 113.3 vendor/golang.org/x/net/http/httpguts [2020-02-12T17:42:55.217Z] #53 ... [2020-02-12T17:42:55.217Z] [2020-02-12T17:42:55.217Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:42:55.217Z] #35 3.795 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:55.217Z] #35 3.824 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:55.217Z] #35 3.824 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:55.217Z] #35 4.192 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:42:55.217Z] #35 5.663 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:42:55.217Z] #35 7.953 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:42:55.274Z] #47 ... [2020-02-12T17:42:55.274Z] [2020-02-12T17:42:55.274Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:55.274Z] #10 112.3 Selecting previously unselected package libapparmor1:amd64. [2020-02-12T17:42:55.274Z] #10 112.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 112.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-12T17:42:55.274Z] #10 112.5 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-12T17:42:55.274Z] #10 112.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 112.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-12T17:42:55.274Z] #10 112.6 Selecting previously unselected package libbtrfs0. [2020-02-12T17:42:55.274Z] #10 112.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 112.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:42:55.274Z] #10 112.7 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:42:55.274Z] #10 112.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 112.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:42:55.274Z] #10 112.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-12T17:42:55.274Z] #10 112.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 112.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:42:55.274Z] #10 113.0 Selecting previously unselected package libudev-dev:amd64. [2020-02-12T17:42:55.274Z] #10 113.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 113.1 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:42:55.274Z] #10 113.2 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-12T17:42:55.274Z] #10 113.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 113.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-12T17:42:55.274Z] #10 113.6 Selecting previously unselected package libpcre16-3:amd64. [2020-02-12T17:42:55.274Z] #10 113.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 113.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-12T17:42:55.274Z] #10 113.8 Selecting previously unselected package libpcre32-3:amd64. [2020-02-12T17:42:55.274Z] #10 113.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 113.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-12T17:42:55.274Z] #10 113.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-12T17:42:55.274Z] #10 113.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-12T17:42:55.274Z] #10 113.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-12T17:42:55.330Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-12T17:42:55.330Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-12T17:42:55.472Z] #35 ... [2020-02-12T17:42:55.472Z] [2020-02-12T17:42:55.472Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:55.472Z] #33 6.985 + RM_GOPATH=0 [2020-02-12T17:42:55.472Z] #33 6.985 + TMP_GOPATH= [2020-02-12T17:42:55.472Z] #33 6.985 + : /build [2020-02-12T17:42:55.472Z] #33 6.986 + '[' -z '' ']' [2020-02-12T17:42:55.472Z] #33 6.986 ++ mktemp -d [2020-02-12T17:42:55.472Z] #33 6.988 + export GOPATH=/tmp/tmp.t6Y5RraFLn [2020-02-12T17:42:55.472Z] #33 6.988 + GOPATH=/tmp/tmp.t6Y5RraFLn [2020-02-12T17:42:55.472Z] #33 6.988 + RM_GOPATH=1 [2020-02-12T17:42:55.472Z] #33 6.990 ++ dirname ./install.sh [2020-02-12T17:42:55.472Z] #33 6.992 + dir=. [2020-02-12T17:42:55.472Z] #33 7.007 + bin=tomlv [2020-02-12T17:42:55.472Z] #33 7.008 + shift [2020-02-12T17:42:55.472Z] #33 7.008 + '[' '!' -f ./tomlv.installer ']' [2020-02-12T17:42:55.472Z] #33 7.008 + . ./tomlv.installer [2020-02-12T17:42:55.472Z] #33 7.012 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:55.472Z] #33 7.012 + install_tomlv [2020-02-12T17:42:55.472Z] #33 7.012 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-12T17:42:55.472Z] #33 7.012 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:55.472Z] #33 7.013 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.t6Y5RraFLn/src/github.com/BurntSushi/toml [2020-02-12T17:42:55.472Z] #33 7.016 Cloning into '/tmp/tmp.t6Y5RraFLn/src/github.com/BurntSushi/toml'... [2020-02-12T17:42:55.472Z] #33 8.030 + cd /tmp/tmp.t6Y5RraFLn/src/github.com/BurntSushi/toml [2020-02-12T17:42:55.472Z] #33 8.030 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:42:55.472Z] #33 8.049 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:42:55.472Z] #33 8.861 internal/cpu [2020-02-12T17:42:55.472Z] #33 8.867 runtime/internal/atomic [2020-02-12T17:42:55.472Z] #33 9.122 runtime/internal/sys [2020-02-12T17:42:55.472Z] #33 9.336 runtime/internal/math [2020-02-12T17:42:55.472Z] #33 9.404 math/bits [2020-02-12T17:42:55.472Z] #33 9.435 internal/bytealg [2020-02-12T17:42:55.472Z] #33 9.991 math [2020-02-12T17:42:55.472Z] #33 10.10 runtime [2020-02-12T17:42:55.472Z] #33 ... [2020-02-12T17:42:55.472Z] [2020-02-12T17:42:55.472Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:55.472Z] #65 10.89 + cd /tmp/tmp.baCD5Zgx33/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:42:55.472Z] #65 10.89 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:42:55.530Z] #10 114.0 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-12T17:42:55.531Z] #10 114.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-12T17:42:55.531Z] #10 114.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-12T17:42:55.653Z] #34 6.396 internal/testlog [2020-02-12T17:42:55.653Z] #34 6.642 encoding [2020-02-12T17:42:55.653Z] #34 6.718 runtime/cgo [2020-02-12T17:42:55.727Z] #65 11.47 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:42:55.728Z] #65 11.47 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-12T17:42:55.916Z] #43 18.34 Fetched 8153 kB in 11s (723 kB/s) [2020-02-12T17:42:55.916Z] #43 18.34 Reading package lists... [2020-02-12T17:42:55.916Z] #43 ... [2020-02-12T17:42:55.916Z] [2020-02-12T17:42:55.916Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:42:55.916Z] #25 8.432 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-12T17:42:55.916Z] #25 10.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-12T17:42:55.916Z] #25 16.03 Fetched 8153 kB in 10s (787 kB/s) [2020-02-12T17:42:56.045Z] #10 114.5 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-12T17:42:56.045Z] #10 114.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-12T17:42:56.045Z] #10 114.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-12T17:42:56.177Z] #25 16.03 Reading package lists... [2020-02-12T17:42:56.177Z] #25 ... [2020-02-12T17:42:56.177Z] [2020-02-12T17:42:56.177Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:56.177Z] #33 10.82 encoding [2020-02-12T17:42:56.177Z] #33 10.98 runtime [2020-02-12T17:42:56.177Z] #33 11.17 runtime/cgo [2020-02-12T17:42:56.303Z] #10 114.8 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-12T17:42:56.303Z] #10 114.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:42:56.303Z] #10 114.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-12T17:42:56.560Z] #10 114.9 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-12T17:42:56.560Z] #10 115.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-12T17:42:56.560Z] #10 115.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-12T17:42:56.560Z] #10 115.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-12T17:42:56.560Z] #10 115.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-02-12T17:42:56.560Z] #10 115.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:42:56.817Z] #10 115.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-12T17:42:57.078Z] #10 115.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-12T17:42:57.078Z] #10 115.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-12T17:42:57.078Z] #10 115.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:42:57.078Z] #10 115.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:42:57.078Z] #10 115.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-12T17:42:57.078Z] #10 115.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-12T17:42:57.078Z] #10 115.7 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:42:57.078Z] #10 115.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:42:57.078Z] #10 115.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-12T17:42:57.078Z] #10 115.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:42:57.078Z] #10 115.7 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-12T17:42:57.078Z] #10 115.7 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-12T17:42:57.078Z] #10 115.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:42:57.078Z] #10 115.8 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-12T17:42:57.078Z] #10 115.8 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-12T17:42:57.078Z] #10 115.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:42:57.078Z] #10 115.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-12T17:42:57.078Z] #10 115.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:42:57.078Z] #10 115.8 Setting up dmsetup (2:1.02.155-3) ... [2020-02-12T17:42:57.336Z] #10 115.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:42:57.336Z] #10 115.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-12T17:42:57.336Z] #10 115.8 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:42:57.389Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-12T17:42:57.389Z] go: finding github.com/kr/pty v1.1.1 [2020-02-12T17:42:57.389Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-12T17:42:57.562Z] #33 ... [2020-02-12T17:42:57.562Z] [2020-02-12T17:42:57.562Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:42:57.562Z] #41 19.76 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-12T17:42:57.910Z] #10 DONE 116.3s [2020-02-12T17:42:57.910Z] [2020-02-12T17:42:57.910Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:42:57.910Z] #55 DONE 0.1s [2020-02-12T17:42:57.910Z] [2020-02-12T17:42:57.910Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-12T17:42:57.910Z] #56 DONE 0.1s [2020-02-12T17:42:57.910Z] [2020-02-12T17:42:57.910Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:42:57.910Z] #44 41.73 CC images/sit.o [2020-02-12T17:42:57.910Z] #44 42.17 LINK images/built-in.o [2020-02-12T17:42:57.910Z] #44 42.43 GEN compel/include/asm [2020-02-12T17:42:57.910Z] #44 42.45 GEN compel/include/version.h [2020-02-12T17:42:57.910Z] #44 42.52 touch .config [2020-02-12T17:42:57.910Z] #44 42.54 GEN include/common/config.h [2020-02-12T17:42:57.910Z] #44 42.61 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-12T17:42:57.910Z] #44 42.64 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-12T17:42:57.910Z] #44 42.66 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-12T17:42:57.910Z] #44 42.68 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-12T17:42:57.910Z] #44 42.73 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-12T17:42:57.910Z] #44 42.74 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-12T17:42:57.910Z] #44 42.77 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-12T17:42:57.910Z] #44 42.81 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-12T17:42:57.910Z] #44 42.83 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-12T17:42:57.910Z] #44 42.85 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-12T17:42:57.910Z] #44 42.86 DEP compel/plugins/std/infect.d [2020-02-12T17:42:57.910Z] #44 42.99 DEP compel/plugins/std/string.d [2020-02-12T17:42:57.910Z] #44 43.10 DEP compel/plugins/std/log.d [2020-02-12T17:42:57.910Z] #44 43.21 DEP compel/plugins/std/fds.d [2020-02-12T17:42:57.910Z] #44 43.28 DEP compel/plugins/std/std.d [2020-02-12T17:42:57.910Z] #44 43.35 DEP compel/plugins/shmem/shmem.d [2020-02-12T17:42:57.910Z] #44 43.45 DEP compel/plugins/fds/fds.d [2020-02-12T17:42:57.910Z] #44 43.59 CC compel/plugins/std/std.o [2020-02-12T17:42:57.910Z] #44 43.91 CC compel/plugins/std/fds.o [2020-02-12T17:42:57.910Z] #44 44.38 CC compel/plugins/std/log.o [2020-02-12T17:42:57.910Z] #44 45.26 CC compel/plugins/std/string.o [2020-02-12T17:42:57.910Z] #44 45.83 CC compel/plugins/std/infect.o [2020-02-12T17:42:57.910Z] #44 46.25 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-12T17:42:57.910Z] #44 46.30 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-12T17:42:57.910Z] #44 46.36 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-12T17:42:57.910Z] #44 46.42 AR compel/plugins/std.lib.a [2020-02-12T17:42:57.910Z] #44 46.48 CC compel/plugins/fds/fds.o [2020-02-12T17:42:57.910Z] #44 46.81 AR compel/plugins/fds.lib.a [2020-02-12T17:42:57.910Z] #44 46.84 HOSTDEP compel/src/lib/log-host.d [2020-02-12T17:42:57.910Z] #44 46.98 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-12T17:42:57.910Z] #44 47.08 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-12T17:42:57.910Z] #44 47.18 HOSTDEP compel/src/main-host.d [2020-02-12T17:42:57.910Z] #44 47.30 DEP compel/src/lib/ptrace.d [2020-02-12T17:42:57.910Z] #44 47.40 DEP compel/src/lib/infect.d [2020-02-12T17:42:57.910Z] #44 47.52 DEP compel/src/lib/infect-util.d [2020-02-12T17:42:57.910Z] #44 47.60 DEP compel/src/lib/infect-rpc.d [2020-02-12T17:42:57.910Z] #44 47.71 DEP compel/arch/x86/src/lib/infect.d [2020-02-12T17:42:57.910Z] #44 47.81 DEP compel/arch/x86/src/lib/cpu.d [2020-02-12T17:42:57.910Z] #44 47.88 DEP compel/src/lib/log.d [2020-02-12T17:42:57.910Z] #44 47.95 DEP compel/src/main.d [2020-02-12T17:42:57.910Z] #44 48.05 DEP compel/src/lib/handle-elf.d [2020-02-12T17:42:57.910Z] #44 48.16 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-12T17:42:57.910Z] #44 48.44 CC compel/src/lib/log.o [2020-02-12T17:42:57.910Z] #44 48.70 CC compel/arch/x86/src/lib/cpu.o [2020-02-12T17:42:58.015Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-12T17:42:58.474Z] #44 ... [2020-02-12T17:42:58.474Z] [2020-02-12T17:42:58.474Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:58.474Z] #50 DONE 116.7s [2020-02-12T17:42:58.474Z] [2020-02-12T17:42:58.474Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:42:58.515Z] #41 ... [2020-02-12T17:42:58.515Z] [2020-02-12T17:42:58.516Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:42:58.516Z] #10 10.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-12T17:42:58.516Z] #10 16.80 Fetched 8153 kB in 11s (731 kB/s) [2020-02-12T17:42:58.778Z] #10 16.80 Reading package lists... [2020-02-12T17:42:58.778Z] #10 ... [2020-02-12T17:42:58.778Z] [2020-02-12T17:42:58.778Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:58.778Z] #71 19.72 Checking out files: 62% (1245/1997) Checking out files: 63% (1259/1997) Checking out files: 64% (1279/1997) Checking out files: 65% (1299/1997) Checking out files: 66% (1319/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-12T17:42:58.778Z] #71 20.48 + cd /tmp/tmp.3I5MOCycFc/src/github.com/docker/libnetwork [2020-02-12T17:42:58.778Z] #71 20.48 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:42:58.778Z] #71 20.75 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-12T17:42:58.912Z] #34 ... [2020-02-12T17:42:58.912Z] [2020-02-12T17:42:58.912Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:42:58.912Z] #31 0.337 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-12T17:42:58.912Z] #31 0.339 Cloning into '.'... [2020-02-12T17:42:59.040Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-12T17:42:59.295Z] #31 ... [2020-02-12T17:42:59.295Z] [2020-02-12T17:42:59.295Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:42:59.295Z] #44 0.345 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:59.295Z] #44 0.381 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:59.295Z] #44 0.399 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:59.295Z] #44 0.811 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-12T17:42:59.295Z] #44 4.028 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-12T17:42:59.295Z] #44 4.104 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-12T17:42:59.295Z] #44 ... [2020-02-12T17:42:59.295Z] [2020-02-12T17:42:59.295Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:59.295Z] #51 0.434 + RM_GOPATH=0 [2020-02-12T17:42:59.295Z] #51 0.434 + TMP_GOPATH= [2020-02-12T17:42:59.295Z] #51 0.435 + : /build [2020-02-12T17:42:59.295Z] #51 0.435 + '[' -z '' ']' [2020-02-12T17:42:59.295Z] #51 0.435 ++ mktemp -d [2020-02-12T17:42:59.295Z] #51 0.435 + export GOPATH=/tmp/tmp.MdABRjorOZ [2020-02-12T17:42:59.295Z] #51 0.435 + GOPATH=/tmp/tmp.MdABRjorOZ [2020-02-12T17:42:59.295Z] #51 0.435 + RM_GOPATH=1 [2020-02-12T17:42:59.295Z] #51 0.437 ++ dirname ./install.sh [2020-02-12T17:42:59.295Z] #51 0.440 + dir=. [2020-02-12T17:42:59.295Z] #51 0.440 + bin=gotestsum [2020-02-12T17:42:59.295Z] #51 0.440 + shift [2020-02-12T17:42:59.295Z] #51 0.440 + '[' '!' -f ./gotestsum.installer ']' [2020-02-12T17:42:59.295Z] #51 0.440 + . ./gotestsum.installer [2020-02-12T17:42:59.295Z] #51 0.440 ++ : v0.3.5 [2020-02-12T17:42:59.295Z] #51 0.440 + install_gotestsum [2020-02-12T17:42:59.295Z] #51 0.440 + echo 'Installing gotestsum version v0.3.5' [2020-02-12T17:42:59.295Z] #51 0.440 + go get -d gotest.tools/gotestsum [2020-02-12T17:42:59.295Z] #51 0.440 Installing gotestsum version v0.3.5 [2020-02-12T17:42:59.295Z] #51 ... [2020-02-12T17:42:59.295Z] [2020-02-12T17:42:59.295Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:42:59.295Z] #26 0.422 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:59.295Z] #26 0.474 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:59.295Z] #26 0.493 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:59.295Z] #26 1.025 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-12T17:42:59.295Z] #26 2.841 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-12T17:42:59.295Z] #26 2.862 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-12T17:42:59.295Z] #26 9.962 Fetched 8022 kB in 10s (839 kB/s) [2020-02-12T17:42:59.331Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-12T17:42:59.331Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-12T17:42:59.350Z] #71 ... [2020-02-12T17:42:59.350Z] [2020-02-12T17:42:59.350Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:42:59.350Z] #59 11.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-12T17:42:59.350Z] #59 17.30 Fetched 8153 kB in 11s (769 kB/s) [2020-02-12T17:42:59.350Z] #59 17.30 Reading package lists... [2020-02-12T17:42:59.350Z] #59 ... [2020-02-12T17:42:59.350Z] [2020-02-12T17:42:59.350Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:42:59.350Z] #41 21.28 + 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-12T17:42:59.612Z] #41 ... [2020-02-12T17:42:59.612Z] [2020-02-12T17:42:59.612Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:42:59.612Z] #35 11.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-12T17:42:59.612Z] #35 16.73 Fetched 8153 kB in 10s (807 kB/s) [2020-02-12T17:42:59.612Z] #35 16.73 Reading package lists... [2020-02-12T17:42:59.612Z] #35 ... [2020-02-12T17:42:59.612Z] [2020-02-12T17:42:59.612Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:42:59.612Z] #25 16.03 Reading package lists... [2020-02-12T17:42:59.707Z] #26 9.962 Reading package lists... [2020-02-12T17:42:59.707Z] #26 ... [2020-02-12T17:42:59.707Z] [2020-02-12T17:42:59.707Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:42:59.707Z] #60 0.289 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:59.707Z] #60 0.358 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:59.707Z] #60 0.359 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:59.707Z] #60 0.770 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-12T17:42:59.707Z] #60 3.988 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-12T17:42:59.707Z] #60 4.074 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-12T17:42:59.707Z] #60 ... [2020-02-12T17:42:59.707Z] [2020-02-12T17:42:59.707Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:42:59.707Z] #36 0.396 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:42:59.707Z] #36 0.436 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:42:59.707Z] #36 0.458 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:42:59.707Z] #36 0.981 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-12T17:42:59.707Z] #36 2.076 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-12T17:42:59.707Z] #36 3.381 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-12T17:42:59.707Z] #36 9.725 Fetched 8022 kB in 9s (857 kB/s) [2020-02-12T17:42:59.707Z] #36 9.725 Reading package lists... [2020-02-12T17:42:59.707Z] #36 ... [2020-02-12T17:42:59.707Z] [2020-02-12T17:42:59.707Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:42:59.707Z] #42 0.437 + git clone https://github.com/docker/distribution.git . [2020-02-12T17:42:59.707Z] #42 0.437 Cloning into '.'... [2020-02-12T17:42:59.707Z] #42 9.975 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-12T17:42:59.887Z] #65 ... [2020-02-12T17:42:59.887Z] [2020-02-12T17:42:59.887Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:42:59.887Z] #23 14.84 + mkdir -p /build [2020-02-12T17:42:59.888Z] #23 14.85 + mv docker/docker /build/ [2020-02-12T17:42:59.888Z] #23 14.85 + rmdir docker [2020-02-12T17:42:59.888Z] #23 DONE 15.3s [2020-02-12T17:42:59.888Z] [2020-02-12T17:42:59.888Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:42:59.888Z] #33 14.65 internal/testlog [2020-02-12T17:42:59.888Z] #33 15.01 encoding [2020-02-12T17:42:59.888Z] #33 15.22 runtime/cgo [2020-02-12T17:42:59.960Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-12T17:43:00.109Z] #42 ... [2020-02-12T17:43:00.109Z] [2020-02-12T17:43:00.109Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:00.109Z] #48 0.430 + RM_GOPATH=0 [2020-02-12T17:43:00.109Z] #48 0.430 + TMP_GOPATH= [2020-02-12T17:43:00.109Z] #48 0.430 + : /build [2020-02-12T17:43:00.109Z] #48 0.430 + '[' -z '' ']' [2020-02-12T17:43:00.109Z] #48 0.432 ++ mktemp -d [2020-02-12T17:43:00.109Z] #48 0.433 + export GOPATH=/tmp/tmp.HAfaCoLcW0 [2020-02-12T17:43:00.109Z] #48 0.433 + GOPATH=/tmp/tmp.HAfaCoLcW0 [2020-02-12T17:43:00.109Z] #48 0.433 + RM_GOPATH=1 [2020-02-12T17:43:00.109Z] #48 0.433 ++ dirname ./install.sh [2020-02-12T17:43:00.109Z] #48 0.435 + dir=. [2020-02-12T17:43:00.109Z] #48 0.435 + bin=vndr [2020-02-12T17:43:00.109Z] #48 0.436 + shift [2020-02-12T17:43:00.109Z] #48 0.436 + '[' '!' -f ./vndr.installer ']' [2020-02-12T17:43:00.109Z] #48 0.436 + . ./vndr.installer [2020-02-12T17:43:00.109Z] #48 0.436 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:43:00.109Z] #48 0.436 + install_vndr [2020-02-12T17:43:00.109Z] #48 0.436 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-12T17:43:00.109Z] #48 0.436 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HAfaCoLcW0/src/github.com/LK4D4/vndr [2020-02-12T17:43:00.109Z] #48 0.436 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:43:00.109Z] #48 0.438 Cloning into '/tmp/tmp.HAfaCoLcW0/src/github.com/LK4D4/vndr'... [2020-02-12T17:43:00.109Z] #48 0.968 + cd /tmp/tmp.HAfaCoLcW0/src/github.com/LK4D4/vndr [2020-02-12T17:43:00.109Z] #48 0.969 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:43:00.109Z] #48 0.971 + go build -buildmode=pie -v -o /build/vndr . [2020-02-12T17:43:00.109Z] #48 1.764 internal/cpu [2020-02-12T17:43:00.109Z] #48 1.815 internal/race [2020-02-12T17:43:00.109Z] #48 1.908 sync/atomic [2020-02-12T17:43:00.109Z] #48 2.162 unicode [2020-02-12T17:43:00.109Z] #48 2.433 runtime [2020-02-12T17:43:00.109Z] #48 4.922 unicode/utf8 [2020-02-12T17:43:00.109Z] #48 5.378 math [2020-02-12T17:43:00.109Z] #48 9.578 unicode/utf16 [2020-02-12T17:43:00.109Z] #48 9.915 container/list [2020-02-12T17:43:00.109Z] #48 10.44 crypto/internal/subtle [2020-02-12T17:43:00.109Z] #48 10.51 crypto/subtle [2020-02-12T17:43:00.109Z] #48 10.59 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-12T17:43:00.109Z] #48 10.71 internal/nettrace [2020-02-12T17:43:00.109Z] #48 10.89 runtime/cgo [2020-02-12T17:43:00.109Z] #48 ... [2020-02-12T17:43:00.109Z] [2020-02-12T17:43:00.109Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:00.109Z] #72 0.303 + RM_GOPATH=0 [2020-02-12T17:43:00.109Z] #72 0.303 + TMP_GOPATH= [2020-02-12T17:43:00.109Z] #72 0.303 + : /build [2020-02-12T17:43:00.109Z] #72 0.303 + '[' -z '' ']' [2020-02-12T17:43:00.109Z] #72 0.303 ++ mktemp -d [2020-02-12T17:43:00.109Z] #72 0.303 + export GOPATH=/tmp/tmp.DAqAxdub03 [2020-02-12T17:43:00.109Z] #72 0.303 + GOPATH=/tmp/tmp.DAqAxdub03 [2020-02-12T17:43:00.109Z] #72 0.303 + RM_GOPATH=1 [2020-02-12T17:43:00.109Z] #72 0.303 ++ dirname ./install.sh [2020-02-12T17:43:00.109Z] #72 0.303 + dir=. [2020-02-12T17:43:00.109Z] #72 0.303 + bin=proxy [2020-02-12T17:43:00.109Z] #72 0.303 + shift [2020-02-12T17:43:00.109Z] #72 0.303 + '[' '!' -f ./proxy.installer ']' [2020-02-12T17:43:00.109Z] #72 0.303 + . ./proxy.installer [2020-02-12T17:43:00.109Z] #72 0.303 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:43:00.109Z] #72 0.304 + install_proxy [2020-02-12T17:43:00.109Z] #72 0.304 + case "$1" in [2020-02-12T17:43:00.109Z] #72 0.304 + export CGO_ENABLED=0 [2020-02-12T17:43:00.109Z] #72 0.304 + CGO_ENABLED=0 [2020-02-12T17:43:00.109Z] #72 0.305 + _install_proxy [2020-02-12T17:43:00.109Z] #72 0.305 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-12T17:43:00.109Z] #72 0.305 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:43:00.109Z] #72 0.308 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.DAqAxdub03/src/github.com/docker/libnetwork [2020-02-12T17:43:00.109Z] #72 0.312 Cloning into '/tmp/tmp.DAqAxdub03/src/github.com/docker/libnetwork'... [2020-02-12T17:43:00.109Z] #72 ... [2020-02-12T17:43:00.109Z] [2020-02-12T17:43:00.109Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:00.109Z] #11 0.379 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:43:00.109Z] #11 0.457 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:43:00.109Z] #11 0.474 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:43:00.109Z] #11 0.997 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-12T17:43:00.109Z] #11 4.075 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-12T17:43:00.109Z] #11 4.175 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-12T17:43:00.501Z] #11 ... [2020-02-12T17:43:00.501Z] [2020-02-12T17:43:00.501Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:00.501Z] #54 0.421 + RM_GOPATH=0 [2020-02-12T17:43:00.501Z] #54 0.421 + TMP_GOPATH= [2020-02-12T17:43:00.501Z] #54 0.421 + : /build [2020-02-12T17:43:00.501Z] #54 0.421 + '[' -z '' ']' [2020-02-12T17:43:00.501Z] #54 0.422 ++ mktemp -d [2020-02-12T17:43:00.501Z] #54 0.430 + export GOPATH=/tmp/tmp.SMnaHSLBsX [2020-02-12T17:43:00.501Z] #54 0.430 + GOPATH=/tmp/tmp.SMnaHSLBsX [2020-02-12T17:43:00.501Z] #54 0.430 + RM_GOPATH=1 [2020-02-12T17:43:00.501Z] #54 0.431 ++ dirname ./install.sh [2020-02-12T17:43:00.501Z] #54 0.434 + dir=. [2020-02-12T17:43:00.501Z] #54 0.435 + bin=golangci_lint [2020-02-12T17:43:00.501Z] #54 0.435 + shift [2020-02-12T17:43:00.501Z] #54 0.435 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-12T17:43:00.501Z] #54 0.436 + . ./golangci_lint.installer [2020-02-12T17:43:00.501Z] #54 0.436 ++ : v1.20.0 [2020-02-12T17:43:00.501Z] #54 0.436 + install_golangci_lint [2020-02-12T17:43:00.501Z] #54 0.437 + echo 'Installing golangci-lint version v1.20.0' [2020-02-12T17:43:00.501Z] #54 0.437 Installing golangci-lint version v1.20.0 [2020-02-12T17:43:00.501Z] #54 0.437 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-12T17:43:00.501Z] #54 ... [2020-02-12T17:43:00.501Z] [2020-02-12T17:43:00.501Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:00.501Z] #44 11.61 Fetched 8022 kB in 11s (710 kB/s) [2020-02-12T17:43:00.590Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-12T17:43:00.879Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-12T17:43:00.879Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-12T17:43:01.248Z] #33 ... [2020-02-12T17:43:01.248Z] [2020-02-12T17:43:01.248Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:01.248Z] #50 6.814 + RM_GOPATH=0 [2020-02-12T17:43:01.248Z] #50 6.814 + TMP_GOPATH= [2020-02-12T17:43:01.248Z] #50 6.817 + : /build [2020-02-12T17:43:01.248Z] #50 6.817 + '[' -z '' ']' [2020-02-12T17:43:01.248Z] #50 6.817 ++ mktemp -d [2020-02-12T17:43:01.248Z] #50 6.820 + export GOPATH=/tmp/tmp.LrhhWy3zNk [2020-02-12T17:43:01.248Z] #50 6.820 + GOPATH=/tmp/tmp.LrhhWy3zNk [2020-02-12T17:43:01.248Z] #50 6.825 + RM_GOPATH=1 [2020-02-12T17:43:01.248Z] #50 6.825 ++ dirname ./install.sh [2020-02-12T17:43:01.248Z] #50 6.829 + dir=. [2020-02-12T17:43:01.248Z] #50 6.829 + bin=gotestsum [2020-02-12T17:43:01.248Z] #50 6.829 + shift [2020-02-12T17:43:01.248Z] #50 6.829 + '[' '!' -f ./gotestsum.installer ']' [2020-02-12T17:43:01.248Z] #50 6.829 + . ./gotestsum.installer [2020-02-12T17:43:01.248Z] #50 6.830 ++ : v0.3.5 [2020-02-12T17:43:01.248Z] #50 6.830 + install_gotestsum [2020-02-12T17:43:01.248Z] #50 6.830 + echo 'Installing gotestsum version v0.3.5' [2020-02-12T17:43:01.248Z] #50 6.830 Installing gotestsum version v0.3.5 [2020-02-12T17:43:01.248Z] #50 6.830 + go get -d gotest.tools/gotestsum [2020-02-12T17:43:01.507Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-12T17:43:01.750Z] #57 ... [2020-02-12T17:43:01.750Z] [2020-02-12T17:43:01.750Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-12T17:43:01.750Z] #11 DONE 3.4s [2020-02-12T17:43:01.750Z] [2020-02-12T17:43:01.750Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-12T17:43:02.145Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-12T17:43:02.444Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-12T17:43:02.618Z] #50 ... [2020-02-12T17:43:02.618Z] [2020-02-12T17:43:02.618Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:02.618Z] #35 18.64 Fetched 8325 kB in 15s (552 kB/s) [2020-02-12T17:43:03.646Z] #12 DONE 2.1s [2020-02-12T17:43:03.646Z] [2020-02-12T17:43:03.646Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-12T17:43:03.944Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-12T17:43:04.572Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-12T17:43:04.856Z] #44 11.61 Reading package lists... [2020-02-12T17:43:04.863Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-12T17:43:05.136Z] #35 18.64 Reading package lists... [2020-02-12T17:43:05.136Z] #35 ... [2020-02-12T17:43:05.136Z] [2020-02-12T17:43:05.136Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:43:05.136Z] #25 10.92 Fetched 8325 kB in 9s (933 kB/s) [2020-02-12T17:43:05.136Z] #25 10.92 Reading package lists... [2020-02-12T17:43:05.136Z] #25 18.23 Reading package lists... [2020-02-12T17:43:05.136Z] #25 ... [2020-02-12T17:43:05.136Z] [2020-02-12T17:43:05.136Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:05.136Z] #47 13.42 unicode/utf8 [2020-02-12T17:43:05.136Z] #47 14.01 math [2020-02-12T17:43:05.136Z] #47 18.04 unicode/utf16 [2020-02-12T17:43:05.136Z] #47 18.33 container/list [2020-02-12T17:43:05.136Z] #47 19.14 crypto/internal/subtle [2020-02-12T17:43:05.136Z] #47 19.44 crypto/subtle [2020-02-12T17:43:05.136Z] #47 19.67 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-12T17:43:05.136Z] #47 19.78 internal/nettrace [2020-02-12T17:43:05.136Z] #47 19.89 runtime/cgo [2020-02-12T17:43:05.543Z] #13 2.033 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-12T17:43:05.543Z] #13 DONE 2.2s [2020-02-12T17:43:05.543Z] [2020-02-12T17:43:05.543Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:05.543Z] #44 49.88 CC compel/arch/x86/src/lib/infect.o [2020-02-12T17:43:05.543Z] #44 50.76 CC compel/src/lib/infect-rpc.o [2020-02-12T17:43:05.543Z] #44 51.25 CC compel/src/lib/infect-util.o [2020-02-12T17:43:05.543Z] #44 51.37 CC compel/src/lib/infect.o [2020-02-12T17:43:05.543Z] #44 53.53 CC compel/src/lib/ptrace.o [2020-02-12T17:43:05.543Z] #44 53.88 AR compel/libcompel.a [2020-02-12T17:43:05.543Z] #44 53.95 HOSTCC compel/src/main-host.o [2020-02-12T17:43:05.543Z] #44 54.27 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-12T17:43:05.543Z] #44 54.64 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-12T17:43:05.543Z] #44 55.04 HOSTCC compel/src/lib/log-host.o [2020-02-12T17:43:05.543Z] #44 55.29 HOSTLINK compel/compel-host-bin [2020-02-12T17:43:05.543Z] #44 55.41 DEP soccr/soccr.d [2020-02-12T17:43:05.543Z] #44 55.59 CC soccr/soccr.o [2020-02-12T17:43:05.543Z] #44 ... [2020-02-12T17:43:05.543Z] [2020-02-12T17:43:05.543Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:05.543Z] #47 113.7 vendor/golang.org/x/net/http/httpproxy [2020-02-12T17:43:05.543Z] #47 114.2 mime/multipart [2020-02-12T17:43:05.543Z] #47 116.6 crypto/tls [2020-02-12T17:43:05.543Z] #47 ... [2020-02-12T17:43:05.543Z] [2020-02-12T17:43:05.543Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-12T17:43:05.555Z] #25 22.61 Reading package lists... [2020-02-12T17:43:05.555Z] #25 ... [2020-02-12T17:43:05.555Z] [2020-02-12T17:43:05.555Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:05.555Z] #53 26.27 + cd /tmp/tmp.CFM81Iu6y4/src/github.com/golangci/golangci-lint/ [2020-02-12T17:43:05.555Z] #53 26.27 + git checkout -q v1.20.0 [2020-02-12T17:43:05.555Z] #53 27.81 ++ git describe --tags [2020-02-12T17:43:05.817Z] #53 27.81 + version=v1.20.0 [2020-02-12T17:43:05.817Z] #53 27.81 ++ git rev-parse --short HEAD [2020-02-12T17:43:05.817Z] #53 27.83 + commit=cc98739 [2020-02-12T17:43:05.817Z] #53 27.84 ++ git show -s --format=%cd [2020-02-12T17:43:05.817Z] #53 27.84 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-12T17:43:05.817Z] #53 27.84 + 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-12T17:43:06.062Z] #47 ... [2020-02-12T17:43:06.062Z] [2020-02-12T17:43:06.062Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:43:06.062Z] #41 22.00 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-12T17:43:06.081Z] #44 16.30 Reading package lists... [2020-02-12T17:43:06.081Z] #44 ... [2020-02-12T17:43:06.081Z] [2020-02-12T17:43:06.081Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:06.081Z] #54 13.09 + cd /tmp/tmp.SMnaHSLBsX/src/github.com/golangci/golangci-lint/ [2020-02-12T17:43:06.081Z] #54 13.09 + git checkout -q v1.20.0 [2020-02-12T17:43:06.081Z] #54 13.57 ++ git describe --tags [2020-02-12T17:43:06.081Z] #54 13.57 + version=v1.20.0 [2020-02-12T17:43:06.081Z] #54 13.57 ++ git rev-parse --short HEAD [2020-02-12T17:43:06.081Z] #54 13.57 + commit=cc98739 [2020-02-12T17:43:06.081Z] #54 13.57 ++ git show -s --format=%cd [2020-02-12T17:43:06.081Z] #54 13.58 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-12T17:43:06.081Z] #54 13.58 + 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-12T17:43:06.331Z] #41 ... [2020-02-12T17:43:06.331Z] [2020-02-12T17:43:06.331Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:06.331Z] #59 12.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:43:06.331Z] #59 ... [2020-02-12T17:43:06.331Z] [2020-02-12T17:43:06.331Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:06.331Z] #43 12.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:43:06.362Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-12T17:43:06.591Z] #43 22.50 Fetched 8325 kB in 16s (521 kB/s) [2020-02-12T17:43:06.591Z] #43 22.50 Reading package lists... [2020-02-12T17:43:06.591Z] #43 ... [2020-02-12T17:43:06.591Z] [2020-02-12T17:43:06.591Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:06.591Z] #10 12.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:43:06.591Z] #10 ... [2020-02-12T17:43:06.591Z] [2020-02-12T17:43:06.591Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:07.102Z] #71 22.18 Checking out files: 69% (1391/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-12T17:43:07.102Z] #71 22.76 + cd /tmp/tmp.alL5h7Qwq8/src/github.com/docker/libnetwork [2020-02-12T17:43:07.102Z] #71 22.76 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:43:07.436Z] #14 DONE 2.0s [2020-02-12T17:43:07.436Z] [2020-02-12T17:43:07.436Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-12T17:43:08.033Z] #71 23.54 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-12T17:43:08.550Z] #54 ... [2020-02-12T17:43:08.550Z] [2020-02-12T17:43:08.550Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:08.550Z] #36 9.725 Reading package lists... [2020-02-12T17:43:08.550Z] #36 13.33 Reading package lists... [2020-02-12T17:43:08.550Z] #36 18.38 Building dependency tree... [2020-02-12T17:43:08.550Z] #36 19.48 The following additional packages will be installed: [2020-02-12T17:43:08.550Z] #36 19.49 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-12T17:43:08.550Z] #36 19.50 Suggested packages: [2020-02-12T17:43:08.550Z] #36 19.50 cmake-doc ninja-build lrzip [2020-02-12T17:43:08.550Z] #36 19.50 Recommended packages: [2020-02-12T17:43:08.550Z] #36 19.50 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-12T17:43:08.952Z] #36 ... [2020-02-12T17:43:08.952Z] [2020-02-12T17:43:08.952Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:43:08.952Z] #26 9.962 Reading package lists... [2020-02-12T17:43:08.952Z] #26 14.52 Reading package lists... [2020-02-12T17:43:08.952Z] #26 18.19 Building dependency tree... [2020-02-12T17:43:08.952Z] #26 19.74 ca-certificates is already the newest version (20190110). [2020-02-12T17:43:08.952Z] #26 19.74 The following additional packages will be installed: [2020-02-12T17:43:08.952Z] #26 19.74 libjq1 libonig5 [2020-02-12T17:43:08.952Z] #26 20.00 The following NEW packages will be installed: [2020-02-12T17:43:08.952Z] #26 20.00 jq libjq1 libonig5 [2020-02-12T17:43:08.952Z] #26 20.04 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:08.952Z] #26 20.04 Need to get 350 kB of archives. [2020-02-12T17:43:08.952Z] #26 20.04 After this operation, 1154 kB of additional disk space will be used. [2020-02-12T17:43:08.952Z] #26 20.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-12T17:43:08.952Z] #26 20.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-12T17:43:08.952Z] #26 20.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-12T17:43:08.952Z] #26 ... [2020-02-12T17:43:08.952Z] [2020-02-12T17:43:08.952Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:08.952Z] #44 16.30 Reading package lists... [2020-02-12T17:43:09.177Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-12T17:43:09.468Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-12T17:43:09.468Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-12T17:43:09.720Z] #44 20.28 Building dependency tree... [2020-02-12T17:43:09.962Z] #15 DONE 2.3s [2020-02-12T17:43:09.962Z] [2020-02-12T17:43:09.962Z] #16 [dev 6/25] RUN ldconfig [2020-02-12T17:43:10.097Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-12T17:43:10.109Z] #44 21.40 The following additional packages will be installed: [2020-02-12T17:43:10.219Z] #53 ... [2020-02-12T17:43:10.219Z] [2020-02-12T17:43:10.219Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:10.219Z] #59 21.96 Reading package lists... [2020-02-12T17:43:10.219Z] #59 28.76 Building dependency tree... [2020-02-12T17:43:10.219Z] #59 ... [2020-02-12T17:43:10.219Z] [2020-02-12T17:43:10.219Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:10.219Z] #10 16.80 Reading package lists... [2020-02-12T17:43:10.219Z] #10 22.74 Reading package lists... [2020-02-12T17:43:10.219Z] #10 29.26 Building dependency tree... [2020-02-12T17:43:10.219Z] #10 ... [2020-02-12T17:43:10.219Z] [2020-02-12T17:43:10.219Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:10.219Z] #59 32.26 The following additional packages will be installed: [2020-02-12T17:43:10.219Z] #59 32.26 libbtrfs0 [2020-02-12T17:43:10.219Z] #59 32.41 The following NEW packages will be installed: [2020-02-12T17:43:10.219Z] #59 32.43 libbtrfs-dev libbtrfs0 [2020-02-12T17:43:10.481Z] #59 32.88 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:10.481Z] #59 32.88 Need to get 119 kB of archives. [2020-02-12T17:43:10.481Z] #59 32.88 After this operation, 387 kB of additional disk space will be used. [2020-02-12T17:43:10.481Z] #59 32.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-02-12T17:43:10.481Z] #59 32.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-02-12T17:43:10.497Z] #44 21.43 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-12T17:43:10.497Z] #44 21.43 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-12T17:43:10.497Z] #44 21.43 Suggested packages: [2020-02-12T17:43:10.497Z] #44 21.43 manpages-dev python-setuptools [2020-02-12T17:43:10.497Z] #44 ... [2020-02-12T17:43:10.497Z] [2020-02-12T17:43:10.497Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:10.497Z] #72 11.22 Checking out files: 96% (1924/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-12T17:43:10.497Z] #72 11.31 + cd /tmp/tmp.DAqAxdub03/src/github.com/docker/libnetwork [2020-02-12T17:43:10.497Z] #72 11.32 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:43:10.497Z] #72 11.46 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-12T17:43:10.497Z] #72 ... [2020-02-12T17:43:10.497Z] [2020-02-12T17:43:10.497Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:10.497Z] #11 11.62 Fetched 8022 kB in 11s (709 kB/s) [2020-02-12T17:43:10.497Z] #11 11.62 Reading package lists... [2020-02-12T17:43:10.497Z] #11 15.58 Reading package lists... [2020-02-12T17:43:10.497Z] #11 20.13 Building dependency tree... [2020-02-12T17:43:10.497Z] #11 21.51 The following additional packages will be installed: [2020-02-12T17:43:10.497Z] #11 21.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-12T17:43:10.497Z] #11 21.52 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-12T17:43:10.497Z] #11 21.52 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-12T17:43:10.497Z] #11 21.52 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-12T17:43:10.497Z] #11 21.52 mingw-w64-x86-64-dev [2020-02-12T17:43:10.497Z] #11 21.52 Suggested packages: [2020-02-12T17:43:10.497Z] #11 21.52 gcc-8-locales seccomp wine64 [2020-02-12T17:43:10.497Z] #11 ... [2020-02-12T17:43:10.497Z] [2020-02-12T17:43:10.497Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:43:10.497Z] #42 11.72 + 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-12T17:43:10.727Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-12T17:43:10.727Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-12T17:43:10.743Z] #59 ... [2020-02-12T17:43:10.743Z] [2020-02-12T17:43:10.743Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:10.743Z] #35 16.73 Reading package lists... [2020-02-12T17:43:10.743Z] #35 23.94 Reading package lists... [2020-02-12T17:43:10.743Z] #35 30.36 Building dependency tree... [2020-02-12T17:43:10.743Z] #35 33.01 The following additional packages will be installed: [2020-02-12T17:43:10.743Z] #35 33.03 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-12T17:43:10.743Z] #35 33.04 Suggested packages: [2020-02-12T17:43:10.743Z] #35 33.05 cmake-doc ninja-build lrzip [2020-02-12T17:43:10.743Z] #35 33.05 Recommended packages: [2020-02-12T17:43:10.743Z] #35 33.05 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-12T17:43:10.896Z] #42 ... [2020-02-12T17:43:10.896Z] [2020-02-12T17:43:10.896Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:43:10.896Z] #26 20.89 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:10.896Z] #26 21.03 Fetched 350 kB in 0s (3973 kB/s) [2020-02-12T17:43:10.896Z] #26 21.14 Selecting previously unselected package libonig5:s390x. [2020-02-12T17:43:10.896Z] #26 21.14 (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-12T17:43:10.896Z] #26 21.19 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-02-12T17:43:10.896Z] #26 21.20 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-12T17:43:10.896Z] #26 21.35 Selecting previously unselected package libjq1:s390x. [2020-02-12T17:43:10.896Z] #26 21.36 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-12T17:43:10.896Z] #26 21.36 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-12T17:43:10.896Z] #26 21.54 Selecting previously unselected package jq. [2020-02-12T17:43:10.896Z] #26 21.56 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-12T17:43:10.896Z] #26 21.56 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:10.896Z] #26 21.68 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-12T17:43:10.896Z] #26 21.69 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-12T17:43:10.897Z] #26 21.70 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:10.897Z] #26 21.70 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:10.897Z] #26 DONE 22.0s [2020-02-12T17:43:10.897Z] [2020-02-12T17:43:10.897Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-12T17:43:10.897Z] #27 DONE 0.1s [2020-02-12T17:43:10.897Z] [2020-02-12T17:43:10.897Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:10.897Z] #28 ... [2020-02-12T17:43:10.897Z] [2020-02-12T17:43:10.897Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:10.897Z] #60 12.06 Fetched 8022 kB in 12s (680 kB/s) [2020-02-12T17:43:10.897Z] #60 12.06 Reading package lists... [2020-02-12T17:43:10.897Z] #60 17.12 Reading package lists... [2020-02-12T17:43:10.897Z] #60 21.33 Building dependency tree... [2020-02-12T17:43:11.004Z] #35 ... [2020-02-12T17:43:11.004Z] [2020-02-12T17:43:11.004Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:11.004Z] #10 32.48 The following additional packages will be installed: [2020-02-12T17:43:11.004Z] #10 32.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-12T17:43:11.004Z] #10 32.50 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-12T17:43:11.004Z] #10 32.50 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-12T17:43:11.004Z] #10 32.50 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-12T17:43:11.004Z] #10 32.50 mingw-w64-x86-64-dev [2020-02-12T17:43:11.004Z] #10 32.50 Suggested packages: [2020-02-12T17:43:11.004Z] #10 32.51 gcc-8-locales seccomp wine64 [2020-02-12T17:43:11.284Z] #60 ... [2020-02-12T17:43:11.284Z] [2020-02-12T17:43:11.284Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:11.284Z] #36 20.31 The following NEW packages will be installed: [2020-02-12T17:43:11.284Z] #36 20.32 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-12T17:43:11.284Z] #36 20.32 vim-common xxd [2020-02-12T17:43:11.284Z] #36 20.42 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:11.284Z] #36 20.42 Need to get 13.9 MB of archives. [2020-02-12T17:43:11.284Z] #36 20.42 After this operation, 62.1 MB of additional disk space will be used. [2020-02-12T17:43:11.284Z] #36 20.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-12T17:43:11.284Z] #36 20.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:43:11.284Z] #36 20.47 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-02-12T17:43:11.284Z] #36 20.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-12T17:43:11.284Z] #36 21.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-02-12T17:43:11.284Z] #36 21.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-02-12T17:43:11.284Z] #36 21.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-02-12T17:43:11.284Z] #36 21.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-02-12T17:43:11.284Z] #36 21.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-02-12T17:43:11.284Z] #36 21.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-02-12T17:43:11.334Z] #16 ... [2020-02-12T17:43:11.334Z] [2020-02-12T17:43:11.334Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:11.334Z] #57 3.450 + RM_GOPATH=0 [2020-02-12T17:43:11.334Z] #57 3.450 + TMP_GOPATH= [2020-02-12T17:43:11.334Z] #57 3.450 + : /build [2020-02-12T17:43:11.334Z] #57 3.450 + '[' -z '' ']' [2020-02-12T17:43:11.334Z] #57 3.462 ++ mktemp -d [2020-02-12T17:43:11.334Z] #57 3.462 + export GOPATH=/tmp/tmp.xCjrUDj5EH [2020-02-12T17:43:11.334Z] #57 3.462 + GOPATH=/tmp/tmp.xCjrUDj5EH [2020-02-12T17:43:11.334Z] #57 3.462 + RM_GOPATH=1 [2020-02-12T17:43:11.334Z] #57 3.462 ++ dirname ./install.sh [2020-02-12T17:43:11.334Z] #57 3.462 + dir=. [2020-02-12T17:43:11.334Z] #57 3.462 + bin=runc [2020-02-12T17:43:11.334Z] #57 3.462 + shift [2020-02-12T17:43:11.334Z] #57 3.462 + '[' '!' -f ./runc.installer ']' [2020-02-12T17:43:11.334Z] #57 3.462 + . ./runc.installer [2020-02-12T17:43:11.334Z] #57 3.462 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:43:11.334Z] #57 3.462 + install_runc [2020-02-12T17:43:11.334Z] #57 3.462 + uname -r [2020-02-12T17:43:11.334Z] #57 3.466 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-12T17:43:11.334Z] #57 3.466 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-12T17:43:11.334Z] #57 3.466 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-12T17:43:11.335Z] #57 3.466 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-12T17:43:11.335Z] #57 3.466 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xCjrUDj5EH/src/github.com/opencontainers/runc [2020-02-12T17:43:11.335Z] #57 3.468 Cloning into '/tmp/tmp.xCjrUDj5EH/src/github.com/opencontainers/runc'... [2020-02-12T17:43:11.335Z] #57 9.919 + cd /tmp/tmp.xCjrUDj5EH/src/github.com/opencontainers/runc [2020-02-12T17:43:11.335Z] #57 9.919 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:43:11.335Z] #57 10.26 + '[' -z '' ']' [2020-02-12T17:43:11.335Z] #57 10.26 + target=static [2020-02-12T17:43:11.335Z] #57 10.26 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-12T17:43:11.335Z] #57 11.48 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-12T17:43:11.575Z] #10 34.08 The following NEW packages will be installed: [2020-02-12T17:43:11.575Z] #10 34.10 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-12T17:43:11.575Z] #10 34.10 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-12T17:43:11.575Z] #10 34.10 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-12T17:43:11.575Z] #10 34.10 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-12T17:43:11.575Z] #10 34.11 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-12T17:43:11.575Z] #10 34.11 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-12T17:43:11.575Z] #10 34.13 The following packages will be upgraded: [2020-02-12T17:43:11.575Z] #10 34.14 libsystemd0 libudev1 [2020-02-12T17:43:11.592Z] #57 ... [2020-02-12T17:43:11.592Z] [2020-02-12T17:43:11.592Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:11.592Z] #44 57.34 AR soccr/libsoccr.a [2020-02-12T17:43:11.592Z] #44 57.36 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:43:11.592Z] #44 57.69 DEP criu/arch/x86/sigframe.d [2020-02-12T17:43:11.592Z] #44 57.84 DEP criu/arch/x86/sigaction_compat.d [2020-02-12T17:43:11.592Z] #44 57.95 DEP criu/arch/x86/kerndat.d [2020-02-12T17:43:11.592Z] #44 58.12 DEP criu/arch/x86/crtools.d [2020-02-12T17:43:11.592Z] #44 58.27 DEP criu/arch/x86/cpu.d [2020-02-12T17:43:11.592Z] #44 58.52 CC criu/arch/x86/cpu.o [2020-02-12T17:43:11.592Z] #44 59.37 CC criu/arch/x86/crtools.o [2020-02-12T17:43:11.592Z] #44 60.67 CC criu/arch/x86/kerndat.o [2020-02-12T17:43:11.592Z] #44 61.29 CC criu/arch/x86/sigaction_compat.o [2020-02-12T17:43:11.592Z] #44 61.66 CC criu/arch/x86/sigframe.o [2020-02-12T17:43:11.592Z] #44 61.97 LINK criu/arch/x86/crtools.built-in.o [2020-02-12T17:43:11.592Z] #44 62.04 DEP criu/pie/util-vdso-elf32.d [2020-02-12T17:43:11.592Z] #44 62.19 DEP criu/arch/x86/vdso-pie.d [2020-02-12T17:43:11.592Z] #44 62.30 DEP criu/pie/parasite-vdso.d [2020-02-12T17:43:11.592Z] #44 62.49 DEP criu/pie/util-vdso.d [2020-02-12T17:43:11.592Z] #44 62.65 DEP criu/pie/util.d [2020-02-12T17:43:11.675Z] #36 22.73 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:11.675Z] #36 22.81 Fetched 13.9 MB in 2s (9280 kB/s) [2020-02-12T17:43:11.675Z] #36 22.88 Selecting previously unselected package xxd. [2020-02-12T17:43:11.675Z] #36 22.88 (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-12T17:43:11.675Z] #36 22.93 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-12T17:43:11.675Z] #36 22.96 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:43:11.756Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-12T17:43:11.837Z] #10 ... [2020-02-12T17:43:11.838Z] [2020-02-12T17:43:11.838Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:11.838Z] #43 18.34 Reading package lists... [2020-02-12T17:43:11.838Z] #43 24.52 Reading package lists... [2020-02-12T17:43:11.838Z] #43 31.05 Building dependency tree... [2020-02-12T17:43:11.838Z] #43 34.15 The following additional packages will be installed: [2020-02-12T17:43:11.838Z] #43 34.15 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-12T17:43:11.838Z] #43 34.19 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-12T17:43:11.838Z] #43 34.20 Suggested packages: [2020-02-12T17:43:11.838Z] #43 34.20 manpages-dev python-setuptools [2020-02-12T17:43:11.838Z] #43 ... [2020-02-12T17:43:11.838Z] [2020-02-12T17:43:11.838Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:11.838Z] #35 33.70 The following NEW packages will be installed: [2020-02-12T17:43:11.838Z] #35 33.71 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-12T17:43:11.838Z] #35 33.71 vim-common xxd [2020-02-12T17:43:11.838Z] #35 34.10 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:11.838Z] #35 34.10 Need to get 14.2 MB of archives. [2020-02-12T17:43:11.838Z] #35 34.10 After this operation, 60.0 MB of additional disk space will be used. [2020-02-12T17:43:11.838Z] #35 34.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-02-12T17:43:11.838Z] #35 34.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:43:11.838Z] #35 34.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-12T17:43:11.838Z] #35 34.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6 [8153 kB] [2020-02-12T17:43:11.850Z] #44 ... [2020-02-12T17:43:11.850Z] [2020-02-12T17:43:11.850Z] #16 [dev 6/25] RUN ldconfig [2020-02-12T17:43:11.850Z] #16 DONE 2.2s [2020-02-12T17:43:11.850Z] [2020-02-12T17:43:11.850Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:11.850Z] #44 62.79 CC criu/pie/util.o [2020-02-12T17:43:11.850Z] #44 ... [2020-02-12T17:43:11.850Z] [2020-02-12T17:43:11.850Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:11.850Z] #47 124.9 net/http/httptrace [2020-02-12T17:43:11.850Z] #47 125.1 net/http [2020-02-12T17:43:11.850Z] #47 ... [2020-02-12T17:43:11.850Z] [2020-02-12T17:43:11.850Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:43:12.046Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-12T17:43:12.046Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-12T17:43:12.046Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-12T17:43:12.068Z] #36 23.12 Selecting previously unselected package vim-common. [2020-02-12T17:43:12.068Z] #36 23.12 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:43:12.068Z] #36 23.15 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:12.098Z] #35 34.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-02-12T17:43:12.098Z] #35 34.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-02-12T17:43:12.098Z] #35 34.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-02-12T17:43:12.359Z] #35 34.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-02-12T17:43:12.359Z] #35 34.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-02-12T17:43:12.359Z] #35 34.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-02-12T17:43:12.451Z] #36 23.41 Selecting previously unselected package cmake-data. [2020-02-12T17:43:12.451Z] #36 23.42 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-12T17:43:12.451Z] #36 23.45 Unpacking cmake-data (3.13.4-1) ... [2020-02-12T17:43:13.307Z] #71 ... [2020-02-12T17:43:13.307Z] [2020-02-12T17:43:13.307Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:13.307Z] #43 22.50 Reading package lists... [2020-02-12T17:43:13.731Z] #36 ... [2020-02-12T17:43:13.731Z] [2020-02-12T17:43:13.731Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:13.731Z] #60 22.65 The following additional packages will be installed: [2020-02-12T17:43:13.731Z] #60 22.66 libbtrfs0 [2020-02-12T17:43:13.731Z] #60 22.73 The following NEW packages will be installed: [2020-02-12T17:43:13.731Z] #60 22.73 libbtrfs-dev libbtrfs0 [2020-02-12T17:43:13.731Z] #60 22.86 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:13.731Z] #60 22.86 Need to get 118 kB of archives. [2020-02-12T17:43:13.731Z] #60 22.86 After this operation, 390 kB of additional disk space will be used. [2020-02-12T17:43:13.731Z] #60 22.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-12T17:43:13.731Z] #60 22.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-12T17:43:13.731Z] #60 23.94 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:13.731Z] #60 24.08 Fetched 118 kB in 0s (958 kB/s) [2020-02-12T17:43:13.731Z] #60 24.17 Selecting previously unselected package libbtrfs0. [2020-02-12T17:43:13.731Z] #60 24.17 (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-12T17:43:13.731Z] #60 24.28 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-12T17:43:13.731Z] #60 24.29 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:43:13.731Z] #60 24.36 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:43:13.731Z] #60 24.36 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-12T17:43:13.731Z] #60 24.37 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:43:13.731Z] #60 24.57 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:43:13.731Z] #60 24.59 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:43:13.731Z] #60 24.61 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:13.731Z] #60 DONE 24.9s [2020-02-12T17:43:13.731Z] [2020-02-12T17:43:13.731Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:13.731Z] #28 1.312 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-12T17:43:13.731Z] #28 1.716 #=#=# [2020-02-12T17:43:13.746Z] #35 36.38 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:14.272Z] #28 1.929 ### 4.7% ###### 8.9% ########## 15.2% ################ 23.6% ###################### 31.9% ######################### 36.1% ############################### 44.4% #################################### 50.7% [2020-02-12T17:43:14.272Z] #28 ... [2020-02-12T17:43:14.272Z] [2020-02-12T17:43:14.272Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:43:14.272Z] #61 DONE 0.1s [2020-02-12T17:43:14.272Z] [2020-02-12T17:43:14.272Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-12T17:43:14.272Z] #62 DONE 0.1s [2020-02-12T17:43:14.272Z] [2020-02-12T17:43:14.272Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:14.320Z] #35 36.72 Fetched 14.2 MB in 1s (12.3 MB/s) [2020-02-12T17:43:14.320Z] #35 36.92 Selecting previously unselected package xxd. [2020-02-12T17:43:14.377Z] #17 2.435 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:43:14.377Z] #17 2.479 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:43:14.377Z] #17 2.538 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:43:14.599Z] #35 36.92 (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% #35 ... [2020-02-12T17:43:14.599Z] [2020-02-12T17:43:14.599Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:14.599Z] #59 34.59 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:14.599Z] #59 34.83 Fetched 119 kB in 0s (415 kB/s) [2020-02-12T17:43:14.599Z] #59 34.94 Selecting previously unselected package libbtrfs0. [2020-02-12T17:43:14.599Z] #59 34.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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:14.599Z] #59 35.09 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-02-12T17:43:14.599Z] #59 35.10 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:43:14.599Z] #59 35.22 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:43:14.599Z] #59 35.23 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-02-12T17:43:14.599Z] #59 35.24 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:43:14.599Z] #59 35.64 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:43:14.599Z] #59 35.69 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:43:14.599Z] #59 35.71 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:14.599Z] #59 DONE 37.0s [2020-02-12T17:43:14.599Z] [2020-02-12T17:43:14.599Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:14.599Z] #35 36.92 (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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:14.599Z] #35 37.04 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-02-12T17:43:14.599Z] #35 37.08 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:43:14.861Z] #35 ... [2020-02-12T17:43:14.861Z] [2020-02-12T17:43:14.861Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:43:14.861Z] #25 22.61 Reading package lists... [2020-02-12T17:43:14.861Z] #25 29.53 Building dependency tree... [2020-02-12T17:43:14.861Z] #25 32.68 ca-certificates is already the newest version (20190110). [2020-02-12T17:43:14.861Z] #25 32.68 The following additional packages will be installed: [2020-02-12T17:43:14.861Z] #25 32.68 libjq1 libonig5 [2020-02-12T17:43:14.861Z] #25 33.05 The following NEW packages will be installed: [2020-02-12T17:43:14.861Z] #25 33.06 jq libjq1 libonig5 [2020-02-12T17:43:14.861Z] #25 33.45 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:14.861Z] #25 33.45 Need to get 325 kB of archives. [2020-02-12T17:43:14.861Z] #25 33.45 After this operation, 1019 kB of additional disk space will be used. [2020-02-12T17:43:14.861Z] #25 33.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-02-12T17:43:14.861Z] #25 33.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-02-12T17:43:14.861Z] #25 33.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-02-12T17:43:14.861Z] #25 34.83 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:14.861Z] #25 35.05 Fetched 325 kB in 0s (1145 kB/s) [2020-02-12T17:43:14.861Z] #25 35.15 Selecting previously unselected package libonig5:arm64. [2020-02-12T17:43:14.861Z] #25 35.15 (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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:14.861Z] #25 35.23 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-02-12T17:43:14.861Z] #25 35.25 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-02-12T17:43:14.861Z] #25 35.50 Selecting previously unselected package libjq1:arm64. [2020-02-12T17:43:14.861Z] #25 35.53 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-02-12T17:43:14.861Z] #25 35.54 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-12T17:43:14.861Z] #25 35.80 Selecting previously unselected package jq. [2020-02-12T17:43:14.861Z] #25 35.80 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-02-12T17:43:14.861Z] #25 35.85 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:14.861Z] #25 36.09 Setting up libonig5:arm64 (6.9.1-1) ... [2020-02-12T17:43:14.861Z] #25 36.28 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-12T17:43:14.861Z] #25 36.42 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:14.861Z] #25 36.49 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:14.861Z] #25 DONE 37.1s [2020-02-12T17:43:14.861Z] [2020-02-12T17:43:14.861Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:43:14.861Z] #60 DONE 0.1s [2020-02-12T17:43:14.861Z] [2020-02-12T17:43:14.861Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:14.861Z] #35 37.27 Selecting previously unselected package vim-common. [2020-02-12T17:43:14.861Z] #35 ... [2020-02-12T17:43:14.861Z] [2020-02-12T17:43:14.861Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-12T17:43:14.861Z] #26 DONE 0.2s [2020-02-12T17:43:14.861Z] [2020-02-12T17:43:14.861Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:14.861Z] #35 37.28 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:43:14.861Z] #35 37.36 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:14.942Z] #17 2.952 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:43:15.123Z] #35 ... [2020-02-12T17:43:15.123Z] [2020-02-12T17:43:15.123Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-12T17:43:15.123Z] #61 DONE 0.2s [2020-02-12T17:43:15.123Z] [2020-02-12T17:43:15.123Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:15.123Z] #43 35.81 The following NEW packages will be installed: [2020-02-12T17:43:15.123Z] #43 35.81 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-12T17:43:15.123Z] #43 35.82 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-12T17:43:15.123Z] #43 35.82 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-12T17:43:15.123Z] #43 35.82 python-six zlib1g-dev [2020-02-12T17:43:15.123Z] #43 36.24 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:15.123Z] #43 36.24 Need to get 3798 kB of archives. [2020-02-12T17:43:15.123Z] #43 36.24 After this operation, 21.6 MB of additional disk space will be used. [2020-02-12T17:43:15.123Z] #43 36.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-02-12T17:43:15.123Z] #43 36.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-02-12T17:43:15.123Z] #43 36.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-02-12T17:43:15.123Z] #43 36.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-02-12T17:43:15.123Z] #43 36.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-02-12T17:43:15.123Z] #43 36.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-02-12T17:43:15.123Z] #43 36.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-02-12T17:43:15.123Z] #43 36.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-02-12T17:43:15.123Z] #43 36.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-02-12T17:43:15.123Z] #43 36.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-02-12T17:43:15.123Z] #43 36.42 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-02-12T17:43:15.123Z] #43 36.59 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-02-12T17:43:15.123Z] #43 36.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-02-12T17:43:15.123Z] #43 36.74 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-02-12T17:43:15.123Z] #43 36.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-12T17:43:15.123Z] #43 36.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-02-12T17:43:15.123Z] #43 36.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-02-12T17:43:15.244Z] #28 1.929 ### 4.7% ###### 8.9% ########## 15.2% ################ 23.6% ###################### 31.9% ######################### 36.1% ############################### 44.4% #################################### 50.7% ######################################### 57.0% ############################################ 61.1% ############################################### 65.3% ################################################### 71.6% ######################################################### 79.9% ############################################################## 86.4% [2020-02-12T17:43:15.244Z] #28 ... [2020-02-12T17:43:15.244Z] [2020-02-12T17:43:15.244Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:15.244Z] #72 DONE 25.9s [2020-02-12T17:43:15.244Z] [2020-02-12T17:43:15.244Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:15.384Z] #43 ... [2020-02-12T17:43:15.384Z] [2020-02-12T17:43:15.384Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:15.384Z] #71 DONE 37.6s [2020-02-12T17:43:15.647Z] [2020-02-12T17:43:15.647Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:15.647Z] #43 38.11 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:15.687Z] #28 1.929 ### 4.7% ###### 8.9% ########## 15.2% ################ 23.6% ###################### 31.9% ######################### 36.1% ############################### 44.4% #################################### 50.7% ######################################### 57.0% ############################################ 61.1% ############################################### 65.3% ################################################### 71.6% ######################################################### 79.9% ############################################################## 86.4% ################################################################## 92.2% ################################################################### 94.3% ###################################################################### 98.5% ######################################################################## 100.0% [2020-02-12T17:43:15.912Z] #43 38.30 Fetched 3798 kB in 1s (4031 kB/s) [2020-02-12T17:43:15.912Z] #43 38.40 Selecting previously unselected package libcap-dev:arm64. [2020-02-12T17:43:15.912Z] #43 38.40 (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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:15.912Z] #43 38.47 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-02-12T17:43:15.912Z] #43 38.47 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-02-12T17:43:16.062Z] #28 5.170 [2020-02-12T17:43:16.315Z] #17 4.181 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:43:16.484Z] #43 38.72 Selecting previously unselected package libnet1:arm64. [2020-02-12T17:43:16.484Z] #43 38.75 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-02-12T17:43:16.484Z] #43 38.79 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:16.484Z] #43 38.98 Selecting previously unselected package libnet1-dev. [2020-02-12T17:43:16.484Z] #43 38.98 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-02-12T17:43:16.484Z] #43 39.03 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:16.747Z] #43 39.39 Selecting previously unselected package libnl-3-200:arm64. [2020-02-12T17:43:16.817Z] #28 5.296 #=#=# ########### 16.5% ######################## 33.5% ############################################ 61.8% #################################################### 73.1% ############################################################ 84.5% ######################################################################## 100.0% [2020-02-12T17:43:16.840Z] #43 29.62 Reading package lists... [2020-02-12T17:43:16.840Z] #43 ... [2020-02-12T17:43:16.840Z] [2020-02-12T17:43:16.840Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:43:16.840Z] #25 18.23 Reading package lists... [2020-02-12T17:43:16.840Z] #25 24.81 Building dependency tree... [2020-02-12T17:43:16.840Z] #25 28.11 ca-certificates is already the newest version (20190110). [2020-02-12T17:43:16.840Z] #25 28.11 The following additional packages will be installed: [2020-02-12T17:43:16.840Z] #25 28.12 libjq1 libonig5 [2020-02-12T17:43:16.840Z] #25 28.57 The following NEW packages will be installed: [2020-02-12T17:43:16.840Z] #25 28.57 jq libjq1 libonig5 [2020-02-12T17:43:16.840Z] #25 28.95 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:16.840Z] #25 28.95 Need to get 355 kB of archives. [2020-02-12T17:43:16.840Z] #25 28.95 After this operation, 1072 kB of additional disk space will be used. [2020-02-12T17:43:16.840Z] #25 28.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-12T17:43:16.840Z] #25 28.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-12T17:43:16.840Z] #25 28.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-12T17:43:16.840Z] #25 30.19 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:16.840Z] #25 30.42 Fetched 355 kB in 0s (1159 kB/s) [2020-02-12T17:43:16.840Z] #25 30.56 Selecting previously unselected package libonig5:amd64. [2020-02-12T17:43:16.840Z] #25 30.56 (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-12T17:43:16.840Z] #25 30.66 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-12T17:43:16.840Z] #25 30.67 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:43:16.840Z] #25 30.95 Selecting previously unselected package libjq1:amd64. [2020-02-12T17:43:16.840Z] #25 30.95 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:43:16.840Z] #25 30.96 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:43:16.840Z] #25 31.20 Selecting previously unselected package jq. [2020-02-12T17:43:16.840Z] #25 31.20 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:43:16.840Z] #25 31.21 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:16.840Z] #25 31.42 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:43:16.840Z] #25 31.45 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:43:16.840Z] #25 31.47 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:16.840Z] #25 31.48 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:16.840Z] #25 DONE 32.3s [2020-02-12T17:43:16.840Z] [2020-02-12T17:43:16.840Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-12T17:43:16.840Z] #26 DONE 0.1s [2020-02-12T17:43:16.840Z] [2020-02-12T17:43:16.840Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:16.840Z] #27 ... [2020-02-12T17:43:16.840Z] [2020-02-12T17:43:16.840Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:16.840Z] #10 22.77 Fetched 8325 kB in 16s (513 kB/s) [2020-02-12T17:43:16.840Z] #10 22.77 Reading package lists... [2020-02-12T17:43:16.840Z] #10 29.45 Reading package lists... [2020-02-12T17:43:16.840Z] #10 ... [2020-02-12T17:43:16.840Z] [2020-02-12T17:43:16.840Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:16.840Z] #59 22.87 Fetched 8325 kB in 16s (511 kB/s) [2020-02-12T17:43:16.840Z] #59 22.87 Reading package lists... [2020-02-12T17:43:17.023Z] #43 39.39 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-02-12T17:43:17.023Z] #43 39.40 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-02-12T17:43:17.023Z] #43 39.52 Selecting previously unselected package libnl-3-dev:arm64. [2020-02-12T17:43:17.023Z] #43 39.52 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-02-12T17:43:17.023Z] #43 39.53 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-02-12T17:43:17.096Z] #59 30.24 Reading package lists... [2020-02-12T17:43:17.096Z] #59 ... [2020-02-12T17:43:17.096Z] [2020-02-12T17:43:17.096Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:17.096Z] #53 24.90 + cd /tmp/tmp.OBScTUdEHr/src/github.com/golangci/golangci-lint/ [2020-02-12T17:43:17.096Z] #53 24.90 + git checkout -q v1.20.0 [2020-02-12T17:43:17.096Z] #53 25.56 ++ git describe --tags [2020-02-12T17:43:17.096Z] #53 25.56 + version=v1.20.0 [2020-02-12T17:43:17.096Z] #53 25.57 ++ git rev-parse --short HEAD [2020-02-12T17:43:17.096Z] #53 25.57 + commit=cc98739 [2020-02-12T17:43:17.096Z] #53 25.57 ++ git show -s --format=%cd [2020-02-12T17:43:17.096Z] #53 25.57 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-12T17:43:17.096Z] #53 25.57 + 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-12T17:43:17.593Z] #43 39.99 Selecting previously unselected package libprotobuf-c1:arm64. [2020-02-12T17:43:17.593Z] #43 39.99 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-02-12T17:43:17.593Z] #43 40.04 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-12T17:43:17.593Z] #43 40.23 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-02-12T17:43:17.601Z] #28 6.359 [2020-02-12T17:43:17.686Z] #17 5.666 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:43:17.858Z] #43 40.26 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-02-12T17:43:17.858Z] #43 40.30 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-02-12T17:43:18.119Z] #43 40.55 Selecting previously unselected package zlib1g-dev:arm64. [2020-02-12T17:43:18.119Z] #43 40.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-02-12T17:43:18.119Z] #43 40.58 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-02-12T17:43:18.380Z] #43 40.90 Selecting previously unselected package libprotobuf17:arm64. [2020-02-12T17:43:18.380Z] #43 40.91 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-02-12T17:43:18.380Z] #43 40.91 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:18.461Z] #53 ... [2020-02-12T17:43:18.461Z] [2020-02-12T17:43:18.461Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:43:18.461Z] #41 24.34 + 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-12T17:43:18.731Z] #28 6.529 0.8% ###### 9.3% ############## 19.4% ##################### 29.6% ############################## 42.4% ##################################### 52.5% ######################################### 57.6% ############################################## 65.3% #################################################### 72.9% ######################################################### 80.5% ############################################################# 85.6% #################################################################### 95.8% ######################################################################## 100.0% [2020-02-12T17:43:19.022Z] #41 ... [2020-02-12T17:43:19.022Z] [2020-02-12T17:43:19.022Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:19.022Z] #35 18.64 Reading package lists... [2020-02-12T17:43:19.022Z] #35 25.33 Reading package lists... [2020-02-12T17:43:19.022Z] #35 32.21 Building dependency tree... [2020-02-12T17:43:19.059Z] #17 ... [2020-02-12T17:43:19.060Z] [2020-02-12T17:43:19.060Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:19.060Z] #44 63.22 CC criu/pie/util-vdso.o [2020-02-12T17:43:19.060Z] #44 63.98 CC criu/pie/parasite-vdso.o [2020-02-12T17:43:19.060Z] #44 64.63 CC criu/arch/x86/vdso-pie.o [2020-02-12T17:43:19.060Z] #44 64.99 CC criu/pie/util-vdso-elf32.o [2020-02-12T17:43:19.060Z] #44 65.62 AR criu/pie/pie.lib.a [2020-02-12T17:43:19.060Z] #44 65.67 DEP criu/pie/restorer.d [2020-02-12T17:43:19.060Z] #44 65.81 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-12T17:43:19.060Z] #44 65.91 DEP criu/arch/x86/restorer_unmap.d [2020-02-12T17:43:19.060Z] #44 65.94 DEP criu/arch/x86/restorer.d [2020-02-12T17:43:19.060Z] #44 66.13 DEP criu/pie/parasite.d [2020-02-12T17:43:19.060Z] #44 66.39 CC criu/pie/parasite.o [2020-02-12T17:43:19.060Z] #44 67.79 LINK criu/pie/parasite.built-in.o [2020-02-12T17:43:19.060Z] #44 67.81 GEN criu/pie/parasite-blob.h [2020-02-12T17:43:19.060Z] #44 67.83 CC criu/arch/x86/restorer.o [2020-02-12T17:43:19.060Z] #44 68.35 CC criu/arch/x86/restorer_unmap.o [2020-02-12T17:43:19.060Z] #44 68.39 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-12T17:43:19.060Z] #44 68.59 CC criu/pie/restorer.o [2020-02-12T17:43:19.140Z] #28 8.230 [2020-02-12T17:43:19.279Z] #35 35.41 The following additional packages will be installed: [2020-02-12T17:43:19.279Z] #35 35.42 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-12T17:43:19.279Z] #35 35.43 Suggested packages: [2020-02-12T17:43:19.331Z] #43 41.84 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-02-12T17:43:19.331Z] #43 41.85 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-02-12T17:43:19.331Z] #43 41.86 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:19.536Z] #35 35.44 cmake-doc ninja-build lrzip [2020-02-12T17:43:19.536Z] #35 35.44 Recommended packages: [2020-02-12T17:43:19.536Z] #35 35.44 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-12T17:43:19.593Z] #43 42.16 Selecting previously unselected package libprotobuf-dev:arm64. [2020-02-12T17:43:19.593Z] #43 42.17 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-02-12T17:43:19.593Z] #43 42.17 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:19.625Z] #44 ... [2020-02-12T17:43:19.625Z] [2020-02-12T17:43:19.625Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:19.625Z] #47 138.0 github.com/LK4D4/vndr/godl [2020-02-12T17:43:19.792Z] #35 ... [2020-02-12T17:43:19.792Z] [2020-02-12T17:43:19.792Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:19.792Z] #10 29.45 Reading package lists... [2020-02-12T17:43:20.978Z] #43 43.38 Selecting previously unselected package libprotoc17:arm64. [2020-02-12T17:43:20.978Z] #43 43.39 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-02-12T17:43:20.978Z] #43 43.40 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:20.997Z] #47 139.0 github.com/LK4D4/vndr [2020-02-12T17:43:21.417Z] #10 36.06 Building dependency tree... [2020-02-12T17:43:21.490Z] #28 8.396 # 1.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ######## 12.0% ########## 14.8% ############ 16.7% ############## 19.5% ################ 22.4% ################# 24.2% ################### 27.1% ##################### 29.9% ####################### 32.7% ######################### 35.6% ############################ 39.4% ############################## 42.2% [2020-02-12T17:43:21.490Z] #28 ... [2020-02-12T17:43:21.490Z] [2020-02-12T17:43:21.490Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:21.490Z] #44 22.45 The following NEW packages will be installed: [2020-02-12T17:43:21.490Z] #44 22.45 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-12T17:43:21.490Z] #44 22.46 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-12T17:43:21.490Z] #44 22.46 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-12T17:43:21.490Z] #44 22.46 python-six zlib1g-dev [2020-02-12T17:43:21.490Z] #44 22.56 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:21.490Z] #44 22.56 Need to get 3742 kB of archives. [2020-02-12T17:43:21.490Z] #44 22.56 After this operation, 22.0 MB of additional disk space will be used. [2020-02-12T17:43:21.490Z] #44 22.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-02-12T17:43:21.490Z] #44 22.58 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-12T17:43:21.490Z] #44 22.59 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-12T17:43:21.490Z] #44 22.61 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-12T17:43:21.490Z] #44 22.61 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-12T17:43:21.490Z] #44 22.61 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-12T17:43:21.490Z] #44 22.61 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-12T17:43:21.490Z] #44 22.62 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-12T17:43:21.490Z] #44 22.63 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-02-12T17:43:21.490Z] #44 22.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-02-12T17:43:21.490Z] #44 22.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-02-12T17:43:21.490Z] #44 22.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-02-12T17:43:21.490Z] #44 22.85 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-12T17:43:21.490Z] #44 22.85 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-12T17:43:21.490Z] #44 22.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-12T17:43:21.490Z] #44 22.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-02-12T17:43:21.490Z] #44 22.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-02-12T17:43:21.490Z] #44 23.67 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:21.490Z] #44 24.06 Fetched 3742 kB in 0s (9777 kB/s) [2020-02-12T17:43:21.490Z] #44 24.13 Selecting previously unselected package libcap-dev:s390x. [2020-02-12T17:43:21.490Z] #44 24.13 (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-12T17:43:21.490Z] #44 24.17 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 24.18 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-02-12T17:43:21.490Z] #44 24.36 Selecting previously unselected package libnet1:s390x. [2020-02-12T17:43:21.490Z] #44 24.36 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 24.37 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:21.490Z] #44 24.43 Selecting previously unselected package libnet1-dev. [2020-02-12T17:43:21.490Z] #44 24.44 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 24.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:21.490Z] #44 24.70 Selecting previously unselected package libnl-3-200:s390x. [2020-02-12T17:43:21.490Z] #44 24.70 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 24.70 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-12T17:43:21.490Z] #44 24.81 Selecting previously unselected package libnl-3-dev:s390x. [2020-02-12T17:43:21.490Z] #44 24.82 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 24.82 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-02-12T17:43:21.490Z] #44 25.01 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-12T17:43:21.490Z] #44 25.01 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 25.01 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-12T17:43:21.490Z] #44 25.04 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-02-12T17:43:21.490Z] #44 25.04 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 25.05 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-12T17:43:21.490Z] #44 25.29 Selecting previously unselected package zlib1g-dev:s390x. [2020-02-12T17:43:21.490Z] #44 25.30 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 25.30 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-12T17:43:21.490Z] #44 25.70 Selecting previously unselected package libprotobuf17:s390x. [2020-02-12T17:43:21.490Z] #44 25.72 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 25.73 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 26.99 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-02-12T17:43:21.490Z] #44 26.99 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 26.99 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 27.12 Selecting previously unselected package libprotobuf-dev:s390x. [2020-02-12T17:43:21.490Z] #44 27.12 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 27.12 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 28.15 Selecting previously unselected package libprotoc17:s390x. [2020-02-12T17:43:21.490Z] #44 28.16 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 28.16 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 28.58 Selecting previously unselected package protobuf-c-compiler. [2020-02-12T17:43:21.490Z] #44 28.61 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 28.61 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:43:21.490Z] #44 28.67 Selecting previously unselected package protobuf-compiler. [2020-02-12T17:43:21.490Z] #44 28.68 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 28.68 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 28.76 Selecting previously unselected package python-pkg-resources. [2020-02-12T17:43:21.490Z] #44 28.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:43:21.490Z] #44 28.77 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:21.490Z] #44 28.95 Selecting previously unselected package python-six. [2020-02-12T17:43:21.490Z] #44 28.95 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-12T17:43:21.490Z] #44 28.96 Unpacking python-six (1.12.0-1) ... [2020-02-12T17:43:21.490Z] #44 29.02 Selecting previously unselected package python-protobuf. [2020-02-12T17:43:21.490Z] #44 29.02 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-02-12T17:43:21.490Z] #44 29.03 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 29.41 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:21.490Z] #44 31.42 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-12T17:43:21.490Z] #44 31.42 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:21.490Z] #44 31.43 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-12T17:43:21.490Z] #44 31.44 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-12T17:43:21.490Z] #44 31.44 Setting up python-six (1.12.0-1) ... [2020-02-12T17:43:21.490Z] #44 ... [2020-02-12T17:43:21.490Z] [2020-02-12T17:43:21.490Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:21.490Z] #11 22.52 The following NEW packages will be installed: [2020-02-12T17:43:21.490Z] #11 22.52 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-12T17:43:21.490Z] #11 22.52 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-12T17:43:21.490Z] #11 22.52 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-12T17:43:21.490Z] #11 22.53 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-12T17:43:21.490Z] #11 22.53 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-12T17:43:21.490Z] #11 22.53 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-12T17:43:21.490Z] #11 22.53 The following packages will be upgraded: [2020-02-12T17:43:21.490Z] #11 22.53 libsystemd0 libudev1 [2020-02-12T17:43:21.490Z] #11 22.67 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:43:21.490Z] #11 22.67 Need to get 73.7 MB of archives. [2020-02-12T17:43:21.490Z] #11 22.67 After this operation, 494 MB of additional disk space will be used. [2020-02-12T17:43:21.490Z] #11 22.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u3 [306 kB] [2020-02-12T17:43:21.490Z] #11 22.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u3 [144 kB] [2020-02-12T17:43:21.490Z] #11 22.72 Get:3 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-12T17:43:21.490Z] #11 22.86 Get:4 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-12T17:43:21.490Z] #11 23.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-12T17:43:21.490Z] #11 23.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-02-12T17:43:21.490Z] #11 23.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-02-12T17:43:21.490Z] #11 23.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-12T17:43:21.490Z] #11 23.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-12T17:43:21.490Z] #11 23.59 Get:10 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-12T17:43:21.490Z] #11 23.60 Get:11 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-12T17:43:21.490Z] #11 27.61 Get:12 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-12T17:43:21.490Z] #11 31.07 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-02-12T17:43:21.490Z] #11 31.08 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-02-12T17:43:21.490Z] #11 31.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-12T17:43:21.490Z] #11 31.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-12T17:43:21.490Z] #11 31.13 Get:17 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-12T17:43:21.490Z] #11 31.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u3 [109 kB] [2020-02-12T17:43:21.490Z] #11 31.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-02-12T17:43:21.490Z] #11 31.21 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-02-12T17:43:21.490Z] #11 31.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-02-12T17:43:21.490Z] #11 31.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-02-12T17:43:21.490Z] #11 31.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-02-12T17:43:21.490Z] #11 31.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-02-12T17:43:21.490Z] #11 31.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-02-12T17:43:21.490Z] #11 31.50 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-02-12T17:43:21.490Z] #11 31.51 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u3 [321 kB] [2020-02-12T17:43:21.490Z] #11 32.20 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:21.490Z] #11 32.29 Fetched 73.7 MB in 9s (8213 kB/s) [2020-02-12T17:43:21.490Z] #11 32.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 ... 15168 files and directories currently installed.) [2020-02-12T17:43:21.490Z] #11 32.48 Preparing to unpack .../libsystemd0_241-7~deb10u3_s390x.deb ... [2020-02-12T17:43:21.490Z] #11 32.49 Unpacking libsystemd0:s390x (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:43:21.490Z] #11 32.71 Setting up libsystemd0:s390x (241-7~deb10u3) ... [2020-02-12T17:43:21.490Z] #11 ... [2020-02-12T17:43:21.490Z] [2020-02-12T17:43:21.490Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:21.551Z] #43 44.00 Selecting previously unselected package protobuf-c-compiler. [2020-02-12T17:43:21.551Z] #43 44.01 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-02-12T17:43:21.551Z] #43 44.02 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:43:21.812Z] #43 44.17 Selecting previously unselected package protobuf-compiler. [2020-02-12T17:43:21.812Z] #43 44.18 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-02-12T17:43:21.812Z] #43 44.20 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:43:21.812Z] #43 ... [2020-02-12T17:43:21.812Z] [2020-02-12T17:43:21.812Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:21.812Z] #27 5.500 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-12T17:43:21.812Z] #27 6.163 #=#=# [2020-02-12T17:43:22.074Z] #27 6.526 0.0% ### 4.7% ########## 14.2% ############### 21.4% #################### 28.2% ######################### 34.9% #### [2020-02-12T17:43:22.074Z] #27 ... [2020-02-12T17:43:22.074Z] [2020-02-12T17:43:22.074Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:22.074Z] #43 44.51 Selecting previously unselected package python-pkg-resources. [2020-02-12T17:43:22.074Z] #43 44.54 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:43:22.074Z] #43 44.54 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:22.074Z] #43 ... [2020-02-12T17:43:22.074Z] [2020-02-12T17:43:22.074Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:22.074Z] #10 34.65 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:43:22.074Z] #10 34.65 Need to get 73.8 MB of archives. [2020-02-12T17:43:22.074Z] #10 34.65 After this operation, 472 MB of additional disk space will be used. [2020-02-12T17:43:22.074Z] #10 34.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u3 [313 kB] [2020-02-12T17:43:22.074Z] #10 34.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u3 [145 kB] [2020-02-12T17:43:22.074Z] #10 34.66 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-02-12T17:43:22.074Z] #10 34.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-02-12T17:43:22.074Z] #10 35.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-12T17:43:22.074Z] #10 35.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-02-12T17:43:22.074Z] #10 35.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-02-12T17:43:22.074Z] #10 35.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-12T17:43:22.074Z] #10 35.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-12T17:43:22.074Z] #10 35.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-12T17:43:22.074Z] #10 35.74 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-02-12T17:43:22.074Z] #10 37.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-02-12T17:43:22.074Z] #10 39.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-02-12T17:43:22.074Z] #10 39.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-02-12T17:43:22.074Z] #10 39.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-02-12T17:43:22.074Z] #10 39.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-02-12T17:43:22.074Z] #10 39.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-02-12T17:43:22.074Z] #10 39.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u3 [109 kB] [2020-02-12T17:43:22.074Z] #10 39.94 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-02-12T17:43:22.074Z] #10 40.02 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-02-12T17:43:22.074Z] #10 40.02 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-02-12T17:43:22.074Z] #10 40.05 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-02-12T17:43:22.074Z] #10 40.08 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-02-12T17:43:22.074Z] #10 40.11 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-02-12T17:43:22.074Z] #10 40.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-02-12T17:43:22.074Z] #10 40.13 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-02-12T17:43:22.074Z] #10 40.13 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u3 [321 kB] [2020-02-12T17:43:22.074Z] #10 41.34 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:22.074Z] #10 41.61 Fetched 73.8 MB in 6s (12.6 MB/s) [2020-02-12T17:43:22.074Z] #10 41.84 (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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:22.074Z] #10 41.96 Preparing to unpack .../libsystemd0_241-7~deb10u3_arm64.deb ... [2020-02-12T17:43:22.074Z] #10 42.03 Unpacking libsystemd0:arm64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:43:22.074Z] #10 42.40 Setting up libsystemd0:arm64 (241-7~deb10u3) ... [2020-02-12T17:43:22.074Z] #10 42.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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:22.074Z] #10 42.67 Preparing to unpack .../libudev1_241-7~deb10u3_arm64.deb ... [2020-02-12T17:43:22.074Z] #10 42.71 Unpacking libudev1:arm64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:43:22.074Z] #10 42.95 Setting up libudev1:arm64 (241-7~deb10u3) ... [2020-02-12T17:43:22.074Z] #10 43.10 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-12T17:43:22.075Z] #10 43.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 ... 15374 files and directories currently installed.) [2020-02-12T17:43:22.075Z] #10 43.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-02-12T17:43:22.075Z] #10 43.18 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:43:22.337Z] #10 ... [2020-02-12T17:43:22.337Z] [2020-02-12T17:43:22.337Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:23.142Z] #27 6.526 0.0% ### 4.7% ########## 14.2% ############### 21.4% #################### 28.2% ######################### 34.9% ############################# 41.4% ################################### 48.6% ######################################## 55.8% ############################################ 61.3% ################################################ 67.4% ##################################################### 74.0% ####################################################### 77.2% ############################################################ 84.1% ################################################################# 90.6% #################################################################### 95.6% ######################################################################## 100.0% [2020-02-12T17:43:23.422Z] #28 8.396 # 1.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ######## 12.0% ########## 14.8% ############ 16.7% ############## 19.5% ################ 22.4% ################# 24.2% ################### 27.1% ##################### 29.9% ####################### 32.7% ######################### 35.6% ############################ 39.4% ############################## 42.2% ################################ 45.0% ################################## 47.9% ################################### 49.8% ##################################### 52.6% ####################################### 55.4% ########################################## 59.2% ############################################ 62.1% ################################################ 66.8% ################################################# 68.7% #################################################### 73.4% ###################################################### 75.2% ######################################################## 78.8% ########################################################## 81.6% ############################################################# 85.4% ################################################################ 89.2% ################################################################# 91.0% ################################################################### [2020-02-12T17:43:23.422Z] #28 ... [2020-02-12T17:43:23.422Z] [2020-02-12T17:43:23.422Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:23.422Z] #34 24.30 sync [2020-02-12T17:43:23.422Z] #34 24.30 internal/reflectlite [2020-02-12T17:43:23.422Z] #34 27.08 errors [2020-02-12T17:43:23.422Z] #34 27.08 sort [2020-02-12T17:43:23.422Z] #34 27.41 strconv [2020-02-12T17:43:23.422Z] #34 28.19 io [2020-02-12T17:43:23.422Z] #34 29.13 syscall [2020-02-12T17:43:23.423Z] #34 30.65 reflect [2020-02-12T17:43:23.423Z] #34 ... [2020-02-12T17:43:23.423Z] [2020-02-12T17:43:23.423Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:23.423Z] #11 32.84 (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-12T17:43:23.423Z] #11 32.90 Preparing to unpack .../libudev1_241-7~deb10u3_s390x.deb ... [2020-02-12T17:43:23.423Z] #11 32.92 Unpacking libudev1:s390x (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:43:23.423Z] #11 33.15 Setting up libudev1:s390x (241-7~deb10u3) ... [2020-02-12T17:43:23.423Z] #11 33.30 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-12T17:43:23.423Z] #11 33.30 (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-12T17:43:23.423Z] #11 33.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-02-12T17:43:23.423Z] #11 33.34 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:43:23.713Z] #27 8.611 #=#=# [2020-02-12T17:43:23.932Z] #10 39.78 The following additional packages will be installed: [2020-02-12T17:43:23.932Z] #10 39.82 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-12T17:43:23.932Z] #10 39.82 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-12T17:43:23.932Z] #10 39.83 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-12T17:43:23.932Z] #10 39.83 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-12T17:43:23.932Z] #10 39.84 mingw-w64-x86-64-dev [2020-02-12T17:43:23.932Z] #10 39.84 Suggested packages: [2020-02-12T17:43:23.932Z] #10 39.86 gcc-8-locales seccomp wine64 [2020-02-12T17:43:24.229Z] #11 ... [2020-02-12T17:43:24.229Z] [2020-02-12T17:43:24.229Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:24.229Z] #63 0.230 + RM_GOPATH=0 [2020-02-12T17:43:24.229Z] #63 0.230 + TMP_GOPATH= [2020-02-12T17:43:24.229Z] #63 0.230 + : /build [2020-02-12T17:43:24.229Z] #63 0.230 + '[' -z '' ']' [2020-02-12T17:43:24.229Z] #63 0.233 ++ mktemp -d [2020-02-12T17:43:24.229Z] #63 0.239 + export GOPATH=/tmp/tmp.TciHYpRfzd [2020-02-12T17:43:24.229Z] #63 0.240 + GOPATH=/tmp/tmp.TciHYpRfzd [2020-02-12T17:43:24.229Z] #63 0.240 + RM_GOPATH=1 [2020-02-12T17:43:24.229Z] #63 0.242 ++ dirname ./install.sh [2020-02-12T17:43:24.229Z] #63 0.247 + dir=. [2020-02-12T17:43:24.229Z] #63 0.248 + bin=containerd [2020-02-12T17:43:24.229Z] #63 0.248 + shift [2020-02-12T17:43:24.229Z] #63 0.248 + '[' '!' -f ./containerd.installer ']' [2020-02-12T17:43:24.229Z] #63 0.249 + . ./containerd.installer [2020-02-12T17:43:24.229Z] #63 0.250 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:24.229Z] #63 0.251 + install_containerd [2020-02-12T17:43:24.229Z] #63 0.252 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-12T17:43:24.229Z] #63 0.253 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:24.229Z] #63 0.253 + git clone https://github.com/containerd/containerd.git /tmp/tmp.TciHYpRfzd/src/github.com/containerd/containerd [2020-02-12T17:43:24.229Z] #63 0.275 Cloning into '/tmp/tmp.TciHYpRfzd/src/github.com/containerd/containerd'... [2020-02-12T17:43:24.229Z] #63 ... [2020-02-12T17:43:24.229Z] [2020-02-12T17:43:24.229Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:24.229Z] #28 8.396 # 1.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ######## 12.0% ########## 14.8% ############ 16.7% ############## 19.5% ################ 22.4% ################# 24.2% ################### 27.1% ##################### 29.9% ####################### 32.7% ######################### 35.6% ############################ 39.4% ############################## 42.2% ################################ 45.0% ################################## 47.9% ################################### 49.8% ##################################### 52.6% ####################################### 55.4% ########################################## 59.2% ############################################ 62.1% ################################################ 66.8% ################################################# 68.7% #################################################### 73.4% ###################################################### 75.2% ######################################################## 78.8% ########################################################## 81.6% ############################################################# 85.4% ################################################################ 89.2% ################################################################# 91.0% ################################################################### 93.9% ###################################################################### 97.7% ######################################################################## 100.0% [2020-02-12T17:43:24.229Z] #28 12.85 [2020-02-12T17:43:24.606Z] #28 13.80 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-12T17:43:24.760Z] #27 8.852 #=#=# 0.4% #### 5.7% ###### 8.6% ############ 17.0% ##################### 30.5% ################################### 49.0% ################################################# 68.6% ################################################################## 91.8% ######################################################################## 100.0% [2020-02-12T17:43:24.864Z] #10 ... [2020-02-12T17:43:24.864Z] [2020-02-12T17:43:24.864Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:24.864Z] #27 3.755 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-12T17:43:24.864Z] #27 4.198 [2020-02-12T17:43:24.864Z] #27 4.475 #=#=# ## 3.7% ######## 12.3% ############## 20.2% ################### 26.4% ######################## 33.9% ############################# 41.6% ################################### 49.1% ######################################### 57.4% ################################################ 66.8% ##################################################### 73.7% ########################################################## 80.8% ############################################################## 87.0% #################################################################### 95.8% ######################################################################## 100.0% [2020-02-12T17:43:24.864Z] #27 6.448 [2020-02-12T17:43:24.864Z] #27 6.630 0.1% ########## 15.3% #################### 28.6% ############################## 42.6% ######################################### 57.6% ################################################## 70.1% ############################################################ 84.4% ######################################################################## 100.0% [2020-02-12T17:43:24.864Z] #27 7.732 [2020-02-12T17:43:24.980Z] #28 14.17 [2020-02-12T17:43:25.027Z] #27 ... [2020-02-12T17:43:25.027Z] [2020-02-12T17:43:25.027Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:25.027Z] #62 3.911 + RM_GOPATH=0 [2020-02-12T17:43:25.027Z] #62 3.911 + TMP_GOPATH= [2020-02-12T17:43:25.027Z] #62 3.911 + : /build [2020-02-12T17:43:25.027Z] #62 3.911 + '[' -z '' ']' [2020-02-12T17:43:25.027Z] #62 3.912 ++ mktemp -d [2020-02-12T17:43:25.027Z] #62 3.922 + export GOPATH=/tmp/tmp.xY6FEFiG31 [2020-02-12T17:43:25.027Z] #62 3.922 + GOPATH=/tmp/tmp.xY6FEFiG31 [2020-02-12T17:43:25.027Z] #62 3.923 + RM_GOPATH=1 [2020-02-12T17:43:25.027Z] #62 3.923 ++ dirname ./install.sh [2020-02-12T17:43:25.027Z] #62 3.929 + dir=. [2020-02-12T17:43:25.027Z] #62 3.930 + bin=containerd [2020-02-12T17:43:25.027Z] #62 3.930 + shift [2020-02-12T17:43:25.027Z] #62 3.930 + '[' '!' -f ./containerd.installer ']' [2020-02-12T17:43:25.027Z] #62 3.930 + . ./containerd.installer [2020-02-12T17:43:25.027Z] #62 3.930 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:25.027Z] #62 3.930 + install_containerd [2020-02-12T17:43:25.027Z] #62 3.930 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-12T17:43:25.027Z] #62 3.930 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xY6FEFiG31/src/github.com/containerd/containerd [2020-02-12T17:43:25.027Z] #62 3.933 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:25.027Z] #62 3.992 Cloning into '/tmp/tmp.xY6FEFiG31/src/github.com/containerd/containerd'... [2020-02-12T17:43:25.027Z] #62 ... [2020-02-12T17:43:25.027Z] [2020-02-12T17:43:25.027Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:25.027Z] #10 45.13 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-12T17:43:25.027Z] #10 45.14 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-02-12T17:43:25.027Z] #10 45.16 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:43:25.027Z] #10 47.31 Selecting previously unselected package binutils-mingw-w64. [2020-02-12T17:43:25.027Z] #10 47.33 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-12T17:43:25.027Z] #10 47.33 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:43:25.028Z] #10 47.54 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-02-12T17:43:25.187Z] #47 ... [2020-02-12T17:43:25.187Z] [2020-02-12T17:43:25.187Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:25.187Z] #44 71.78 LINK criu/pie/restorer.built-in.o [2020-02-12T17:43:25.187Z] #44 71.79 GEN criu/pie/restorer-blob.h [2020-02-12T17:43:25.187Z] #44 71.88 DEP criu/vdso.d [2020-02-12T17:43:25.187Z] #44 72.01 DEP criu/vdso-compat.d [2020-02-12T17:43:25.187Z] #44 72.13 DEP criu/uts_ns.d [2020-02-12T17:43:25.187Z] #44 72.29 DEP criu/util.d [2020-02-12T17:43:25.187Z] #44 72.49 DEP criu/uffd.d [2020-02-12T17:43:25.187Z] #44 72.66 DEP criu/tun.d [2020-02-12T17:43:25.187Z] #44 72.85 DEP criu/tty.d [2020-02-12T17:43:25.187Z] #44 73.06 DEP criu/timerfd.d [2020-02-12T17:43:25.187Z] #44 73.29 DEP criu/sysfs_parse.d [2020-02-12T17:43:25.187Z] #44 73.45 DEP criu/sysctl.d [2020-02-12T17:43:25.187Z] #44 73.58 DEP criu/string.d [2020-02-12T17:43:25.187Z] #44 73.62 DEP criu/stats.d [2020-02-12T17:43:25.187Z] #44 73.70 DEP criu/sockets.d [2020-02-12T17:43:25.187Z] #44 73.94 DEP criu/sk-unix.d [2020-02-12T17:43:25.187Z] #44 74.12 DEP criu/sk-tcp.d [2020-02-12T17:43:25.187Z] #44 74.25 DEP criu/sk-queue.d [2020-02-12T17:43:25.187Z] #44 74.36 DEP criu/sk-packet.d [2020-02-12T17:43:25.187Z] #44 74.51 DEP criu/sk-netlink.d [2020-02-12T17:43:25.187Z] #44 74.78 DEP criu/sk-inet.d [2020-02-12T17:43:25.187Z] #44 75.01 DEP criu/signalfd.d [2020-02-12T17:43:25.187Z] #44 75.16 DEP criu/sigframe.d [2020-02-12T17:43:25.187Z] #44 75.29 DEP criu/shmem.d [2020-02-12T17:43:25.187Z] #44 75.42 DEP criu/servicefd.d [2020-02-12T17:43:25.187Z] #44 75.64 DEP criu/seize.d [2020-02-12T17:43:25.187Z] #44 75.82 DEP criu/seccomp.d [2020-02-12T17:43:25.187Z] #44 76.11 DEP criu/rst-malloc.d [2020-02-12T17:43:25.187Z] #44 76.17 DEP criu/rbtree.d [2020-02-12T17:43:25.187Z] #44 76.23 DEP criu/pstree.d [2020-02-12T17:43:25.289Z] #10 47.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-02-12T17:43:25.289Z] #10 47.58 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-02-12T17:43:25.289Z] #10 47.77 Selecting previously unselected package dmsetup. [2020-02-12T17:43:25.289Z] #10 47.77 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-02-12T17:43:25.289Z] #10 47.78 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-12T17:43:25.368Z] #28 14.30 #28 ... [2020-02-12T17:43:25.368Z] [2020-02-12T17:43:25.368Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:25.368Z] #44 33.08 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-12T17:43:25.368Z] #44 33.09 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-12T17:43:25.368Z] #44 33.10 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-12T17:43:25.368Z] #44 33.13 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-02-12T17:43:25.368Z] #44 33.14 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-02-12T17:43:25.368Z] #44 33.16 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:43:25.368Z] #44 33.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:25.368Z] #44 33.18 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-12T17:43:25.368Z] #44 33.21 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:43:25.368Z] #44 33.21 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-12T17:43:25.368Z] #44 36.13 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-02-12T17:43:25.368Z] #44 36.14 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:25.368Z] #44 DONE 36.4s [2020-02-12T17:43:25.368Z] [2020-02-12T17:43:25.368Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:25.368Z] #36 27.00 Selecting previously unselected package libicu63:s390x. [2020-02-12T17:43:25.368Z] #36 27.04 Preparing to unpack .../3-libicu63_63.1-6_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 27.05 Unpacking libicu63:s390x (63.1-6) ... [2020-02-12T17:43:25.368Z] #36 32.18 Selecting previously unselected package libxml2:s390x. [2020-02-12T17:43:25.368Z] #36 32.18 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 32.19 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:43:25.368Z] #36 32.71 Selecting previously unselected package libarchive13:s390x. [2020-02-12T17:43:25.368Z] #36 32.74 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 32.75 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-12T17:43:25.368Z] #36 33.06 Selecting previously unselected package libjsoncpp1:s390x. [2020-02-12T17:43:25.368Z] #36 33.06 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 33.07 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-02-12T17:43:25.368Z] #36 33.16 Selecting previously unselected package librhash0:s390x. [2020-02-12T17:43:25.368Z] #36 33.17 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 33.17 Unpacking librhash0:s390x (1.3.8-1) ... [2020-02-12T17:43:25.368Z] #36 33.32 Selecting previously unselected package libuv1:s390x. [2020-02-12T17:43:25.368Z] #36 33.32 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 33.33 Unpacking libuv1:s390x (1.24.1-1) ... [2020-02-12T17:43:25.368Z] #36 33.43 Selecting previously unselected package cmake. [2020-02-12T17:43:25.368Z] #36 33.44 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-02-12T17:43:25.368Z] #36 33.44 Unpacking cmake (3.13.4-1) ... [2020-02-12T17:43:25.368Z] #36 35.94 Setting up libicu63:s390x (63.1-6) ... [2020-02-12T17:43:25.368Z] #36 35.95 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:43:25.368Z] #36 35.96 Setting up libuv1:s390x (1.24.1-1) ... [2020-02-12T17:43:25.368Z] #36 35.98 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:25.368Z] #36 35.99 Setting up librhash0:s390x (1.3.8-1) ... [2020-02-12T17:43:25.368Z] #36 36.01 Setting up cmake-data (3.13.4-1) ... [2020-02-12T17:43:25.368Z] #36 36.02 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:43:25.368Z] #36 36.02 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-02-12T17:43:25.368Z] #36 36.06 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-12T17:43:25.368Z] #36 36.07 Setting up cmake (3.13.4-1) ... [2020-02-12T17:43:25.368Z] #36 36.07 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:25.368Z] #36 36.10 Processing triggers for mime-support (3.62) ... [2020-02-12T17:43:25.368Z] #36 DONE 36.5s [2020-02-12T17:43:25.368Z] [2020-02-12T17:43:25.368Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:25.368Z] #28 14.30 ################## 25.6% ######################################################################## 100.0% [2020-02-12T17:43:25.368Z] #28 ... [2020-02-12T17:43:25.368Z] [2020-02-12T17:43:25.368Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:43:25.368Z] #37 DONE 0.1s [2020-02-12T17:43:25.368Z] [2020-02-12T17:43:25.368Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:25.368Z] #28 14.45 [2020-02-12T17:43:25.375Z] #27 7.946 ## 3.8% ####### 10.0% ############## 19.7% ################### 26.9% ######################## 34.6% ############################## 42.7% ##################################### 51.7% ########################################### 60.0% ################################################# 68.9% ######################################################### 80.1% ################################################################## 92.9% ######################################################################## 100.0% [2020-02-12T17:43:25.445Z] #44 76.45 DEP criu/protobuf.d [2020-02-12T17:43:25.445Z] #44 76.64 GEN criu/protobuf-desc-gen.h [2020-02-12T17:43:25.549Z] #10 ... [2020-02-12T17:43:25.549Z] [2020-02-12T17:43:25.549Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:25.549Z] #35 37.89 Selecting previously unselected package cmake-data. [2020-02-12T17:43:25.549Z] #35 37.93 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-12T17:43:25.549Z] #35 37.98 Unpacking cmake-data (3.13.4-1) ... [2020-02-12T17:43:25.549Z] #35 42.71 Selecting previously unselected package libicu63:arm64. [2020-02-12T17:43:25.549Z] #35 42.73 Preparing to unpack .../3-libicu63_63.1-6_arm64.deb ... [2020-02-12T17:43:25.549Z] #35 42.76 Unpacking libicu63:arm64 (63.1-6) ... [2020-02-12T17:43:25.549Z] #35 ... [2020-02-12T17:43:25.549Z] [2020-02-12T17:43:25.549Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:25.549Z] #10 48.05 Selecting previously unselected package mingw-w64-common. [2020-02-12T17:43:25.550Z] #10 48.09 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-12T17:43:25.550Z] #10 48.10 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-12T17:43:25.630Z] #27 ... [2020-02-12T17:43:25.630Z] [2020-02-12T17:43:25.630Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:25.630Z] #71 DONE 41.3s [2020-02-12T17:43:25.630Z] [2020-02-12T17:43:25.630Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:25.630Z] #10 41.62 The following NEW packages will be installed: [2020-02-12T17:43:25.630Z] #10 41.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-12T17:43:25.630Z] #10 41.62 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-12T17:43:25.630Z] #10 41.62 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-12T17:43:25.630Z] #10 41.62 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-12T17:43:25.630Z] #10 41.62 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-12T17:43:25.630Z] #10 41.62 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-12T17:43:25.630Z] #10 41.63 The following packages will be upgraded: [2020-02-12T17:43:25.630Z] #10 41.64 libsystemd0 libudev1 [2020-02-12T17:43:25.738Z] #28 ... [2020-02-12T17:43:25.738Z] [2020-02-12T17:43:25.738Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-12T17:43:25.738Z] #38 DONE 0.1s [2020-02-12T17:43:25.738Z] [2020-02-12T17:43:25.738Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:25.738Z] #39 0.242 + RM_GOPATH=0 [2020-02-12T17:43:25.738Z] #39 0.242 + TMP_GOPATH= [2020-02-12T17:43:25.738Z] #39 0.256 + : /build [2020-02-12T17:43:25.738Z] #39 0.256 + '[' -z '' ']' [2020-02-12T17:43:25.738Z] #39 0.257 ++ mktemp -d [2020-02-12T17:43:25.738Z] #39 0.263 + export GOPATH=/tmp/tmp.kI079FDGg4 [2020-02-12T17:43:25.738Z] #39 0.263 + GOPATH=/tmp/tmp.kI079FDGg4 [2020-02-12T17:43:25.738Z] #39 0.264 + RM_GOPATH=1 [2020-02-12T17:43:25.738Z] #39 0.273 ++ dirname ./install.sh [2020-02-12T17:43:25.738Z] #39 0.274 + dir=. [2020-02-12T17:43:25.738Z] #39 0.274 + bin=tini [2020-02-12T17:43:25.738Z] #39 0.274 + shift [2020-02-12T17:43:25.738Z] #39 0.275 + '[' '!' -f ./tini.installer ']' [2020-02-12T17:43:25.738Z] #39 0.276 + . ./tini.installer [2020-02-12T17:43:25.738Z] #39 0.276 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:25.738Z] #39 0.276 + install_tini [2020-02-12T17:43:25.738Z] #39 0.277 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-12T17:43:25.738Z] #39 0.277 + git clone https://github.com/krallin/tini.git /tmp/tmp.kI079FDGg4/tini [2020-02-12T17:43:25.738Z] #39 0.277 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:25.738Z] #39 0.281 Cloning into '/tmp/tmp.kI079FDGg4/tini'... [2020-02-12T17:43:25.889Z] #10 42.01 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:43:25.889Z] #10 42.01 Need to get 78.2 MB of archives. [2020-02-12T17:43:25.889Z] #10 42.01 After this operation, 487 MB of additional disk space will be used. [2020-02-12T17:43:25.889Z] #10 42.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u3 [331 kB] [2020-02-12T17:43:26.144Z] #10 42.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u3 [150 kB] [2020-02-12T17:43:26.144Z] #10 42.05 Get:3 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-12T17:43:26.401Z] #10 42.31 Get:4 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-12T17:43:26.536Z] #39 0.912 + cd /tmp/tmp.kI079FDGg4/tini [2020-02-12T17:43:26.536Z] #39 0.913 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:26.536Z] #39 0.924 + cmake . [2020-02-12T17:43:26.536Z] #39 ... [2020-02-12T17:43:26.536Z] [2020-02-12T17:43:26.536Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:26.536Z] #51 27.51 + cd /tmp/tmp.MdABRjorOZ/src/gotest.tools/gotestsum [2020-02-12T17:43:26.536Z] #51 27.53 + git checkout -q v0.3.5 [2020-02-12T17:43:26.536Z] #51 27.62 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-12T17:43:26.659Z] #10 42.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-12T17:43:26.659Z] #10 42.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-12T17:43:26.659Z] #10 42.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-12T17:43:26.659Z] #10 42.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-12T17:43:26.910Z] #51 ... [2020-02-12T17:43:26.910Z] [2020-02-12T17:43:26.910Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:26.910Z] #28 15.46 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-12T17:43:26.910Z] #28 15.81 [2020-02-12T17:43:26.910Z] #28 16.01 ############################ 40.2% ######################################################################## 100.0% [2020-02-12T17:43:26.910Z] #28 16.15 [2020-02-12T17:43:27.226Z] #10 43.34 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-12T17:43:27.275Z] #28 ... [2020-02-12T17:43:27.275Z] [2020-02-12T17:43:27.275Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:27.275Z] #48 28.14 github.com/LK4D4/vndr/godl/singleflight [2020-02-12T17:43:27.275Z] #48 28.17 io [2020-02-12T17:43:27.275Z] #48 28.51 strconv [2020-02-12T17:43:27.275Z] #48 29.63 bytes [2020-02-12T17:43:27.275Z] #48 31.26 reflect [2020-02-12T17:43:27.275Z] #48 31.31 bufio [2020-02-12T17:43:27.275Z] #48 32.72 syscall [2020-02-12T17:43:27.275Z] #48 38.19 time [2020-02-12T17:43:27.275Z] #48 ... [2020-02-12T17:43:27.275Z] [2020-02-12T17:43:27.275Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:27.275Z] #39 1.378 -- The C compiler identification is GNU 8.3.0 [2020-02-12T17:43:27.275Z] #39 1.447 -- Check for working C compiler: /usr/bin/cc [2020-02-12T17:43:27.275Z] #39 1.877 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-12T17:43:27.343Z] #44 78.25 DEP criu/protobuf-desc.d [2020-02-12T17:43:27.344Z] #44 78.35 DEP criu/proc_parse.d [2020-02-12T17:43:27.344Z] #44 78.53 DEP criu/plugin.d [2020-02-12T17:43:27.485Z] #10 ... [2020-02-12T17:43:27.485Z] [2020-02-12T17:43:27.485Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:43:27.485Z] #59 30.24 Reading package lists... [2020-02-12T17:43:27.485Z] #59 36.99 Building dependency tree... [2020-02-12T17:43:27.485Z] #59 39.86 The following additional packages will be installed: [2020-02-12T17:43:27.485Z] #59 39.87 libbtrfs0 [2020-02-12T17:43:27.485Z] #59 40.05 The following NEW packages will be installed: [2020-02-12T17:43:27.485Z] #59 40.07 libbtrfs-dev libbtrfs0 [2020-02-12T17:43:27.485Z] #59 40.48 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:27.485Z] #59 40.48 Need to get 119 kB of archives. [2020-02-12T17:43:27.485Z] #59 40.48 After this operation, 387 kB of additional disk space will be used. [2020-02-12T17:43:27.485Z] #59 40.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-12T17:43:27.485Z] #59 40.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-12T17:43:27.485Z] #59 41.69 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:27.485Z] #59 41.85 Fetched 119 kB in 0s (393 kB/s) [2020-02-12T17:43:27.485Z] #59 41.97 Selecting previously unselected package libbtrfs0. [2020-02-12T17:43:27.485Z] #59 41.97 (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-12T17:43:27.485Z] #59 42.06 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-12T17:43:27.485Z] #59 42.07 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:43:27.485Z] #59 42.26 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:43:27.485Z] #59 42.26 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-12T17:43:27.485Z] #59 42.30 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:43:27.485Z] #59 42.93 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:43:27.485Z] #59 42.97 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:43:27.485Z] #59 42.98 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:27.485Z] #59 DONE 43.5s [2020-02-12T17:43:27.485Z] [2020-02-12T17:43:27.485Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:43:27.485Z] #60 DONE 0.1s [2020-02-12T17:43:27.485Z] [2020-02-12T17:43:27.485Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:27.485Z] #27 9.738 #=#=# [2020-02-12T17:43:27.601Z] #44 78.60 DEP criu/pipes.d [2020-02-12T17:43:27.602Z] #44 78.70 DEP criu/pie-util.d [2020-02-12T17:43:27.602Z] #44 78.81 DEP criu/pie-util-vdso.d [2020-02-12T17:43:27.654Z] #39 1.878 -- Detecting C compiler ABI info [2020-02-12T17:43:27.741Z] #27 10.21 0.0% # 2.2% ## 3.8% ### 4.9% ##### 7.1% ###### 8.8% ######## 11.3% ########## 14.4% ############ 17.6% ############# 19.0% [2020-02-12T17:43:27.741Z] #27 ... [2020-02-12T17:43:27.741Z] [2020-02-12T17:43:27.741Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-12T17:43:27.741Z] #61 DONE 0.1s [2020-02-12T17:43:27.741Z] [2020-02-12T17:43:27.741Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:28.034Z] #39 2.346 -- Detecting C compiler ABI info - done [2020-02-12T17:43:28.034Z] #39 2.351 -- Detecting C compile features [2020-02-12T17:43:28.125Z] #10 ... [2020-02-12T17:43:28.125Z] [2020-02-12T17:43:28.125Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:28.125Z] #33 39.81 internal/reflectlite [2020-02-12T17:43:28.125Z] #33 39.85 sync [2020-02-12T17:43:28.125Z] #33 41.84 sort [2020-02-12T17:43:28.125Z] #33 41.84 errors [2020-02-12T17:43:28.125Z] #33 42.18 io [2020-02-12T17:43:28.125Z] #33 42.22 internal/oserror [2020-02-12T17:43:28.125Z] #33 42.23 strconv [2020-02-12T17:43:28.125Z] #33 42.33 syscall [2020-02-12T17:43:28.125Z] #33 44.22 strings [2020-02-12T17:43:28.125Z] #33 44.22 bytes [2020-02-12T17:43:28.125Z] #33 47.75 bufio [2020-02-12T17:43:28.125Z] #33 48.77 reflect [2020-02-12T17:43:28.125Z] #33 ... [2020-02-12T17:43:28.125Z] [2020-02-12T17:43:28.125Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:28.125Z] #27 10.23 [2020-02-12T17:43:28.125Z] #27 10.52 #=#=# # 2.6% ##### 7.3% ######## 12.2% ############ 17.2% ################ 22.3% ################### 26.9% ######################## 34.6% ############################ 40.0% ################################# 47.2% ####################################### 55.4% ############################################# 62.7% ################################################## 70.8% ######################################################### 79.7% ############################################################### 87.7% ##################################################################### 96.8% ######################################################################## 100.0% [2020-02-12T17:43:28.125Z] #27 12.88 [2020-02-12T17:43:28.169Z] #44 78.99 DEP criu/pie-util-vdso-elf32.d [2020-02-12T17:43:28.169Z] #44 79.23 DEP criu/path.d [2020-02-12T17:43:28.428Z] #44 79.39 DEP criu/parasite-syscall.d [2020-02-12T17:43:28.649Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% # [2020-02-12T17:43:28.649Z] #27 ... [2020-02-12T17:43:28.649Z] [2020-02-12T17:43:28.649Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:28.649Z] #47 40.55 sync [2020-02-12T17:43:28.649Z] #47 40.57 internal/reflectlite [2020-02-12T17:43:28.649Z] #47 42.13 github.com/LK4D4/vndr/godl/singleflight [2020-02-12T17:43:28.649Z] #47 42.13 internal/singleflight [2020-02-12T17:43:28.649Z] #47 42.13 math/rand [2020-02-12T17:43:28.649Z] #47 43.40 sort [2020-02-12T17:43:28.649Z] #47 43.43 io [2020-02-12T17:43:28.649Z] #47 43.45 syscall [2020-02-12T17:43:28.649Z] #47 43.52 strconv [2020-02-12T17:43:28.649Z] #47 45.64 vendor/golang.org/x/net/dns/dnsmessage [2020-02-12T17:43:28.649Z] #47 46.21 bytes [2020-02-12T17:43:28.649Z] #47 50.23 reflect [2020-02-12T17:43:28.649Z] #47 50.30 bufio [2020-02-12T17:43:28.649Z] #47 ... [2020-02-12T17:43:28.649Z] [2020-02-12T17:43:28.649Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:28.685Z] #44 79.62 DEP criu/pagemap.d [2020-02-12T17:43:28.685Z] #44 79.75 DEP criu/pagemap-cache.d [2020-02-12T17:43:28.944Z] #44 79.89 DEP criu/page-xfer.d [2020-02-12T17:43:28.944Z] #44 80.12 DEP criu/page-pipe.d [2020-02-12T17:43:29.508Z] #44 80.29 DEP criu/netfilter.d [2020-02-12T17:43:29.508Z] #44 80.44 DEP criu/net.d [2020-02-12T17:43:29.700Z] #39 4.028 -- Detecting C compile features - done [2020-02-12T17:43:29.700Z] #39 4.080 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-12T17:43:29.766Z] #44 80.59 DEP criu/namespaces.d [2020-02-12T17:43:29.766Z] #44 80.74 DEP criu/mount.d [2020-02-12T17:43:29.796Z] #27 10.21 0.0% # 2.2% ## 3.8% ### 4.9% ##### 7.1% ###### 8.8% ######## 11.3% ########## 14.4% ############ 17.6% ############# 19.0% ############### 22.0% ################# 24.8% ################### 27.1% ##################### 30.2% ####################### 32.2% ########################## 36.3% ########################### 38.5% ############################## 42.4% ############################### 43.9% ################################# 47.0% ################################### 48.9% ##################################### 51.9% ####################################### 54.2% ######################################## 56.3% ######################################### 57.7% ########################################### 60.2% ############################################# 62.6% ############################################## 65.2% ################################################ 67.6% ################################################# 69.4% ################################################### 72.0% ###################################################### 75.5% # [2020-02-12T17:43:29.796Z] #27 ... [2020-02-12T17:43:29.796Z] [2020-02-12T17:43:29.796Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:29.796Z] #43 29.62 Reading package lists... [2020-02-12T17:43:29.796Z] #43 36.30 Building dependency tree... [2020-02-12T17:43:29.796Z] #43 39.79 The following additional packages will be installed: [2020-02-12T17:43:29.796Z] #43 39.79 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-12T17:43:29.796Z] #43 39.79 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-12T17:43:29.796Z] #43 39.83 Suggested packages: [2020-02-12T17:43:29.796Z] #43 39.84 manpages-dev python-setuptools [2020-02-12T17:43:29.796Z] #43 41.22 The following NEW packages will be installed: [2020-02-12T17:43:29.796Z] #43 41.22 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-12T17:43:29.796Z] #43 41.22 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-12T17:43:29.796Z] #43 41.23 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-12T17:43:29.796Z] #43 41.23 python-six zlib1g-dev [2020-02-12T17:43:29.796Z] #43 41.69 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:29.796Z] #43 41.69 Need to get 4095 kB of archives. [2020-02-12T17:43:29.796Z] #43 41.69 After this operation, 22.5 MB of additional disk space will be used. [2020-02-12T17:43:29.796Z] #43 41.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-12T17:43:29.796Z] #43 41.70 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-12T17:43:29.796Z] #43 41.71 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-12T17:43:29.796Z] #43 41.73 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-12T17:43:29.796Z] #43 41.73 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-02-12T17:43:29.796Z] #43 41.73 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-12T17:43:29.796Z] #43 41.73 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-12T17:43:29.796Z] #43 41.73 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-12T17:43:29.796Z] #43 41.75 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-12T17:43:29.796Z] #43 41.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-12T17:43:29.796Z] #43 41.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-12T17:43:29.796Z] #43 41.92 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-12T17:43:29.796Z] #43 41.98 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-12T17:43:29.796Z] #43 41.99 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-12T17:43:29.796Z] #43 42.00 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-12T17:43:29.796Z] #43 42.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-12T17:43:29.796Z] #43 42.02 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-12T17:43:29.796Z] #43 43.56 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:29.796Z] #43 43.92 Fetched 4095 kB in 1s (6612 kB/s) [2020-02-12T17:43:29.796Z] #43 44.02 Selecting previously unselected package libcap-dev:amd64. [2020-02-12T17:43:29.796Z] #43 44.02 (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-12T17:43:29.796Z] #43 44.13 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 44.14 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-12T17:43:29.796Z] #43 44.40 Selecting previously unselected package libnet1:amd64. [2020-02-12T17:43:29.796Z] #43 44.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 44.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:29.796Z] #43 44.58 Selecting previously unselected package libnet1-dev. [2020-02-12T17:43:29.796Z] #43 44.60 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 44.62 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:29.796Z] #43 44.89 Selecting previously unselected package libnl-3-200:amd64. [2020-02-12T17:43:29.796Z] #43 44.91 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 44.92 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:43:29.796Z] #43 45.09 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-12T17:43:29.796Z] #43 45.09 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 45.13 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-12T17:43:29.796Z] #43 45.48 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-12T17:43:29.796Z] #43 45.48 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 45.50 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:43:29.796Z] #43 45.62 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-12T17:43:29.796Z] #43 45.62 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 45.62 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-12T17:43:29.796Z] #43 45.73 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-12T17:43:29.796Z] #43 45.77 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-12T17:43:29.796Z] #43 45.79 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-12T17:43:30.024Z] #44 80.99 DEP criu/mem.d [2020-02-12T17:43:30.053Z] #43 ... [2020-02-12T17:43:30.053Z] [2020-02-12T17:43:30.053Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:30.152Z] #39 4.391 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-12T17:43:30.152Z] #39 4.472 -- Configuring done [2020-02-12T17:43:30.152Z] #39 4.480 -- Generating done [2020-02-12T17:43:30.152Z] #39 4.489 -- Build files have been written to: /tmp/tmp.kI079FDGg4/tini [2020-02-12T17:43:30.152Z] #39 4.490 + make tini-static [2020-02-12T17:43:30.283Z] #44 ... [2020-02-12T17:43:30.283Z] [2020-02-12T17:43:30.283Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:30.283Z] #47 DONE 148.4s [2020-02-12T17:43:30.283Z] [2020-02-12T17:43:30.283Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:30.283Z] #44 81.21 DEP criu/lsm.d [2020-02-12T17:43:30.283Z] #44 ... [2020-02-12T17:43:30.283Z] [2020-02-12T17:43:30.283Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:43:30.283Z] #17 10.73 Fetched 8325 kB in 9s (974 kB/s) [2020-02-12T17:43:30.283Z] #17 10.73 Reading package lists... [2020-02-12T17:43:30.283Z] #17 14.41 Reading package lists... [2020-02-12T17:43:30.501Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% [2020-02-12T17:43:30.501Z] #27 ... [2020-02-12T17:43:30.501Z] [2020-02-12T17:43:30.501Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:43:30.501Z] #30 42.88 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-12T17:43:30.501Z] #30 44.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-12T17:43:30.501Z] #30 ... [2020-02-12T17:43:30.501Z] [2020-02-12T17:43:30.501Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:30.541Z] #17 18.40 Building dependency tree... [2020-02-12T17:43:30.541Z] #17 ... [2020-02-12T17:43:30.541Z] [2020-02-12T17:43:30.541Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:30.541Z] #44 81.47 DEP criu/log.d [2020-02-12T17:43:30.541Z] #44 81.60 DEP criu/libnetlink.d [2020-02-12T17:43:30.569Z] #27 10.21 0.0% # 2.2% ## 3.8% ### 4.9% ##### 7.1% ###### 8.8% ######## 11.3% ########## 14.4% ############ 17.6% ############# 19.0% ############### 22.0% ################# 24.8% ################### 27.1% ##################### 30.2% ####################### 32.2% ########################## 36.3% ########################### 38.5% ############################## 42.4% ############################### 43.9% ################################# 47.0% ################################### 48.9% ##################################### 51.9% ####################################### 54.2% ######################################## 56.3% ######################################### 57.7% ########################################### 60.2% ############################################# 62.6% ############################################## 65.2% ################################################ 67.6% ################################################# 69.4% ################################################### 72.0% ###################################################### 75.5% ####################################################### 77.7% ######################################################### 80.5% ########################################################### 82.9% ############################################################# 85.3% ############################################################## 87.3% [2020-02-12T17:43:30.569Z] #27 ... [2020-02-12T17:43:30.569Z] [2020-02-12T17:43:30.569Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:30.569Z] #35 36.48 The following NEW packages will be installed: [2020-02-12T17:43:30.569Z] #35 36.49 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-12T17:43:30.569Z] #35 36.50 vim-common xxd [2020-02-12T17:43:30.569Z] #35 36.94 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:43:30.569Z] #35 36.94 Need to get 14.9 MB of archives. [2020-02-12T17:43:30.569Z] #35 36.94 After this operation, 61.8 MB of additional disk space will be used. [2020-02-12T17:43:30.569Z] #35 36.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-12T17:43:30.569Z] #35 36.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:43:30.569Z] #35 36.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-12T17:43:30.569Z] #35 37.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-12T17:43:30.569Z] #35 37.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-12T17:43:30.569Z] #35 37.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-12T17:43:30.569Z] #35 38.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-12T17:43:30.569Z] #35 38.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-12T17:43:30.569Z] #35 38.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-12T17:43:30.569Z] #35 38.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-12T17:43:30.569Z] #35 39.60 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:30.569Z] #35 39.91 Fetched 14.9 MB in 2s (8424 kB/s) [2020-02-12T17:43:30.569Z] #35 40.04 Selecting previously unselected package xxd. [2020-02-12T17:43:30.569Z] #35 40.04 (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-12T17:43:30.569Z] #35 40.14 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-12T17:43:30.569Z] #35 40.15 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:43:30.569Z] #35 40.42 Selecting previously unselected package vim-common. [2020-02-12T17:43:30.569Z] #35 40.42 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:43:30.569Z] #35 40.48 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:30.569Z] #35 40.92 Selecting previously unselected package cmake-data. [2020-02-12T17:43:30.569Z] #35 40.92 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-12T17:43:30.569Z] #35 40.92 Unpacking cmake-data (3.13.4-1) ... [2020-02-12T17:43:30.569Z] #35 45.95 Selecting previously unselected package libicu63:amd64. [2020-02-12T17:43:30.569Z] #35 45.96 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-12T17:43:30.569Z] #35 46.00 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-12T17:43:30.569Z] #35 ... [2020-02-12T17:43:30.569Z] [2020-02-12T17:43:30.569Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:30.575Z] #39 ... [2020-02-12T17:43:30.575Z] [2020-02-12T17:43:30.575Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:30.575Z] #28 17.27 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-12T17:43:30.575Z] #28 17.33 skipping existing b63cc5f62c21 [2020-02-12T17:43:30.575Z] #28 17.42 [2020-02-12T17:43:30.575Z] #28 18.52 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-12T17:43:30.575Z] #28 18.97 #=#=# [2020-02-12T17:43:30.575Z] #28 19.19 #=#=# ######################################################################## 100.0% [2020-02-12T17:43:30.575Z] #28 19.29 [2020-02-12T17:43:30.575Z] #28 19.36 Download of images into '/build' complete. [2020-02-12T17:43:30.575Z] #28 19.36 Use something like the following to load the result into a Docker daemon: [2020-02-12T17:43:30.575Z] #28 19.36 tar -cC '/build' . | docker load [2020-02-12T17:43:30.575Z] #28 DONE 19.5s [2020-02-12T17:43:30.575Z] [2020-02-12T17:43:30.575Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:30.575Z] #39 4.965 Scanning dependencies of target tini-static [2020-02-12T17:43:30.799Z] #44 81.74 DEP criu/kerndat.d [2020-02-12T17:43:30.825Z] #27 10.21 0.0% # 2.2% ## 3.8% ### 4.9% ##### 7.1% ###### 8.8% ######## 11.3% ########## 14.4% ############ 17.6% ############# 19.0% ############### 22.0% ################# 24.8% ################### 27.1% ##################### 30.2% ####################### 32.2% ########################## 36.3% ########################### 38.5% ############################## 42.4% ############################### 43.9% ################################# 47.0% ################################### 48.9% ##################################### 51.9% ####################################### 54.2% ######################################## 56.3% ######################################### 57.7% ########################################### 60.2% ############################################# 62.6% ############################################## 65.2% ################################################ 67.6% ################################################# 69.4% ################################################### 72.0% ###################################################### 75.5% ####################################################### 77.7% ######################################################### 80.5% ########################################################### 82.9% ############################################################# 85.3% ############################################################## 87.3% ################################################################ 89.9% ################################################################## 92.8% ##################################################################### 96.4% ######################################################################## 100.0% [2020-02-12T17:43:30.948Z] #39 5.208 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-12T17:43:31.057Z] #44 82.09 DEP criu/kcmp-ids.d [2020-02-12T17:43:31.057Z] #44 82.15 DEP criu/irmap.d [2020-02-12T17:43:31.080Z] #27 14.65 [2020-02-12T17:43:31.314Z] #44 82.23 DEP criu/ipc_ns.d [2020-02-12T17:43:31.314Z] #44 82.40 DEP criu/image.d [2020-02-12T17:43:31.572Z] #44 82.52 DEP criu/image-desc.d [2020-02-12T17:43:31.572Z] #44 82.58 DEP criu/fsnotify.d [2020-02-12T17:43:31.572Z] #44 82.69 DEP criu/filesystems.d [2020-02-12T17:43:31.832Z] #44 82.82 DEP criu/files.d [2020-02-12T17:43:32.006Z] #27 15.65 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-12T17:43:32.092Z] #44 83.02 DEP criu/files-reg.d [2020-02-12T17:43:32.092Z] #44 83.17 DEP criu/files-ext.d [2020-02-12T17:43:32.262Z] #27 16.00 [2020-02-12T17:43:32.336Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% #################################### 50.7% ##################################### 52.4% ####################################### 54.4% ######################################## 56.0% ######################################### 57.9% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 63.0% ############################################## 64.2% ############################################### 65.7% ################################################ 67.6% ################################################## 69.5% ################################################### 71.9% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 77.2% ######################################################## 78.9% ## [2020-02-12T17:43:32.336Z] #27 ... [2020-02-12T17:43:32.336Z] [2020-02-12T17:43:32.336Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:32.336Z] #43 44.90 Selecting previously unselected package python-six. [2020-02-12T17:43:32.336Z] #43 44.91 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-12T17:43:32.336Z] #43 44.92 Unpacking python-six (1.12.0-1) ... [2020-02-12T17:43:32.336Z] #43 45.05 Selecting previously unselected package python-protobuf. [2020-02-12T17:43:32.336Z] #43 45.06 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-02-12T17:43:32.336Z] #43 45.07 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-12T17:43:32.336Z] #43 45.87 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:32.336Z] #43 48.81 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:32.336Z] #43 48.85 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:32.336Z] #43 48.87 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-12T17:43:32.336Z] #43 48.89 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-02-12T17:43:32.336Z] #43 48.92 Setting up python-six (1.12.0-1) ... [2020-02-12T17:43:32.336Z] #43 51.14 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-02-12T17:43:32.336Z] #43 51.18 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-02-12T17:43:32.336Z] #43 51.21 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:32.336Z] #43 51.22 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-02-12T17:43:32.336Z] #43 51.26 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:32.336Z] #43 51.28 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:43:32.336Z] #43 51.32 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:32.336Z] #43 51.35 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-02-12T17:43:32.336Z] #43 51.38 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:43:32.336Z] #43 51.40 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-12T17:43:32.349Z] #44 83.36 DEP criu/file-lock.d [2020-02-12T17:43:32.517Z] #27 16.15 ######################################################################## 100.0% [2020-02-12T17:43:32.597Z] #43 ... [2020-02-12T17:43:32.597Z] [2020-02-12T17:43:32.597Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:32.607Z] #44 83.59 DEP criu/file-ids.d [2020-02-12T17:43:32.773Z] #27 16.28 [2020-02-12T17:43:32.784Z] #39 6.933 [100%] Linking C executable tini-static [2020-02-12T17:43:32.784Z] #39 7.247 [100%] Built target tini-static [2020-02-12T17:43:32.784Z] #39 7.264 + mkdir -p /build [2020-02-12T17:43:32.857Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% #################################### 50.7% ##################################### 52.4% ####################################### 54.4% ######################################## 56.0% ######################################### 57.9% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 63.0% ############################################## 64.2% ############################################### 65.7% ################################################ 67.6% ################################################## 69.5% ################################################### 71.9% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 77.2% ######################################################## 78.9% ######################################################### 80.2% ########################################################## 81.7% ########################################################### 82.6% ############################################################ 83.9% ############################################################## 86.5% ### [2020-02-12T17:43:32.857Z] #27 ... [2020-02-12T17:43:32.857Z] [2020-02-12T17:43:32.857Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:32.857Z] #50 44.97 + cd /tmp/tmp.uvAJv8Ia6e/src/gotest.tools/gotestsum [2020-02-12T17:43:32.857Z] #50 44.97 + git checkout -q v0.3.5 [2020-02-12T17:43:32.857Z] #50 45.03 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-12T17:43:32.865Z] #44 83.79 DEP criu/fifo.d [2020-02-12T17:43:32.865Z] #44 83.92 DEP criu/fdstore.d [2020-02-12T17:43:33.029Z] #27 ... [2020-02-12T17:43:33.029Z] [2020-02-12T17:43:33.029Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:33.029Z] #33 38.78 sync [2020-02-12T17:43:33.029Z] #33 38.78 internal/reflectlite [2020-02-12T17:43:33.029Z] #33 41.60 sort [2020-02-12T17:43:33.029Z] #33 41.61 errors [2020-02-12T17:43:33.029Z] #33 42.16 strconv [2020-02-12T17:43:33.029Z] #33 43.60 io [2020-02-12T17:43:33.029Z] #33 45.24 internal/oserror [2020-02-12T17:43:33.029Z] #33 45.42 syscall [2020-02-12T17:43:33.029Z] #33 46.96 reflect [2020-02-12T17:43:33.122Z] #44 84.07 DEP criu/fault-injection.d [2020-02-12T17:43:33.122Z] #44 84.09 DEP criu/external.d [2020-02-12T17:43:33.122Z] #44 84.17 DEP criu/eventpoll.d [2020-02-12T17:43:33.122Z] #44 84.32 DEP criu/eventfd.d [2020-02-12T17:43:33.123Z] #50 ... [2020-02-12T17:43:33.123Z] [2020-02-12T17:43:33.123Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:33.162Z] #39 7.364 + cp tini-static /build/docker-init [2020-02-12T17:43:33.162Z] #39 DONE 7.5s [2020-02-12T17:43:33.162Z] [2020-02-12T17:43:33.162Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:33.162Z] #45 1.086 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:43:33.162Z] #45 1.086 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:43:33.162Z] #45 2.057 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:43:33.162Z] #45 2.081 GEN .gitid [2020-02-12T17:43:33.162Z] #45 2.086 GEN criu/include/version.h [2020-02-12T17:43:33.162Z] #45 2.097 GEN include/common/asm [2020-02-12T17:43:33.162Z] #45 3.098 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.150 PBCC images/opts.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.184 PBCC images/sit.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.229 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.278 DEP images/opts.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.330 DEP images/sit.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.430 PBCC images/macvlan.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.477 DEP images/macvlan.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.546 PBCC images/autofs.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.561 DEP images/autofs.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.573 PBCC images/sysctl.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.591 DEP images/sysctl.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.640 PBCC images/time.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.660 DEP images/time.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.760 PBCC images/binfmt-misc.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.769 DEP images/binfmt-misc.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.814 PBCC images/seccomp.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.850 DEP images/seccomp.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.929 PBCC images/userns.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.936 DEP images/userns.pb-c.d [2020-02-12T17:43:33.162Z] #45 3.959 PBCC images/cgroup.pb-c.c [2020-02-12T17:43:33.162Z] #45 3.967 DEP images/cgroup.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.071 PBCC images/fown.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.098 PBCC images/ext-file.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.130 DEP images/fown.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.206 DEP images/ext-file.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.341 PBCC images/rpc.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.406 DEP images/rpc.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.490 PBCC images/siginfo.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.535 DEP images/siginfo.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.632 PBCC images/pagemap.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.718 DEP images/pagemap.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.731 PBCC images/rlimit.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.745 DEP images/rlimit.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.782 PBCC images/file-lock.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.789 DEP images/file-lock.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.807 PBCC images/tty.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.833 DEP images/tty.pb-c.d [2020-02-12T17:43:33.162Z] #45 4.861 PBCC images/tun.pb-c.c [2020-02-12T17:43:33.162Z] #45 4.946 PBCC images/netdev.pb-c.c [2020-02-12T17:43:33.162Z] #45 5.012 DEP images/tun.pb-c.d [2020-02-12T17:43:33.162Z] #45 5.080 DEP images/netdev.pb-c.d [2020-02-12T17:43:33.162Z] #45 5.143 PBCC images/vma.pb-c.c [2020-02-12T17:43:33.162Z] #45 5.204 DEP images/vma.pb-c.d [2020-02-12T17:43:33.162Z] #45 5.362 PBCC images/creds.pb-c.c [2020-02-12T17:43:33.162Z] #45 5.471 DEP images/creds.pb-c.d [2020-02-12T17:43:33.162Z] #45 5.622 PBCC images/utsns.pb-c.c [2020-02-12T17:43:33.162Z] #45 5.700 DEP images/utsns.pb-c.d [2020-02-12T17:43:33.162Z] #45 5.796 PBCC images/ipc-desc.pb-c.c [2020-02-12T17:43:33.162Z] #45 5.813 PBCC images/ipc-sem.pb-c.c [2020-02-12T17:43:33.162Z] #45 5.831 DEP images/ipc-desc.pb-c.d [2020-02-12T17:43:33.162Z] #45 5.950 DEP images/ipc-sem.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.079 PBCC images/ipc-msg.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.150 DEP images/ipc-msg.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.355 PBCC images/ipc-shm.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.386 DEP images/ipc-shm.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.429 PBCC images/ipc-var.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.450 DEP images/ipc-var.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.485 PBCC images/sk-opts.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.501 PBCC images/packet-sock.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.516 DEP images/sk-opts.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.527 DEP images/packet-sock.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.561 PBCC images/sk-netlink.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.589 DEP images/sk-netlink.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.606 PBCC images/sk-inet.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.619 DEP images/sk-inet.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.637 PBCC images/sk-unix.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.649 DEP images/sk-unix.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.667 PBCC images/mm.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.685 DEP images/mm.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.726 PBCC images/timerfd.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.753 DEP images/timerfd.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.770 PBCC images/timer.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.779 DEP images/timer.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.797 PBCC images/sa.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.811 DEP images/sa.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.830 PBCC images/pipe-data.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.836 DEP images/pipe-data.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.852 PBCC images/mnt.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.873 DEP images/mnt.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.889 PBCC images/sk-packet.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.898 DEP images/sk-packet.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.917 PBCC images/tcp-stream.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.934 DEP images/tcp-stream.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.956 PBCC images/pipe.pb-c.c [2020-02-12T17:43:33.162Z] #45 6.969 DEP images/pipe.pb-c.d [2020-02-12T17:43:33.162Z] #45 6.998 PBCC images/pstree.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.012 DEP images/pstree.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.050 PBCC images/fs.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.057 DEP images/fs.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.086 PBCC images/signalfd.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.115 DEP images/signalfd.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.161 PBCC images/fh.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.207 PBCC images/fsnotify.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.266 DEP images/fh.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.307 DEP images/fsnotify.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.362 PBCC images/eventpoll.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.392 DEP images/eventpoll.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.417 PBCC images/eventfd.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.434 DEP images/eventfd.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.478 PBCC images/remap-file-path.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.493 DEP images/remap-file-path.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.521 PBCC images/fifo.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.536 DEP images/fifo.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.556 PBCC images/ghost-file.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.622 DEP images/ghost-file.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.642 PBCC images/regfile.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.672 DEP images/regfile.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.743 PBCC images/ns.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.780 DEP images/ns.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.820 PBCC images/fdinfo.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.898 DEP images/fdinfo.pb-c.d [2020-02-12T17:43:33.162Z] #45 7.907 PBCC images/core-aarch64.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.945 PBCC images/core-arm.pb-c.c [2020-02-12T17:43:33.162Z] #45 7.974 PBCC images/core-ppc64.pb-c.c [2020-02-12T17:43:33.162Z] #45 8.031 PBCC images/core-s390.pb-c.c [2020-02-12T17:43:33.162Z] #45 8.090 PBCC images/core-x86.pb-c.c [2020-02-12T17:43:33.284Z] #33 ... [2020-02-12T17:43:33.284Z] [2020-02-12T17:43:33.284Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:33.284Z] #43 46.15 Selecting previously unselected package libprotobuf17:amd64. [2020-02-12T17:43:33.284Z] #43 46.19 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-12T17:43:33.284Z] #43 46.19 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:33.284Z] #43 47.01 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-12T17:43:33.284Z] #43 47.01 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-12T17:43:33.284Z] #43 47.02 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:33.284Z] #43 47.21 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-12T17:43:33.284Z] #43 47.23 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-12T17:43:33.284Z] #43 47.24 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:33.284Z] #43 48.80 Selecting previously unselected package libprotoc17:amd64. [2020-02-12T17:43:33.284Z] #43 48.81 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-12T17:43:33.284Z] #43 48.81 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:33.284Z] #43 49.40 Selecting previously unselected package protobuf-c-compiler. [2020-02-12T17:43:33.284Z] #43 49.41 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:43:33.284Z] #43 49.42 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:43:33.384Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% #################################### 50.7% ##################################### 52.4% ####################################### 54.4% ######################################## 56.0% ######################################### 57.9% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 63.0% ############################################## 64.2% ############################################### 65.7% ################################################ 67.6% ################################################## 69.5% ################################################### 71.9% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 77.2% ######################################################## 78.9% ######################################################### 80.2% ########################################################## 81.7% ########################################################### 82.6% ############################################################ 83.9% ############################################################## 86.5% ############################################################### 88.1% ################################################################ 90.3% [2020-02-12T17:43:33.384Z] #27 ... [2020-02-12T17:43:33.384Z] [2020-02-12T17:43:33.384Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:33.384Z] #35 48.32 Selecting previously unselected package libxml2:arm64. [2020-02-12T17:43:33.384Z] #35 48.32 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-02-12T17:43:33.384Z] #35 48.34 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:43:33.384Z] #35 48.88 Selecting previously unselected package libarchive13:arm64. [2020-02-12T17:43:33.384Z] #35 48.88 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-02-12T17:43:33.384Z] #35 48.90 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-02-12T17:43:33.384Z] #35 49.33 Selecting previously unselected package libjsoncpp1:arm64. [2020-02-12T17:43:33.384Z] #35 49.33 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-02-12T17:43:33.384Z] #35 49.35 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-02-12T17:43:33.385Z] #35 49.62 Selecting previously unselected package librhash0:arm64. [2020-02-12T17:43:33.385Z] #35 49.63 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-02-12T17:43:33.385Z] #35 49.63 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-02-12T17:43:33.385Z] #35 50.16 Selecting previously unselected package libuv1:arm64. [2020-02-12T17:43:33.385Z] #35 50.16 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-02-12T17:43:33.385Z] #35 50.16 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-02-12T17:43:33.385Z] #35 50.29 Selecting previously unselected package cmake. [2020-02-12T17:43:33.385Z] #35 50.30 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-02-12T17:43:33.385Z] #35 50.30 Unpacking cmake (3.13.4-1) ... [2020-02-12T17:43:33.385Z] #35 53.22 Setting up libicu63:arm64 (63.1-6) ... [2020-02-12T17:43:33.385Z] #35 53.28 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:43:33.385Z] #35 53.30 Setting up libuv1:arm64 (1.24.1-1) ... [2020-02-12T17:43:33.385Z] #35 53.33 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:33.385Z] #35 53.37 Setting up librhash0:arm64 (1.3.8-1) ... [2020-02-12T17:43:33.385Z] #35 53.38 Setting up cmake-data (3.13.4-1) ... [2020-02-12T17:43:33.385Z] #35 53.53 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:43:33.385Z] #35 53.58 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-02-12T17:43:33.385Z] #35 53.61 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-02-12T17:43:33.385Z] #35 53.64 Setting up cmake (3.13.4-1) ... [2020-02-12T17:43:33.385Z] #35 53.68 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:33.385Z] #35 53.74 Processing triggers for mime-support (3.62) ... [2020-02-12T17:43:33.385Z] #35 DONE 55.8s [2020-02-12T17:43:33.385Z] [2020-02-12T17:43:33.385Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:33.385Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% #################################### 50.7% ##################################### 52.4% ####################################### 54.4% ######################################## 56.0% ######################################### 57.9% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 63.0% ############################################## 64.2% ############################################### 65.7% ################################################ 67.6% ################################################## 69.5% ################################################### 71.9% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 77.2% ######################################################## 78.9% ######################################################### 80.2% ########################################################## 81.7% ########################################################### 82.6% ############################################################ 83.9% ############################################################## 86.5% ############################################################### 88.1% ################################################################ 90.3% ################################################################## 91.9% [2020-02-12T17:43:33.385Z] #27 ... [2020-02-12T17:43:33.385Z] [2020-02-12T17:43:33.385Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:43:33.385Z] #36 DONE 0.1s [2020-02-12T17:43:33.385Z] [2020-02-12T17:43:33.385Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:33.543Z] #43 49.57 Selecting previously unselected package protobuf-compiler. [2020-02-12T17:43:33.543Z] #43 49.60 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-12T17:43:33.543Z] #43 49.61 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:43:33.568Z] #45 8.156 PBCC images/core.pb-c.c [2020-02-12T17:43:33.568Z] #45 8.256 PBCC images/inventory.pb-c.c [2020-02-12T17:43:33.568Z] #45 ... [2020-02-12T17:43:33.568Z] [2020-02-12T17:43:33.568Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:33.568Z] #48 44.50 internal/fmtsort [2020-02-12T17:43:33.647Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% #################################### 50.7% ##################################### 52.4% ####################################### 54.4% ######################################## 56.0% ######################################### 57.9% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 63.0% ############################################## 64.2% ############################################### 65.7% ################################################ 67.6% ################################################## 69.5% ################################################### 71.9% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 77.2% ######################################################## 78.9% ######################################################### 80.2% ########################################################## 81.7% ########################################################### 82.6% ############################################################ 83.9% ############################################################## 86.5% ############################################################### 88.1% ################################################################ 90.3% ################################################################## 91.9% ################################################################### 93.6% ################################################################### 94.2% [2020-02-12T17:43:33.647Z] #27 ... [2020-02-12T17:43:33.647Z] [2020-02-12T17:43:33.647Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-12T17:43:33.647Z] #37 DONE 0.1s [2020-02-12T17:43:33.647Z] [2020-02-12T17:43:33.647Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:33.647Z] #27 13.14 0.0% # 2.7% ## 4.2% #### 6.4% ###### 8.4% ####### 9.9% ######## 11.7% ######### 12.9% ########## 14.2% ########### 16.1% ############# 18.1% ############## 20.3% ############### 21.6% ################ 22.8% ################## 25.9% ##################### 29.6% ####################### 33.0% ######################### 35.9% ############################ 39.1% ############################## 41.9% ############################### 44.4% ################################# 45.9% ################################### 49.0% #################################### 50.7% ##################################### 52.4% ####################################### 54.4% ######################################## 56.0% ######################################### 57.9% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 63.0% ############################################## 64.2% ############################################### 65.7% ################################################ 67.6% ################################################## 69.5% ################################################### 71.9% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 77.2% ######################################################## 78.9% ######################################################### 80.2% ########################################################## 81.7% ########################################################### 82.6% ############################################################ 83.9% ############################################################## 86.5% ############################################################### 88.1% ################################################################ 90.3% ################################################################## 91.9% ################################################################### 93.6% ################################################################### 94.2% ##################################################################### 95.9% ###################################################################### 98.4% ######################################################################## 100.0% [2020-02-12T17:43:33.688Z] #44 84.47 DEP criu/crtools.d [2020-02-12T17:43:33.688Z] #44 84.69 DEP criu/cr-service.d [2020-02-12T17:43:33.688Z] #44 84.87 DEP criu/cr-restore.d [2020-02-12T17:43:33.799Z] #43 49.80 Selecting previously unselected package python-pkg-resources. [2020-02-12T17:43:33.799Z] #43 49.80 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:43:33.799Z] #43 49.81 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:33.910Z] #27 19.08 [2020-02-12T17:43:33.950Z] #48 44.81 os [2020-02-12T17:43:34.054Z] #43 50.07 Selecting previously unselected package python-six. [2020-02-12T17:43:34.055Z] #43 50.09 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-12T17:43:34.055Z] #43 50.11 Unpacking python-six (1.12.0-1) ... [2020-02-12T17:43:34.253Z] #44 85.17 DEP criu/cr-errno.d [2020-02-12T17:43:34.254Z] #44 85.19 DEP criu/cr-dump.d [2020-02-12T17:43:34.309Z] #48 45.07 strings [2020-02-12T17:43:34.309Z] #48 ... [2020-02-12T17:43:34.309Z] [2020-02-12T17:43:34.309Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:43:34.309Z] #31 35.49 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-12T17:43:34.309Z] #31 37.17 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-12T17:43:34.311Z] #43 50.22 Selecting previously unselected package python-protobuf. [2020-02-12T17:43:34.311Z] #43 50.24 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-12T17:43:34.311Z] #43 50.24 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-12T17:43:34.511Z] #44 85.35 DEP criu/cr-dedup.d [2020-02-12T17:43:34.511Z] #44 85.49 DEP criu/cr-check.d [2020-02-12T17:43:34.672Z] #31 ... [2020-02-12T17:43:34.672Z] [2020-02-12T17:43:34.672Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:34.672Z] #11 35.52 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-12T17:43:34.672Z] #11 35.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-02-12T17:43:34.672Z] #11 35.56 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:43:34.672Z] #11 37.81 Selecting previously unselected package binutils-mingw-w64. [2020-02-12T17:43:34.672Z] #11 37.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-12T17:43:34.672Z] #11 37.83 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:43:34.672Z] #11 37.99 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-02-12T17:43:34.672Z] #11 38.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-12T17:43:34.672Z] #11 38.00 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-12T17:43:34.672Z] #11 38.08 Selecting previously unselected package dmsetup. [2020-02-12T17:43:34.672Z] #11 38.09 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-02-12T17:43:34.672Z] #11 38.09 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-12T17:43:34.672Z] #11 38.22 Selecting previously unselected package mingw-w64-common. [2020-02-12T17:43:34.672Z] #11 38.23 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-12T17:43:34.672Z] #11 38.25 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-12T17:43:34.672Z] #11 43.59 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-12T17:43:34.672Z] #11 43.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-12T17:43:34.672Z] #11 43.61 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:43:34.672Z] #11 ... [2020-02-12T17:43:34.672Z] [2020-02-12T17:43:34.672Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:34.672Z] #45 8.435 DEP images/core-aarch64.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.531 DEP images/core-arm.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.600 DEP images/core-ppc64.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.657 DEP images/core-s390.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.713 DEP images/core-x86.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.745 DEP images/core.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.798 DEP images/inventory.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.846 PBCC images/cpuinfo.pb-c.c [2020-02-12T17:43:34.672Z] #45 8.859 DEP images/cpuinfo.pb-c.d [2020-02-12T17:43:34.672Z] #45 8.949 PBCC images/stats.pb-c.c [2020-02-12T17:43:34.672Z] #45 8.952 DEP images/stats.pb-c.d [2020-02-12T17:43:34.769Z] #44 85.66 DEP criu/config.d [2020-02-12T17:43:34.769Z] #44 85.77 DEP criu/clone-noasan.d [2020-02-12T17:43:34.769Z] #44 85.81 DEP criu/cgroup.d [2020-02-12T17:43:34.823Z] #43 50.77 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:34.853Z] #27 ... [2020-02-12T17:43:34.853Z] [2020-02-12T17:43:34.853Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:34.853Z] #43 56.89 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-02-12T17:43:34.853Z] #43 56.90 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:34.853Z] #43 DONE 57.4s [2020-02-12T17:43:35.030Z] #44 85.93 DEP criu/cgroup-props.d [2020-02-12T17:43:35.030Z] #44 86.10 DEP criu/bitmap.d [2020-02-12T17:43:35.030Z] #44 86.11 DEP criu/bfd.d [2020-02-12T17:43:35.078Z] #43 ... [2020-02-12T17:43:35.078Z] [2020-02-12T17:43:35.078Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:35.078Z] #47 40.76 github.com/LK4D4/vndr/godl/singleflight [2020-02-12T17:43:35.078Z] #47 40.76 internal/reflectlite [2020-02-12T17:43:35.078Z] #47 41.12 math/rand [2020-02-12T17:43:35.078Z] #47 43.23 internal/singleflight [2020-02-12T17:43:35.078Z] #47 44.55 strconv [2020-02-12T17:43:35.078Z] #47 44.56 io [2020-02-12T17:43:35.078Z] #47 45.80 bytes [2020-02-12T17:43:35.078Z] #47 47.83 bufio [2020-02-12T17:43:35.078Z] #47 48.35 reflect [2020-02-12T17:43:35.078Z] #47 50.10 syscall [2020-02-12T17:43:35.114Z] [2020-02-12T17:43:35.114Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:35.288Z] #44 86.19 DEP criu/autofs.d [2020-02-12T17:43:35.334Z] #47 ... [2020-02-12T17:43:35.334Z] [2020-02-12T17:43:35.334Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:35.334Z] #27 17.17 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-12T17:43:35.334Z] #27 17.51 [2020-02-12T17:43:35.334Z] #27 17.71 ######################################## 56.0% ######################################################################## 100.0% [2020-02-12T17:43:35.334Z] #27 17.85 [2020-02-12T17:43:35.334Z] #27 18.66 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-12T17:43:35.334Z] #27 18.73 skipping existing 1849cc453dee [2020-02-12T17:43:35.334Z] #27 18.91 [2020-02-12T17:43:35.449Z] #45 9.860 make[1]: Nothing to be done for 'all'. [2020-02-12T17:43:35.546Z] #44 86.43 DEP criu/aio.d [2020-02-12T17:43:35.546Z] #44 86.58 DEP criu/action-scripts.d [2020-02-12T17:43:35.803Z] #44 86.83 CC criu/action-scripts.o [2020-02-12T17:43:35.815Z] #45 10.63 CC images/stats.o [2020-02-12T17:43:36.188Z] #45 ... [2020-02-12T17:43:36.188Z] [2020-02-12T17:43:36.188Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:36.188Z] #34 36.95 time [2020-02-12T17:43:36.188Z] #34 43.26 internal/poll [2020-02-12T17:43:36.188Z] #34 45.00 os [2020-02-12T17:43:36.188Z] #34 45.14 strings [2020-02-12T17:43:36.188Z] #34 46.98 path [2020-02-12T17:43:36.188Z] #34 ... [2020-02-12T17:43:36.188Z] [2020-02-12T17:43:36.188Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:36.188Z] #45 10.91 CC images/core.o [2020-02-12T17:43:36.263Z] #27 19.77 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-12T17:43:36.369Z] #44 87.37 CC criu/aio.o [2020-02-12T17:43:36.521Z] #27 20.17 [2020-02-12T17:43:36.559Z] #45 11.25 CC images/core-x86.o [2020-02-12T17:43:36.627Z] #44 87.80 CC criu/autofs.o [2020-02-12T17:43:36.781Z] #27 20.32 ######################################################################## 100.0% [2020-02-12T17:43:36.781Z] #27 20.49 [2020-02-12T17:43:36.923Z] #45 11.55 CC images/core-arm.o [2020-02-12T17:43:37.037Z] #27 20.56 Download of images into '/build' complete. [2020-02-12T17:43:37.037Z] #27 20.56 Use something like the following to load the result into a Docker daemon: [2020-02-12T17:43:37.037Z] #27 20.56 tar -cC '/build' . | docker load [2020-02-12T17:43:37.214Z] #44 ... [2020-02-12T17:43:37.215Z] [2020-02-12T17:43:37.215Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:43:37.215Z] #30 DONE 155.5s [2020-02-12T17:43:37.215Z] [2020-02-12T17:43:37.215Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:43:37.215Z] #17 18.40 Building dependency tree... [2020-02-12T17:43:37.215Z] #17 20.76 libcap2-bin is already the newest version (1:2.25-2). [2020-02-12T17:43:37.215Z] #17 20.76 The following additional packages will be installed: [2020-02-12T17:43:37.215Z] #17 20.77 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-12T17:43:37.215Z] #17 20.77 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-12T17:43:37.215Z] #17 20.77 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-12T17:43:37.215Z] #17 20.77 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-12T17:43:37.215Z] #17 20.77 python3.7 python3.7-minimal vim-runtime xxd [2020-02-12T17:43:37.215Z] #17 20.77 Suggested packages: [2020-02-12T17:43:37.215Z] #17 20.77 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-12T17:43:37.215Z] #17 20.77 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-12T17:43:37.215Z] #17 20.77 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-12T17:43:37.215Z] #17 20.77 Recommended packages: [2020-02-12T17:43:37.215Z] #17 20.77 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-12T17:43:37.215Z] #17 20.77 python3-keyrings.alt python3-xdg unzip [2020-02-12T17:43:37.215Z] #17 22.50 The following NEW packages will be installed: [2020-02-12T17:43:37.215Z] #17 22.50 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-12T17:43:37.215Z] #17 22.51 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-12T17:43:37.215Z] #17 22.51 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-12T17:43:37.215Z] #17 22.51 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-12T17:43:37.215Z] #17 22.51 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-12T17:43:37.215Z] #17 22.51 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-12T17:43:37.215Z] #17 22.51 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-12T17:43:37.215Z] #17 22.51 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-12T17:43:37.215Z] #17 22.95 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:43:37.215Z] #17 22.95 Need to get 27.0 MB of archives. [2020-02-12T17:43:37.215Z] #17 22.95 After this operation, 111 MB of additional disk space will be used. [2020-02-12T17:43:37.215Z] #17 22.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-12T17:43:37.215Z] #17 22.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-02-12T17:43:37.215Z] #17 22.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-02-12T17:43:37.215Z] #17 23.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-12T17:43:37.215Z] #17 23.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-12T17:43:37.215Z] #17 23.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-02-12T17:43:37.215Z] #17 23.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-02-12T17:43:37.215Z] #17 23.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-12T17:43:37.215Z] #17 23.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-12T17:43:37.215Z] #17 23.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-12T17:43:37.215Z] #17 23.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-12T17:43:37.215Z] #17 23.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-12T17:43:37.215Z] #17 23.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-12T17:43:37.215Z] #17 23.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-12T17:43:37.215Z] #17 23.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-12T17:43:37.215Z] #17 23.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-12T17:43:37.215Z] #17 23.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-12T17:43:37.215Z] #17 23.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:43:37.215Z] #17 23.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-12T17:43:37.215Z] #17 23.39 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-12T17:43:37.215Z] #17 23.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-12T17:43:37.215Z] #17 23.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-12T17:43:37.215Z] #17 23.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-12T17:43:37.215Z] #17 23.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-12T17:43:37.215Z] #17 23.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-12T17:43:37.215Z] #17 23.47 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-12T17:43:37.215Z] #17 23.48 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-12T17:43:37.215Z] #17 23.48 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-12T17:43:37.215Z] #17 23.48 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-12T17:43:37.215Z] #17 23.94 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-12T17:43:37.215Z] #17 23.98 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-12T17:43:37.215Z] #17 23.98 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-12T17:43:37.215Z] #17 23.98 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-12T17:43:37.215Z] #17 23.98 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-12T17:43:37.215Z] #17 23.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-12T17:43:37.215Z] #17 24.06 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-12T17:43:37.215Z] #17 24.06 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-12T17:43:37.215Z] #17 24.06 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-12T17:43:37.215Z] #17 24.08 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-12T17:43:37.215Z] #17 24.08 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-12T17:43:37.215Z] #17 24.10 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-12T17:43:37.215Z] #17 24.11 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-12T17:43:37.215Z] #17 24.12 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-12T17:43:37.215Z] #17 24.40 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-12T17:43:37.215Z] #17 24.46 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-12T17:43:37.215Z] #17 24.51 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-12T17:43:37.215Z] #17 25.30 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:37.288Z] #45 11.85 CC images/core-aarch64.o [2020-02-12T17:43:37.288Z] #45 12.07 CC images/core-ppc64.o [2020-02-12T17:43:37.473Z] #17 25.45 Fetched 27.0 MB in 2s (13.9 MB/s) [2020-02-12T17:43:37.473Z] #17 25.56 Selecting previously unselected package pigz. [2020-02-12T17:43:37.473Z] #17 25.56 (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-12T17:43:37.473Z] #17 25.67 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-12T17:43:37.473Z] #17 25.67 Unpacking pigz (2.4-1) ... [2020-02-12T17:43:37.599Z] #27 DONE 21.2s [2020-02-12T17:43:37.599Z] [2020-02-12T17:43:37.599Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:37.599Z] #10 43.73 Get:10 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-12T17:43:37.599Z] #10 43.76 Get:11 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-12T17:43:37.599Z] #10 47.35 Get:12 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-12T17:43:37.599Z] #10 49.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-12T17:43:37.599Z] #10 49.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-12T17:43:37.599Z] #10 49.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-12T17:43:37.599Z] #10 49.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-12T17:43:37.599Z] #10 49.77 Get:17 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-12T17:43:37.599Z] #10 49.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-02-12T17:43:37.599Z] #10 49.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-12T17:43:37.599Z] #10 49.79 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-12T17:43:37.599Z] #10 49.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-12T17:43:37.599Z] #10 49.86 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-12T17:43:37.599Z] #10 49.87 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-12T17:43:37.599Z] #10 49.95 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-12T17:43:37.599Z] #10 49.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-12T17:43:37.599Z] #10 49.97 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-12T17:43:37.599Z] #10 49.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-02-12T17:43:37.599Z] #10 51.09 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:43:37.599Z] #10 51.30 Fetched 78.2 MB in 8s (9477 kB/s) [2020-02-12T17:43:37.600Z] #10 51.44 (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-12T17:43:37.600Z] #10 51.49 Preparing to unpack .../libsystemd0_241-7~deb10u3_amd64.deb ... [2020-02-12T17:43:37.600Z] #10 51.52 Unpacking libsystemd0:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:43:37.600Z] #10 51.91 Setting up libsystemd0:amd64 (241-7~deb10u3) ... [2020-02-12T17:43:37.600Z] #10 52.11 (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-12T17:43:37.600Z] #10 52.20 Preparing to unpack .../libudev1_241-7~deb10u3_amd64.deb ... [2020-02-12T17:43:37.600Z] #10 52.25 Unpacking libudev1:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:43:37.600Z] #10 52.50 Setting up libudev1:amd64 (241-7~deb10u3) ... [2020-02-12T17:43:37.600Z] #10 52.65 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-12T17:43:37.600Z] #10 52.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 ... 15401 files and directories currently installed.) [2020-02-12T17:43:37.600Z] #10 52.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-12T17:43:37.600Z] #10 52.80 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:43:37.600Z] #10 ... [2020-02-12T17:43:37.600Z] [2020-02-12T17:43:37.600Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:37.600Z] #62 2.927 + RM_GOPATH=0 [2020-02-12T17:43:37.600Z] #62 2.927 + TMP_GOPATH= [2020-02-12T17:43:37.600Z] #62 2.927 + : /build [2020-02-12T17:43:37.600Z] #62 2.927 + '[' -z '' ']' [2020-02-12T17:43:37.600Z] #62 2.939 ++ mktemp -d [2020-02-12T17:43:37.600Z] #62 2.942 + export GOPATH=/tmp/tmp.dvAQuyD1Gj [2020-02-12T17:43:37.600Z] #62 2.942 + GOPATH=/tmp/tmp.dvAQuyD1Gj [2020-02-12T17:43:37.600Z] #62 2.942 + RM_GOPATH=1 [2020-02-12T17:43:37.600Z] #62 2.944 ++ dirname ./install.sh [2020-02-12T17:43:37.600Z] #62 2.945 + dir=. [2020-02-12T17:43:37.600Z] #62 2.955 + bin=containerd [2020-02-12T17:43:37.600Z] #62 2.956 + shift [2020-02-12T17:43:37.600Z] #62 2.956 + '[' '!' -f ./containerd.installer ']' [2020-02-12T17:43:37.600Z] #62 2.956 + . ./containerd.installer [2020-02-12T17:43:37.600Z] #62 2.958 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:37.600Z] #62 2.958 + install_containerd [2020-02-12T17:43:37.600Z] #62 2.958 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-12T17:43:37.600Z] #62 2.959 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:37.600Z] #62 2.959 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dvAQuyD1Gj/src/github.com/containerd/containerd [2020-02-12T17:43:37.600Z] #62 2.961 Cloning into '/tmp/tmp.dvAQuyD1Gj/src/github.com/containerd/containerd'... [2020-02-12T17:43:37.659Z] #45 12.35 CC images/core-s390.o [2020-02-12T17:43:37.730Z] #17 25.82 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-12T17:43:37.731Z] #17 25.82 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:43:37.731Z] #17 25.82 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:43:37.855Z] #62 ... [2020-02-12T17:43:37.856Z] [2020-02-12T17:43:37.856Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:37.856Z] #35 53.72 Selecting previously unselected package libxml2:amd64. [2020-02-12T17:43:37.856Z] #35 53.72 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-12T17:43:37.856Z] #35 53.74 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:43:38.020Z] #45 12.76 CC images/cpuinfo.o [2020-02-12T17:43:38.296Z] #17 26.48 Selecting previously unselected package python3.7-minimal. [2020-02-12T17:43:38.296Z] #17 26.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:43:38.296Z] #17 26.50 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:43:38.388Z] #45 13.05 CC images/inventory.o [2020-02-12T17:43:38.388Z] #45 13.19 CC images/fdinfo.o [2020-02-12T17:43:38.424Z] #44 ... [2020-02-12T17:43:38.424Z] [2020-02-12T17:43:38.424Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:38.424Z] #33 50.06 path [2020-02-12T17:43:38.424Z] #33 50.58 text/tabwriter [2020-02-12T17:43:38.424Z] #33 53.92 internal/syscall/unix [2020-02-12T17:43:38.424Z] #33 53.94 time [2020-02-12T17:43:38.424Z] #33 58.90 internal/poll [2020-02-12T17:43:38.424Z] #33 ... [2020-02-12T17:43:38.424Z] [2020-02-12T17:43:38.424Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:38.424Z] #38 2.585 + RM_GOPATH=0 [2020-02-12T17:43:38.424Z] #38 2.585 + TMP_GOPATH= [2020-02-12T17:43:38.424Z] #38 2.585 + : /build [2020-02-12T17:43:38.424Z] #38 2.585 + '[' -z '' ']' [2020-02-12T17:43:38.424Z] #38 2.585 ++ mktemp -d [2020-02-12T17:43:38.424Z] #38 2.591 + export GOPATH=/tmp/tmp.PoMUCz2qef [2020-02-12T17:43:38.424Z] #38 2.591 + GOPATH=/tmp/tmp.PoMUCz2qef [2020-02-12T17:43:38.424Z] #38 2.591 + RM_GOPATH=1 [2020-02-12T17:43:38.424Z] #38 2.591 ++ dirname ./install.sh [2020-02-12T17:43:38.424Z] #38 2.598 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:38.424Z] #38 2.598 + dir=. [2020-02-12T17:43:38.424Z] #38 2.598 + bin=tini [2020-02-12T17:43:38.424Z] #38 2.598 + shift [2020-02-12T17:43:38.424Z] #38 2.598 + '[' '!' -f ./tini.installer ']' [2020-02-12T17:43:38.424Z] #38 2.598 + . ./tini.installer [2020-02-12T17:43:38.424Z] #38 2.598 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:38.424Z] #38 2.598 + install_tini [2020-02-12T17:43:38.424Z] #38 2.598 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-12T17:43:38.424Z] #38 2.600 + git clone https://github.com/krallin/tini.git /tmp/tmp.PoMUCz2qef/tini [2020-02-12T17:43:38.424Z] #38 2.602 Cloning into '/tmp/tmp.PoMUCz2qef/tini'... [2020-02-12T17:43:38.424Z] #38 3.710 + cd /tmp/tmp.PoMUCz2qef/tini [2020-02-12T17:43:38.424Z] #38 3.710 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:38.424Z] #38 3.769 + cmake . [2020-02-12T17:43:38.759Z] #45 13.36 CC images/fown.o [2020-02-12T17:43:38.759Z] #45 13.46 CC images/ns.o [2020-02-12T17:43:38.759Z] #45 13.56 CC images/regfile.o [2020-02-12T17:43:38.783Z] #35 54.71 Selecting previously unselected package libarchive13:amd64. [2020-02-12T17:43:38.783Z] #35 54.72 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-12T17:43:38.783Z] #35 54.73 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-12T17:43:38.997Z] #38 ... [2020-02-12T17:43:38.997Z] [2020-02-12T17:43:38.997Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:38.997Z] #33 61.08 os [2020-02-12T17:43:39.176Z] #45 13.65 CC images/ghost-file.o [2020-02-12T17:43:39.176Z] #45 13.91 CC images/fifo.o [2020-02-12T17:43:39.229Z] #17 27.29 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:43:39.229Z] #17 27.31 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:43:39.344Z] #35 55.40 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-12T17:43:39.344Z] #35 55.42 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-12T17:43:39.599Z] #35 55.43 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-12T17:43:39.810Z] #45 14.10 CC images/remap-file-path.o [2020-02-12T17:43:39.810Z] #45 14.29 CC images/eventfd.o [2020-02-12T17:43:39.810Z] #45 14.57 CC images/eventpoll.o [2020-02-12T17:43:39.855Z] #35 55.99 Selecting previously unselected package librhash0:amd64. [2020-02-12T17:43:40.111Z] #35 55.99 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-12T17:43:40.111Z] #35 56.00 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-12T17:43:40.111Z] #35 56.21 Selecting previously unselected package libuv1:amd64. [2020-02-12T17:43:40.111Z] #35 56.21 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-12T17:43:40.111Z] #35 56.21 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-12T17:43:40.111Z] #35 ... [2020-02-12T17:43:40.111Z] [2020-02-12T17:43:40.111Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:40.111Z] #50 45.90 + cd /tmp/tmp.LrhhWy3zNk/src/gotest.tools/gotestsum [2020-02-12T17:43:40.111Z] #50 45.90 + git checkout -q v0.3.5 [2020-02-12T17:43:40.111Z] #50 45.97 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-12T17:43:40.234Z] #45 14.98 CC images/fh.o [2020-02-12T17:43:40.367Z] #50 ... [2020-02-12T17:43:40.367Z] [2020-02-12T17:43:40.367Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:40.367Z] #35 56.38 Selecting previously unselected package cmake. [2020-02-12T17:43:40.367Z] #35 56.39 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-12T17:43:40.367Z] #35 56.40 Unpacking cmake (3.13.4-1) ... [2020-02-12T17:43:40.385Z] #33 ... [2020-02-12T17:43:40.385Z] [2020-02-12T17:43:40.385Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:40.385Z] #47 52.18 regexp/syntax [2020-02-12T17:43:40.385Z] #47 56.35 vendor/golang.org/x/text/transform [2020-02-12T17:43:40.385Z] #47 58.59 time [2020-02-12T17:43:40.385Z] #47 61.73 regexp [2020-02-12T17:43:40.385Z] #47 ... [2020-02-12T17:43:40.385Z] [2020-02-12T17:43:40.385Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:40.385Z] #27 20.70 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-12T17:43:40.385Z] #27 21.17 [2020-02-12T17:43:40.385Z] #27 21.43 # 2.2% ######################################################################## 100.0% [2020-02-12T17:43:40.385Z] #27 21.66 [2020-02-12T17:43:40.385Z] #27 23.31 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-12T17:43:40.385Z] #27 23.74 [2020-02-12T17:43:40.385Z] #27 24.07 0.8% ################################################## 70.7% ######################################################################## 100.0% [2020-02-12T17:43:40.385Z] #27 24.32 [2020-02-12T17:43:40.606Z] #45 15.43 CC images/fsnotify.o [2020-02-12T17:43:40.960Z] #27 26.05 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-12T17:43:40.960Z] #27 26.13 skipping existing ed4b54129745 [2020-02-12T17:43:41.126Z] #17 29.25 Selecting previously unselected package python3-minimal. [2020-02-12T17:43:41.126Z] #17 29.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 ... 23672 files and directories currently installed.) [2020-02-12T17:43:41.126Z] #17 29.29 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-12T17:43:41.126Z] #17 29.29 Unpacking python3-minimal (3.7.3-1) ... [2020-02-12T17:43:41.221Z] #27 26.24 [2020-02-12T17:43:41.384Z] #17 29.37 Selecting previously unselected package libmpdec2:amd64. [2020-02-12T17:43:41.384Z] #17 29.38 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-12T17:43:41.384Z] #17 29.39 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-12T17:43:41.384Z] #17 29.48 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-12T17:43:41.384Z] #17 29.49 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:43:41.384Z] #17 29.50 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:43:41.390Z] #45 15.94 CC images/signalfd.o [2020-02-12T17:43:41.390Z] #45 16.10 CC images/fs.o [2020-02-12T17:43:41.390Z] #45 16.22 CC images/pstree.o [2020-02-12T17:43:41.733Z] #35 ... [2020-02-12T17:43:41.733Z] [2020-02-12T17:43:41.733Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:43:41.733Z] #30 47.51 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-12T17:43:41.733Z] #30 49.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-12T17:43:41.733Z] #30 ... [2020-02-12T17:43:41.733Z] [2020-02-12T17:43:41.733Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:41.733Z] #43 56.40 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:41.733Z] #43 56.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:41.733Z] #43 56.44 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:43:41.733Z] #43 56.45 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-12T17:43:41.733Z] #43 56.46 Setting up python-six (1.12.0-1) ... [2020-02-12T17:43:41.754Z] #45 16.37 CC images/pipe.o [2020-02-12T17:43:41.754Z] #45 16.58 CC images/tcp-stream.o [2020-02-12T17:43:41.754Z] #45 16.69 CC images/sk-packet.o [2020-02-12T17:43:42.129Z] #45 16.95 CC images/mnt.o [2020-02-12T17:43:42.316Z] #17 30.44 Selecting previously unselected package python3.7. [2020-02-12T17:43:42.316Z] #17 30.44 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:43:42.316Z] #17 30.44 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:43:42.511Z] #45 17.15 CC images/pipe-data.o [2020-02-12T17:43:42.511Z] #45 17.25 CC images/sa.o [2020-02-12T17:43:42.511Z] #45 17.36 CC images/timer.o [2020-02-12T17:43:42.575Z] #17 30.57 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-12T17:43:42.575Z] #17 30.57 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-12T17:43:42.575Z] #17 30.58 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-12T17:43:42.575Z] #17 30.71 Setting up python3-minimal (3.7.3-1) ... [2020-02-12T17:43:42.604Z] #27 ... [2020-02-12T17:43:42.604Z] [2020-02-12T17:43:42.604Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:42.604Z] #33 64.51 path/filepath [2020-02-12T17:43:42.604Z] #33 64.78 internal/fmtsort [2020-02-12T17:43:42.893Z] #45 17.65 CC images/timerfd.o [2020-02-12T17:43:42.893Z] #45 17.76 CC images/mm.o [2020-02-12T17:43:43.174Z] #33 ... [2020-02-12T17:43:43.174Z] [2020-02-12T17:43:43.174Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:43.174Z] #10 55.81 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-12T17:43:43.174Z] #10 55.82 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-12T17:43:43.174Z] #10 55.84 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:43:43.174Z] #10 64.43 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-12T17:43:43.174Z] #10 64.44 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-02-12T17:43:43.174Z] #10 64.45 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:43:43.174Z] #10 64.69 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-12T17:43:43.174Z] #10 64.69 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-02-12T17:43:43.174Z] #10 64.71 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:43:43.257Z] #45 17.99 CC images/sk-opts.o [2020-02-12T17:43:43.434Z] #10 ... [2020-02-12T17:43:43.434Z] [2020-02-12T17:43:43.434Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:43:43.434Z] #27 27.78 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-12T17:43:43.434Z] #27 28.29 [2020-02-12T17:43:43.434Z] #27 28.49 ######################################################################## 100.0% [2020-02-12T17:43:43.434Z] #27 28.56 [2020-02-12T17:43:43.434Z] #27 28.63 Download of images into '/build' complete. [2020-02-12T17:43:43.434Z] #27 28.64 Use something like the following to load the result into a Docker daemon: [2020-02-12T17:43:43.434Z] #27 28.64 tar -cC '/build' . | docker load [2020-02-12T17:43:43.506Z] #17 31.45 Selecting previously unselected package python3. [2020-02-12T17:43:43.507Z] #17 31.45 (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-12T17:43:43.507Z] #17 31.49 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-12T17:43:43.507Z] #17 31.50 Unpacking python3 (3.7.3-1) ... [2020-02-12T17:43:43.507Z] #17 31.61 Selecting previously unselected package libip4tc0:amd64. [2020-02-12T17:43:43.507Z] #17 31.62 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-12T17:43:43.507Z] #17 31.63 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-12T17:43:43.507Z] #17 31.73 Selecting previously unselected package libip6tc0:amd64. [2020-02-12T17:43:43.507Z] #17 31.73 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-12T17:43:43.507Z] #17 31.74 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-12T17:43:43.507Z] #17 31.84 Selecting previously unselected package libiptc0:amd64. [2020-02-12T17:43:43.623Z] #45 18.07 CC images/sk-unix.o [2020-02-12T17:43:43.623Z] #45 18.30 CC images/sk-inet.o [2020-02-12T17:43:43.623Z] #45 18.49 CC images/tun.o [2020-02-12T17:43:43.764Z] #17 31.84 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-12T17:43:43.764Z] #17 31.85 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-12T17:43:43.764Z] #17 31.91 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-12T17:43:43.764Z] #17 31.93 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-12T17:43:43.764Z] #17 31.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-12T17:43:43.764Z] #17 32.00 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-12T17:43:43.764Z] #17 32.01 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-12T17:43:43.764Z] #17 32.01 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-12T17:43:43.987Z] #45 18.76 CC images/sk-netlink.o [2020-02-12T17:43:44.005Z] #27 DONE 29.2s [2020-02-12T17:43:44.005Z] [2020-02-12T17:43:44.005Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:44.005Z] #47 65.91 path/filepath [2020-02-12T17:43:44.005Z] #47 65.94 net [2020-02-12T17:43:44.022Z] #17 32.10 Selecting previously unselected package libnftnl11:amd64. [2020-02-12T17:43:44.022Z] #17 32.10 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-12T17:43:44.022Z] #17 32.12 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-12T17:43:44.022Z] #17 32.19 Selecting previously unselected package iptables. [2020-02-12T17:43:44.259Z] #43 ... [2020-02-12T17:43:44.259Z] [2020-02-12T17:43:44.259Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:43:44.259Z] #35 59.33 Setting up libicu63:amd64 (63.1-6) ... [2020-02-12T17:43:44.259Z] #35 59.36 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:43:44.259Z] #35 59.38 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-12T17:43:44.259Z] #35 59.39 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:44.259Z] #35 59.44 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-12T17:43:44.259Z] #35 59.48 Setting up cmake-data (3.13.4-1) ... [2020-02-12T17:43:44.259Z] #35 59.53 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:43:44.259Z] #35 59.54 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-12T17:43:44.259Z] #35 59.55 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-12T17:43:44.259Z] #35 59.57 Setting up cmake (3.13.4-1) ... [2020-02-12T17:43:44.259Z] #35 59.60 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:44.259Z] #35 59.68 Processing triggers for mime-support (3.62) ... [2020-02-12T17:43:44.259Z] #35 DONE 60.2s [2020-02-12T17:43:44.259Z] [2020-02-12T17:43:44.259Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:43:44.259Z] #36 DONE 0.1s [2020-02-12T17:43:44.259Z] [2020-02-12T17:43:44.259Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:44.259Z] #43 60.16 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-12T17:43:44.259Z] #43 60.17 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:43:44.259Z] #43 60.23 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:44.259Z] #43 ... [2020-02-12T17:43:44.259Z] [2020-02-12T17:43:44.259Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-12T17:43:44.259Z] #37 DONE 0.1s [2020-02-12T17:43:44.259Z] [2020-02-12T17:43:44.259Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:44.259Z] #43 60.25 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-12T17:43:44.259Z] #43 60.35 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:44.279Z] #17 32.21 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-12T17:43:44.279Z] #17 32.22 Unpacking iptables (1.8.2-4) ... [2020-02-12T17:43:44.344Z] #45 18.91 CC images/packet-sock.o [2020-02-12T17:43:44.344Z] #45 19.13 CC images/ipc-var.o [2020-02-12T17:43:44.515Z] #43 60.38 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:43:44.515Z] #43 60.42 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:44.515Z] #43 60.45 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-12T17:43:44.515Z] #43 60.48 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:43:44.515Z] #43 60.50 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-12T17:43:44.536Z] #17 32.55 Selecting previously unselected package xxd. [2020-02-12T17:43:44.536Z] #17 32.57 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-12T17:43:44.536Z] #17 32.58 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:43:44.536Z] #17 32.73 Selecting previously unselected package vim-common. [2020-02-12T17:43:44.536Z] #17 32.73 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:43:44.536Z] #17 32.74 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:43:44.720Z] #45 19.24 CC images/ipc-desc.o [2020-02-12T17:43:44.720Z] #45 19.41 CC images/ipc-shm.o [2020-02-12T17:43:44.720Z] #45 19.50 CC images/ipc-msg.o [2020-02-12T17:43:44.793Z] #17 32.93 Selecting previously unselected package bash-completion. [2020-02-12T17:43:44.794Z] #17 32.94 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-12T17:43:45.091Z] #45 19.68 CC images/ipc-sem.o [2020-02-12T17:43:45.091Z] #45 19.87 CC images/utsns.o [2020-02-12T17:43:45.459Z] #45 19.96 CC images/creds.o [2020-02-12T17:43:45.459Z] #45 20.08 CC images/vma.o [2020-02-12T17:43:45.459Z] #45 20.23 CC images/netdev.o [2020-02-12T17:43:45.836Z] #45 ... [2020-02-12T17:43:45.836Z] [2020-02-12T17:43:45.836Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:45.836Z] #34 47.39 text/tabwriter [2020-02-12T17:43:45.836Z] #34 47.92 fmt [2020-02-12T17:43:45.836Z] #34 47.93 path/filepath [2020-02-12T17:43:45.836Z] #34 49.06 io/ioutil [2020-02-12T17:43:45.836Z] #34 50.50 flag [2020-02-12T17:43:45.836Z] #34 50.52 github.com/BurntSushi/toml [2020-02-12T17:43:45.836Z] #34 52.09 log [2020-02-12T17:43:45.836Z] #34 53.81 github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:43:45.836Z] #34 DONE 56.6s [2020-02-12T17:43:45.836Z] [2020-02-12T17:43:45.836Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:45.836Z] #63 23.02 Checking out files: 90% (2747/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-12T17:43:45.836Z] #63 23.22 + cd /tmp/tmp.TciHYpRfzd/src/github.com/containerd/containerd [2020-02-12T17:43:45.836Z] #63 23.22 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:45.836Z] #63 24.38 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-12T17:43:45.836Z] #63 24.38 + BUILDTAGS='netgo osusergo static_build' [2020-02-12T17:43:45.836Z] #63 24.38 + export EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:43:45.836Z] #63 24.38 + EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:43:45.836Z] #63 24.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-12T17:43:45.836Z] #63 24.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-12T17:43:45.836Z] #63 24.38 + '[' '' = dynamic ']' [2020-02-12T17:43:45.836Z] #63 24.38 + make [2020-02-12T17:43:45.836Z] #63 24.93 + bin/ctr [2020-02-12T17:43:45.836Z] #63 ... [2020-02-12T17:43:45.836Z] [2020-02-12T17:43:45.836Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:45.836Z] #48 46.80 regexp/syntax [2020-02-12T17:43:45.836Z] #48 47.17 fmt [2020-02-12T17:43:45.836Z] #48 50.28 regexp [2020-02-12T17:43:45.836Z] #48 51.04 flag [2020-02-12T17:43:45.836Z] #48 52.47 go/token [2020-02-12T17:43:45.836Z] #48 53.07 go/scanner [2020-02-12T17:43:45.836Z] #48 53.93 internal/lazyregexp [2020-02-12T17:43:45.836Z] #48 54.07 go/ast [2020-02-12T17:43:45.836Z] #48 54.11 net/url [2020-02-12T17:43:45.836Z] #48 55.33 text/template/parse [2020-02-12T17:43:45.917Z] #47 67.56 internal/lazyregexp [2020-02-12T17:43:46.216Z] #48 ... [2020-02-12T17:43:46.216Z] [2020-02-12T17:43:46.216Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:46.216Z] #45 20.72 CC images/tty.o [2020-02-12T17:43:46.592Z] #45 21.15 CC images/file-lock.o [2020-02-12T17:43:46.592Z] #45 21.19 CC images/rlimit.o [2020-02-12T17:43:46.592Z] #45 21.23 CC images/pagemap.o [2020-02-12T17:43:46.592Z] #45 21.30 CC images/siginfo.o [2020-02-12T17:43:46.592Z] #45 21.41 CC images/rpc.o [2020-02-12T17:43:46.592Z] #45 ... [2020-02-12T17:43:46.592Z] [2020-02-12T17:43:46.592Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:46.592Z] #11 47.78 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-12T17:43:46.592Z] #11 47.78 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-12T17:43:46.592Z] #11 47.78 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:43:46.592Z] #11 47.87 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-12T17:43:46.592Z] #11 47.87 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-12T17:43:46.592Z] #11 47.95 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:43:46.857Z] #47 68.75 github.com/LK4D4/vndr/versioned [2020-02-12T17:43:47.117Z] #47 69.15 os/exec [2020-02-12T17:43:47.398Z] #11 ... [2020-02-12T17:43:47.398Z] [2020-02-12T17:43:47.398Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:47.398Z] #45 21.98 CC images/ext-file.o [2020-02-12T17:43:47.398Z] #45 22.06 CC images/cgroup.o [2020-02-12T17:43:47.575Z] #17 35.60 Unpacking bash-completion (1:2.8-6) ... [2020-02-12T17:43:47.768Z] #45 22.37 CC images/userns.o [2020-02-12T17:43:47.768Z] #45 22.48 CC images/google/protobuf/descriptor.o [2020-02-12T17:43:47.836Z] #17 35.97 Selecting previously unselected package bzip2. [2020-02-12T17:43:47.836Z] #17 35.97 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-12T17:43:47.836Z] #17 35.98 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:43:47.836Z] #17 36.05 Selecting previously unselected package xz-utils. [2020-02-12T17:43:48.093Z] #17 36.05 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-12T17:43:48.093Z] #17 36.06 Unpacking xz-utils (5.2.4-1) ... [2020-02-12T17:43:48.350Z] #17 36.31 Selecting previously unselected package apparmor. [2020-02-12T17:43:48.350Z] #17 36.32 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-12T17:43:48.350Z] #17 36.38 Unpacking apparmor (2.13.2-10) ... [2020-02-12T17:43:48.535Z] #45 23.17 CC images/opts.o [2020-02-12T17:43:48.535Z] #45 23.25 CC images/seccomp.o [2020-02-12T17:43:48.535Z] #45 23.35 CC images/binfmt-misc.o [2020-02-12T17:43:48.535Z] #45 23.42 CC images/time.o [2020-02-12T17:43:48.608Z] #17 36.79 Selecting previously unselected package aufs-tools. [2020-02-12T17:43:48.608Z] #17 36.80 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-12T17:43:48.608Z] #17 36.81 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:43:48.679Z] #43 ... [2020-02-12T17:43:48.679Z] [2020-02-12T17:43:48.679Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:48.679Z] #33 53.61 time [2020-02-12T17:43:48.679Z] #33 60.15 internal/poll [2020-02-12T17:43:48.679Z] #33 60.70 internal/fmtsort [2020-02-12T17:43:48.679Z] #33 61.44 internal/syscall/unix [2020-02-12T17:43:48.679Z] #33 61.73 strings [2020-02-12T17:43:48.679Z] #33 62.56 os [2020-02-12T17:43:48.679Z] #33 ... [2020-02-12T17:43:48.679Z] [2020-02-12T17:43:48.679Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:48.679Z] #38 2.618 + RM_GOPATH=0 [2020-02-12T17:43:48.679Z] #38 2.618 + TMP_GOPATH= [2020-02-12T17:43:48.679Z] #38 2.618 + : /build [2020-02-12T17:43:48.679Z] #38 2.618 + '[' -z '' ']' [2020-02-12T17:43:48.679Z] #38 2.618 ++ mktemp -d [2020-02-12T17:43:48.679Z] #38 2.621 + export GOPATH=/tmp/tmp.WaLuMguM6R [2020-02-12T17:43:48.679Z] #38 2.621 + GOPATH=/tmp/tmp.WaLuMguM6R [2020-02-12T17:43:48.679Z] #38 2.621 + RM_GOPATH=1 [2020-02-12T17:43:48.679Z] #38 2.621 ++ dirname ./install.sh [2020-02-12T17:43:48.679Z] #38 2.624 + dir=. [2020-02-12T17:43:48.679Z] #38 2.624 + bin=tini [2020-02-12T17:43:48.679Z] #38 2.624 + shift [2020-02-12T17:43:48.679Z] #38 2.624 + '[' '!' -f ./tini.installer ']' [2020-02-12T17:43:48.679Z] #38 2.624 + . ./tini.installer [2020-02-12T17:43:48.679Z] #38 2.624 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:48.679Z] #38 2.624 + install_tini [2020-02-12T17:43:48.679Z] #38 2.624 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-12T17:43:48.679Z] #38 2.624 + git clone https://github.com/krallin/tini.git /tmp/tmp.WaLuMguM6R/tini [2020-02-12T17:43:48.679Z] #38 2.624 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:48.679Z] #38 2.625 Cloning into '/tmp/tmp.WaLuMguM6R/tini'... [2020-02-12T17:43:48.679Z] #38 3.502 + cd /tmp/tmp.WaLuMguM6R/tini [2020-02-12T17:43:48.679Z] #38 3.502 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:43:48.679Z] #38 3.507 + cmake . [2020-02-12T17:43:48.679Z] #38 4.162 -- The C compiler identification is GNU 8.3.0 [2020-02-12T17:43:48.679Z] #38 4.217 -- Check for working C compiler: /usr/bin/cc [2020-02-12T17:43:48.865Z] #17 36.91 Selecting previously unselected package libonig5:amd64. [2020-02-12T17:43:48.865Z] #17 36.92 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-12T17:43:48.865Z] #17 36.93 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:43:48.865Z] #17 ... [2020-02-12T17:43:48.865Z] [2020-02-12T17:43:48.865Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:48.865Z] #44 89.91 CC criu/bfd.o [2020-02-12T17:43:48.865Z] #44 90.35 CC criu/bitmap.o [2020-02-12T17:43:48.865Z] #44 90.55 CC criu/cgroup-props.o [2020-02-12T17:43:48.865Z] #44 91.14 CC criu/cgroup.o [2020-02-12T17:43:48.865Z] #44 93.75 CC criu/clone-noasan.o [2020-02-12T17:43:48.865Z] #44 93.90 CC criu/config.o [2020-02-12T17:43:48.865Z] #44 95.30 CC criu/cr-check.o [2020-02-12T17:43:48.865Z] #44 96.87 CC criu/cr-dedup.o [2020-02-12T17:43:48.865Z] #44 97.23 CC criu/cr-dump.o [2020-02-12T17:43:48.865Z] #44 99.33 CC criu/cr-errno.o [2020-02-12T17:43:48.865Z] #44 99.40 CC criu/cr-restore.o [2020-02-12T17:43:48.896Z] #45 23.53 CC images/sysctl.o [2020-02-12T17:43:48.896Z] #45 23.59 CC images/autofs.o [2020-02-12T17:43:48.896Z] #45 23.64 CC images/macvlan.o [2020-02-12T17:43:48.896Z] #45 23.70 CC images/sit.o [2020-02-12T17:43:48.896Z] #45 23.77 LINK images/built-in.o [2020-02-12T17:43:49.029Z] #47 ... [2020-02-12T17:43:49.029Z] [2020-02-12T17:43:49.029Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:49.029Z] #44 4.180 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:43:49.029Z] #44 4.181 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:43:49.029Z] #44 6.564 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:43:49.029Z] #44 6.613 GEN .gitid [2020-02-12T17:43:49.029Z] #44 6.632 GEN criu/include/version.h [2020-02-12T17:43:49.029Z] #44 6.669 GEN include/common/asm [2020-02-12T17:43:49.029Z] #44 8.962 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.058 PBCC images/opts.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.096 PBCC images/sit.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.158 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.264 DEP images/opts.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.439 DEP images/sit.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.511 PBCC images/macvlan.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.572 DEP images/macvlan.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.643 PBCC images/autofs.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.679 DEP images/autofs.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.748 PBCC images/sysctl.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.760 DEP images/sysctl.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.824 PBCC images/time.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.876 DEP images/time.pb-c.d [2020-02-12T17:43:49.029Z] #44 9.912 PBCC images/binfmt-misc.pb-c.c [2020-02-12T17:43:49.029Z] #44 9.976 DEP images/binfmt-misc.pb-c.d [2020-02-12T17:43:49.029Z] #44 10.10 PBCC images/seccomp.pb-c.c [2020-02-12T17:43:49.029Z] #44 10.13 DEP images/seccomp.pb-c.d [2020-02-12T17:43:49.029Z] #44 10.34 PBCC images/userns.pb-c.c [2020-02-12T17:43:49.029Z] #44 10.40 DEP images/userns.pb-c.d [2020-02-12T17:43:49.029Z] #44 10.54 PBCC images/cgroup.pb-c.c [2020-02-12T17:43:49.029Z] #44 10.57 DEP images/cgroup.pb-c.d [2020-02-12T17:43:49.029Z] #44 10.73 PBCC images/fown.pb-c.c [2020-02-12T17:43:49.029Z] #44 10.79 PBCC images/ext-file.pb-c.c [2020-02-12T17:43:49.029Z] #44 10.94 DEP images/fown.pb-c.d [2020-02-12T17:43:49.029Z] #44 11.07 DEP images/ext-file.pb-c.d [2020-02-12T17:43:49.029Z] #44 11.24 PBCC images/rpc.pb-c.c [2020-02-12T17:43:49.029Z] #44 11.29 DEP images/rpc.pb-c.d [2020-02-12T17:43:49.029Z] #44 11.44 PBCC images/siginfo.pb-c.c [2020-02-12T17:43:49.029Z] #44 11.56 DEP images/siginfo.pb-c.d [2020-02-12T17:43:49.029Z] #44 11.75 PBCC images/pagemap.pb-c.c [2020-02-12T17:43:49.029Z] #44 11.79 DEP images/pagemap.pb-c.d [2020-02-12T17:43:49.029Z] #44 11.98 PBCC images/rlimit.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.02 DEP images/rlimit.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.08 PBCC images/file-lock.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.09 DEP images/file-lock.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.16 PBCC images/tty.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.25 DEP images/tty.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.32 PBCC images/tun.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.42 PBCC images/netdev.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.49 DEP images/tun.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.54 DEP images/netdev.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.64 PBCC images/vma.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.72 DEP images/vma.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.82 PBCC images/creds.pb-c.c [2020-02-12T17:43:49.029Z] #44 12.87 DEP images/creds.pb-c.d [2020-02-12T17:43:49.029Z] #44 12.98 PBCC images/utsns.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.00 DEP images/utsns.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.18 PBCC images/ipc-desc.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.25 PBCC images/ipc-sem.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.29 DEP images/ipc-desc.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.37 DEP images/ipc-sem.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.39 PBCC images/ipc-msg.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.41 DEP images/ipc-msg.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.47 PBCC images/ipc-shm.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.52 DEP images/ipc-shm.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.56 PBCC images/ipc-var.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.62 DEP images/ipc-var.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.68 PBCC images/sk-opts.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.71 PBCC images/packet-sock.pb-c.c [2020-02-12T17:43:49.029Z] #44 13.77 DEP images/sk-opts.pb-c.d [2020-02-12T17:43:49.029Z] #44 13.92 DEP images/packet-sock.pb-c.d [2020-02-12T17:43:49.029Z] #44 14.09 PBCC images/sk-netlink.pb-c.c [2020-02-12T17:43:49.029Z] #44 14.15 DEP images/sk-netlink.pb-c.d [2020-02-12T17:43:49.123Z] #44 ... [2020-02-12T17:43:49.123Z] [2020-02-12T17:43:49.123Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:43:49.123Z] #17 37.07 Selecting previously unselected package libjq1:amd64. [2020-02-12T17:43:49.123Z] #17 37.08 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:43:49.123Z] #17 37.09 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:43:49.123Z] #17 37.21 Selecting previously unselected package jq. [2020-02-12T17:43:49.123Z] #17 37.24 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:43:49.123Z] #17 37.24 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:43:49.123Z] #17 37.31 Selecting previously unselected package libaio1:amd64. [2020-02-12T17:43:49.240Z] #38 4.799 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-12T17:43:49.240Z] #38 4.804 -- Detecting C compiler ABI info [2020-02-12T17:43:49.271Z] #45 23.82 GEN compel/include/asm [2020-02-12T17:43:49.271Z] #45 23.82 GEN compel/include/version.h [2020-02-12T17:43:49.271Z] #45 23.83 touch .config [2020-02-12T17:43:49.271Z] #45 23.85 GEN include/common/config.h [2020-02-12T17:43:49.271Z] #45 23.93 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-02-12T17:43:49.271Z] #45 23.98 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-12T17:43:49.271Z] #45 24.00 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-12T17:43:49.271Z] #45 24.01 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-02-12T17:43:49.271Z] #45 24.02 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-02-12T17:43:49.271Z] #45 24.04 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-02-12T17:43:49.271Z] #45 24.04 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-12T17:43:49.271Z] #45 24.06 DEP compel/plugins/std/infect.d [2020-02-12T17:43:49.271Z] #45 24.11 DEP compel/plugins/std/string.d [2020-02-12T17:43:49.290Z] #44 14.29 PBCC images/sk-inet.pb-c.c [2020-02-12T17:43:49.290Z] #44 14.39 DEP images/sk-inet.pb-c.d [2020-02-12T17:43:49.290Z] #44 ... [2020-02-12T17:43:49.290Z] [2020-02-12T17:43:49.290Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:49.381Z] #17 37.32 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-12T17:43:49.381Z] #17 37.33 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-12T17:43:49.381Z] #17 37.41 Selecting previously unselected package libgpm2:amd64. [2020-02-12T17:43:49.381Z] #17 37.41 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-12T17:43:49.381Z] #17 37.42 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-12T17:43:49.381Z] #17 37.48 Selecting previously unselected package libicu63:amd64. [2020-02-12T17:43:49.381Z] #17 37.49 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-12T17:43:49.381Z] #17 37.49 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-12T17:43:49.550Z] #62 34.45 Checking out files: 42% (1306/3042) Checking out files: 43% (1309/3042) Checking out files: 44% (1339/3042) Checking out files: 45% (1369/3042) Checking out files: 46% (1400/3042) Checking out files: 47% (1430/3042) Checking out files: 48% (1461/3042) Checking out files: 49% (1491/3042) Checking out files: 50% (1521/3042) Checking out files: 51% (1552/3042) [2020-02-12T17:43:49.550Z] #62 ... [2020-02-12T17:43:49.550Z] [2020-02-12T17:43:49.550Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:49.550Z] #38 6.469 -- The C compiler identification is GNU 8.3.0 [2020-02-12T17:43:49.550Z] #38 6.520 -- Check for working C compiler: /usr/bin/cc [2020-02-12T17:43:49.550Z] #38 7.481 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-12T17:43:49.550Z] #38 7.490 -- Detecting C compiler ABI info [2020-02-12T17:43:49.550Z] #38 8.490 -- Detecting C compiler ABI info - done [2020-02-12T17:43:49.550Z] #38 8.540 -- Detecting C compile features [2020-02-12T17:43:49.550Z] #38 11.78 -- Detecting C compile features - done [2020-02-12T17:43:49.550Z] #38 11.81 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-12T17:43:49.550Z] #38 12.20 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-12T17:43:49.550Z] #38 12.33 -- Configuring done [2020-02-12T17:43:49.550Z] #38 12.37 -- Generating done [2020-02-12T17:43:49.550Z] #38 12.38 -- Build files have been written to: /tmp/tmp.PoMUCz2qef/tini [2020-02-12T17:43:49.550Z] #38 12.39 + make tini-static [2020-02-12T17:43:49.550Z] #38 13.14 Scanning dependencies of target tini-static [2020-02-12T17:43:49.550Z] #38 13.36 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-12T17:43:49.550Z] #38 15.20 [100%] Linking C executable tini-static [2020-02-12T17:43:49.550Z] #38 15.56 [100%] Built target tini-static [2020-02-12T17:43:49.550Z] #38 15.64 + mkdir -p /build [2020-02-12T17:43:49.550Z] #38 15.64 + cp tini-static /build/docker-init [2020-02-12T17:43:49.550Z] #38 DONE 16.0s [2020-02-12T17:43:49.550Z] [2020-02-12T17:43:49.550Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:43:49.641Z] #45 24.19 DEP compel/plugins/std/log.d [2020-02-12T17:43:49.641Z] #45 24.31 DEP compel/plugins/std/fds.d [2020-02-12T17:43:49.641Z] #45 24.37 DEP compel/plugins/std/std.d [2020-02-12T17:43:49.641Z] #45 24.43 DEP compel/plugins/shmem/shmem.d [2020-02-12T17:43:49.641Z] #45 24.50 DEP compel/plugins/fds/fds.d [2020-02-12T17:43:49.801Z] #38 5.434 -- Detecting C compiler ABI info - done [2020-02-12T17:43:49.801Z] #38 5.474 -- Detecting C compile features [2020-02-12T17:43:50.021Z] #45 24.65 CC compel/plugins/std/std.o [2020-02-12T17:43:50.021Z] #45 24.85 CC compel/plugins/std/fds.o [2020-02-12T17:43:50.362Z] #38 ... [2020-02-12T17:43:50.362Z] [2020-02-12T17:43:50.362Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:50.362Z] #43 66.17 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-12T17:43:50.362Z] #43 66.18 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:43:50.362Z] #43 ... [2020-02-12T17:43:50.362Z] [2020-02-12T17:43:50.362Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:43:50.362Z] #10 56.44 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-12T17:43:50.362Z] #10 56.45 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-12T17:43:50.362Z] #10 56.46 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:43:50.362Z] #10 58.79 Selecting previously unselected package binutils-mingw-w64. [2020-02-12T17:43:50.362Z] #10 58.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-12T17:43:50.362Z] #10 58.84 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:43:50.362Z] #10 58.99 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-12T17:43:50.362Z] #10 58.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:43:50.362Z] #10 59.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:43:50.362Z] #10 59.21 Selecting previously unselected package dmsetup. [2020-02-12T17:43:50.362Z] #10 59.21 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:43:50.362Z] #10 59.21 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-12T17:43:50.362Z] #10 59.39 Selecting previously unselected package mingw-w64-common. [2020-02-12T17:43:50.362Z] #10 59.39 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-12T17:43:50.362Z] #10 59.40 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-12T17:43:50.362Z] #10 65.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-12T17:43:50.362Z] #10 65.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-12T17:43:50.362Z] #10 65.25 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:43:50.401Z] #45 25.14 CC compel/plugins/std/log.o [2020-02-12T17:43:50.617Z] #10 ... [2020-02-12T17:43:50.617Z] [2020-02-12T17:43:50.617Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:50.617Z] #33 64.54 path [2020-02-12T17:43:50.617Z] #33 65.11 text/tabwriter [2020-02-12T17:43:50.617Z] #33 66.19 path/filepath [2020-02-12T17:43:50.617Z] #33 66.19 fmt [2020-02-12T17:43:50.617Z] #33 ... [2020-02-12T17:43:50.617Z] [2020-02-12T17:43:50.617Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:43:50.617Z] #43 DONE 66.7s [2020-02-12T17:43:50.872Z] [2020-02-12T17:43:50.872Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:51.117Z] #62 34.45 Checking out files: 42% (1306/3042) Checking out files: 43% (1309/3042) Checking out files: 44% (1339/3042) Checking out files: 45% (1369/3042) Checking out files: 46% (1400/3042) Checking out files: 47% (1430/3042) Checking out files: 48% (1461/3042) Checking out files: 49% (1491/3042) Checking out files: 50% (1521/3042) Checking out files: 51% (1552/3042) Checking out files: 52% (1582/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/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: 79% (2420/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: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-12T17:43:51.117Z] #62 36.17 + cd /tmp/tmp.xY6FEFiG31/src/github.com/containerd/containerd [2020-02-12T17:43:51.117Z] #62 36.18 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:43:51.196Z] #45 25.68 CC compel/plugins/std/string.o [2020-02-12T17:43:51.567Z] #45 26.22 CC compel/plugins/std/infect.o [2020-02-12T17:43:51.567Z] #45 26.42 CC compel/arch/s390/plugins/std/parasite-head.o [2020-02-12T17:43:51.567Z] #45 26.44 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-02-12T17:43:51.567Z] #45 26.49 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-02-12T17:43:52.142Z] #45 26.58 AR compel/plugins/std.lib.a [2020-02-12T17:43:52.142Z] #45 26.64 CC compel/plugins/fds/fds.o [2020-02-12T17:43:52.142Z] #45 26.91 AR compel/plugins/fds.lib.a [2020-02-12T17:43:52.142Z] #45 26.98 HOSTDEP compel/src/lib/log-host.d [2020-02-12T17:43:52.550Z] #45 27.18 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-12T17:43:52.550Z] #45 27.33 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-02-12T17:43:52.550Z] #45 27.46 HOSTDEP compel/src/main-host.d [2020-02-12T17:43:53.035Z] #62 37.92 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-12T17:43:53.035Z] #62 37.92 + BUILDTAGS='netgo osusergo static_build' [2020-02-12T17:43:53.035Z] #62 37.92 + export EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:43:53.035Z] #62 37.92 + EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:43:53.035Z] #62 37.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-12T17:43:53.035Z] #62 37.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-12T17:43:53.035Z] #62 37.92 + '[' '' = dynamic ']' [2020-02-12T17:43:53.035Z] #62 37.92 + make [2020-02-12T17:43:53.068Z] #45 27.67 DEP compel/src/lib/ptrace.d [2020-02-12T17:43:53.068Z] #45 27.74 DEP compel/src/lib/infect.d [2020-02-12T17:43:53.299Z] #62 ... [2020-02-12T17:43:53.299Z] [2020-02-12T17:43:53.299Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:53.299Z] #33 65.40 fmt [2020-02-12T17:43:53.299Z] #33 66.35 io/ioutil [2020-02-12T17:43:53.299Z] #33 68.80 flag [2020-02-12T17:43:53.299Z] #33 68.80 github.com/BurntSushi/toml [2020-02-12T17:43:53.299Z] #33 68.81 log [2020-02-12T17:43:53.299Z] #33 73.85 github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:43:53.389Z] #44 ... [2020-02-12T17:43:53.389Z] [2020-02-12T17:43:53.389Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:53.389Z] #47 59.00 time [2020-02-12T17:43:53.389Z] #47 62.09 strings [2020-02-12T17:43:53.389Z] #47 64.89 os [2020-02-12T17:43:53.389Z] #47 65.18 regexp/syntax [2020-02-12T17:43:53.389Z] #47 68.42 fmt [2020-02-12T17:43:53.389Z] #47 ... [2020-02-12T17:43:53.389Z] [2020-02-12T17:43:53.389Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:53.389Z] #38 7.802 -- Detecting C compile features - done [2020-02-12T17:43:53.389Z] #38 7.839 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-12T17:43:53.389Z] #38 7.998 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-12T17:43:53.389Z] #38 8.098 -- Configuring done [2020-02-12T17:43:53.389Z] #38 8.109 -- Generating done [2020-02-12T17:43:53.389Z] #38 8.122 -- Build files have been written to: /tmp/tmp.WaLuMguM6R/tini [2020-02-12T17:43:53.389Z] #38 8.140 + make tini-static [2020-02-12T17:43:53.389Z] #38 8.656 Scanning dependencies of target tini-static [2020-02-12T17:43:53.389Z] #38 8.845 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-12T17:43:53.485Z] #45 28.03 DEP compel/src/lib/infect-util.d [2020-02-12T17:43:53.561Z] #17 41.14 Selecting previously unselected package libnet1:amd64. [2020-02-12T17:43:53.561Z] #17 41.14 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-12T17:43:53.561Z] #17 41.15 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:43:53.561Z] #17 41.24 Selecting previously unselected package libnl-3-200:amd64. [2020-02-12T17:43:53.561Z] #17 41.25 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-12T17:43:53.561Z] #17 41.27 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:43:53.561Z] #17 41.36 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-12T17:43:53.561Z] #17 41.36 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:43:53.561Z] #17 41.37 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:43:53.561Z] #17 41.44 Selecting previously unselected package libreadline5:amd64. [2020-02-12T17:43:53.561Z] #17 41.45 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-12T17:43:53.561Z] #17 41.46 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-12T17:43:53.561Z] #17 41.57 Selecting previously unselected package net-tools. [2020-02-12T17:43:53.561Z] #17 41.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-12T17:43:53.561Z] #17 41.59 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:43:53.561Z] #17 41.79 Selecting previously unselected package python-pip-whl. [2020-02-12T17:43:53.561Z] #17 41.81 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-12T17:43:53.561Z] #17 41.81 Unpacking python-pip-whl (18.1-5) ... [2020-02-12T17:43:53.564Z] #33 ... [2020-02-12T17:43:53.564Z] [2020-02-12T17:43:53.564Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:53.564Z] #44 14.51 PBCC images/sk-unix.pb-c.c [2020-02-12T17:43:53.564Z] #44 14.59 DEP images/sk-unix.pb-c.d [2020-02-12T17:43:53.564Z] #44 14.66 PBCC images/mm.pb-c.c [2020-02-12T17:43:53.564Z] #44 14.76 DEP images/mm.pb-c.d [2020-02-12T17:43:53.564Z] #44 14.80 PBCC images/timerfd.pb-c.c [2020-02-12T17:43:53.564Z] #44 14.92 DEP images/timerfd.pb-c.d [2020-02-12T17:43:53.564Z] #44 14.96 PBCC images/timer.pb-c.c [2020-02-12T17:43:53.564Z] #44 14.99 DEP images/timer.pb-c.d [2020-02-12T17:43:53.564Z] #44 15.07 PBCC images/sa.pb-c.c [2020-02-12T17:43:53.564Z] #44 15.16 DEP images/sa.pb-c.d [2020-02-12T17:43:53.564Z] #44 15.30 PBCC images/pipe-data.pb-c.c [2020-02-12T17:43:53.564Z] #44 15.40 DEP images/pipe-data.pb-c.d [2020-02-12T17:43:53.564Z] #44 15.45 PBCC images/mnt.pb-c.c [2020-02-12T17:43:53.564Z] #44 15.54 DEP images/mnt.pb-c.d [2020-02-12T17:43:53.564Z] #44 15.69 PBCC images/sk-packet.pb-c.c [2020-02-12T17:43:53.564Z] #44 15.75 DEP images/sk-packet.pb-c.d [2020-02-12T17:43:53.564Z] #44 15.88 PBCC images/tcp-stream.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.00 DEP images/tcp-stream.pb-c.d [2020-02-12T17:43:53.564Z] #44 16.03 PBCC images/pipe.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.13 DEP images/pipe.pb-c.d [2020-02-12T17:43:53.564Z] #44 16.18 PBCC images/pstree.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.19 DEP images/pstree.pb-c.d [2020-02-12T17:43:53.564Z] #44 16.30 PBCC images/fs.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.31 DEP images/fs.pb-c.d [2020-02-12T17:43:53.564Z] #44 16.44 PBCC images/signalfd.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.59 DEP images/signalfd.pb-c.d [2020-02-12T17:43:53.564Z] #44 16.65 PBCC images/fh.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.74 PBCC images/fsnotify.pb-c.c [2020-02-12T17:43:53.564Z] #44 16.90 DEP images/fh.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.02 DEP images/fsnotify.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.11 PBCC images/eventpoll.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.17 DEP images/eventpoll.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.22 PBCC images/eventfd.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.26 DEP images/eventfd.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.34 PBCC images/remap-file-path.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.36 DEP images/remap-file-path.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.40 PBCC images/fifo.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.44 DEP images/fifo.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.54 PBCC images/ghost-file.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.60 DEP images/ghost-file.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.66 PBCC images/regfile.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.79 DEP images/regfile.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.86 PBCC images/ns.pb-c.c [2020-02-12T17:43:53.564Z] #44 17.91 DEP images/ns.pb-c.d [2020-02-12T17:43:53.564Z] #44 17.99 PBCC images/fdinfo.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.09 DEP images/fdinfo.pb-c.d [2020-02-12T17:43:53.564Z] #44 18.21 PBCC images/core-aarch64.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.29 PBCC images/core-arm.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.37 PBCC images/core-ppc64.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.41 PBCC images/core-s390.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.43 PBCC images/core-x86.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.54 PBCC images/core.pb-c.c [2020-02-12T17:43:53.564Z] #44 18.60 PBCC images/inventory.pb-c.c [2020-02-12T17:43:53.824Z] #44 18.71 DEP images/core-aarch64.pb-c.d [2020-02-12T17:43:53.824Z] #44 18.76 DEP images/core-arm.pb-c.d [2020-02-12T17:43:53.824Z] #44 18.82 DEP images/core-ppc64.pb-c.d [2020-02-12T17:43:53.824Z] #44 18.95 DEP images/core-s390.pb-c.d [2020-02-12T17:43:53.943Z] #45 28.35 DEP compel/src/lib/infect-rpc.d [2020-02-12T17:43:53.943Z] #45 28.35 DEP compel/arch/s390/src/lib/infect.d [2020-02-12T17:43:53.943Z] #45 28.41 DEP compel/arch/s390/src/lib/cpu.d [2020-02-12T17:43:53.943Z] #45 28.50 DEP compel/src/lib/log.d [2020-02-12T17:43:53.943Z] #45 28.54 DEP compel/src/main.d [2020-02-12T17:43:53.943Z] #45 28.60 DEP compel/src/lib/handle-elf.d [2020-02-12T17:43:53.943Z] #45 28.66 DEP compel/arch/s390/src/lib/handle-elf.d [2020-02-12T17:43:54.085Z] #44 19.03 DEP images/core-x86.pb-c.d [2020-02-12T17:43:54.085Z] #44 19.04 DEP images/core.pb-c.d [2020-02-12T17:43:54.085Z] #44 19.09 DEP images/inventory.pb-c.d [2020-02-12T17:43:54.085Z] #44 19.16 PBCC images/cpuinfo.pb-c.c [2020-02-12T17:43:54.085Z] #44 19.22 DEP images/cpuinfo.pb-c.d [2020-02-12T17:43:54.127Z] #17 42.35 Selecting previously unselected package python3-lib2to3. [2020-02-12T17:43:54.127Z] #17 42.35 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-12T17:43:54.127Z] #17 42.36 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:43:54.346Z] #44 19.27 PBCC images/stats.pb-c.c [2020-02-12T17:43:54.346Z] #44 19.32 DEP images/stats.pb-c.d [2020-02-12T17:43:54.347Z] #45 28.82 CC compel/src/lib/log.o [2020-02-12T17:43:54.347Z] #45 28.97 CC compel/arch/s390/src/lib/cpu.o [2020-02-12T17:43:54.385Z] #17 42.51 Selecting previously unselected package python3-distutils. [2020-02-12T17:43:54.385Z] #17 42.52 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-12T17:43:54.385Z] #17 42.53 Unpacking python3-distutils (3.7.3-1) ... [2020-02-12T17:43:54.385Z] #17 42.66 Selecting previously unselected package python3-pip. [2020-02-12T17:43:54.643Z] #17 42.68 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-12T17:43:54.643Z] #17 42.69 Unpacking python3-pip (18.1-5) ... [2020-02-12T17:43:54.717Z] #45 29.24 CC compel/arch/s390/src/lib/infect.o [2020-02-12T17:43:54.824Z] #38 10.39 [100%] Linking C executable tini-static [2020-02-12T17:43:54.900Z] #17 42.86 Selecting previously unselected package python3-pkg-resources. [2020-02-12T17:43:54.900Z] #17 42.87 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:43:54.900Z] #17 42.88 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:43:54.900Z] #17 43.00 Selecting previously unselected package python3-setuptools. [2020-02-12T17:43:54.900Z] #17 43.02 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-12T17:43:54.900Z] #17 43.04 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-12T17:43:55.099Z] #45 29.87 CC compel/src/lib/infect-rpc.o [2020-02-12T17:43:55.158Z] #17 43.27 Selecting previously unselected package python3-wheel. [2020-02-12T17:43:55.158Z] #17 43.28 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-12T17:43:55.158Z] #17 43.29 Unpacking python3-wheel (0.32.3-2) ... [2020-02-12T17:43:55.158Z] #17 43.36 Selecting previously unselected package thin-provisioning-tools. [2020-02-12T17:43:55.385Z] #38 10.84 [100%] Built target tini-static [2020-02-12T17:43:55.385Z] #38 10.91 + mkdir -p /build [2020-02-12T17:43:55.385Z] #38 10.91 + cp tini-static /build/docker-init [2020-02-12T17:43:55.415Z] #17 43.39 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-12T17:43:55.415Z] #17 43.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:43:55.451Z] #45 30.11 CC compel/src/lib/infect-util.o [2020-02-12T17:43:55.451Z] #45 30.24 CC compel/src/lib/infect.o [2020-02-12T17:43:55.640Z] #38 DONE 11.2s [2020-02-12T17:43:55.640Z] [2020-02-12T17:43:55.640Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:55.640Z] #47 71.15 regexp [2020-02-12T17:43:55.673Z] #17 43.67 Selecting previously unselected package vim-runtime. [2020-02-12T17:43:55.673Z] #17 43.68 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:43:55.673Z] #17 43.73 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-12T17:43:55.673Z] #17 43.75 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-12T17:43:55.673Z] #17 43.76 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:43:55.727Z] Running on azwin-2-6520f0 in d:\jenkins\workspace\moby_PR-40500 [Pipeline] { [2020-02-12T17:43:55.731Z] #44 ... [2020-02-12T17:43:55.731Z] [2020-02-12T17:43:55.731Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:43:55.731Z] #33 DONE 77.6s [2020-02-12T17:43:55.731Z] [2020-02-12T17:43:55.731Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:55.731Z] #47 71.73 go/token [2020-02-12T17:43:55.731Z] #47 71.74 net/url [2020-02-12T17:43:55.731Z] #47 72.19 text/template/parse [2020-02-12T17:43:55.731Z] #47 73.97 go/scanner [2020-02-12T17:43:55.731Z] #47 75.16 encoding/binary [2020-02-12T17:43:55.731Z] #47 75.63 go/ast [Pipeline] ws [2020-02-12T17:43:55.743Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-02-12T17:43:56.009Z] #47 77.86 encoding/base64 [2020-02-12T17:43:56.269Z] #47 ... [2020-02-12T17:43:56.269Z] [2020-02-12T17:43:56.269Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:56.269Z] #44 21.31 make[1]: Nothing to be done for 'all'. [2020-02-12T17:43:56.723Z] #45 31.52 CC compel/src/lib/ptrace.o [2020-02-12T17:43:57.097Z] #45 31.85 AR compel/libcompel.a [2020-02-12T17:43:57.097Z] #45 31.89 HOSTCC compel/src/main-host.o [2020-02-12T17:43:57.481Z] #45 ... [2020-02-12T17:43:57.481Z] [2020-02-12T17:43:57.481Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:43:57.481Z] #48 58.20 go/parser [2020-02-12T17:43:57.481Z] #48 58.56 text/template [2020-02-12T17:43:57.481Z] #48 60.68 encoding/xml [2020-02-12T17:43:57.481Z] #48 63.43 go/doc [2020-02-12T17:43:57.481Z] #48 65.66 github.com/LK4D4/vndr/versioned [2020-02-12T17:43:57.481Z] #48 65.79 crypto/dsa [2020-02-12T17:43:57.481Z] #48 66.05 crypto/x509/pkix [2020-02-12T17:43:57.481Z] #48 66.48 vendor/golang.org/x/crypto/cryptobyte [2020-02-12T17:43:57.481Z] #48 66.61 github.com/LK4D4/vndr/build [2020-02-12T17:43:57.481Z] #48 68.27 net [2020-02-12T17:43:57.481Z] #48 ... [2020-02-12T17:43:57.481Z] [2020-02-12T17:43:57.481Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:43:57.481Z] #45 32.11 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-02-12T17:43:57.481Z] #45 32.21 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-12T17:43:57.527Z] #47 73.09 go/token [2020-02-12T17:43:57.848Z] #45 32.43 HOSTCC compel/src/lib/log-host.o [2020-02-12T17:43:57.848Z] #45 32.55 HOSTLINK compel/compel-host-bin [2020-02-12T17:43:57.848Z] #45 32.60 DEP soccr/soccr.d [2020-02-12T17:43:58.088Z] #47 73.84 go/scanner [2020-02-12T17:43:58.224Z] #45 32.71 CC soccr/soccr.o [2020-02-12T17:43:58.813Z] #44 23.60 CC images/stats.o [2020-02-12T17:43:58.952Z] #17 47.05 Selecting previously unselected package vim. [2020-02-12T17:43:58.952Z] #17 47.05 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-12T17:43:58.952Z] #17 47.07 Unpacking vim (2:8.1.0875-5) ... [2020-02-12T17:43:59.001Z] #45 33.68 AR soccr/libsoccr.a [2020-02-12T17:43:59.001Z] #45 33.70 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:43:59.001Z] #45 33.83 DEP criu/arch/s390/sigframe.d [2020-02-12T17:43:59.074Z] #44 24.11 CC images/core.o [2020-02-12T17:43:59.379Z] #45 33.89 DEP criu/arch/s390/crtools.d [2020-02-12T17:43:59.379Z] #45 34.05 DEP criu/arch/s390/cpu.d [2020-02-12T17:43:59.379Z] #45 34.16 CC criu/arch/s390/cpu.o [2020-02-12T17:43:59.452Z] #47 75.05 go/ast [2020-02-12T17:43:59.518Z] #17 47.63 Selecting previously unselected package xfsprogs. [2020-02-12T17:43:59.518Z] #17 47.65 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-12T17:43:59.518Z] #17 47.67 Unpacking xfsprogs (4.20.0-1) ... [2020-02-12T17:43:59.710Z] #47 75.31 internal/lazyregexp [2020-02-12T17:43:59.710Z] #47 75.49 net/url [2020-02-12T17:43:59.741Z] #45 34.53 CC criu/arch/s390/crtools.o [2020-02-12T17:44:00.017Z] #44 24.91 CC images/core-x86.o [2020-02-12T17:44:00.083Z] #17 48.24 Selecting previously unselected package zip. [2020-02-12T17:44:00.083Z] #17 48.26 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-12T17:44:00.083Z] #17 48.26 Unpacking zip (3.0-11+b1) ... [2020-02-12T17:44:00.341Z] #17 48.45 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:44:00.341Z] #17 48.46 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:44:00.341Z] #17 48.47 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-12T17:44:00.341Z] #17 48.50 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-12T17:44:00.341Z] #17 48.51 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-12T17:44:00.341Z] #17 48.52 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-12T17:44:00.341Z] #17 48.53 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-12T17:44:00.341Z] #17 48.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:44:00.341Z] #17 48.55 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:44:00.509Z] #45 35.19 CC criu/arch/s390/sigframe.o [2020-02-12T17:44:00.509Z] #45 35.33 LINK criu/arch/s390/crtools.built-in.o [2020-02-12T17:44:00.509Z] #45 35.36 DEP criu/arch/s390/vdso-pie.d [2020-02-12T17:44:00.589Z] #44 25.50 CC images/core-arm.o [2020-02-12T17:44:00.598Z] #17 48.56 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:44:00.598Z] #17 48.58 Setting up libicu63:amd64 (63.1-6) ... [2020-02-12T17:44:00.598Z] #17 48.59 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:44:00.598Z] #17 48.60 Setting up zip (3.0-11+b1) ... [2020-02-12T17:44:00.598Z] #17 48.61 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:44:00.598Z] #17 48.66 Setting up bash-completion (1:2.8-6) ... [2020-02-12T17:44:00.653Z] #47 ... [2020-02-12T17:44:00.653Z] [2020-02-12T17:44:00.653Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:00.851Z] #44 26.00 CC images/core-aarch64.o [2020-02-12T17:44:00.881Z] #45 35.49 DEP criu/pie/parasite-vdso.d [2020-02-12T17:44:00.881Z] #45 35.59 DEP criu/pie/util-vdso.d [2020-02-12T17:44:00.881Z] #45 35.66 DEP criu/pie/util.d [2020-02-12T17:44:01.258Z] #45 35.78 CC criu/pie/util.o [2020-02-12T17:44:01.258Z] #45 35.98 CC criu/pie/util-vdso.o [2020-02-12T17:44:01.418Z] #62 32.45 Checking out files: 53% (1636/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/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: 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-12T17:44:01.418Z] #62 33.72 + cd /tmp/tmp.dvAQuyD1Gj/src/github.com/containerd/containerd [2020-02-12T17:44:01.418Z] #62 33.72 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:44:01.421Z] #44 26.37 CC images/core-ppc64.o [2020-02-12T17:44:01.637Z] #45 36.39 CC criu/pie/parasite-vdso.o [2020-02-12T17:44:01.978Z] #62 ... [2020-02-12T17:44:01.978Z] [2020-02-12T17:44:01.978Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:44:01.978Z] #33 67.75 io/ioutil [2020-02-12T17:44:01.978Z] #33 69.85 github.com/BurntSushi/toml [2020-02-12T17:44:01.978Z] #33 69.86 flag [2020-02-12T17:44:01.978Z] #33 71.82 log [2020-02-12T17:44:01.978Z] #33 74.34 github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:44:02.021Z] #45 36.74 CC criu/arch/s390/vdso-pie.o [2020-02-12T17:44:02.234Z] #33 ... [2020-02-12T17:44:02.234Z] [2020-02-12T17:44:02.234Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:02.234Z] #44 3.422 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:44:02.234Z] #44 3.422 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:44:02.234Z] #44 5.840 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:44:02.234Z] #44 5.853 GEN .gitid [2020-02-12T17:44:02.234Z] #44 5.858 GEN criu/include/version.h [2020-02-12T17:44:02.234Z] #44 5.881 GEN include/common/asm [2020-02-12T17:44:02.234Z] #44 7.205 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.342 PBCC images/opts.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.401 PBCC images/sit.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.433 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.529 DEP images/opts.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.561 DEP images/sit.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.613 PBCC images/macvlan.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.649 DEP images/macvlan.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.697 PBCC images/autofs.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.725 DEP images/autofs.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.763 PBCC images/sysctl.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.789 DEP images/sysctl.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.846 PBCC images/time.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.900 DEP images/time.pb-c.d [2020-02-12T17:44:02.234Z] #44 7.953 PBCC images/binfmt-misc.pb-c.c [2020-02-12T17:44:02.234Z] #44 7.979 DEP images/binfmt-misc.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.026 PBCC images/seccomp.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.050 DEP images/seccomp.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.128 PBCC images/userns.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.170 DEP images/userns.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.254 PBCC images/cgroup.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.279 DEP images/cgroup.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.326 PBCC images/fown.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.355 PBCC images/ext-file.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.375 DEP images/fown.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.417 DEP images/ext-file.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.448 PBCC images/rpc.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.477 DEP images/rpc.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.517 PBCC images/siginfo.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.537 DEP images/siginfo.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.571 PBCC images/pagemap.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.610 DEP images/pagemap.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.683 PBCC images/rlimit.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.726 DEP images/rlimit.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.781 PBCC images/file-lock.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.795 DEP images/file-lock.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.856 PBCC images/tty.pb-c.c [2020-02-12T17:44:02.234Z] #44 8.898 DEP images/tty.pb-c.d [2020-02-12T17:44:02.234Z] #44 8.980 PBCC images/tun.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.039 PBCC images/netdev.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.102 DEP images/tun.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.188 DEP images/netdev.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.242 PBCC images/vma.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.297 DEP images/vma.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.356 PBCC images/creds.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.378 DEP images/creds.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.437 PBCC images/utsns.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.444 DEP images/utsns.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.483 PBCC images/ipc-desc.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.514 PBCC images/ipc-sem.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.557 DEP images/ipc-desc.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.607 DEP images/ipc-sem.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.646 PBCC images/ipc-msg.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.691 DEP images/ipc-msg.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.741 PBCC images/ipc-shm.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.776 DEP images/ipc-shm.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.809 PBCC images/ipc-var.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.825 DEP images/ipc-var.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.846 PBCC images/sk-opts.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.900 PBCC images/packet-sock.pb-c.c [2020-02-12T17:44:02.234Z] #44 9.964 DEP images/sk-opts.pb-c.d [2020-02-12T17:44:02.234Z] #44 9.992 DEP images/packet-sock.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.07 PBCC images/sk-netlink.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.12 DEP images/sk-netlink.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.19 PBCC images/sk-inet.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.25 DEP images/sk-inet.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.29 PBCC images/sk-unix.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.34 DEP images/sk-unix.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.40 PBCC images/mm.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.52 DEP images/mm.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.56 PBCC images/timerfd.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.61 DEP images/timerfd.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.66 PBCC images/timer.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.70 DEP images/timer.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.76 PBCC images/sa.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.78 DEP images/sa.pb-c.d [2020-02-12T17:44:02.234Z] #44 10.84 PBCC images/pipe-data.pb-c.c [2020-02-12T17:44:02.234Z] #44 10.87 DEP images/pipe-data.pb-c.d [2020-02-12T17:44:02.235Z] #44 10.90 PBCC images/mnt.pb-c.c [2020-02-12T17:44:02.235Z] #44 10.97 DEP images/mnt.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.03 PBCC images/sk-packet.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.05 DEP images/sk-packet.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.09 PBCC images/tcp-stream.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.17 DEP images/tcp-stream.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.22 PBCC images/pipe.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.26 DEP images/pipe.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.29 PBCC images/pstree.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.31 DEP images/pstree.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.34 PBCC images/fs.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.37 DEP images/fs.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.41 PBCC images/signalfd.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.46 DEP images/signalfd.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.50 PBCC images/fh.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.54 PBCC images/fsnotify.pb-c.c [2020-02-12T17:44:02.235Z] #44 11.60 DEP images/fh.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.67 DEP images/fsnotify.pb-c.d [2020-02-12T17:44:02.235Z] #44 11.73 PBCC images/eventpoll.pb-c.c [2020-02-12T17:44:02.364Z] #44 27.46 CC images/core-s390.o [2020-02-12T17:44:02.387Z] #45 36.89 AR criu/pie/pie.lib.a [2020-02-12T17:44:02.387Z] #45 36.94 DEP criu/pie/restorer.d [2020-02-12T17:44:02.387Z] #45 ... [2020-02-12T17:44:02.387Z] [2020-02-12T17:44:02.387Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:02.387Z] #11 63.36 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-12T17:44:02.387Z] #11 63.37 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-12T17:44:02.387Z] #11 63.37 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:02.387Z] #11 ... [2020-02-12T17:44:02.387Z] [2020-02-12T17:44:02.387Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:02.387Z] #45 37.15 DEP criu/arch/s390/restorer.d [2020-02-12T17:44:02.387Z] #45 37.28 DEP criu/pie/parasite.d [2020-02-12T17:44:02.490Z] #44 11.76 DEP images/eventpoll.pb-c.d [2020-02-12T17:44:02.490Z] #44 11.82 PBCC images/eventfd.pb-c.c [2020-02-12T17:44:02.490Z] #44 ... [2020-02-12T17:44:02.490Z] [2020-02-12T17:44:02.490Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:02.490Z] #62 34.82 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-12T17:44:02.490Z] #62 34.82 + BUILDTAGS='netgo osusergo static_build' [2020-02-12T17:44:02.490Z] #62 34.82 + export EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:44:02.490Z] #62 34.82 + EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:44:02.490Z] #62 34.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-12T17:44:02.490Z] #62 34.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-12T17:44:02.490Z] #62 34.82 + '[' '' = dynamic ']' [2020-02-12T17:44:02.490Z] #62 34.82 + make [2020-02-12T17:44:02.497Z] #17 ... [2020-02-12T17:44:02.497Z] [2020-02-12T17:44:02.497Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:02.497Z] #44 103.4 CC criu/cr-service.o [2020-02-12T17:44:02.497Z] #44 104.9 CC criu/crtools.o [2020-02-12T17:44:02.497Z] #44 105.4 CC criu/eventfd.o [2020-02-12T17:44:02.497Z] #44 105.8 CC criu/eventpoll.o [2020-02-12T17:44:02.497Z] #44 106.6 CC criu/external.o [2020-02-12T17:44:02.497Z] #44 106.9 CC criu/fault-injection.o [2020-02-12T17:44:02.497Z] #44 107.1 CC criu/fdstore.o [2020-02-12T17:44:02.497Z] #44 107.4 CC criu/fifo.o [2020-02-12T17:44:02.497Z] #44 107.8 CC criu/file-ids.o [2020-02-12T17:44:02.497Z] #44 108.1 CC criu/file-lock.o [2020-02-12T17:44:02.497Z] #44 109.0 CC criu/files-ext.o [2020-02-12T17:44:02.497Z] #44 109.3 CC criu/files-reg.o [2020-02-12T17:44:02.497Z] #44 111.4 CC criu/files.o [2020-02-12T17:44:02.497Z] #44 113.4 CC criu/filesystems.o [2020-02-12T17:44:02.744Z] #62 ... [2020-02-12T17:44:02.745Z] [2020-02-12T17:44:02.745Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:44:02.745Z] #33 DONE 78.6s [2020-02-12T17:44:02.781Z] #45 37.43 CC criu/pie/parasite.o [2020-02-12T17:44:02.999Z] [2020-02-12T17:44:03.000Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:03.000Z] #44 11.85 DEP images/eventfd.pb-c.d [2020-02-12T17:44:03.000Z] #44 11.97 PBCC images/remap-file-path.pb-c.c [2020-02-12T17:44:03.000Z] #44 11.98 DEP images/remap-file-path.pb-c.d [2020-02-12T17:44:03.000Z] #44 12.05 PBCC images/fifo.pb-c.c [2020-02-12T17:44:03.000Z] #44 12.09 DEP images/fifo.pb-c.d [2020-02-12T17:44:03.000Z] #44 12.15 PBCC images/ghost-file.pb-c.c [2020-02-12T17:44:03.000Z] #44 12.26 DEP images/ghost-file.pb-c.d [2020-02-12T17:44:03.000Z] #44 12.35 PBCC images/regfile.pb-c.c [2020-02-12T17:44:03.000Z] #44 12.43 DEP images/regfile.pb-c.d [2020-02-12T17:44:03.000Z] #44 12.48 PBCC images/ns.pb-c.c [2020-02-12T17:44:03.063Z] #44 114.1 CC criu/fsnotify.o [2020-02-12T17:44:03.254Z] #44 12.53 DEP images/ns.pb-c.d [2020-02-12T17:44:03.307Z] #44 28.29 CC images/cpuinfo.o [2020-02-12T17:44:03.307Z] #44 ... [2020-02-12T17:44:03.307Z] [2020-02-12T17:44:03.307Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:03.307Z] #10 85.77 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-12T17:44:03.307Z] #10 85.77 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-02-12T17:44:03.307Z] #10 85.79 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:03.320Z] #44 ... [2020-02-12T17:44:03.320Z] [2020-02-12T17:44:03.320Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:03.320Z] #17 51.50 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-12T17:44:03.320Z] #17 51.51 Setting up xz-utils (5.2.4-1) ... [2020-02-12T17:44:03.320Z] #17 51.53 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-12T17:44:03.320Z] #17 51.55 Setting up pigz (2.4-1) ... [2020-02-12T17:44:03.320Z] #17 51.56 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-12T17:44:03.320Z] #17 51.57 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:44:03.320Z] #17 51.58 Setting up python-pip-whl (18.1-5) ... [2020-02-12T17:44:03.320Z] #17 51.59 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-12T17:44:03.512Z] #44 12.63 PBCC images/fdinfo.pb-c.c [2020-02-12T17:44:03.512Z] #44 12.82 DEP images/fdinfo.pb-c.d [2020-02-12T17:44:03.578Z] #17 51.60 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:44:03.700Z] #45 38.38 LINK criu/pie/parasite.built-in.o [2020-02-12T17:44:03.700Z] #45 38.38 GEN criu/pie/parasite-blob.h [2020-02-12T17:44:03.700Z] #45 38.38 CC criu/arch/s390/restorer.o [2020-02-12T17:44:03.767Z] #44 12.99 PBCC images/core-aarch64.pb-c.c [2020-02-12T17:44:03.767Z] #44 13.03 PBCC images/core-arm.pb-c.c [2020-02-12T17:44:03.767Z] #44 13.14 PBCC images/core-ppc64.pb-c.c [2020-02-12T17:44:03.835Z] #17 52.03 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-12T17:44:03.835Z] #17 52.04 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:44:03.835Z] #17 52.05 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:44:03.835Z] #17 52.06 Setting up vim (2:8.1.0875-5) ... [2020-02-12T17:44:03.836Z] #17 52.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-12T17:44:03.836Z] #17 52.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-12T17:44:03.836Z] #17 52.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-12T17:44:03.836Z] #17 52.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-12T17:44:03.836Z] #17 52.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-12T17:44:03.836Z] #17 52.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-12T17:44:03.836Z] #17 52.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-12T17:44:03.836Z] #17 52.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-12T17:44:03.836Z] #17 52.15 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:44:04.022Z] #44 13.23 PBCC images/core-s390.pb-c.c [2020-02-12T17:44:04.023Z] #44 13.30 PBCC images/core-x86.pb-c.c [2020-02-12T17:44:04.023Z] #44 13.34 PBCC images/core.pb-c.c [2020-02-12T17:44:04.023Z] #44 13.39 PBCC images/inventory.pb-c.c [2020-02-12T17:44:04.023Z] #44 13.44 DEP images/core-aarch64.pb-c.d [2020-02-12T17:44:04.093Z] #17 52.16 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:44:04.093Z] #17 52.18 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-12T17:44:04.093Z] #17 52.19 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:44:04.093Z] #17 52.20 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-12T17:44:04.093Z] #17 52.22 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:44:04.115Z] #45 38.83 CC criu/pie/restorer.o [2020-02-12T17:44:04.251Z] #10 ... [2020-02-12T17:44:04.251Z] [2020-02-12T17:44:04.251Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:04.251Z] #62 39.15 + bin/ctr [2020-02-12T17:44:04.251Z] #62 ... [2020-02-12T17:44:04.251Z] [2020-02-12T17:44:04.251Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:04.251Z] #44 28.85 CC images/inventory.o [2020-02-12T17:44:04.251Z] #44 29.20 CC images/fdinfo.o [2020-02-12T17:44:04.277Z] #44 13.47 DEP images/core-arm.pb-c.d [2020-02-12T17:44:04.277Z] #44 13.52 DEP images/core-ppc64.pb-c.d [2020-02-12T17:44:04.277Z] #44 13.57 DEP images/core-s390.pb-c.d [2020-02-12T17:44:04.277Z] #44 13.64 DEP images/core-x86.pb-c.d [2020-02-12T17:44:04.277Z] #44 13.68 DEP images/core.pb-c.d [2020-02-12T17:44:04.277Z] #44 13.73 DEP images/inventory.pb-c.d [2020-02-12T17:44:04.277Z] #44 13.80 PBCC images/cpuinfo.pb-c.c [2020-02-12T17:44:04.532Z] #44 13.84 DEP images/cpuinfo.pb-c.d [2020-02-12T17:44:04.532Z] #44 13.89 PBCC images/stats.pb-c.c [2020-02-12T17:44:04.532Z] #44 13.94 DEP images/stats.pb-c.d [2020-02-12T17:44:04.822Z] #44 29.75 CC images/fown.o [2020-02-12T17:44:05.085Z] #44 29.99 CC images/ns.o [2020-02-12T17:44:05.345Z] #44 30.24 CC images/regfile.o [2020-02-12T17:44:05.606Z] #44 30.52 CC images/ghost-file.o [2020-02-12T17:44:05.902Z] #44 15.17 make[1]: Nothing to be done for 'all'. [2020-02-12T17:44:06.177Z] #44 31.00 CC images/fifo.o [2020-02-12T17:44:06.451Z] #44 31.30 CC images/remap-file-path.o [2020-02-12T17:44:06.463Z] #44 ... [2020-02-12T17:44:06.463Z] [2020-02-12T17:44:06.463Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:06.463Z] #10 72.31 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-12T17:44:06.463Z] #10 72.31 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-12T17:44:06.463Z] #10 72.32 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:06.463Z] #10 72.61 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-12T17:44:06.463Z] #10 72.62 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-12T17:44:06.463Z] #10 72.63 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:06.594Z] #45 41.14 LINK criu/pie/restorer.built-in.o [2020-02-12T17:44:06.594Z] #45 41.15 GEN criu/pie/restorer-blob.h [2020-02-12T17:44:06.594Z] #45 41.20 DEP criu/vdso.d [2020-02-12T17:44:06.594Z] #45 41.30 DEP criu/uts_ns.d [2020-02-12T17:44:06.594Z] #45 41.40 DEP criu/util.d [2020-02-12T17:44:06.716Z] #44 31.72 CC images/eventfd.o [2020-02-12T17:44:06.716Z] #44 ... [2020-02-12T17:44:06.716Z] [2020-02-12T17:44:06.716Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:06.716Z] #47 78.77 encoding/json [2020-02-12T17:44:06.716Z] #47 81.54 text/template [2020-02-12T17:44:06.716Z] #47 85.20 go/parser [2020-02-12T17:44:06.716Z] #47 87.39 math/big [2020-02-12T17:44:06.966Z] #45 41.55 DEP criu/uffd.d [2020-02-12T17:44:06.966Z] #45 41.70 DEP criu/tun.d [2020-02-12T17:44:06.980Z] #47 ... [2020-02-12T17:44:06.980Z] [2020-02-12T17:44:06.980Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:06.980Z] #44 31.92 CC images/eventpoll.o [2020-02-12T17:44:07.340Z] #45 41.85 DEP criu/tty.d [2020-02-12T17:44:07.340Z] #45 42.08 DEP criu/timerfd.d [2020-02-12T17:44:07.393Z] #10 ... [2020-02-12T17:44:07.394Z] [2020-02-12T17:44:07.394Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:07.394Z] #44 16.56 CC images/stats.o [2020-02-12T17:44:07.414Z] #17 55.29 Setting up iptables (1.8.2-4) ... [2020-02-12T17:44:07.414Z] #17 55.31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:44:07.414Z] #17 55.32 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:44:07.414Z] #17 55.32 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:44:07.414Z] #17 55.33 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:44:07.414Z] #17 55.33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-12T17:44:07.414Z] #17 55.34 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-12T17:44:07.414Z] #17 55.36 Setting up python3 (3.7.3-1) ... [2020-02-12T17:44:07.551Z] #44 32.37 CC images/fh.o [2020-02-12T17:44:07.551Z] #44 32.65 CC images/fsnotify.o [2020-02-12T17:44:07.649Z] #44 17.00 CC images/core.o [2020-02-12T17:44:07.671Z] #17 55.73 Setting up python3-wheel (0.32.3-2) ... [2020-02-12T17:44:07.724Z] #45 42.40 DEP criu/sysfs_parse.d [2020-02-12T17:44:07.724Z] #45 ... [2020-02-12T17:44:07.724Z] [2020-02-12T17:44:07.724Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:07.724Z] #11 76.49 Selecting previously unselected package libapparmor1:s390x. [2020-02-12T17:44:07.724Z] #11 76.50 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 76.50 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-02-12T17:44:07.724Z] #11 76.58 Selecting previously unselected package libapparmor-dev:s390x. [2020-02-12T17:44:07.724Z] #11 76.59 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 76.59 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-02-12T17:44:07.724Z] #11 76.70 Selecting previously unselected package libbtrfs0. [2020-02-12T17:44:07.724Z] #11 76.70 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 76.72 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:44:07.724Z] #11 76.79 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:44:07.724Z] #11 76.81 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 76.81 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:44:07.724Z] #11 76.89 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-02-12T17:44:07.724Z] #11 76.89 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 76.89 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-12T17:44:07.724Z] #11 76.94 Selecting previously unselected package libudev-dev:s390x. [2020-02-12T17:44:07.724Z] #11 76.95 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 76.95 Unpacking libudev-dev:s390x (241-7~deb10u3) ... [2020-02-12T17:44:07.724Z] #11 77.03 Selecting previously unselected package libsepol1-dev:s390x. [2020-02-12T17:44:07.724Z] #11 77.04 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.04 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-02-12T17:44:07.724Z] #11 77.23 Selecting previously unselected package libpcre16-3:s390x. [2020-02-12T17:44:07.724Z] #11 77.23 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.23 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 77.29 Selecting previously unselected package libpcre32-3:s390x. [2020-02-12T17:44:07.724Z] #11 77.30 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.30 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 77.42 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-02-12T17:44:07.724Z] #11 77.42 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.43 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 77.50 Selecting previously unselected package libpcre3-dev:s390x. [2020-02-12T17:44:07.724Z] #11 77.51 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.51 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 77.73 Selecting previously unselected package libselinux1-dev:s390x. [2020-02-12T17:44:07.724Z] #11 77.73 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.73 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-12T17:44:07.724Z] #11 77.95 Selecting previously unselected package libdevmapper-dev:s390x. [2020-02-12T17:44:07.724Z] #11 77.95 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 77.95 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-12T17:44:07.724Z] #11 78.03 Selecting previously unselected package libseccomp-dev:s390x. [2020-02-12T17:44:07.724Z] #11 78.03 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 78.03 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-02-12T17:44:07.724Z] #11 78.11 Selecting previously unselected package libsystemd-dev:s390x. [2020-02-12T17:44:07.724Z] #11 78.11 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_s390x.deb ... [2020-02-12T17:44:07.724Z] #11 78.11 Unpacking libsystemd-dev:s390x (241-7~deb10u3) ... [2020-02-12T17:44:07.724Z] #11 78.53 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 78.55 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-02-12T17:44:07.724Z] #11 78.56 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-02-12T17:44:07.724Z] #11 78.57 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:44:07.724Z] #11 78.57 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 78.58 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-02-12T17:44:07.724Z] #11 78.59 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:07.724Z] #11 78.60 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:44:07.724Z] #11 78.60 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 78.61 Setting up libudev-dev:s390x (241-7~deb10u3) ... [2020-02-12T17:44:07.724Z] #11 78.64 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:44:07.724Z] #11 78.64 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:44:07.724Z] #11 78.65 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-02-12T17:44:07.724Z] #11 78.67 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-12T17:44:07.724Z] #11 78.69 Setting up libsystemd-dev:s390x (241-7~deb10u3) ... [2020-02-12T17:44:07.724Z] #11 78.71 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:44:07.724Z] #11 78.72 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-02-12T17:44:07.724Z] #11 78.72 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:07.724Z] #11 78.73 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-12T17:44:07.724Z] #11 78.73 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-12T17:44:07.724Z] #11 78.74 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:07.724Z] #11 78.74 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-12T17:44:07.724Z] #11 78.75 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-12T17:44:07.724Z] #11 78.75 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:44:07.724Z] #11 78.76 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-12T17:44:07.724Z] #11 78.77 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-12T17:44:07.724Z] #11 78.77 Setting up dmsetup (2:1.02.155-3) ... [2020-02-12T17:44:07.724Z] #11 78.78 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-12T17:44:07.724Z] #11 78.79 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-12T17:44:07.724Z] #11 78.80 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:44:07.724Z] #11 DONE 79.0s [2020-02-12T17:44:07.724Z] [2020-02-12T17:44:07.724Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:07.724Z] #45 42.56 DEP criu/sysctl.d [2020-02-12T17:44:07.724Z] #45 ... [2020-02-12T17:44:07.724Z] [2020-02-12T17:44:07.724Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:07.724Z] #48 69.02 vendor/golang.org/x/crypto/chacha20poly1305 [2020-02-12T17:44:07.724Z] #48 69.60 vendor/golang.org/x/crypto/curve25519 [2020-02-12T17:44:07.724Z] #48 70.01 vendor/golang.org/x/crypto/hkdf [2020-02-12T17:44:07.724Z] #48 70.16 vendor/golang.org/x/text/transform [2020-02-12T17:44:07.724Z] #48 70.68 vendor/golang.org/x/text/unicode/bidi [2020-02-12T17:44:07.724Z] #48 72.32 vendor/golang.org/x/text/secure/bidirule [2020-02-12T17:44:07.724Z] #48 72.59 vendor/golang.org/x/text/unicode/norm [2020-02-12T17:44:07.724Z] #48 76.66 vendor/golang.org/x/net/idna [2020-02-12T17:44:08.105Z] #48 ... [2020-02-12T17:44:08.105Z] [2020-02-12T17:44:08.105Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:08.105Z] #45 42.66 DEP criu/string.d [2020-02-12T17:44:08.105Z] #45 42.71 DEP criu/stats.d [2020-02-12T17:44:08.105Z] #45 ... [2020-02-12T17:44:08.105Z] [2020-02-12T17:44:08.105Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:44:08.105Z] #56 DONE 0.2s [2020-02-12T17:44:08.105Z] [2020-02-12T17:44:08.105Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:08.105Z] #45 42.81 DEP criu/sockets.d [2020-02-12T17:44:08.211Z] #44 17.58 CC images/core-x86.o [2020-02-12T17:44:08.474Z] #45 ... [2020-02-12T17:44:08.474Z] [2020-02-12T17:44:08.474Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-12T17:44:08.474Z] #57 DONE 0.1s [2020-02-12T17:44:08.474Z] [2020-02-12T17:44:08.474Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:08.474Z] #45 42.95 DEP criu/sk-unix.d [2020-02-12T17:44:08.474Z] #45 ... [2020-02-12T17:44:08.474Z] [2020-02-12T17:44:08.474Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-12T17:44:08.474Z] #12 DONE 0.4s [2020-02-12T17:44:08.474Z] [2020-02-12T17:44:08.474Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:08.474Z] #45 43.11 DEP criu/sk-tcp.d [2020-02-12T17:44:08.492Z] #44 33.43 CC images/signalfd.o [2020-02-12T17:44:08.495Z] #17 56.46 Setting up apparmor (2.13.2-10) ... [2020-02-12T17:44:08.752Z] #44 33.72 CC images/fs.o [2020-02-12T17:44:08.752Z] #44 33.93 CC images/pstree.o [2020-02-12T17:44:08.771Z] #44 18.13 CC images/core-arm.o [2020-02-12T17:44:08.850Z] #45 ... [2020-02-12T17:44:08.850Z] [2020-02-12T17:44:08.850Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:08.850Z] #66 73.26 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:44:08.850Z] #66 73.26 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-12T17:44:08.850Z] #66 DONE 79.6s [2020-02-12T17:44:08.850Z] [2020-02-12T17:44:08.850Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:08.850Z] #45 43.42 DEP criu/sk-queue.d [2020-02-12T17:44:08.850Z] #45 ... [2020-02-12T17:44:08.850Z] [2020-02-12T17:44:08.850Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-12T17:44:08.850Z] #67 DONE 0.1s [2020-02-12T17:44:08.850Z] [2020-02-12T17:44:08.850Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-12T17:44:08.850Z] #13 DONE 0.5s [2020-02-12T17:44:08.850Z] [2020-02-12T17:44:08.850Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:08.850Z] #58 0.283 + RM_GOPATH=0 [2020-02-12T17:44:08.850Z] #58 0.283 + TMP_GOPATH= [2020-02-12T17:44:08.850Z] #58 0.283 + : /build [2020-02-12T17:44:08.850Z] #58 0.283 + '[' -z '' ']' [2020-02-12T17:44:08.850Z] #58 0.284 ++ mktemp -d [2020-02-12T17:44:08.850Z] #58 0.284 + export GOPATH=/tmp/tmp.xgjPubhb9e [2020-02-12T17:44:08.850Z] #58 0.284 + GOPATH=/tmp/tmp.xgjPubhb9e [2020-02-12T17:44:08.850Z] #58 0.284 + RM_GOPATH=1 [2020-02-12T17:44:08.850Z] #58 0.285 ++ dirname ./install.sh [2020-02-12T17:44:08.850Z] #58 0.285 + dir=. [2020-02-12T17:44:08.850Z] #58 0.285 + bin=runc [2020-02-12T17:44:08.850Z] #58 0.286 + shift [2020-02-12T17:44:08.850Z] #58 0.286 + '[' '!' -f ./runc.installer ']' [2020-02-12T17:44:08.850Z] #58 0.286 + . ./runc.installer [2020-02-12T17:44:08.850Z] #58 0.286 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:44:08.850Z] #58 0.286 + install_runc [2020-02-12T17:44:08.850Z] #58 0.287 + uname -r [2020-02-12T17:44:08.850Z] #58 0.288 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-12T17:44:08.850Z] #58 0.289 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-12T17:44:08.850Z] #58 0.289 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-12T17:44:08.850Z] #58 0.289 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-12T17:44:08.850Z] #58 0.289 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xgjPubhb9e/src/github.com/opencontainers/runc [2020-02-12T17:44:08.850Z] #58 0.290 Cloning into '/tmp/tmp.xgjPubhb9e/src/github.com/opencontainers/runc'... [2020-02-12T17:44:09.059Z] #17 ... [2020-02-12T17:44:09.059Z] [2020-02-12T17:44:09.059Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:44:09.059Z] #41 187.5 + dpkg --print-architecture [2020-02-12T17:44:09.059Z] #41 187.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-12T17:44:09.221Z] #58 ... [2020-02-12T17:44:09.221Z] [2020-02-12T17:44:09.221Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-12T17:44:09.221Z] #14 0.244 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-12T17:44:09.221Z] #14 DONE 0.3s [2020-02-12T17:44:09.331Z] #44 18.57 CC images/core-aarch64.o [2020-02-12T17:44:09.346Z] #44 34.18 CC images/pipe.o [2020-02-12T17:44:09.576Z] [2020-02-12T17:44:09.576Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:09.576Z] #45 43.61 DEP criu/sk-packet.d [2020-02-12T17:44:09.576Z] #45 43.90 DEP criu/sk-netlink.d [2020-02-12T17:44:09.576Z] #45 44.20 DEP criu/sk-inet.d [2020-02-12T17:44:09.576Z] #45 44.34 DEP criu/signalfd.d [2020-02-12T17:44:09.576Z] #45 ... [2020-02-12T17:44:09.576Z] [2020-02-12T17:44:09.576Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-12T17:44:09.576Z] #15 DONE 0.5s [2020-02-12T17:44:09.576Z] [2020-02-12T17:44:09.576Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:09.576Z] #45 44.39 DEP criu/sigframe.d [2020-02-12T17:44:09.576Z] #45 44.43 DEP criu/shmem.d [2020-02-12T17:44:09.586Z] #44 18.97 CC images/core-ppc64.o [2020-02-12T17:44:09.610Z] #44 34.61 CC images/tcp-stream.o [2020-02-12T17:44:09.870Z] #44 34.94 CC images/sk-packet.o [2020-02-12T17:44:09.945Z] #45 44.49 DEP criu/servicefd.d [2020-02-12T17:44:09.945Z] #45 44.64 DEP criu/seize.d [2020-02-12T17:44:09.945Z] #45 44.70 DEP criu/seccomp.d [2020-02-12T17:44:09.945Z] #45 ... [2020-02-12T17:44:09.945Z] [2020-02-12T17:44:09.945Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-12T17:44:09.945Z] #16 DONE 0.3s [2020-02-12T17:44:09.945Z] [2020-02-12T17:44:09.945Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:09.945Z] #45 44.76 DEP criu/rst-malloc.d [2020-02-12T17:44:09.945Z] #45 44.81 DEP criu/rbtree.d [2020-02-12T17:44:09.988Z] #41 188.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-12T17:44:09.988Z] #41 188.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-12T17:44:10.146Z] #44 19.50 CC images/core-s390.o [2020-02-12T17:44:10.302Z] #45 44.90 DEP criu/pstree.d [2020-02-12T17:44:10.302Z] #45 ... [2020-02-12T17:44:10.302Z] [2020-02-12T17:44:10.302Z] #17 [dev 6/25] RUN ldconfig [2020-02-12T17:44:10.302Z] #17 DONE 0.4s [2020-02-12T17:44:10.302Z] [2020-02-12T17:44:10.302Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:10.302Z] #45 45.12 DEP criu/protobuf.d [2020-02-12T17:44:10.302Z] #45 45.21 GEN criu/protobuf-desc-gen.h [2020-02-12T17:44:10.441Z] #44 35.28 CC images/mnt.o [2020-02-12T17:44:10.701Z] #44 35.57 CC images/pipe-data.o [2020-02-12T17:44:10.707Z] #44 20.03 CC images/cpuinfo.o [2020-02-12T17:44:10.961Z] #44 20.44 CC images/inventory.o [2020-02-12T17:44:10.962Z] #44 35.85 CC images/sa.o [2020-02-12T17:44:11.217Z] #44 20.65 CC images/fdinfo.o [2020-02-12T17:44:11.223Z] #44 36.21 CC images/timer.o [2020-02-12T17:44:11.473Z] #44 ... [2020-02-12T17:44:11.473Z] [2020-02-12T17:44:11.473Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:11.473Z] #47 77.25 text/template/parse [2020-02-12T17:44:11.473Z] #47 80.47 go/parser [2020-02-12T17:44:11.473Z] #47 81.90 text/template [2020-02-12T17:44:11.473Z] #47 84.21 encoding/xml [2020-02-12T17:44:11.473Z] #47 86.76 go/doc [2020-02-12T17:44:11.549Z] #45 46.20 DEP criu/protobuf-desc.d [2020-02-12T17:44:11.549Z] #45 46.29 DEP criu/proc_parse.d [2020-02-12T17:44:11.549Z] #45 46.41 DEP criu/plugin.d [2020-02-12T17:44:11.549Z] #45 46.47 DEP criu/pipes.d [2020-02-12T17:44:11.740Z] #47 ... [2020-02-12T17:44:11.740Z] [2020-02-12T17:44:11.740Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:11.740Z] #44 20.89 CC images/fown.o [2020-02-12T17:44:11.740Z] #44 21.05 CC images/ns.o [2020-02-12T17:44:11.793Z] #44 36.83 CC images/timerfd.o [2020-02-12T17:44:11.926Z] #45 46.58 DEP criu/pie-util.d [2020-02-12T17:44:11.926Z] #45 46.64 DEP criu/pie-util-vdso.d [2020-02-12T17:44:11.926Z] #45 46.72 DEP criu/pie-util-vdso-elf32.d [2020-02-12T17:44:11.926Z] #45 46.78 DEP criu/path.d [2020-02-12T17:44:11.995Z] #44 21.23 CC images/regfile.o [2020-02-12T17:44:12.054Z] #44 37.07 CC images/mm.o [2020-02-12T17:44:12.250Z] #44 21.49 CC images/ghost-file.o [2020-02-12T17:44:12.297Z] #45 46.88 DEP criu/parasite-syscall.d [2020-02-12T17:44:12.297Z] #45 46.99 DEP criu/pagemap.d [2020-02-12T17:44:12.297Z] #45 47.07 DEP criu/pagemap-cache.d [2020-02-12T17:44:12.505Z] #44 21.70 CC images/fifo.o [2020-02-12T17:44:12.505Z] #44 21.93 CC images/remap-file-path.o [2020-02-12T17:44:12.627Z] #44 37.45 CC images/sk-opts.o [2020-02-12T17:44:12.628Z] #44 37.78 CC images/sk-unix.o [2020-02-12T17:44:12.671Z] #45 47.14 DEP criu/page-xfer.d [2020-02-12T17:44:12.671Z] #45 47.26 DEP criu/page-pipe.d [2020-02-12T17:44:12.671Z] #45 47.34 DEP criu/netfilter.d [2020-02-12T17:44:12.671Z] #45 47.44 DEP criu/net.d [2020-02-12T17:44:12.671Z] #45 47.56 DEP criu/namespaces.d [2020-02-12T17:44:12.759Z] #44 22.11 CC images/eventfd.o [2020-02-12T17:44:13.015Z] #44 22.31 CC images/eventpoll.o [2020-02-12T17:44:13.046Z] #45 47.80 DEP criu/mount.d [2020-02-12T17:44:13.199Z] #44 38.18 CC images/sk-inet.o [2020-02-12T17:44:13.270Z] #44 22.67 CC images/fh.o [2020-02-12T17:44:13.415Z] #45 48.09 DEP criu/mem.d [2020-02-12T17:44:13.415Z] #45 ... [2020-02-12T17:44:13.415Z] [2020-02-12T17:44:13.415Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:13.415Z] #51 DONE 84.4s [2020-02-12T17:44:13.415Z] [2020-02-12T17:44:13.415Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:13.415Z] #45 48.23 DEP criu/lsm.d [2020-02-12T17:44:13.461Z] #44 38.60 CC images/tun.o [2020-02-12T17:44:13.525Z] #44 22.93 CC images/fsnotify.o [2020-02-12T17:44:13.791Z] #45 48.34 DEP criu/log.d [2020-02-12T17:44:13.791Z] #45 48.48 DEP criu/libnetlink.d [2020-02-12T17:44:13.791Z] #45 48.56 DEP criu/kerndat.d [2020-02-12T17:44:14.032Z] #44 38.94 CC images/sk-netlink.o [2020-02-12T17:44:14.084Z] #44 ... [2020-02-12T17:44:14.084Z] [2020-02-12T17:44:14.084Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:14.084Z] #62 36.33 + bin/ctr [2020-02-12T17:44:14.084Z] #62 ... [2020-02-12T17:44:14.084Z] [2020-02-12T17:44:14.084Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:14.084Z] #44 23.45 CC images/signalfd.o [2020-02-12T17:44:14.157Z] #45 48.80 DEP criu/kcmp-ids.d [2020-02-12T17:44:14.157Z] #45 48.98 DEP criu/irmap.d [2020-02-12T17:44:14.293Z] #44 39.27 CC images/packet-sock.o [2020-02-12T17:44:14.339Z] #44 23.67 CC images/fs.o [2020-02-12T17:44:14.517Z] #45 49.07 DEP criu/ipc_ns.d [2020-02-12T17:44:14.517Z] #45 49.18 DEP criu/image.d [2020-02-12T17:44:14.517Z] #45 49.27 DEP criu/image-desc.d [2020-02-12T17:44:14.517Z] #45 49.32 DEP criu/fsnotify.d [2020-02-12T17:44:14.594Z] #44 23.85 CC images/pstree.o [2020-02-12T17:44:14.849Z] #44 24.14 CC images/pipe.o [2020-02-12T17:44:14.864Z] #44 39.93 CC images/ipc-var.o [2020-02-12T17:44:14.875Z] #45 49.50 DEP criu/filesystems.d [2020-02-12T17:44:14.875Z] #45 49.62 DEP criu/files.d [2020-02-12T17:44:14.875Z] #45 49.70 DEP criu/files-reg.d [2020-02-12T17:44:15.105Z] #44 24.39 CC images/tcp-stream.o [2020-02-12T17:44:15.241Z] #41 ... [2020-02-12T17:44:15.241Z] [2020-02-12T17:44:15.241Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:15.241Z] #44 115.3 CC criu/image-desc.o [2020-02-12T17:44:15.241Z] #44 115.4 CC criu/image.o [2020-02-12T17:44:15.241Z] #44 116.4 CC criu/ipc_ns.o [2020-02-12T17:44:15.241Z] #44 117.7 CC criu/irmap.o [2020-02-12T17:44:15.241Z] #44 118.4 CC criu/kcmp-ids.o [2020-02-12T17:44:15.241Z] #44 118.8 CC criu/kerndat.o [2020-02-12T17:44:15.241Z] #44 120.0 CC criu/libnetlink.o [2020-02-12T17:44:15.241Z] #44 120.3 CC criu/log.o [2020-02-12T17:44:15.241Z] #44 120.8 CC criu/lsm.o [2020-02-12T17:44:15.241Z] #44 121.2 CC criu/mem.o [2020-02-12T17:44:15.241Z] #44 122.9 CC criu/mount.o [2020-02-12T17:44:15.241Z] #44 ... [2020-02-12T17:44:15.241Z] [2020-02-12T17:44:15.241Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:15.241Z] #17 58.27 Setting up xfsprogs (4.20.0-1) ... [2020-02-12T17:44:15.241Z] #17 58.28 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:44:15.241Z] #17 58.68 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:44:15.241Z] #17 59.67 Setting up python3-distutils (3.7.3-1) ... [2020-02-12T17:44:15.241Z] #17 60.21 Setting up python3-setuptools (40.8.0-1) ... [2020-02-12T17:44:15.241Z] #17 61.45 Setting up python3-pip (18.1-5) ... [2020-02-12T17:44:15.241Z] #17 62.50 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:44:15.241Z] #17 62.55 Processing triggers for mime-support (3.62) ... [2020-02-12T17:44:15.241Z] #17 DONE 63.4s [2020-02-12T17:44:15.241Z] [2020-02-12T17:44:15.241Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:15.241Z] #44 ... [2020-02-12T17:44:15.241Z] [2020-02-12T17:44:15.241Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-12T17:44:15.251Z] #45 49.86 DEP criu/files-ext.d [2020-02-12T17:44:15.251Z] #45 49.96 DEP criu/file-lock.d [2020-02-12T17:44:15.251Z] #45 50.04 DEP criu/file-ids.d [2020-02-12T17:44:15.361Z] #44 24.70 CC images/sk-packet.o [2020-02-12T17:44:15.435Z] #44 40.25 CC images/ipc-desc.o [2020-02-12T17:44:15.435Z] #44 40.47 CC images/ipc-shm.o [2020-02-12T17:44:15.616Z] #44 25.08 CC images/mnt.o [2020-02-12T17:44:15.631Z] #45 50.13 DEP criu/fifo.d [2020-02-12T17:44:15.631Z] #45 50.22 DEP criu/fdstore.d [2020-02-12T17:44:15.631Z] #45 50.28 DEP criu/fault-injection.d [2020-02-12T17:44:15.631Z] #45 50.32 DEP criu/external.d [2020-02-12T17:44:15.631Z] #45 50.38 DEP criu/eventpoll.d [2020-02-12T17:44:15.696Z] #44 40.80 CC images/ipc-msg.o [2020-02-12T17:44:15.871Z] #44 25.23 CC images/pipe-data.o [2020-02-12T17:44:16.005Z] #45 50.51 DEP criu/eventfd.d [2020-02-12T17:44:16.005Z] #45 50.60 DEP criu/crtools.d [2020-02-12T17:44:16.005Z] #45 50.72 DEP criu/cr-service.d [2020-02-12T17:44:16.005Z] #45 50.83 DEP criu/cr-restore.d [2020-02-12T17:44:16.126Z] #44 25.42 CC images/sa.o [2020-02-12T17:44:16.272Z] #44 41.18 CC images/ipc-sem.o [2020-02-12T17:44:16.272Z] #44 ... [2020-02-12T17:44:16.272Z] [2020-02-12T17:44:16.272Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:16.272Z] #10 98.85 Selecting previously unselected package libapparmor1:arm64. [2020-02-12T17:44:16.389Z] #44 25.67 CC images/timer.o [2020-02-12T17:44:16.563Z] #10 98.86 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-02-12T17:44:16.563Z] #10 98.88 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-02-12T17:44:16.563Z] #10 99.03 Selecting previously unselected package libapparmor-dev:arm64. [2020-02-12T17:44:16.563Z] #10 99.03 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-02-12T17:44:16.563Z] #10 99.05 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-02-12T17:44:16.719Z] #45 50.99 DEP criu/cr-errno.d [2020-02-12T17:44:16.719Z] #45 51.02 DEP criu/cr-dump.d [2020-02-12T17:44:16.719Z] #45 51.17 DEP criu/cr-dedup.d [2020-02-12T17:44:16.719Z] #45 51.30 DEP criu/cr-check.d [2020-02-12T17:44:16.829Z] #10 99.25 Selecting previously unselected package libbtrfs0. [2020-02-12T17:44:16.829Z] #10 99.25 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-02-12T17:44:16.829Z] #10 99.25 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:44:16.829Z] #10 99.33 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:44:16.829Z] #10 99.35 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-02-12T17:44:16.950Z] #44 26.15 CC images/timerfd.o [2020-02-12T17:44:16.950Z] #44 26.36 CC images/mm.o [2020-02-12T17:44:17.088Z] #10 99.37 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:44:17.088Z] #10 99.56 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-02-12T17:44:17.088Z] #10 99.56 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-02-12T17:44:17.088Z] #10 99.59 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-02-12T17:44:17.136Z] #18 1.736 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-12T17:44:17.136Z] #18 1.739 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-12T17:44:17.136Z] #18 1.742 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-12T17:44:17.136Z] #18 DONE 1.9s [2020-02-12T17:44:17.136Z] [2020-02-12T17:44:17.136Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:44:17.206Z] #44 26.66 CC images/sk-opts.o [2020-02-12T17:44:17.325Z] #45 51.65 DEP criu/config.d [2020-02-12T17:44:17.325Z] #45 51.73 DEP criu/clone-noasan.d [2020-02-12T17:44:17.325Z] #45 51.85 DEP criu/cgroup.d [2020-02-12T17:44:17.325Z] #45 51.95 DEP criu/cgroup-props.d [2020-02-12T17:44:17.325Z] #45 52.01 DEP criu/bitmap.d [2020-02-12T17:44:17.325Z] #45 52.01 DEP criu/bfd.d [2020-02-12T17:44:17.325Z] #45 52.21 DEP criu/autofs.d [2020-02-12T17:44:17.349Z] #10 99.70 Selecting previously unselected package libudev-dev:arm64. [2020-02-12T17:44:17.349Z] #10 99.70 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_arm64.deb ... [2020-02-12T17:44:17.349Z] #10 99.73 Unpacking libudev-dev:arm64 (241-7~deb10u3) ... [2020-02-12T17:44:17.349Z] #10 99.90 Selecting previously unselected package libsepol1-dev:arm64. [2020-02-12T17:44:17.349Z] #10 99.91 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-02-12T17:44:17.611Z] #10 99.92 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-02-12T17:44:17.766Z] #44 26.93 CC images/sk-unix.o [2020-02-12T17:44:17.875Z] #10 100.3 Selecting previously unselected package libpcre16-3:arm64. [2020-02-12T17:44:17.875Z] #10 ... [2020-02-12T17:44:17.875Z] [2020-02-12T17:44:17.875Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:17.875Z] #47 89.70 go/doc [2020-02-12T17:44:17.875Z] #47 91.88 vendor/golang.org/x/text/unicode/norm [2020-02-12T17:44:17.875Z] #47 95.19 github.com/LK4D4/vndr/build [2020-02-12T17:44:17.875Z] #47 98.66 vendor/golang.org/x/net/idna [2020-02-12T17:44:17.875Z] #47 ... [2020-02-12T17:44:17.875Z] [2020-02-12T17:44:17.875Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:17.875Z] #10 100.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-02-12T17:44:17.875Z] #10 100.3 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-02-12T17:44:17.933Z] #45 52.36 DEP criu/aio.d [2020-02-12T17:44:17.934Z] #45 52.65 DEP criu/action-scripts.d [2020-02-12T17:44:18.021Z] #44 27.33 CC images/sk-inet.o [2020-02-12T17:44:18.135Z] #10 100.4 Selecting previously unselected package libpcre32-3:arm64. [2020-02-12T17:44:18.135Z] #10 100.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-02-12T17:44:18.135Z] #10 100.4 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-02-12T17:44:18.275Z] #44 27.70 CC images/tun.o [2020-02-12T17:44:18.394Z] #10 100.8 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-02-12T17:44:18.395Z] #10 100.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-02-12T17:44:18.395Z] #10 100.8 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-02-12T17:44:18.529Z] #45 ... [2020-02-12T17:44:18.529Z] [2020-02-12T17:44:18.529Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:18.529Z] #48 79.13 vendor/golang.org/x/net/http2/hpack [2020-02-12T17:44:18.529Z] #48 79.52 mime [2020-02-12T17:44:18.529Z] #48 82.96 crypto/tls [2020-02-12T17:44:18.529Z] #48 88.42 net/http/httptrace [2020-02-12T17:44:18.529Z] #48 88.81 net/http [2020-02-12T17:44:18.529Z] #48 ... [2020-02-12T17:44:18.529Z] [2020-02-12T17:44:18.529Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:18.529Z] #45 53.14 CC criu/action-scripts.o [2020-02-12T17:44:18.655Z] #10 ... [2020-02-12T17:44:18.655Z] [2020-02-12T17:44:18.655Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:18.655Z] #65 93.73 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:44:18.655Z] #65 93.73 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-12T17:44:18.655Z] #65 DONE 100.6s [2020-02-12T17:44:18.655Z] [2020-02-12T17:44:18.655Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:18.655Z] #10 101.1 Selecting previously unselected package libpcre3-dev:arm64. [2020-02-12T17:44:18.655Z] #10 101.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-02-12T17:44:18.655Z] #10 101.2 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-02-12T17:44:18.835Z] #44 27.99 CC images/sk-netlink.o [2020-02-12T17:44:18.915Z] #10 ... [2020-02-12T17:44:18.915Z] [2020-02-12T17:44:18.915Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-12T17:44:18.915Z] #66 DONE 0.1s [2020-02-12T17:44:18.915Z] [2020-02-12T17:44:18.915Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:18.915Z] #44 41.57 CC images/utsns.o [2020-02-12T17:44:18.915Z] #44 41.91 CC images/creds.o [2020-02-12T17:44:18.915Z] #44 42.20 CC images/vma.o [2020-02-12T17:44:18.915Z] #44 42.56 CC images/netdev.o [2020-02-12T17:44:18.915Z] #44 43.08 CC images/tty.o [2020-02-12T17:44:18.915Z] #44 43.94 CC images/file-lock.o [2020-02-12T17:44:19.090Z] #44 28.24 CC images/packet-sock.o [2020-02-12T17:44:19.090Z] #44 28.52 CC images/ipc-var.o [2020-02-12T17:44:19.335Z] #45 53.76 CC criu/aio.o [2020-02-12T17:44:19.345Z] #44 28.71 CC images/ipc-desc.o [2020-02-12T17:44:19.485Z] #44 44.50 CC images/rlimit.o [2020-02-12T17:44:19.600Z] #44 28.88 CC images/ipc-shm.o [2020-02-12T17:44:19.600Z] #44 29.09 CC images/ipc-msg.o [2020-02-12T17:44:19.653Z] using credential docker-jenkins-github-credentials [2020-02-12T17:44:19.729Z] #45 54.29 CC criu/autofs.o [2020-02-12T17:44:19.733Z] Cloning the remote Git repository [2020-02-12T17:44:19.733Z] Cloning with configured refspecs honoured and without tags [2020-02-12T17:44:20.056Z] #44 44.88 CC images/pagemap.o [2020-02-12T17:44:20.159Z] #44 29.47 CC images/ipc-sem.o [2020-02-12T17:44:20.316Z] #44 45.40 CC images/siginfo.o [2020-02-12T17:44:20.394Z] Removing intermediate container 6cd4c7be6c88 [2020-02-12T17:44:20.394Z] ---> 99e492eb9702 [2020-02-12T17:44:20.394Z] Step 11/16 : ARG GOOS [2020-02-12T17:44:20.394Z] ---> Running in 07d72aea1db8 [2020-02-12T17:44:20.394Z] Removing intermediate container 07d72aea1db8 [2020-02-12T17:44:20.394Z] ---> 7f2e87424f79 [2020-02-12T17:44:20.394Z] Step 12/16 : ARG GOARCH [2020-02-12T17:44:20.394Z] ---> Running in bc52d53cda82 [2020-02-12T17:44:20.394Z] Removing intermediate container bc52d53cda82 [2020-02-12T17:44:20.394Z] ---> 3baa16944788 [2020-02-12T17:44:20.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-12T17:44:20.394Z] ---> Running in c1c99c3561c5 [2020-02-12T17:44:20.414Z] #44 29.79 CC images/utsns.o [2020-02-12T17:44:20.414Z] #44 ... [2020-02-12T17:44:20.414Z] [2020-02-12T17:44:20.414Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:20.414Z] #10 96.43 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-12T17:44:20.414Z] #10 96.44 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-12T17:44:20.414Z] #10 96.45 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:20.511Z] #45 ... [2020-02-12T17:44:20.511Z] [2020-02-12T17:44:20.511Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:20.511Z] #18 0.442 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:44:20.511Z] #18 0.490 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:44:20.511Z] #18 0.606 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:44:20.511Z] #18 0.956 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-12T17:44:20.511Z] #18 1.908 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-12T17:44:20.511Z] #18 2.633 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-12T17:44:20.511Z] #18 6.502 Fetched 8022 kB in 6s (1303 kB/s) [2020-02-12T17:44:20.511Z] #18 6.502 Reading package lists... [2020-02-12T17:44:20.511Z] #18 7.966 Reading package lists... [2020-02-12T17:44:20.869Z] #18 10.06 Building dependency tree... [2020-02-12T17:44:20.869Z] #18 ... [2020-02-12T17:44:20.869Z] [2020-02-12T17:44:20.869Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:20.869Z] #45 55.39 CC criu/bfd.o [2020-02-12T17:44:20.888Z] #44 45.81 CC images/rpc.o [2020-02-12T17:44:19.933Z] Cloning repository https://github.com/moby/moby.git [2020-02-12T17:44:20.325Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-02-12T17:44:21.220Z] #45 55.80 CC criu/bitmap.o [2020-02-12T17:44:21.221Z] #45 55.95 CC criu/cgroup-props.o [2020-02-12T17:44:22.012Z] #45 56.55 CC criu/cgroup.o [2020-02-12T17:44:22.273Z] #44 ... [2020-02-12T17:44:22.273Z] [2020-02-12T17:44:22.273Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:22.273Z] #10 101.6 Selecting previously unselected package libselinux1-dev:arm64. [2020-02-12T17:44:22.273Z] #10 101.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-02-12T17:44:22.273Z] #10 101.6 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-02-12T17:44:22.273Z] #10 102.0 Selecting previously unselected package libdevmapper-dev:arm64. [2020-02-12T17:44:22.273Z] #10 102.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-02-12T17:44:22.273Z] #10 102.0 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-02-12T17:44:22.273Z] #10 102.2 Selecting previously unselected package libseccomp-dev:arm64. [2020-02-12T17:44:22.273Z] #10 102.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-02-12T17:44:22.273Z] #10 102.2 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-02-12T17:44:22.273Z] #10 102.6 Selecting previously unselected package libsystemd-dev:arm64. [2020-02-12T17:44:22.273Z] #10 102.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_arm64.deb ... [2020-02-12T17:44:22.273Z] #10 102.6 Unpacking libsystemd-dev:arm64 (241-7~deb10u3) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:22.273Z] #10 103.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:44:22.273Z] #10 103.7 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-02-12T17:44:22.273Z] #10 103.7 Setting up libudev-dev:arm64 (241-7~deb10u3) ... [2020-02-12T17:44:22.273Z] #10 103.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:44:22.273Z] #10 103.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:44:22.273Z] #10 103.7 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-02-12T17:44:22.273Z] #10 103.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-12T17:44:22.273Z] #10 103.8 Setting up libsystemd-dev:arm64 (241-7~deb10u3) ... [2020-02-12T17:44:22.273Z] #10 103.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:44:22.273Z] #10 103.8 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-02-12T17:44:22.273Z] #10 103.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:22.273Z] #10 103.8 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-12T17:44:22.273Z] #10 103.8 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-12T17:44:22.273Z] #10 103.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:22.273Z] #10 103.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-12T17:44:22.273Z] #10 103.9 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-12T17:44:22.273Z] #10 103.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:44:22.273Z] #10 103.9 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-02-12T17:44:22.273Z] #10 104.0 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-02-12T17:44:22.273Z] #10 104.0 Setting up dmsetup (2:1.02.155-3) ... [2020-02-12T17:44:22.273Z] #10 104.0 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-02-12T17:44:22.273Z] #10 104.0 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-02-12T17:44:22.273Z] #10 104.0 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:44:22.273Z] #10 DONE 104.6s [2020-02-12T17:44:22.273Z] [2020-02-12T17:44:22.273Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:22.273Z] #47 101.8 crypto/rand [2020-02-12T17:44:22.273Z] #47 101.8 crypto/elliptic [2020-02-12T17:44:22.273Z] #47 102.9 encoding/asn1 [2020-02-12T17:44:22.273Z] #47 103.4 crypto/ed25519 [2020-02-12T17:44:22.273Z] #47 ... [2020-02-12T17:44:22.273Z] [2020-02-12T17:44:22.273Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:44:22.273Z] #55 DONE 0.1s [2020-02-12T17:44:22.273Z] [2020-02-12T17:44:22.273Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:22.273Z] #47 104.1 crypto/rsa [2020-02-12T17:44:22.273Z] #47 ... [2020-02-12T17:44:22.273Z] [2020-02-12T17:44:22.273Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-12T17:44:22.273Z] #56 DONE 0.1s [2020-02-12T17:44:22.534Z] [2020-02-12T17:44:22.534Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:21.184Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:44:21.184Z] > git --version # timeout=10 [2020-02-12T17:44:21.239Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:44:21.241Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:44:23.294Z] #45 ... [2020-02-12T17:44:23.294Z] [2020-02-12T17:44:23.294Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:23.294Z] #58 5.162 + cd /tmp/tmp.xgjPubhb9e/src/github.com/opencontainers/runc [2020-02-12T17:44:23.294Z] #58 5.162 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:44:23.294Z] #58 5.205 + '[' -z '' ']' [2020-02-12T17:44:23.294Z] #58 5.205 + target=static [2020-02-12T17:44:23.294Z] #58 5.206 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-12T17:44:23.294Z] #58 6.574 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-12T17:44:23.690Z] #19 5.568 Collecting yamllint==1.16.0 [2020-02-12T17:44:23.696Z] #58 ... [2020-02-12T17:44:23.696Z] [2020-02-12T17:44:23.696Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:23.696Z] #18 10.06 Building dependency tree... [2020-02-12T17:44:23.696Z] #18 10.73 libcap2-bin is already the newest version (1:2.25-2). [2020-02-12T17:44:23.696Z] #18 10.73 The following additional packages will be installed: [2020-02-12T17:44:23.696Z] #18 10.73 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-12T17:44:23.696Z] #18 10.73 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-12T17:44:23.696Z] #18 10.73 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-12T17:44:23.696Z] #18 10.73 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-12T17:44:23.696Z] #18 10.73 python3.7 python3.7-minimal vim-runtime xxd [2020-02-12T17:44:23.696Z] #18 10.73 Suggested packages: [2020-02-12T17:44:23.697Z] #18 10.73 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-12T17:44:23.697Z] #18 10.73 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-12T17:44:23.697Z] #18 10.73 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-12T17:44:23.697Z] #18 10.73 Recommended packages: [2020-02-12T17:44:23.697Z] #18 10.73 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-12T17:44:23.697Z] #18 10.73 python3-keyrings.alt python3-xdg unzip [2020-02-12T17:44:23.697Z] #18 11.91 The following NEW packages will be installed: [2020-02-12T17:44:23.697Z] #18 11.91 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-12T17:44:23.697Z] #18 11.91 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-12T17:44:23.697Z] #18 11.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-12T17:44:23.697Z] #18 11.91 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-12T17:44:23.697Z] #18 11.91 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-12T17:44:23.697Z] #18 11.91 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-12T17:44:23.697Z] #18 11.93 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-12T17:44:23.697Z] #18 11.93 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-12T17:44:23.697Z] #18 11.98 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:44:23.697Z] #18 11.98 Need to get 26.3 MB of archives. [2020-02-12T17:44:23.697Z] #18 11.98 After this operation, 112 MB of additional disk space will be used. [2020-02-12T17:44:23.697Z] #18 11.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-02-12T17:44:23.697Z] #18 12.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] [2020-02-12T17:44:23.697Z] #18 12.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] [2020-02-12T17:44:23.697Z] #18 12.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-02-12T17:44:23.697Z] #18 12.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-02-12T17:44:23.697Z] #18 12.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] [2020-02-12T17:44:23.697Z] #18 12.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] [2020-02-12T17:44:23.697Z] #18 12.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-02-12T17:44:23.697Z] #18 12.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-02-12T17:44:23.697Z] #18 12.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-02-12T17:44:23.697Z] #18 12.19 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-02-12T17:44:23.697Z] #18 12.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-02-12T17:44:23.697Z] #18 12.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-02-12T17:44:23.697Z] #18 12.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-02-12T17:44:23.697Z] #18 12.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-02-12T17:44:23.697Z] #18 12.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-02-12T17:44:23.697Z] #18 12.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-12T17:44:23.697Z] #18 12.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:44:23.697Z] #18 12.22 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-02-12T17:44:23.697Z] #18 12.23 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-12T17:44:23.697Z] #18 12.25 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-02-12T17:44:23.697Z] #18 12.25 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-02-12T17:44:23.697Z] #18 12.28 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-02-12T17:44:23.697Z] #18 12.29 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-12T17:44:23.697Z] #18 12.30 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-12T17:44:23.697Z] #18 12.31 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-12T17:44:23.697Z] #18 12.31 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-02-12T17:44:23.697Z] #18 12.31 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-02-12T17:44:23.697Z] #18 12.32 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-12T17:44:24.255Z] #19 ... [2020-02-12T17:44:24.255Z] [2020-02-12T17:44:24.255Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:24.255Z] #44 127.1 CC criu/namespaces.o [2020-02-12T17:44:24.255Z] #44 129.4 CC criu/net.o [2020-02-12T17:44:24.255Z] #44 132.9 CC criu/netfilter.o [2020-02-12T17:44:24.255Z] #44 133.2 CC criu/page-pipe.o [2020-02-12T17:44:24.255Z] #44 134.0 CC criu/page-xfer.o [2020-02-12T17:44:24.255Z] #44 135.2 CC criu/pagemap-cache.o [2020-02-12T17:44:24.488Z] #18 13.85 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-12T17:44:24.488Z] #18 13.87 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-12T17:44:24.488Z] #18 13.89 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-12T17:44:24.488Z] #18 13.89 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-02-12T17:44:24.488Z] #18 13.91 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-02-12T17:44:24.488Z] #18 13.95 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-02-12T17:44:24.512Z] #44 135.5 CC criu/pagemap.o [2020-02-12T17:44:24.574Z] #10 ... [2020-02-12T17:44:24.574Z] [2020-02-12T17:44:24.574Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:24.574Z] #47 90.03 github.com/LK4D4/vndr/versioned [2020-02-12T17:44:24.574Z] #47 90.04 github.com/LK4D4/vndr/build [2020-02-12T17:44:24.574Z] #47 90.30 vendor/golang.org/x/crypto/cryptobyte [2020-02-12T17:44:24.574Z] #47 92.08 net [2020-02-12T17:44:24.574Z] #47 93.28 vendor/golang.org/x/crypto/chacha20poly1305 [2020-02-12T17:44:24.574Z] #47 94.51 vendor/golang.org/x/crypto/hkdf [2020-02-12T17:44:24.574Z] #47 94.70 vendor/golang.org/x/text/transform [2020-02-12T17:44:24.574Z] #47 95.27 vendor/golang.org/x/text/unicode/bidi [2020-02-12T17:44:24.574Z] #47 96.91 vendor/golang.org/x/text/secure/bidirule [2020-02-12T17:44:24.574Z] #47 97.25 vendor/golang.org/x/text/unicode/norm [2020-02-12T17:44:24.574Z] #47 ... [2020-02-12T17:44:24.574Z] [2020-02-12T17:44:24.574Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:24.574Z] #44 30.05 CC images/creds.o [2020-02-12T17:44:24.574Z] #44 30.33 CC images/vma.o [2020-02-12T17:44:24.574Z] #44 30.56 CC images/netdev.o [2020-02-12T17:44:24.574Z] #44 30.89 CC images/tty.o [2020-02-12T17:44:24.574Z] #44 31.44 CC images/file-lock.o [2020-02-12T17:44:24.574Z] #44 31.58 CC images/rlimit.o [2020-02-12T17:44:24.574Z] #44 31.74 CC images/pagemap.o [2020-02-12T17:44:24.574Z] #44 32.04 CC images/siginfo.o [2020-02-12T17:44:24.574Z] #44 32.28 CC images/rpc.o [2020-02-12T17:44:24.574Z] #44 33.49 CC images/ext-file.o [2020-02-12T17:44:24.574Z] #44 33.67 CC images/cgroup.o [2020-02-12T17:44:24.856Z] #18 14.26 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-12T17:44:24.856Z] #18 14.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-02-12T17:44:24.856Z] #18 14.30 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-02-12T17:44:24.856Z] #18 14.33 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-12T17:44:24.856Z] #18 14.35 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-02-12T17:44:24.856Z] #18 14.40 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-12T17:44:24.856Z] #18 14.40 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-12T17:44:24.856Z] #18 14.45 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-12T17:44:25.112Z] #57 2.593 + RM_GOPATH=0 [2020-02-12T17:44:25.112Z] #57 2.593 + TMP_GOPATH= [2020-02-12T17:44:25.112Z] #57 2.593 + : /build [2020-02-12T17:44:25.112Z] #57 2.593 + '[' -z '' ']' [2020-02-12T17:44:25.112Z] #57 2.593 ++ mktemp -d [2020-02-12T17:44:25.112Z] #57 2.603 + export GOPATH=/tmp/tmp.Flc1VYhCKH [2020-02-12T17:44:25.112Z] #57 2.603 + GOPATH=/tmp/tmp.Flc1VYhCKH [2020-02-12T17:44:25.112Z] #57 2.603 + RM_GOPATH=1 [2020-02-12T17:44:25.112Z] #57 2.604 ++ dirname ./install.sh [2020-02-12T17:44:25.112Z] #57 2.605 + dir=. [2020-02-12T17:44:25.112Z] #57 2.605 + bin=runc [2020-02-12T17:44:25.112Z] #57 2.605 + shift [2020-02-12T17:44:25.112Z] #57 2.605 + '[' '!' -f ./runc.installer ']' [2020-02-12T17:44:25.112Z] #57 2.606 + . ./runc.installer [2020-02-12T17:44:25.112Z] #57 2.606 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:44:25.112Z] #57 2.607 + install_runc [2020-02-12T17:44:25.112Z] #57 2.608 + uname -r [2020-02-12T17:44:25.112Z] #57 2.608 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-12T17:44:25.112Z] #57 2.639 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-12T17:44:25.112Z] #57 2.639 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-12T17:44:25.112Z] #57 2.639 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Flc1VYhCKH/src/github.com/opencontainers/runc [2020-02-12T17:44:25.112Z] #57 2.641 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-12T17:44:25.112Z] #57 2.662 Cloning into '/tmp/tmp.Flc1VYhCKH/src/github.com/opencontainers/runc'... [2020-02-12T17:44:25.133Z] #44 34.34 CC images/userns.o [2020-02-12T17:44:25.373Z] #57 ... [2020-02-12T17:44:25.373Z] [2020-02-12T17:44:25.373Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-12T17:44:25.373Z] #11 DONE 3.1s [2020-02-12T17:44:25.373Z] [2020-02-12T17:44:25.373Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-12T17:44:25.388Z] #44 34.70 CC images/google/protobuf/descriptor.o [2020-02-12T17:44:25.445Z] #44 136.4 CC criu/parasite-syscall.o [2020-02-12T17:44:25.947Z] #44 ... [2020-02-12T17:44:25.947Z] [2020-02-12T17:44:25.947Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:25.947Z] #47 101.7 vendor/golang.org/x/net/idna [2020-02-12T17:44:26.130Z] #18 15.41 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-02-12T17:44:26.130Z] #18 15.60 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-02-12T17:44:26.130Z] #18 15.73 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-02-12T17:44:26.377Z] #44 137.4 CC criu/path.o [2020-02-12T17:44:26.508Z] #18 16.11 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:44:26.508Z] #18 16.16 Fetched 26.3 MB in 4s (6878 kB/s) [2020-02-12T17:44:26.508Z] #18 16.19 Selecting previously unselected package pigz. [2020-02-12T17:44:26.508Z] #18 16.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23190 files and directories currently installed.) [2020-02-12T17:44:26.508Z] #18 16.22 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-02-12T17:44:26.508Z] #18 16.22 Unpacking pigz (2.4-1) ... [2020-02-12T17:44:26.508Z] #18 16.27 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-02-12T17:44:26.879Z] #18 16.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-02-12T17:44:26.879Z] #18 16.29 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-02-12T17:44:26.942Z] #44 137.7 CC criu/pie-util-vdso-elf32.o [2020-02-12T17:44:27.200Z] #44 138.2 CC criu/pie-util-vdso.o [2020-02-12T17:44:27.259Z] #18 16.58 Selecting previously unselected package python3.7-minimal. [2020-02-12T17:44:27.259Z] #18 16.59 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-02-12T17:44:27.259Z] #18 16.59 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:44:27.643Z] #18 17.26 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-02-12T17:44:27.643Z] #18 17.27 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:44:27.765Z] #44 138.7 CC criu/pie-util.o [2020-02-12T17:44:27.920Z] #12 DONE 2.4s [2020-02-12T17:44:27.920Z] [2020-02-12T17:44:27.920Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:27.920Z] #44 47.75 CC images/ext-file.o [2020-02-12T17:44:27.920Z] #44 48.11 CC images/cgroup.o [2020-02-12T17:44:27.920Z] #44 48.91 CC images/userns.o [2020-02-12T17:44:27.920Z] #44 49.24 CC images/google/protobuf/descriptor.o [2020-02-12T17:44:27.920Z] #44 50.89 CC images/opts.o [2020-02-12T17:44:27.920Z] #44 51.24 CC images/seccomp.o [2020-02-12T17:44:27.920Z] #44 51.54 CC images/binfmt-misc.o [2020-02-12T17:44:27.920Z] #44 51.90 CC images/time.o [2020-02-12T17:44:27.920Z] #44 52.18 CC images/sysctl.o [2020-02-12T17:44:27.920Z] #44 52.40 CC images/autofs.o [2020-02-12T17:44:27.920Z] #44 52.84 CC images/macvlan.o [2020-02-12T17:44:28.023Z] #44 138.9 CC criu/pipes.o [2020-02-12T17:44:28.023Z] #44 ... [2020-02-12T17:44:28.023Z] [2020-02-12T17:44:28.023Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:44:28.023Z] #19 10.92 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-12T17:44:28.023Z] #19 11.00 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-12T17:44:28.023Z] #19 11.04 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-12T17:44:28.181Z] #44 53.18 CC images/sit.o [2020-02-12T17:44:28.281Z] #19 11.10 Collecting pyyaml (from yamllint==1.16.0) [2020-02-12T17:44:28.281Z] #19 11.24 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-12T17:44:28.441Z] #44 53.43 LINK images/built-in.o [2020-02-12T17:44:28.441Z] #44 53.53 GEN compel/include/asm [2020-02-12T17:44:28.441Z] #44 53.57 GEN compel/include/version.h [2020-02-12T17:44:28.441Z] #44 53.63 touch .config [2020-02-12T17:44:28.457Z] #47 104.0 vendor/golang.org/x/net/http2/hpack [2020-02-12T17:44:28.708Z] #44 53.64 GEN include/common/config.h [2020-02-12T17:44:28.708Z] #44 53.77 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-12T17:44:28.708Z] #44 53.81 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-02-12T17:44:28.969Z] #44 53.93 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-02-12T17:44:28.969Z] #44 53.98 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-02-12T17:44:29.230Z] #44 54.06 DEP compel/plugins/std/infect.d [2020-02-12T17:44:29.230Z] #44 54.35 DEP compel/plugins/std/string.d [2020-02-12T17:44:29.382Z] #47 105.0 mime [2020-02-12T17:44:29.491Z] #44 54.58 DEP compel/plugins/std/log.d [2020-02-12T17:44:29.752Z] #44 ... [2020-02-12T17:44:29.752Z] [2020-02-12T17:44:29.752Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-12T17:44:29.752Z] #13 2.014 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-12T17:44:29.752Z] #13 DONE 2.2s [2020-02-12T17:44:29.752Z] [2020-02-12T17:44:29.752Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:29.752Z] #44 54.78 DEP compel/plugins/std/fds.d [2020-02-12T17:44:29.752Z] #44 ... [2020-02-12T17:44:29.752Z] [2020-02-12T17:44:29.752Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-12T17:44:30.182Z] #19 12.72 Building wheels for collected packages: pyyaml [2020-02-12T17:44:30.183Z] #19 12.72 Running setup.py bdist_wheel for pyyaml: started [2020-02-12T17:44:30.247Z] #18 19.87 Selecting previously unselected package python3-minimal. [2020-02-12T17:44:30.247Z] #18 19.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 ... 23439 files and directories currently installed.) [2020-02-12T17:44:30.247Z] #18 19.94 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-02-12T17:44:30.247Z] #18 19.95 Unpacking python3-minimal (3.7.3-1) ... [2020-02-12T17:44:30.624Z] #18 20.07 Selecting previously unselected package libmpdec2:s390x. [2020-02-12T17:44:30.624Z] #18 20.07 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-02-12T17:44:30.624Z] #18 20.08 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-02-12T17:44:30.624Z] #18 20.16 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-02-12T17:44:30.624Z] #18 20.18 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... [2020-02-12T17:44:30.624Z] #18 20.18 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-02-12T17:44:31.115Z] #19 13.87 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-12T17:44:31.115Z] #19 13.87 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-12T17:44:31.115Z] #19 13.97 Successfully built pyyaml [2020-02-12T17:44:31.115Z] #19 13.99 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-12T17:44:31.266Z] #47 107.1 mime/quotedprintable [2020-02-12T17:44:31.266Z] #47 ... [2020-02-12T17:44:31.266Z] [2020-02-12T17:44:31.266Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:31.266Z] #44 36.56 CC images/opts.o [2020-02-12T17:44:31.266Z] #44 36.80 CC images/seccomp.o [2020-02-12T17:44:31.266Z] #44 37.06 CC images/binfmt-misc.o [2020-02-12T17:44:31.266Z] #44 37.27 CC images/time.o [2020-02-12T17:44:31.266Z] #44 37.43 CC images/sysctl.o [2020-02-12T17:44:31.266Z] #44 37.64 CC images/autofs.o [2020-02-12T17:44:31.266Z] #44 37.82 CC images/macvlan.o [2020-02-12T17:44:31.266Z] #44 38.14 CC images/sit.o [2020-02-12T17:44:31.266Z] #44 38.35 LINK images/built-in.o [2020-02-12T17:44:31.266Z] #44 38.56 GEN compel/include/asm [2020-02-12T17:44:31.266Z] #44 38.56 GEN compel/include/version.h [2020-02-12T17:44:31.266Z] #44 38.60 touch .config [2020-02-12T17:44:31.266Z] #44 38.61 GEN include/common/config.h [2020-02-12T17:44:31.266Z] #44 38.67 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-12T17:44:31.266Z] #44 38.71 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-12T17:44:31.266Z] #44 38.74 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-12T17:44:31.266Z] #44 38.76 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-12T17:44:31.266Z] #44 38.80 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-12T17:44:31.266Z] #44 38.83 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-12T17:44:31.266Z] #44 38.86 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-12T17:44:31.266Z] #44 38.89 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-12T17:44:31.266Z] #44 38.91 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-12T17:44:31.266Z] #44 38.93 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-12T17:44:31.266Z] #44 38.94 DEP compel/plugins/std/infect.d [2020-02-12T17:44:31.266Z] #44 39.04 DEP compel/plugins/std/string.d [2020-02-12T17:44:31.266Z] #44 39.14 DEP compel/plugins/std/log.d [2020-02-12T17:44:31.266Z] #44 39.27 DEP compel/plugins/std/fds.d [2020-02-12T17:44:31.266Z] #44 39.45 DEP compel/plugins/std/std.d [2020-02-12T17:44:31.266Z] #44 39.60 DEP compel/plugins/shmem/shmem.d [2020-02-12T17:44:31.266Z] #44 39.75 DEP compel/plugins/fds/fds.d [2020-02-12T17:44:31.266Z] #44 39.96 CC compel/plugins/std/std.o [2020-02-12T17:44:31.266Z] #44 40.20 CC compel/plugins/std/fds.o [2020-02-12T17:44:31.266Z] #44 40.60 CC compel/plugins/std/log.o [2020-02-12T17:44:31.373Z] #19 14.33 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-12T17:44:31.402Z] #18 20.97 Selecting previously unselected package python3.7. [2020-02-12T17:44:31.402Z] #18 20.97 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... [2020-02-12T17:44:31.402Z] #18 20.97 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:44:31.402Z] #18 21.05 Selecting previously unselected package libpython3-stdlib:s390x. [2020-02-12T17:44:31.402Z] #18 21.05 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-02-12T17:44:31.402Z] #18 21.05 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-12T17:44:31.402Z] #18 21.09 Setting up python3-minimal (3.7.3-1) ... [2020-02-12T17:44:31.826Z] #44 ... [2020-02-12T17:44:31.826Z] [2020-02-12T17:44:31.826Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:31.826Z] #65 100.3 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:44:31.826Z] #65 100.3 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-12T17:44:31.826Z] #65 DONE 107.6s [2020-02-12T17:44:31.826Z] [2020-02-12T17:44:31.826Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-12T17:44:31.826Z] #66 DONE 0.1s [2020-02-12T17:44:31.939Z] #19 DONE 14.9s [2020-02-12T17:44:31.939Z] [2020-02-12T17:44:31.939Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:31.939Z] #44 139.8 CC criu/plugin.o [2020-02-12T17:44:31.939Z] #44 140.3 CC criu/proc_parse.o [2020-02-12T17:44:32.081Z] [2020-02-12T17:44:32.081Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:32.081Z] #47 107.4 net/http/internal [2020-02-12T17:44:32.197Z] #44 ... [2020-02-12T17:44:32.197Z] [2020-02-12T17:44:32.197Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-12T17:44:32.197Z] #24 DONE 0.2s [2020-02-12T17:44:32.197Z] #18 21.73 Selecting previously unselected package python3. [2020-02-12T17:44:32.197Z] #18 21.73 (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-12T17:44:32.197Z] #18 21.74 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-02-12T17:44:32.197Z] #18 21.75 Unpacking python3 (3.7.3-1) ... [2020-02-12T17:44:32.197Z] #18 21.82 Selecting previously unselected package libip4tc0:s390x. [2020-02-12T17:44:32.197Z] #18 21.82 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-02-12T17:44:32.197Z] #18 21.82 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-02-12T17:44:32.197Z] #18 21.88 Selecting previously unselected package libip6tc0:s390x. [2020-02-12T17:44:32.197Z] #18 21.88 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-02-12T17:44:32.197Z] #18 21.88 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-02-12T17:44:32.197Z] #18 21.92 Selecting previously unselected package libiptc0:s390x. [2020-02-12T17:44:32.197Z] #18 21.92 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-02-12T17:44:32.197Z] #18 21.92 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-02-12T17:44:32.197Z] #18 22.00 Selecting previously unselected package libnfnetlink0:s390x. [2020-02-12T17:44:32.300Z] #14 DONE 2.7s [2020-02-12T17:44:32.300Z] [2020-02-12T17:44:32.300Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:32.300Z] #57 9.431 + cd /tmp/tmp.Flc1VYhCKH/src/github.com/opencontainers/runc [2020-02-12T17:44:32.300Z] #57 9.432 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:44:32.300Z] #57 9.771 + '[' -z '' ']' [2020-02-12T17:44:32.300Z] #57 9.771 + target=static [2020-02-12T17:44:32.300Z] #57 9.771 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-12T17:44:32.455Z] [2020-02-12T17:44:32.455Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-12T17:44:32.554Z] #18 22.00 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-02-12T17:44:32.554Z] #18 22.01 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-12T17:44:32.554Z] #18 22.07 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-02-12T17:44:32.554Z] #18 22.07 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-02-12T17:44:32.554Z] #18 22.07 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-12T17:44:32.554Z] #18 22.12 Selecting previously unselected package libnftnl11:s390x. [2020-02-12T17:44:32.554Z] #18 22.13 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-02-12T17:44:32.554Z] #18 22.14 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-02-12T17:44:32.554Z] #18 22.19 Selecting previously unselected package iptables. [2020-02-12T17:44:32.554Z] #18 22.19 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-02-12T17:44:32.554Z] #18 22.20 Unpacking iptables (1.8.2-4) ... [2020-02-12T17:44:32.922Z] #18 22.51 Selecting previously unselected package xxd. [2020-02-12T17:44:32.922Z] #18 22.52 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-12T17:44:32.922Z] #18 22.52 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:44:32.922Z] #18 22.60 Selecting previously unselected package vim-common. [2020-02-12T17:44:32.922Z] #18 22.60 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:44:32.922Z] #18 22.61 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:44:33.023Z] #28 DONE 1.0s [2020-02-12T17:44:33.023Z] [2020-02-12T17:44:33.023Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:33.023Z] #44 143.5 CC criu/protobuf-desc.o [2020-02-12T17:44:33.283Z] #44 ... [2020-02-12T17:44:33.283Z] [2020-02-12T17:44:33.283Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-12T17:44:33.283Z] #31 DONE 0.2s [2020-02-12T17:44:33.283Z] [2020-02-12T17:44:33.283Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-12T17:44:33.283Z] #34 DONE 0.1s [2020-02-12T17:44:33.299Z] #18 ... [2020-02-12T17:44:33.299Z] [2020-02-12T17:44:33.299Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:33.299Z] #48 97.12 github.com/LK4D4/vndr/godl [2020-02-12T17:44:33.299Z] #48 97.65 github.com/LK4D4/vndr [2020-02-12T17:44:33.299Z] #48 DONE 104.1s [2020-02-12T17:44:33.299Z] [2020-02-12T17:44:33.299Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:33.299Z] #18 22.76 Selecting previously unselected package bash-completion. [2020-02-12T17:44:33.299Z] #18 22.76 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-12T17:44:33.299Z] #18 ... [2020-02-12T17:44:33.299Z] [2020-02-12T17:44:33.299Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:33.299Z] #45 58.36 CC criu/clone-noasan.o [2020-02-12T17:44:33.299Z] #45 58.49 CC criu/config.o [2020-02-12T17:44:33.299Z] #45 59.44 CC criu/cr-check.o [2020-02-12T17:44:33.299Z] #45 60.37 CC criu/cr-dedup.o [2020-02-12T17:44:33.299Z] #45 60.62 CC criu/cr-dump.o [2020-02-12T17:44:33.299Z] #45 62.20 CC criu/cr-errno.o [2020-02-12T17:44:33.299Z] #45 62.24 CC criu/cr-restore.o [2020-02-12T17:44:33.299Z] #45 66.48 CC criu/cr-service.o [2020-02-12T17:44:33.299Z] #45 67.71 CC criu/crtools.o [2020-02-12T17:44:33.541Z] [2020-02-12T17:44:33.542Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-12T17:44:33.542Z] #39 DONE 0.1s [2020-02-12T17:44:33.542Z] [2020-02-12T17:44:33.542Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:33.542Z] #44 144.5 CC criu/protobuf.o [2020-02-12T17:44:33.685Z] #45 68.38 CC criu/eventfd.o [2020-02-12T17:44:34.058Z] #45 68.61 CC criu/eventpoll.o [2020-02-12T17:44:34.107Z] #44 144.9 CC criu/pstree.o [2020-02-12T17:44:34.216Z] #57 11.66 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-12T17:44:34.430Z] #45 69.13 CC criu/external.o [2020-02-12T17:44:34.477Z] #57 ... [2020-02-12T17:44:34.477Z] [2020-02-12T17:44:34.477Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-12T17:44:34.477Z] #15 DONE 2.0s [2020-02-12T17:44:34.739Z] [2020-02-12T17:44:34.739Z] #16 [dev 6/25] RUN ldconfig [2020-02-12T17:44:34.798Z] #45 69.47 CC criu/fault-injection.o [2020-02-12T17:44:34.798Z] #45 69.54 CC criu/fdstore.o [2020-02-12T17:44:35.040Z] #44 146.0 CC criu/rbtree.o [2020-02-12T17:44:35.182Z] #45 69.81 CC criu/fifo.o [2020-02-12T17:44:35.182Z] #45 ... [2020-02-12T17:44:35.182Z] [2020-02-12T17:44:35.182Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:35.182Z] #18 24.77 Unpacking bash-completion (1:2.8-6) ... [2020-02-12T17:44:35.297Z] #44 146.4 CC criu/rst-malloc.o [2020-02-12T17:44:35.340Z] #47 110.9 crypto/tls [2020-02-12T17:44:35.544Z] #18 25.21 Selecting previously unselected package bzip2. [2020-02-12T17:44:35.544Z] #18 25.21 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-02-12T17:44:35.544Z] #18 25.21 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:44:35.544Z] #18 25.26 Selecting previously unselected package xz-utils. [2020-02-12T17:44:35.544Z] #18 25.27 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-02-12T17:44:35.544Z] #18 25.27 Unpacking xz-utils (5.2.4-1) ... [2020-02-12T17:44:35.555Z] #44 146.6 CC criu/seccomp.o [2020-02-12T17:44:35.680Z] #16 ... [2020-02-12T17:44:35.680Z] [2020-02-12T17:44:35.680Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:35.680Z] #47 107.8 vendor/golang.org/x/crypto/cryptobyte [2020-02-12T17:44:35.680Z] #47 108.9 vendor/golang.org/x/net/http/httpproxy [2020-02-12T17:44:35.680Z] #47 108.9 net/textproto [2020-02-12T17:44:35.680Z] #47 110.2 crypto/x509 [2020-02-12T17:44:35.680Z] #47 110.9 vendor/golang.org/x/net/http/httpguts [2020-02-12T17:44:35.680Z] #47 110.9 mime/multipart [2020-02-12T17:44:35.680Z] #47 114.1 crypto/tls [2020-02-12T17:44:35.929Z] #18 25.40 Selecting previously unselected package apparmor. [2020-02-12T17:44:35.929Z] #18 25.40 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-02-12T17:44:35.929Z] #18 25.44 Unpacking apparmor (2.13.2-10) ... [2020-02-12T17:44:35.942Z] #47 ... [2020-02-12T17:44:35.942Z] [2020-02-12T17:44:35.942Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:35.942Z] #44 55.04 DEP compel/plugins/std/std.d [2020-02-12T17:44:35.942Z] #44 55.24 DEP compel/plugins/shmem/shmem.d [2020-02-12T17:44:35.942Z] #44 55.37 DEP compel/plugins/fds/fds.d [2020-02-12T17:44:35.942Z] #44 55.51 CC compel/plugins/std/std.o [2020-02-12T17:44:35.942Z] #44 56.03 CC compel/plugins/std/fds.o [2020-02-12T17:44:35.942Z] #44 56.51 CC compel/plugins/std/log.o [2020-02-12T17:44:35.942Z] #44 57.74 CC compel/plugins/std/string.o [2020-02-12T17:44:35.942Z] #44 58.64 CC compel/plugins/std/infect.o [2020-02-12T17:44:35.942Z] #44 59.02 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-02-12T17:44:35.942Z] #44 59.12 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-02-12T17:44:35.942Z] #44 59.25 AR compel/plugins/std.lib.a [2020-02-12T17:44:35.942Z] #44 59.38 CC compel/plugins/fds/fds.o [2020-02-12T17:44:35.942Z] #44 59.86 AR compel/plugins/fds.lib.a [2020-02-12T17:44:35.942Z] #44 59.92 HOSTDEP compel/src/lib/log-host.d [2020-02-12T17:44:35.942Z] #44 60.21 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-12T17:44:35.942Z] #44 60.42 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-02-12T17:44:35.942Z] #44 60.61 HOSTDEP compel/src/main-host.d [2020-02-12T17:44:35.942Z] #44 60.87 DEP compel/src/lib/ptrace.d [2020-02-12T17:44:35.942Z] #44 61.01 DEP compel/src/lib/infect.d [2020-02-12T17:44:36.203Z] #44 61.20 DEP compel/src/lib/infect-util.d [2020-02-12T17:44:36.305Z] #18 25.69 Selecting previously unselected package aufs-tools. [2020-02-12T17:44:36.305Z] #18 25.70 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-02-12T17:44:36.305Z] #18 25.70 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:44:36.305Z] #18 25.78 Selecting previously unselected package libonig5:s390x. [2020-02-12T17:44:36.305Z] #18 25.78 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-02-12T17:44:36.305Z] #18 25.78 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-12T17:44:36.305Z] #18 25.87 Selecting previously unselected package libjq1:s390x. [2020-02-12T17:44:36.305Z] #18 25.87 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-12T17:44:36.305Z] #18 25.87 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-12T17:44:36.305Z] #18 25.93 Selecting previously unselected package jq. [2020-02-12T17:44:36.305Z] #18 25.93 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-12T17:44:36.305Z] #18 25.93 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:44:36.305Z] #18 25.98 Selecting previously unselected package libaio1:s390x. [2020-02-12T17:44:36.305Z] #18 25.98 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-02-12T17:44:36.305Z] #18 25.98 Unpacking libaio1:s390x (0.3.112-3) ... [2020-02-12T17:44:36.305Z] #18 26.02 Selecting previously unselected package libgpm2:s390x. [2020-02-12T17:44:36.305Z] #18 26.02 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-02-12T17:44:36.305Z] #18 26.02 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-02-12T17:44:36.463Z] #44 ... [2020-02-12T17:44:36.463Z] [2020-02-12T17:44:36.463Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:36.463Z] #50 DONE 118.4s [2020-02-12T17:44:36.463Z] [2020-02-12T17:44:36.463Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:36.463Z] #44 61.36 DEP compel/src/lib/infect-rpc.d [2020-02-12T17:44:36.463Z] #44 61.56 DEP compel/arch/aarch64/src/lib/infect.d [2020-02-12T17:44:36.488Z] #44 147.4 CC criu/seize.o [2020-02-12T17:44:36.674Z] #18 26.08 Selecting previously unselected package libicu63:s390x. [2020-02-12T17:44:36.674Z] #18 26.08 Preparing to unpack .../20-libicu63_63.1-6_s390x.deb ... [2020-02-12T17:44:36.674Z] #18 26.08 Unpacking libicu63:s390x (63.1-6) ... [2020-02-12T17:44:36.723Z] #44 61.77 DEP compel/arch/aarch64/src/lib/cpu.d [2020-02-12T17:44:36.984Z] #44 61.90 DEP compel/src/lib/log.d [2020-02-12T17:44:36.984Z] #44 62.06 DEP compel/src/main.d [2020-02-12T17:44:37.196Z] Fetching without tags [2020-02-12T17:44:37.224Z] #47 ... [2020-02-12T17:44:37.224Z] [2020-02-12T17:44:37.224Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:37.224Z] #44 41.46 CC compel/plugins/std/string.o [2020-02-12T17:44:37.224Z] #44 42.41 CC compel/plugins/std/infect.o [2020-02-12T17:44:37.224Z] #44 42.91 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-12T17:44:37.224Z] #44 42.96 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-12T17:44:37.224Z] #44 43.02 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-12T17:44:37.224Z] #44 43.07 AR compel/plugins/std.lib.a [2020-02-12T17:44:37.224Z] #44 43.13 CC compel/plugins/fds/fds.o [2020-02-12T17:44:37.224Z] #44 43.39 AR compel/plugins/fds.lib.a [2020-02-12T17:44:37.224Z] #44 43.44 HOSTDEP compel/src/lib/log-host.d [2020-02-12T17:44:37.224Z] #44 43.60 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-12T17:44:37.224Z] #44 43.76 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-12T17:44:37.224Z] #44 43.83 HOSTDEP compel/src/main-host.d [2020-02-12T17:44:37.224Z] #44 43.91 DEP compel/src/lib/ptrace.d [2020-02-12T17:44:37.224Z] #44 44.15 DEP compel/src/lib/infect.d [2020-02-12T17:44:37.224Z] #44 44.29 DEP compel/src/lib/infect-util.d [2020-02-12T17:44:37.224Z] #44 44.42 DEP compel/src/lib/infect-rpc.d [2020-02-12T17:44:37.224Z] #44 44.55 DEP compel/arch/x86/src/lib/infect.d [2020-02-12T17:44:37.224Z] #44 44.65 DEP compel/arch/x86/src/lib/cpu.d [2020-02-12T17:44:37.224Z] #44 44.76 DEP compel/src/lib/log.d [2020-02-12T17:44:37.224Z] #44 44.87 DEP compel/src/main.d [2020-02-12T17:44:37.224Z] #44 44.99 DEP compel/src/lib/handle-elf.d [2020-02-12T17:44:37.224Z] #44 45.12 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-12T17:44:37.224Z] #44 45.25 CC compel/src/lib/log.o [2020-02-12T17:44:37.224Z] #44 45.51 CC compel/arch/x86/src/lib/cpu.o [2020-02-12T17:44:37.224Z] #44 46.31 CC compel/arch/x86/src/lib/infect.o [2020-02-12T17:44:37.245Z] #44 62.28 DEP compel/src/lib/handle-elf.d [2020-02-12T17:44:37.245Z] #44 ... [2020-02-12T17:44:37.245Z] [2020-02-12T17:44:37.245Z] #16 [dev 6/25] RUN ldconfig [2020-02-12T17:44:37.245Z] #16 DONE 2.9s [2020-02-12T17:44:37.245Z] [2020-02-12T17:44:37.245Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:37.245Z] #44 62.42 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-02-12T17:44:37.420Z] #44 148.2 CC criu/servicefd.o [2020-02-12T17:44:37.681Z] #44 148.6 CC criu/shmem.o [2020-02-12T17:44:37.784Z] #44 47.08 CC compel/src/lib/infect-rpc.o [2020-02-12T17:44:37.784Z] #44 ... [2020-02-12T17:44:37.784Z] [2020-02-12T17:44:37.784Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:37.784Z] #10 113.9 Selecting previously unselected package libapparmor1:amd64. [2020-02-12T17:44:37.784Z] #10 113.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-12T17:44:37.784Z] #10 113.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-12T17:44:37.818Z] #44 62.77 CC compel/src/lib/log.o [2020-02-12T17:44:36.814Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:44:36.906Z] > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10 [2020-02-12T17:44:36.961Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-12T17:44:37.091Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-12T17:44:37.230Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-12T17:44:37.231Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-12T17:44:37.231Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master [2020-02-12T17:44:37.936Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:44:37.939Z] #44 ... [2020-02-12T17:44:37.939Z] [2020-02-12T17:44:37.939Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:44:37.939Z] #41 DONE 216.4s [2020-02-12T17:44:38.038Z] #10 114.0 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-12T17:44:38.038Z] #10 114.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-12T17:44:38.038Z] #10 114.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-12T17:44:38.196Z] [2020-02-12T17:44:38.197Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:38.296Z] #10 114.2 Selecting previously unselected package libbtrfs0. [2020-02-12T17:44:38.296Z] #10 114.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-12T17:44:38.296Z] #10 114.2 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:44:38.296Z] #10 114.3 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:44:38.296Z] #10 114.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-12T17:44:38.296Z] #10 114.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:44:38.391Z] #44 63.32 CC compel/arch/aarch64/src/lib/cpu.o [2020-02-12T17:44:38.551Z] #10 114.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-12T17:44:38.551Z] #10 114.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:44:38.551Z] #10 ... [2020-02-12T17:44:38.551Z] [2020-02-12T17:44:38.551Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:38.551Z] #50 DONE 114.3s [2020-02-12T17:44:38.551Z] [2020-02-12T17:44:38.551Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:44:38.551Z] #10 114.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:44:38.762Z] #57 ... [2020-02-12T17:44:38.762Z] [2020-02-12T17:44:38.762Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:38.762Z] #44 149.9 CC criu/sigframe.o [2020-02-12T17:44:38.806Z] #10 114.8 Selecting previously unselected package libudev-dev:amd64. [2020-02-12T17:44:38.806Z] #10 114.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-02-12T17:44:38.806Z] #10 114.8 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:44:38.962Z] #44 63.77 CC compel/arch/aarch64/src/lib/infect.o [2020-02-12T17:44:39.021Z] #44 ... [2020-02-12T17:44:39.021Z] [2020-02-12T17:44:39.021Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-12T17:44:39.021Z] #42 DONE 0.2s [2020-02-12T17:44:39.021Z] [2020-02-12T17:44:39.021Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:39.021Z] #44 150.1 CC criu/signalfd.o [2020-02-12T17:44:39.064Z] #10 115.1 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-12T17:44:39.064Z] #10 115.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-12T17:44:39.064Z] #10 115.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-12T17:44:39.135Z] #18 28.79 Selecting previously unselected package libnet1:s390x. [2020-02-12T17:44:39.135Z] #18 28.79 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-12T17:44:39.135Z] #18 28.79 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-12T17:44:39.135Z] #18 28.84 Selecting previously unselected package libnl-3-200:s390x. [2020-02-12T17:44:39.135Z] #18 28.84 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-12T17:44:39.135Z] #18 28.84 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-12T17:44:39.135Z] #18 28.88 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-12T17:44:39.135Z] #18 28.88 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-12T17:44:39.135Z] #18 28.89 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-12T17:44:39.278Z] #44 150.4 CC criu/sk-inet.o [2020-02-12T17:44:39.508Z] #18 28.92 Selecting previously unselected package libreadline5:s390x. [2020-02-12T17:44:39.508Z] #18 28.92 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-02-12T17:44:39.508Z] #18 28.92 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-12T17:44:39.508Z] #18 28.99 Selecting previously unselected package net-tools. [2020-02-12T17:44:39.508Z] #18 29.01 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-02-12T17:44:39.508Z] #18 29.01 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:44:39.508Z] #18 29.15 Selecting previously unselected package python-pip-whl. [2020-02-12T17:44:39.508Z] #18 29.16 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-12T17:44:39.508Z] #18 29.16 Unpacking python-pip-whl (18.1-5) ... [2020-02-12T17:44:39.626Z] #10 115.7 Selecting previously unselected package libpcre16-3:amd64. [2020-02-12T17:44:39.626Z] #10 115.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-12T17:44:39.626Z] #10 115.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-12T17:44:39.882Z] #10 115.9 Selecting previously unselected package libpcre32-3:amd64. [2020-02-12T17:44:39.882Z] #10 115.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-12T17:44:39.882Z] #10 115.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-12T17:44:39.903Z] #44 64.73 CC compel/src/lib/infect-rpc.o [2020-02-12T17:44:39.903Z] #44 65.10 CC compel/src/lib/infect-util.o [2020-02-12T17:44:40.138Z] #10 116.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-12T17:44:40.138Z] #10 116.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-12T17:44:40.138Z] #10 116.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-12T17:44:40.212Z] #44 151.3 CC criu/sk-netlink.o [2020-02-12T17:44:40.300Z] #18 29.62 Selecting previously unselected package python3-lib2to3. [2020-02-12T17:44:40.300Z] #18 29.62 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-12T17:44:40.300Z] #18 29.62 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:44:40.300Z] #18 29.73 Selecting previously unselected package python3-distutils. [2020-02-12T17:44:40.300Z] #18 29.73 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-12T17:44:40.300Z] #18 29.73 Unpacking python3-distutils (3.7.3-1) ... [2020-02-12T17:44:40.300Z] #18 29.84 Selecting previously unselected package python3-pip. [2020-02-12T17:44:40.300Z] #18 29.85 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-12T17:44:40.300Z] #18 29.85 Unpacking python3-pip (18.1-5) ... [2020-02-12T17:44:40.300Z] #18 29.98 Selecting previously unselected package python3-pkg-resources. [2020-02-12T17:44:40.394Z] #10 116.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-12T17:44:40.394Z] #10 116.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-12T17:44:40.394Z] #10 116.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-12T17:44:40.474Z] #44 65.26 CC compel/src/lib/infect.o [2020-02-12T17:44:40.649Z] #10 116.7 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-12T17:44:40.649Z] #10 116.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-12T17:44:40.649Z] #10 116.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-12T17:44:40.679Z] #18 29.98 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:44:40.679Z] #18 29.98 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:44:40.679Z] #18 30.05 Selecting previously unselected package python3-setuptools. [2020-02-12T17:44:40.679Z] #18 30.05 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-12T17:44:40.679Z] #18 30.05 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-12T17:44:40.679Z] #18 30.24 Selecting previously unselected package python3-wheel. [2020-02-12T17:44:40.679Z] #18 30.24 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-12T17:44:40.679Z] #18 30.24 Unpacking python3-wheel (0.32.3-2) ... [2020-02-12T17:44:40.679Z] #18 30.28 Selecting previously unselected package thin-provisioning-tools. [2020-02-12T17:44:40.679Z] #18 30.28 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-02-12T17:44:40.679Z] #18 30.28 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:44:38.047Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:44:38.100Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:44:40.778Z] #44 151.7 CC criu/sk-packet.o [2020-02-12T17:44:40.905Z] #10 116.9 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-12T17:44:40.905Z] #10 117.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-12T17:44:40.905Z] #10 117.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-12T17:44:40.905Z] #10 117.0 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-12T17:44:40.905Z] #10 117.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-12T17:44:41.050Z] #18 30.43 Selecting previously unselected package vim-runtime. [2020-02-12T17:44:41.050Z] #18 30.43 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:44:41.050Z] #18 30.47 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-12T17:44:41.050Z] #18 30.48 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-12T17:44:41.050Z] #18 30.50 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:44:41.056Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:44:41.057Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500) [2020-02-12T17:44:41.160Z] #10 117.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-12T17:44:41.160Z] #10 117.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-12T17:44:41.160Z] #10 117.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-02-12T17:44:41.160Z] #10 117.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:44:41.343Z] #44 152.3 CC criu/sk-queue.o [2020-02-12T17:44:41.672Z] #10 117.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-12T17:44:41.672Z] #10 117.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-12T17:44:41.672Z] #10 117.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-12T17:44:41.672Z] #10 117.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:44:41.672Z] #10 117.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-12T17:44:41.672Z] #10 117.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-12T17:44:41.672Z] #10 117.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-12T17:44:41.672Z] #10 117.7 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-12T17:44:41.672Z] #10 117.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:44:41.672Z] #10 117.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-12T17:44:41.908Z] #44 152.7 CC criu/sk-tcp.o [2020-02-12T17:44:41.927Z] #10 117.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:41.928Z] #10 117.8 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-12T17:44:41.928Z] #10 117.8 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-12T17:44:41.928Z] #10 117.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:44:41.928Z] #10 117.8 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-12T17:44:41.928Z] #10 117.8 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-12T17:44:41.928Z] #10 117.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:44:41.928Z] #10 117.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-12T17:44:41.928Z] #10 117.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:44:41.928Z] #10 117.9 Setting up dmsetup (2:1.02.155-3) ... [2020-02-12T17:44:41.928Z] #10 117.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-12T17:44:41.928Z] #10 117.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-12T17:44:41.928Z] #10 117.9 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:44:42.166Z] #44 153.1 CC criu/sk-unix.o [2020-02-12T17:44:42.183Z] #10 DONE 118.3s [2020-02-12T17:44:42.183Z] [2020-02-12T17:44:42.183Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:42.183Z] #47 117.2 net/http/httptrace [2020-02-12T17:44:42.183Z] #47 117.4 net/http [2020-02-12T17:44:42.439Z] #47 ... [2020-02-12T17:44:42.439Z] [2020-02-12T17:44:42.439Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:44:42.439Z] #55 DONE 0.1s [2020-02-12T17:44:42.439Z] [2020-02-12T17:44:42.439Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-12T17:44:42.439Z] #56 DONE 0.1s [2020-02-12T17:44:42.439Z] [2020-02-12T17:44:42.439Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:43.020Z] #44 68.13 CC compel/src/lib/ptrace.o [2020-02-12T17:44:43.720Z] #18 33.30 Selecting previously unselected package vim. [2020-02-12T17:44:43.720Z] #18 33.33 Preparing to unpack .../35-vim_2%3a8.1.0875-5_s390x.deb ... [2020-02-12T17:44:43.720Z] #18 33.35 Unpacking vim (2:8.1.0875-5) ... [2020-02-12T17:44:40.745Z] > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10 [2020-02-12T17:44:40.932Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-02-12T17:44:41.091Z] > git config core.sparsecheckout # timeout=10 [2020-02-12T17:44:41.141Z] > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:44:43.962Z] #44 68.68 AR compel/libcompel.a [2020-02-12T17:44:43.962Z] #44 68.83 HOSTCC compel/src/main-host.o [2020-02-12T17:44:44.064Z] #44 154.8 CC criu/sockets.o [2020-02-12T17:44:44.223Z] #44 69.31 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-02-12T17:44:44.321Z] #44 155.5 CC criu/stats.o [2020-02-12T17:44:44.573Z] #18 34.01 Selecting previously unselected package xfsprogs. [2020-02-12T17:44:44.573Z] #18 34.01 Preparing to unpack .../36-xfsprogs_4.20.0-1_s390x.deb ... [2020-02-12T17:44:44.573Z] #18 34.01 Unpacking xfsprogs (4.20.0-1) ... [2020-02-12T17:44:44.794Z] #44 69.73 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-12T17:44:44.886Z] #44 155.8 CC criu/string.o [2020-02-12T17:44:44.886Z] #44 155.9 CC criu/sysctl.o [2020-02-12T17:44:44.958Z] #57 2.329 + RM_GOPATH=0 [2020-02-12T17:44:44.958Z] #57 2.329 + TMP_GOPATH= [2020-02-12T17:44:44.958Z] #57 2.329 + : /build [2020-02-12T17:44:44.958Z] #57 2.329 + '[' -z '' ']' [2020-02-12T17:44:44.958Z] #57 ... [2020-02-12T17:44:44.958Z] [2020-02-12T17:44:44.958Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-12T17:44:44.958Z] #11 DONE 2.6s [2020-02-12T17:44:44.958Z] [2020-02-12T17:44:44.958Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:44.958Z] #57 2.330 ++ mktemp -d [2020-02-12T17:44:44.958Z] #57 2.336 + export GOPATH=/tmp/tmp.EomeGYtvLp [2020-02-12T17:44:44.958Z] #57 2.336 + GOPATH=/tmp/tmp.EomeGYtvLp [2020-02-12T17:44:44.958Z] #57 2.336 + RM_GOPATH=1 [2020-02-12T17:44:44.958Z] #57 2.344 ++ dirname ./install.sh [2020-02-12T17:44:44.958Z] #57 2.360 + dir=. [2020-02-12T17:44:44.958Z] #57 2.360 + bin=runc [2020-02-12T17:44:44.958Z] #57 2.360 + shift [2020-02-12T17:44:44.958Z] #57 2.360 + '[' '!' -f ./runc.installer ']' [2020-02-12T17:44:44.958Z] #57 2.360 + . ./runc.installer [2020-02-12T17:44:44.958Z] #57 2.360 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:44:44.958Z] #57 2.360 + install_runc [2020-02-12T17:44:44.958Z] #57 2.362 + uname -r [2020-02-12T17:44:44.958Z] #57 2.363 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-12T17:44:44.958Z] #57 2.364 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-12T17:44:44.958Z] #57 2.364 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-12T17:44:44.958Z] #57 2.365 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-12T17:44:44.958Z] #57 2.365 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EomeGYtvLp/src/github.com/opencontainers/runc [2020-02-12T17:44:44.958Z] #57 2.369 Cloning into '/tmp/tmp.EomeGYtvLp/src/github.com/opencontainers/runc'... [2020-02-12T17:44:44.992Z] #18 34.55 Selecting previously unselected package zip. [2020-02-12T17:44:44.993Z] #18 34.55 Preparing to unpack .../37-zip_3.0-11+b1_s390x.deb ... [2020-02-12T17:44:44.993Z] #18 34.55 Unpacking zip (3.0-11+b1) ... [2020-02-12T17:44:44.993Z] #18 34.68 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:44:44.993Z] #18 34.72 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:44:44.993Z] #18 34.72 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-02-12T17:44:44.993Z] #18 34.73 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-12T17:44:45.358Z] #18 34.74 Setting up libgpm2:s390x (1.20.7-5) ... [2020-02-12T17:44:45.358Z] #18 34.77 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-02-12T17:44:45.358Z] #18 34.78 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-02-12T17:44:45.358Z] #18 34.78 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-12T17:44:45.358Z] #18 34.81 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:44:45.358Z] #18 34.82 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-12T17:44:45.358Z] #18 34.84 Setting up libicu63:s390x (63.1-6) ... [2020-02-12T17:44:45.358Z] #18 34.85 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:44:45.358Z] #18 34.86 Setting up zip (3.0-11+b1) ... [2020-02-12T17:44:45.358Z] #18 34.87 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:44:45.358Z] #18 34.88 Setting up bash-completion (1:2.8-6) ... [2020-02-12T17:44:45.358Z] #18 ... [2020-02-12T17:44:45.358Z] [2020-02-12T17:44:45.358Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:45.358Z] #45 70.01 CC criu/file-ids.o [2020-02-12T17:44:45.358Z] #45 70.19 CC criu/file-lock.o [2020-02-12T17:44:45.358Z] #45 70.72 CC criu/files-ext.o [2020-02-12T17:44:45.358Z] #45 70.89 CC criu/files-reg.o [2020-02-12T17:44:45.358Z] #45 72.74 CC criu/files.o [2020-02-12T17:44:45.358Z] #45 74.07 CC criu/filesystems.o [2020-02-12T17:44:45.358Z] #45 74.54 CC criu/fsnotify.o [2020-02-12T17:44:45.358Z] #45 75.32 CC criu/image-desc.o [2020-02-12T17:44:45.358Z] #45 75.44 CC criu/image.o [2020-02-12T17:44:45.358Z] #45 76.08 CC criu/ipc_ns.o [2020-02-12T17:44:45.358Z] #45 76.95 CC criu/irmap.o [2020-02-12T17:44:45.358Z] #45 77.52 CC criu/kcmp-ids.o [2020-02-12T17:44:45.358Z] #45 77.73 CC criu/kerndat.o [2020-02-12T17:44:45.358Z] #45 79.08 CC criu/libnetlink.o [2020-02-12T17:44:45.358Z] #45 79.34 CC criu/log.o [2020-02-12T17:44:45.358Z] #45 79.91 CC criu/lsm.o [2020-02-12T17:44:45.358Z] #45 80.19 CC criu/mem.o [2020-02-12T17:44:45.366Z] #44 70.35 HOSTCC compel/src/lib/log-host.o [2020-02-12T17:44:45.452Z] #44 156.4 CC criu/sysfs_parse.o [2020-02-12T17:44:45.630Z] #44 70.74 HOSTLINK compel/compel-host-bin [2020-02-12T17:44:45.709Z] #44 156.7 CC criu/timerfd.o [2020-02-12T17:44:45.736Z] #45 ... [2020-02-12T17:44:45.736Z] [2020-02-12T17:44:45.736Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:44:45.736Z] #31 DONE 116.9s [2020-02-12T17:44:45.890Z] #44 70.97 DEP soccr/soccr.d [2020-02-12T17:44:45.967Z] #44 157.0 CC criu/tty.o [2020-02-12T17:44:46.108Z] [2020-02-12T17:44:46.108Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:46.151Z] #44 71.28 CC soccr/soccr.o [2020-02-12T17:44:46.849Z] #57 ... [2020-02-12T17:44:46.849Z] [2020-02-12T17:44:46.849Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-12T17:44:46.849Z] #12 DONE 2.2s [2020-02-12T17:44:46.908Z] #45 81.57 CC criu/mount.o [2020-02-12T17:44:47.107Z] [2020-02-12T17:44:47.107Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-12T17:44:47.535Z] #44 ... [2020-02-12T17:44:47.535Z] [2020-02-12T17:44:47.535Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:47.535Z] #17 3.014 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:44:47.535Z] #17 3.053 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:44:47.535Z] #17 3.054 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:44:47.535Z] #17 3.738 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-12T17:44:47.535Z] #17 5.340 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-12T17:44:47.535Z] #17 6.636 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-12T17:44:47.535Z] #17 9.874 Fetched 8153 kB in 7s (1133 kB/s) [2020-02-12T17:44:47.870Z] #44 158.6 CC criu/tun.o [2020-02-12T17:44:48.032Z] #13 ... [2020-02-12T17:44:48.032Z] [2020-02-12T17:44:48.032Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:48.032Z] #44 47.43 CC compel/src/lib/infect-util.o [2020-02-12T17:44:48.032Z] #44 47.68 CC compel/src/lib/infect.o [2020-02-12T17:44:48.032Z] #44 50.23 CC compel/src/lib/ptrace.o [2020-02-12T17:44:48.032Z] #44 50.46 AR compel/libcompel.a [2020-02-12T17:44:48.032Z] #44 50.53 HOSTCC compel/src/main-host.o [2020-02-12T17:44:48.032Z] #44 50.76 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-12T17:44:48.032Z] #44 50.92 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-12T17:44:48.032Z] #44 51.29 HOSTCC compel/src/lib/log-host.o [2020-02-12T17:44:48.032Z] #44 51.40 HOSTLINK compel/compel-host-bin [2020-02-12T17:44:48.032Z] #44 51.48 DEP soccr/soccr.d [2020-02-12T17:44:48.032Z] #44 51.66 CC soccr/soccr.o [2020-02-12T17:44:48.032Z] #44 53.28 AR soccr/libsoccr.a [2020-02-12T17:44:48.032Z] #44 53.32 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:44:48.032Z] #44 53.69 DEP criu/arch/x86/sigframe.d [2020-02-12T17:44:48.032Z] #44 53.81 DEP criu/arch/x86/sigaction_compat.d [2020-02-12T17:44:48.032Z] #44 53.88 DEP criu/arch/x86/kerndat.d [2020-02-12T17:44:48.032Z] #44 53.97 DEP criu/arch/x86/crtools.d [2020-02-12T17:44:48.032Z] #44 54.18 DEP criu/arch/x86/cpu.d [2020-02-12T17:44:48.032Z] #44 54.49 CC criu/arch/x86/cpu.o [2020-02-12T17:44:48.032Z] #44 55.18 CC criu/arch/x86/crtools.o [2020-02-12T17:44:48.032Z] #44 56.52 CC criu/arch/x86/kerndat.o [2020-02-12T17:44:48.032Z] #44 57.22 CC criu/arch/x86/sigaction_compat.o [2020-02-12T17:44:48.032Z] #44 57.40 CC criu/arch/x86/sigframe.o [2020-02-12T17:44:48.106Z] #17 9.874 Reading package lists... [2020-02-12T17:44:48.106Z] #17 ... [2020-02-12T17:44:48.106Z] [2020-02-12T17:44:48.106Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:48.106Z] #44 73.26 AR soccr/libsoccr.a [2020-02-12T17:44:48.128Z] #44 159.1 CC criu/uffd.o [2020-02-12T17:44:48.287Z] #44 57.61 LINK criu/arch/x86/crtools.built-in.o [2020-02-12T17:44:48.288Z] #44 57.66 DEP criu/pie/util-vdso-elf32.d [2020-02-12T17:44:48.288Z] #44 57.77 DEP criu/arch/x86/vdso-pie.d [2020-02-12T17:44:48.367Z] #44 73.31 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:44:48.630Z] #44 73.66 DEP criu/arch/aarch64/sigframe.d [2020-02-12T17:44:48.848Z] #44 57.93 DEP criu/pie/parasite-vdso.d [2020-02-12T17:44:48.848Z] #44 58.13 DEP criu/pie/util-vdso.d [2020-02-12T17:44:48.848Z] #44 ... [2020-02-12T17:44:48.848Z] [2020-02-12T17:44:48.848Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-12T17:44:48.848Z] #13 1.786 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-12T17:44:48.848Z] #13 DONE 1.9s [2020-02-12T17:44:48.848Z] [2020-02-12T17:44:48.848Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-12T17:44:48.895Z] #44 73.91 DEP criu/arch/aarch64/crtools.d [2020-02-12T17:44:49.060Z] #44 160.0 CC criu/util.o [2020-02-12T17:44:49.165Z] #44 ... [2020-02-12T17:44:49.165Z] [2020-02-12T17:44:49.165Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:49.165Z] #47 120.9 net/http/httptrace [2020-02-12T17:44:49.165Z] #47 121.3 net/http [2020-02-12T17:44:49.165Z] #47 ... [2020-02-12T17:44:49.165Z] [2020-02-12T17:44:49.165Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:49.165Z] #44 74.20 DEP criu/arch/aarch64/cpu.d [2020-02-12T17:44:49.165Z] #44 74.24 DEP criu/arch/aarch64/bitops.d [2020-02-12T17:44:49.388Z] #45 83.74 CC criu/namespaces.o [2020-02-12T17:44:49.426Z] #44 74.30 CC criu/arch/aarch64/bitops.o [2020-02-12T17:44:49.426Z] #44 74.40 CC criu/arch/aarch64/cpu.o [2020-02-12T17:44:49.688Z] #44 74.67 CC criu/arch/aarch64/crtools.o [2020-02-12T17:44:49.898Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)" [2020-02-12T17:44:49.993Z] #44 ... [2020-02-12T17:44:49.993Z] [2020-02-12T17:44:49.993Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:49.993Z] #57 112.0 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-12T17:44:50.186Z] #45 84.72 CC criu/net.o [2020-02-12T17:44:50.262Z] #44 75.36 CC criu/arch/aarch64/sigframe.o [2020-02-12T17:44:50.522Z] #44 75.56 LINK criu/arch/aarch64/crtools.built-in.o [2020-02-12T17:44:50.522Z] #44 75.63 DEP criu/arch/aarch64/intraprocedure.d [2020-02-12T17:44:50.522Z] #44 75.64 DEP criu/arch/aarch64/vdso-pie.d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-12T17:44:50.783Z] #44 75.77 DEP criu/pie/parasite-vdso.d [2020-02-12T17:44:51.045Z] #44 75.95 DEP criu/pie/util-vdso.d [2020-02-12T17:44:51.045Z] #44 76.14 DEP criu/pie/util.d [2020-02-12T17:44:51.306Z] #44 76.33 CC criu/pie/util.o [2020-02-12T17:44:51.361Z] #14 DONE 2.2s [2020-02-12T17:44:51.361Z] [2020-02-12T17:44:51.361Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:44:51.361Z] #57 8.616 + cd /tmp/tmp.EomeGYtvLp/src/github.com/opencontainers/runc [2020-02-12T17:44:51.361Z] #57 8.616 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:44:51.366Z] #57 113.4 + mkdir -p /build [2020-02-12T17:44:51.366Z] #57 113.4 + cp runc /build/runc [2020-02-12T17:44:51.649Z] #57 9.248 + '[' -z '' ']' [2020-02-12T17:44:51.650Z] #57 9.248 + target=static [2020-02-12T17:44:51.650Z] #57 9.248 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-12T17:44:51.878Z] #44 76.78 CC criu/pie/util-vdso.o [2020-02-12T17:44:51.932Z] #57 DONE 113.8s [2020-02-12T17:44:51.932Z] [2020-02-12T17:44:51.932Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:51.932Z] #44 161.2 CC criu/uts_ns.o [2020-02-12T17:44:51.932Z] #44 161.4 CC criu/vdso-compat.o [2020-02-12T17:44:51.932Z] #44 161.7 CC criu/vdso.o [2020-02-12T17:44:51.932Z] #44 162.1 LINK criu/built-in.o [2020-02-12T17:44:51.932Z] #44 162.3 LINK criu/criu [2020-02-12T17:44:51.932Z] #44 162.5 DEP lib/c/criu.d [2020-02-12T17:44:51.932Z] #44 162.6 CC images/rpc.pb-c.o [2020-02-12T17:44:52.022Z] #45 86.41 CC criu/netfilter.o [2020-02-12T17:44:52.022Z] #45 86.62 CC criu/page-pipe.o [2020-02-12T17:44:52.405Z] #45 87.05 CC criu/page-xfer.o [2020-02-12T17:44:52.405Z] #45 ... [2020-02-12T17:44:52.405Z] [2020-02-12T17:44:52.405Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:52.405Z] #18 36.82 Setting up libiptc0:s390x (1.8.2-4) ... [2020-02-12T17:44:52.405Z] #18 36.83 Setting up xz-utils (5.2.4-1) ... [2020-02-12T17:44:52.405Z] #18 36.84 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-12T17:44:52.405Z] #18 36.84 Setting up pigz (2.4-1) ... [2020-02-12T17:44:52.405Z] #18 36.85 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-12T17:44:52.405Z] #18 36.86 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-12T17:44:52.405Z] #18 36.87 Setting up python-pip-whl (18.1-5) ... [2020-02-12T17:44:52.405Z] #18 36.88 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-02-12T17:44:52.405Z] #18 36.88 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:44:52.405Z] #18 37.08 Setting up libaio1:s390x (0.3.112-3) ... [2020-02-12T17:44:52.405Z] #18 37.09 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-12T17:44:52.405Z] #18 37.10 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-02-12T17:44:52.405Z] #18 37.11 Setting up vim (2:8.1.0875-5) ... [2020-02-12T17:44:52.405Z] #18 37.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-12T17:44:52.405Z] #18 37.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-12T17:44:52.405Z] #18 37.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-12T17:44:52.405Z] #18 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-12T17:44:52.405Z] #18 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-12T17:44:52.405Z] #18 37.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-12T17:44:52.405Z] #18 37.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-12T17:44:52.405Z] #18 37.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-12T17:44:52.405Z] #18 37.15 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-12T17:44:52.405Z] #18 37.16 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:44:52.405Z] #18 37.17 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-12T17:44:52.405Z] #18 37.18 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:44:52.405Z] #18 37.18 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-12T17:44:52.405Z] #18 37.19 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:44:52.405Z] #18 38.69 Setting up iptables (1.8.2-4) ... [2020-02-12T17:44:52.405Z] #18 38.70 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:44:52.405Z] #18 38.70 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:44:52.405Z] #18 38.70 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:44:52.405Z] #18 38.70 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:44:52.405Z] #18 38.71 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-12T17:44:52.405Z] #18 38.71 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-12T17:44:52.405Z] #18 38.71 Setting up python3 (3.7.3-1) ... [2020-02-12T17:44:52.405Z] #18 38.89 Setting up python3-wheel (0.32.3-2) ... [2020-02-12T17:44:52.405Z] #18 39.28 Setting up apparmor (2.13.2-10) ... [2020-02-12T17:44:52.405Z] #18 40.22 Setting up xfsprogs (4.20.0-1) ... [2020-02-12T17:44:52.405Z] #18 40.23 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:44:52.405Z] #18 40.47 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:44:52.406Z] #18 41.00 Setting up python3-distutils (3.7.3-1) ... [2020-02-12T17:44:52.406Z] #18 41.25 Setting up python3-setuptools (40.8.0-1) ... [2020-02-12T17:44:52.406Z] #18 41.72 Setting up python3-pip (18.1-5) ... [2020-02-12T17:44:52.449Z] #44 77.54 CC criu/pie/parasite-vdso.o [2020-02-12T17:44:52.497Z] #44 163.3 CC lib/c/criu.o [2020-02-12T17:44:52.793Z] #18 42.30 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:44:52.793Z] #18 42.31 Processing triggers for mime-support (3.62) ... [2020-02-12T17:44:53.083Z] #57 10.67 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-12T17:44:53.159Z] #18 DONE 42.5s [2020-02-12T17:44:53.159Z] [2020-02-12T17:44:53.159Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-12T17:44:53.159Z] #19 0.366 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-12T17:44:53.159Z] #19 0.369 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-12T17:44:53.159Z] #19 0.371 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-12T17:44:53.172Z] + docker version [2020-02-12T17:44:53.393Z] #44 78.36 CC criu/arch/aarch64/vdso-pie.o [2020-02-12T17:44:53.429Z] #44 164.5 LINK lib/c/built-in.o [2020-02-12T17:44:53.429Z] #44 164.5 LINK lib/c/libcriu.so [2020-02-12T17:44:53.429Z] #44 164.6 GEN magic.py [2020-02-12T17:44:53.527Z] #19 DONE 0.5s [2020-02-12T17:44:53.527Z] [2020-02-12T17:44:53.527Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:53.527Z] #45 87.90 CC criu/pagemap-cache.o [2020-02-12T17:44:53.527Z] #45 88.08 CC criu/pagemap.o [2020-02-12T17:44:53.643Z] #57 ... [2020-02-12T17:44:53.643Z] [2020-02-12T17:44:53.643Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-12T17:44:53.643Z] #15 DONE 2.3s [2020-02-12T17:44:53.643Z] [2020-02-12T17:44:53.643Z] #16 [dev 6/25] RUN ldconfig [2020-02-12T17:44:53.687Z] #44 164.7 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:44:53.687Z] #44 164.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:44:53.888Z] #45 88.74 CC criu/parasite-syscall.o [2020-02-12T17:44:53.964Z] #44 78.85 CC criu/arch/aarch64/intraprocedure.o [2020-02-12T17:44:53.964Z] #44 78.92 AR criu/pie/pie.lib.a [2020-02-12T17:44:53.964Z] #44 79.04 DEP criu/pie/restorer.d [2020-02-12T17:44:54.252Z] #44 165.3 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:44:54.536Z] #44 79.46 DEP criu/arch/aarch64/restorer.d [2020-02-12T17:44:54.656Z] #45 89.44 CC criu/path.o [2020-02-12T17:44:54.797Z] #44 79.72 DEP criu/pie/parasite.d [2020-02-12T17:44:54.817Z] #44 165.9 make[1]: Nothing to be done for 'all'. [2020-02-12T17:44:55.025Z] #45 89.65 CC criu/pie-util-vdso-elf32.o [2020-02-12T17:44:55.058Z] #44 ... [2020-02-12T17:44:55.058Z] [2020-02-12T17:44:55.058Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:55.382Z] #44 166.3 make[1]: 'images/built-in.o' is up to date. [2020-02-12T17:44:55.383Z] #44 166.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-12T17:44:55.383Z] #44 166.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-12T17:44:55.383Z] #44 166.4 make[1]: 'compel/libcompel.a' is up to date. [2020-02-12T17:44:55.383Z] #44 166.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-12T17:44:55.493Z] #45 89.95 CC criu/pie-util-vdso.o [2020-02-12T17:44:55.526Z] #16 DONE 2.2s [2020-02-12T17:44:55.526Z] [2020-02-12T17:44:55.526Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:44:55.640Z] #44 166.5 make[1]: Nothing to be done for 'all'. [2020-02-12T17:44:55.640Z] #44 166.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:44:55.640Z] #44 166.7 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.640Z] #44 166.7 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.640Z] #44 166.7 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.898Z] #44 166.8 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.898Z] #44 166.9 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.898Z] #44 166.9 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.898Z] #44 166.9 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:55.898Z] #44 167.0 make[2]: Nothing to be done for 'all'. [2020-02-12T17:44:56.023Z] #45 90.56 CC criu/pie-util.o [2020-02-12T17:44:56.023Z] #45 90.62 CC criu/pipes.o [2020-02-12T17:44:56.156Z] #44 167.0 INSTALL criu/criu [2020-02-12T17:44:56.156Z] #44 DONE 167.2s [2020-02-12T17:44:56.156Z] [2020-02-12T17:44:56.156Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:56.156Z] #62 190.8 + bin/containerd [2020-02-12T17:44:56.362Z] #23 134.4 Checking out files: 23% (2456/10554) Checking out files: 24% (2533/10554) Checking out files: 25% (2639/10554) Checking out files: 26% (2745/10554) Checking out files: 27% (2850/10554) Checking out files: 28% (2956/10554) Checking out files: 29% (3061/10554) Checking out files: 30% (3167/10554) Checking out files: 31% (3272/10554) Checking out files: 32% (3378/10554) Checking out files: 33% (3483/10554) Checking out files: 34% (3589/10554) Checking out files: 35% (3694/10554) Checking out files: 36% (3800/10554) Checking out files: 37% (3905/10554) Checking out files: 38% (4011/10554) Checking out files: 38% (4090/10554) Checking out files: 39% (4117/10554) Checking out files: 40% (4222/10554) Checking out files: 41% (4328/10554) Checking out files: 42% (4433/10554) Checking out files: 43% (4539/10554) Checking out files: 44% (4644/10554) Checking out files: 45% (4750/10554) Checking out files: 46% (4855/10554) Checking out files: 47% (4961/10554) Checking out files: 48% (5066/10554) Checking out files: 49% (5172/10554) Checking out files: 50% (5277/10554) Checking out files: 51% (5383/10554) Checking out files: 52% (5489/10554) Checking out files: 53% (5594/10554) Checking out files: 54% (5700/10554) Checking out files: 55% (5805/10554) Checking out files: 56% (5911/10554) Checking out files: 57% (6016/10554) Checking out files: 58% (6122/10554) Checking out files: 59% (6227/10554) Checking out files: 60% (6333/10554) Checking out files: 61% (6438/10554) Checking out files: 62% (6544/10554) Checking out files: 63% (6650/10554) Checking out files: 64% (6755/10554) Checking out files: 65% (6861/10554) Checking out files: 65% (6889/10554) Checking out files: 66% (6966/10554) Checking out files: 67% (7072/10554) Checking out files: 68% (7177/10554) Checking out files: 69% (7283/10554) Checking out files: 70% (7388/10554) Checking out files: 71% (7494/10554) Checking out files: 72% (7599/10554) Checking out files: 73% (7705/10554) Checking out files: 74% (7810/10554) Checking out files: 75% (7916/10554) Checking out files: 76% (8022/10554) Checking out files: 77% (8127/10554) Checking out files: 78% (8233/10554) Checking out files: 79% (8338/10554) Checking out files: 80% (8444/10554) Checking out files: 81% (8549/10554) Checking out files: 82% (8655/10554) Checking out files: 82% (8679/10554) Checking out files: 83% (8760/10554) Checking out files: 84% (8866/10554) Checking out files: 85% (8971/10554) Checking out files: 86% (9077/10554) Checking out files: 87% (9182/10554) Checking out files: 88% (9288/10554) Checking out files: 89% (9394/10554) Checking out files: 90% (9499/10554) Checking out files: 91% (9605/10554) Checking out files: 92% (9710/10554) Checking out files: 93% (9816/10554) Checking out files: 94% (9921/10554) Checking out files: 95% (10027/10554) Checking out files: 96% (10132/10554) Checking out files: 97% (10238/10554) Checking out files: 98% (10343/10554) Checking out files: 99% (10449/10554) Checking out files: 100% (10554/10554) Checking out files: 100% (10554/10554), done. [2020-02-12T17:44:56.363Z] #23 138.6 + cd /tmp/tmp.oBG6GRRmCI/tmp/docker-ce [2020-02-12T17:44:56.363Z] #23 138.6 + git checkout -q v17.06.2-ce [2020-02-12T17:44:56.544Z] #45 91.27 CC criu/plugin.o [2020-02-12T17:44:57.034Z] #45 91.85 CC criu/proc_parse.o [2020-02-12T17:44:57.088Z] #62 ... [2020-02-12T17:44:57.088Z] [2020-02-12T17:44:57.088Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-12T17:44:57.088Z] #45 DONE 0.1s [2020-02-12T17:44:57.346Z] [2020-02-12T17:44:57.346Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-12T17:44:57.346Z] #48 DONE 0.1s [2020-02-12T17:44:57.346Z] [2020-02-12T17:44:57.346Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:57.346Z] #53 ... [2020-02-12T17:44:57.346Z] [2020-02-12T17:44:57.346Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-12T17:44:57.346Z] #51 DONE 0.1s [2020-02-12T17:44:57.604Z] [2020-02-12T17:44:57.604Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:44:58.034Z] #17 2.287 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:44:58.035Z] #17 2.387 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:44:58.035Z] #17 2.391 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:44:58.594Z] #17 2.939 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-12T17:44:58.850Z] #17 ... [2020-02-12T17:44:58.850Z] [2020-02-12T17:44:58.850Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:58.850Z] #44 58.26 DEP criu/pie/util.d [2020-02-12T17:44:58.850Z] #44 58.46 CC criu/pie/util.o [2020-02-12T17:44:58.850Z] #44 58.84 CC criu/pie/util-vdso.o [2020-02-12T17:44:58.850Z] #44 59.55 CC criu/pie/parasite-vdso.o [2020-02-12T17:44:58.850Z] #44 60.11 CC criu/arch/x86/vdso-pie.o [2020-02-12T17:44:58.850Z] #44 60.40 CC criu/pie/util-vdso-elf32.o [2020-02-12T17:44:58.850Z] #44 61.54 AR criu/pie/pie.lib.a [2020-02-12T17:44:58.850Z] #44 61.60 DEP criu/pie/restorer.d [2020-02-12T17:44:58.850Z] #44 61.80 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-12T17:44:58.850Z] #44 61.92 DEP criu/arch/x86/restorer_unmap.d [2020-02-12T17:44:58.850Z] #44 61.97 DEP criu/arch/x86/restorer.d [2020-02-12T17:44:58.850Z] #44 62.13 DEP criu/pie/parasite.d [2020-02-12T17:44:58.850Z] #44 62.39 CC criu/pie/parasite.o [2020-02-12T17:44:58.850Z] #44 64.01 LINK criu/pie/parasite.built-in.o [2020-02-12T17:44:58.850Z] #44 64.03 GEN criu/pie/parasite-blob.h [2020-02-12T17:44:58.850Z] #44 64.04 CC criu/arch/x86/restorer.o [2020-02-12T17:44:58.850Z] #44 64.62 CC criu/arch/x86/restorer_unmap.o [2020-02-12T17:44:58.850Z] #44 64.67 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-12T17:44:58.850Z] #44 65.09 CC criu/pie/restorer.o [2020-02-12T17:44:58.850Z] #44 68.09 LINK criu/pie/restorer.built-in.o [2020-02-12T17:44:58.850Z] #44 68.10 GEN criu/pie/restorer-blob.h [2020-02-12T17:44:58.850Z] #44 68.20 DEP criu/vdso.d [2020-02-12T17:44:58.884Z] #45 93.38 CC criu/protobuf-desc.o [2020-02-12T17:44:58.884Z] #45 93.79 CC criu/protobuf.o [2020-02-12T17:44:59.078Z] Client: Docker Engine - Enterprise [2020-02-12T17:44:59.078Z] Version: 19.03.5 [2020-02-12T17:44:59.078Z] API version: 1.40 [2020-02-12T17:44:59.078Z] Go version: go1.12.12 [2020-02-12T17:44:59.078Z] Git commit: 2ee0c57608 [2020-02-12T17:44:59.078Z] Built: 11/13/2019 08:00:16 [2020-02-12T17:44:59.078Z] OS/Arch: windows/amd64 [2020-02-12T17:44:59.078Z] Experimental: false [2020-02-12T17:44:59.078Z] [2020-02-12T17:44:59.078Z] Server: Docker Engine - Enterprise [2020-02-12T17:44:59.078Z] Engine: [2020-02-12T17:44:59.078Z] Version: 19.03.5 [2020-02-12T17:44:59.078Z] API version: 1.40 (minimum version 1.24) [2020-02-12T17:44:59.078Z] Go version: go1.12.12 [2020-02-12T17:44:59.078Z] Git commit: 2ee0c57608 [2020-02-12T17:44:59.078Z] Built: 11/13/2019 07:58:51 [2020-02-12T17:44:59.078Z] OS/Arch: windows/amd64 [2020-02-12T17:44:59.078Z] Experimental: true [2020-02-12T17:44:59.106Z] #44 68.36 DEP criu/vdso-compat.d [2020-02-12T17:44:59.275Z] #45 ... [2020-02-12T17:44:59.275Z] [2020-02-12T17:44:59.275Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:44:59.275Z] #20 2.633 Collecting yamllint==1.16.0 [2020-02-12T17:44:59.275Z] #20 2.983 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-12T17:44:59.275Z] #20 3.052 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-12T17:44:59.275Z] #20 3.145 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-12T17:44:59.275Z] #20 3.198 Collecting pyyaml (from yamllint==1.16.0) [2020-02-12T17:44:59.275Z] #20 3.510 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-12T17:44:59.275Z] #20 4.499 Building wheels for collected packages: pyyaml [2020-02-12T17:44:59.275Z] #20 4.508 Running setup.py bdist_wheel for pyyaml: started [2020-02-12T17:44:59.275Z] #20 5.069 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-12T17:44:59.275Z] #20 5.070 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-12T17:44:59.275Z] #20 5.130 Successfully built pyyaml [2020-02-12T17:44:59.275Z] #20 5.152 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-12T17:44:59.275Z] #20 5.419 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-12T17:44:59.275Z] #20 DONE 5.6s [2020-02-12T17:44:59.275Z] [2020-02-12T17:44:59.275Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-12T17:44:59.275Z] #25 DONE 0.1s [2020-02-12T17:44:59.275Z] [2020-02-12T17:44:59.275Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:44:59.275Z] #45 94.04 CC criu/pstree.o [2020-02-12T17:44:59.361Z] #44 68.54 DEP criu/uts_ns.d [2020-02-12T17:44:59.361Z] #44 68.68 DEP criu/util.d [2020-02-12T17:44:59.616Z] #44 68.88 DEP criu/uffd.d [2020-02-12T17:44:59.651Z] #45 ... [2020-02-12T17:44:59.651Z] [2020-02-12T17:44:59.651Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-12T17:44:59.651Z] #29 DONE 0.4s [2020-02-12T17:44:59.651Z] [2020-02-12T17:44:59.651Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-12T17:44:59.651Z] #32 DONE 0.1s [2020-02-12T17:44:59.651Z] [2020-02-12T17:44:59.651Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-12T17:44:59.651Z] #35 DONE 0.1s [2020-02-12T17:44:59.651Z] [2020-02-12T17:44:59.651Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [Pipeline] sh [2020-02-12T17:44:59.872Z] #44 69.12 DEP criu/tun.d [2020-02-12T17:45:00.020Z] #63 ... [2020-02-12T17:45:00.020Z] [2020-02-12T17:45:00.020Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-12T17:45:00.020Z] #40 DONE 0.1s [2020-02-12T17:45:00.020Z] [2020-02-12T17:45:00.020Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:00.020Z] #45 94.63 CC criu/rbtree.o [2020-02-12T17:45:00.020Z] #45 94.77 CC criu/rst-malloc.o [2020-02-12T17:45:00.127Z] #44 69.27 DEP criu/tty.d [2020-02-12T17:45:00.128Z] #44 69.46 DEP criu/timerfd.d [2020-02-12T17:45:00.128Z] #44 ... [2020-02-12T17:45:00.128Z] [2020-02-12T17:45:00.128Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:00.128Z] #17 4.474 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-12T17:45:00.383Z] #45 94.89 CC criu/seccomp.o [2020-02-12T17:45:00.569Z] #23 ... [2020-02-12T17:45:00.569Z] [2020-02-12T17:45:00.569Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:00.569Z] #17 9.874 Reading package lists... [2020-02-12T17:45:00.569Z] #17 13.49 Reading package lists... [2020-02-12T17:45:00.569Z] #17 17.70 Building dependency tree... [2020-02-12T17:45:00.569Z] #17 19.74 libcap2-bin is already the newest version (1:2.25-2). [2020-02-12T17:45:00.569Z] #17 19.74 The following additional packages will be installed: [2020-02-12T17:45:00.569Z] #17 19.74 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-12T17:45:00.569Z] #17 19.74 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-12T17:45:00.569Z] #17 19.74 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-12T17:45:00.569Z] #17 19.74 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-12T17:45:00.569Z] #17 19.75 python3.7 python3.7-minimal vim-runtime xxd [2020-02-12T17:45:00.569Z] #17 19.75 Suggested packages: [2020-02-12T17:45:00.569Z] #17 19.75 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-12T17:45:00.569Z] #17 19.75 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-12T17:45:00.569Z] #17 19.75 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-12T17:45:00.569Z] #17 19.75 Recommended packages: [2020-02-12T17:45:00.569Z] #17 19.75 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-12T17:45:00.569Z] #17 19.75 python3-keyrings.alt python3-xdg unzip [2020-02-12T17:45:00.569Z] #17 21.55 The following NEW packages will be installed: [2020-02-12T17:45:00.569Z] #17 21.55 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-12T17:45:00.569Z] #17 21.55 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-12T17:45:00.569Z] #17 21.55 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-12T17:45:00.569Z] #17 21.55 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-12T17:45:00.569Z] #17 21.55 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-12T17:45:00.569Z] #17 21.55 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-12T17:45:00.569Z] #17 21.55 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-12T17:45:00.569Z] #17 21.55 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-12T17:45:00.569Z] #17 21.93 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:45:00.569Z] #17 21.93 Need to get 26.1 MB of archives. [2020-02-12T17:45:00.569Z] #17 21.93 After this operation, 110 MB of additional disk space will be used. [2020-02-12T17:45:00.569Z] #17 21.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-02-12T17:45:00.569Z] #17 21.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u1 [588 kB] [2020-02-12T17:45:00.569Z] #17 21.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u1 [1404 kB] [2020-02-12T17:45:00.569Z] #17 22.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-02-12T17:45:00.569Z] #17 22.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-02-12T17:45:00.569Z] #17 22.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u1 [1640 kB] [2020-02-12T17:45:00.569Z] #17 22.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u1 [330 kB] [2020-02-12T17:45:00.569Z] #17 22.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-02-12T17:45:00.569Z] #17 22.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-02-12T17:45:00.569Z] #17 22.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-02-12T17:45:00.569Z] #17 22.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-02-12T17:45:00.569Z] #17 22.18 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-02-12T17:45:00.569Z] #17 22.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-02-12T17:45:00.569Z] #17 22.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-02-12T17:45:00.569Z] #17 22.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-02-12T17:45:00.569Z] #17 22.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-02-12T17:45:00.569Z] #17 22.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-02-12T17:45:00.569Z] #17 22.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:45:00.569Z] #17 22.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-02-12T17:45:00.569Z] #17 22.27 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-02-12T17:45:00.569Z] #17 22.27 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-02-12T17:45:00.569Z] #17 22.29 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-02-12T17:45:00.569Z] #17 22.32 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-02-12T17:45:00.569Z] #17 22.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-02-12T17:45:00.569Z] #17 22.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-02-12T17:45:00.569Z] #17 22.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-02-12T17:45:00.569Z] #17 22.35 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-02-12T17:45:00.569Z] #17 22.35 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-02-12T17:45:00.569Z] #17 22.36 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6 [8153 kB] [2020-02-12T17:45:00.569Z] #17 22.80 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-02-12T17:45:00.569Z] #17 22.80 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-02-12T17:45:00.569Z] #17 22.81 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-02-12T17:45:00.569Z] #17 22.81 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-02-12T17:45:00.569Z] #17 22.81 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-02-12T17:45:00.569Z] #17 22.82 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-12T17:45:00.569Z] #17 22.94 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-12T17:45:00.569Z] #17 22.95 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-12T17:45:00.569Z] #17 22.96 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-02-12T17:45:00.569Z] #17 22.97 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-12T17:45:00.569Z] #17 22.98 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-12T17:45:00.569Z] #17 23.01 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-12T17:45:00.569Z] #17 23.01 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-02-12T17:45:00.569Z] #17 23.03 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-12T17:45:00.569Z] #17 23.34 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-02-12T17:45:00.684Z] + docker info [2020-02-12T17:45:00.756Z] #45 95.33 CC criu/seize.o [2020-02-12T17:45:00.830Z] #17 23.41 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-02-12T17:45:00.830Z] #17 23.46 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-02-12T17:45:01.121Z] #45 95.79 CC criu/servicefd.o [2020-02-12T17:45:01.495Z] #45 96.31 CC criu/shmem.o [2020-02-12T17:45:01.773Z] #17 ... [2020-02-12T17:45:01.773Z] [2020-02-12T17:45:01.773Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:45:01.773Z] #47 133.5 github.com/LK4D4/vndr/godl [2020-02-12T17:45:01.773Z] #47 134.2 github.com/LK4D4/vndr [2020-02-12T17:45:01.773Z] #47 ... [2020-02-12T17:45:01.773Z] [2020-02-12T17:45:01.773Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:01.773Z] #23 143.7 + mkdir -p /tmp/tmp.oBG6GRRmCI/src/github.com/docker [2020-02-12T17:45:01.773Z] #23 143.7 + mv components/cli /tmp/tmp.oBG6GRRmCI/src/github.com/docker/cli [2020-02-12T17:45:01.773Z] #23 143.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-02-12T17:45:02.013Z] #17 5.959 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-12T17:45:02.300Z] #45 96.94 CC criu/sigframe.o [2020-02-12T17:45:02.300Z] #45 97.02 CC criu/signalfd.o [2020-02-12T17:45:02.300Z] #45 97.15 CC criu/sk-inet.o [2020-02-12T17:45:02.869Z] #62 ... [2020-02-12T17:45:02.870Z] [2020-02-12T17:45:02.870Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:02.870Z] #53 DONE 240.3s [2020-02-12T17:45:02.870Z] [2020-02-12T17:45:02.870Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:03.093Z] #45 97.73 CC criu/sk-netlink.o [2020-02-12T17:45:03.093Z] #45 97.96 CC criu/sk-packet.o [2020-02-12T17:45:03.436Z] #62 ... [2020-02-12T17:45:03.436Z] [2020-02-12T17:45:03.436Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-12T17:45:03.687Z] #23 ... [2020-02-12T17:45:03.687Z] [2020-02-12T17:45:03.687Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:45:03.687Z] #47 DONE 145.7s [2020-02-12T17:45:03.694Z] #54 DONE 0.2s [2020-02-12T17:45:03.694Z] [2020-02-12T17:45:03.694Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-12T17:45:03.694Z] #58 DONE 0.1s [2020-02-12T17:45:03.694Z] [2020-02-12T17:45:03.694Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:03.889Z] #45 98.45 CC criu/sk-queue.o [2020-02-12T17:45:03.889Z] #45 98.68 CC criu/sk-tcp.o [2020-02-12T17:45:03.948Z] [2020-02-12T17:45:03.948Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:03.948Z] #17 24.38 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:45:03.948Z] #17 24.52 Fetched 26.1 MB in 2s (14.5 MB/s) [2020-02-12T17:45:03.948Z] #17 24.58 Selecting previously unselected package pigz. [2020-02-12T17:45:03.948Z] #17 24.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 ... 23396 files and directories currently installed.) [2020-02-12T17:45:03.948Z] #17 24.63 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-02-12T17:45:03.948Z] #17 24.66 Unpacking pigz (2.4-1) ... [2020-02-12T17:45:03.948Z] #17 25.34 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-02-12T17:45:03.948Z] #17 25.35 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... [2020-02-12T17:45:03.948Z] #17 25.40 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:04.210Z] #17 26.63 Selecting previously unselected package python3.7-minimal. [2020-02-12T17:45:04.210Z] #17 26.64 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... [2020-02-12T17:45:04.210Z] #17 26.67 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:45:04.257Z] #45 98.98 CC criu/sk-unix.o [2020-02-12T17:45:05.154Z] #17 27.54 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:05.154Z] #17 27.64 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:45:05.154Z] #17 ... [2020-02-12T17:45:05.154Z] [2020-02-12T17:45:05.154Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:05.154Z] #44 80.14 CC criu/pie/parasite.o [2020-02-12T17:45:05.154Z] #44 82.05 LINK criu/pie/parasite.built-in.o [2020-02-12T17:45:05.154Z] #44 82.08 GEN criu/pie/parasite-blob.h [2020-02-12T17:45:05.154Z] #44 82.09 CC criu/arch/aarch64/restorer.o [2020-02-12T17:45:05.154Z] #44 82.84 CC criu/pie/restorer.o [2020-02-12T17:45:05.154Z] #44 86.38 LINK criu/pie/restorer.built-in.o [2020-02-12T17:45:05.154Z] #44 86.40 GEN criu/pie/restorer-blob.h [2020-02-12T17:45:05.154Z] #44 86.53 DEP criu/vdso.d [2020-02-12T17:45:05.154Z] #44 86.80 DEP criu/uts_ns.d [2020-02-12T17:45:05.154Z] #44 87.00 DEP criu/util.d [2020-02-12T17:45:05.154Z] #44 87.50 DEP criu/uffd.d [2020-02-12T17:45:05.154Z] #44 87.68 DEP criu/tun.d [2020-02-12T17:45:05.154Z] #44 87.91 DEP criu/tty.d [2020-02-12T17:45:05.154Z] #44 88.09 DEP criu/timerfd.d [2020-02-12T17:45:05.154Z] #44 88.48 DEP criu/sysfs_parse.d [2020-02-12T17:45:05.154Z] #44 88.77 DEP criu/sysctl.d [2020-02-12T17:45:05.154Z] #44 89.12 DEP criu/string.d [2020-02-12T17:45:05.154Z] #44 89.26 DEP criu/stats.d [2020-02-12T17:45:05.154Z] #44 89.44 DEP criu/sockets.d [2020-02-12T17:45:05.154Z] #44 89.64 DEP criu/sk-unix.d [2020-02-12T17:45:05.154Z] #44 89.83 DEP criu/sk-tcp.d [2020-02-12T17:45:05.154Z] #44 90.10 DEP criu/sk-queue.d [2020-02-12T17:45:05.154Z] #44 90.34 DEP criu/sk-packet.d [2020-02-12T17:45:05.546Z] #45 100.1 CC criu/sockets.o [2020-02-12T17:45:05.726Z] #44 90.63 DEP criu/sk-netlink.d [2020-02-12T17:45:05.726Z] #44 90.88 DEP criu/sk-inet.d [2020-02-12T17:45:05.941Z] #45 100.8 CC criu/stats.o [2020-02-12T17:45:06.176Z] #17 ... [2020-02-12T17:45:06.176Z] [2020-02-12T17:45:06.176Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:45:06.176Z] #47 131.3 github.com/LK4D4/vndr/godl [2020-02-12T17:45:06.176Z] #47 132.5 github.com/LK4D4/vndr [2020-02-12T17:45:06.176Z] #47 ... [2020-02-12T17:45:06.176Z] [2020-02-12T17:45:06.176Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:06.176Z] #44 69.71 DEP criu/sysfs_parse.d [2020-02-12T17:45:06.176Z] #44 69.91 DEP criu/sysctl.d [2020-02-12T17:45:06.176Z] #44 70.06 DEP criu/string.d [2020-02-12T17:45:06.176Z] #44 70.10 DEP criu/stats.d [2020-02-12T17:45:06.176Z] #44 70.21 DEP criu/sockets.d [2020-02-12T17:45:06.176Z] #44 70.34 DEP criu/sk-unix.d [2020-02-12T17:45:06.176Z] #44 70.52 DEP criu/sk-tcp.d [2020-02-12T17:45:06.176Z] #44 70.78 DEP criu/sk-queue.d [2020-02-12T17:45:06.176Z] #44 70.92 DEP criu/sk-packet.d [2020-02-12T17:45:06.176Z] #44 71.16 DEP criu/sk-netlink.d [2020-02-12T17:45:06.176Z] #44 71.31 DEP criu/sk-inet.d [2020-02-12T17:45:06.176Z] #44 71.48 DEP criu/signalfd.d [2020-02-12T17:45:06.176Z] #44 71.63 DEP criu/sigframe.d [2020-02-12T17:45:06.176Z] #44 71.80 DEP criu/shmem.d [2020-02-12T17:45:06.176Z] #44 71.95 DEP criu/servicefd.d [2020-02-12T17:45:06.176Z] #44 72.16 DEP criu/seize.d [2020-02-12T17:45:06.176Z] #44 72.36 DEP criu/seccomp.d [2020-02-12T17:45:06.176Z] #44 72.52 DEP criu/rst-malloc.d [2020-02-12T17:45:06.176Z] #44 72.56 DEP criu/rbtree.d [2020-02-12T17:45:06.176Z] #44 72.60 DEP criu/pstree.d [2020-02-12T17:45:06.176Z] #44 72.80 DEP criu/protobuf.d [2020-02-12T17:45:06.176Z] #44 72.92 GEN criu/protobuf-desc-gen.h [2020-02-12T17:45:06.176Z] #44 74.39 DEP criu/protobuf-desc.d [2020-02-12T17:45:06.176Z] #44 74.52 DEP criu/proc_parse.d [2020-02-12T17:45:06.176Z] #44 74.80 DEP criu/plugin.d [2020-02-12T17:45:06.176Z] #44 74.87 DEP criu/pipes.d [2020-02-12T17:45:06.176Z] #44 75.05 DEP criu/pie-util.d [2020-02-12T17:45:06.176Z] #44 ... [2020-02-12T17:45:06.176Z] [2020-02-12T17:45:06.176Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:45:06.176Z] #47 DONE 141.6s [2020-02-12T17:45:06.176Z] [2020-02-12T17:45:06.176Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:06.176Z] #44 75.26 DEP criu/pie-util-vdso.d [2020-02-12T17:45:06.176Z] #44 75.47 DEP criu/pie-util-vdso-elf32.d [2020-02-12T17:45:06.299Z] #44 91.23 DEP criu/signalfd.d [2020-02-12T17:45:06.299Z] #44 91.36 DEP criu/sigframe.d [2020-02-12T17:45:06.325Z] #45 101.0 CC criu/string.o [2020-02-12T17:45:06.325Z] #45 ... [2020-02-12T17:45:06.325Z] [2020-02-12T17:45:06.325Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:45:06.325Z] #42 137.3 + dpkg --print-architecture [2020-02-12T17:45:06.325Z] #42 137.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-12T17:45:06.432Z] #44 75.64 DEP criu/path.d [2020-02-12T17:45:06.432Z] #44 75.84 DEP criu/parasite-syscall.d [2020-02-12T17:45:06.560Z] #44 91.54 DEP criu/shmem.d [2020-02-12T17:45:06.699Z] #42 137.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-12T17:45:06.699Z] #42 137.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-12T17:45:06.821Z] #44 91.84 DEP criu/servicefd.d [2020-02-12T17:45:06.992Z] #44 76.10 DEP criu/pagemap.d [2020-02-12T17:45:06.992Z] #44 76.24 DEP criu/pagemap-cache.d [2020-02-12T17:45:06.992Z] #44 76.34 DEP criu/page-xfer.d [2020-02-12T17:45:06.992Z] #44 76.47 DEP criu/page-pipe.d [2020-02-12T17:45:07.083Z] #44 ... [2020-02-12T17:45:07.083Z] [2020-02-12T17:45:07.083Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:45:07.083Z] #30 DONE 149.4s [2020-02-12T17:45:07.083Z] [2020-02-12T17:45:07.083Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:07.083Z] #44 92.07 DEP criu/seize.d [2020-02-12T17:45:07.247Z] #44 76.56 DEP criu/netfilter.d [2020-02-12T17:45:07.344Z] #44 92.29 DEP criu/seccomp.d [2020-02-12T17:45:07.344Z] #44 92.49 DEP criu/rst-malloc.d [2020-02-12T17:45:07.502Z] #44 76.77 DEP criu/net.d [2020-02-12T17:45:07.605Z] #44 92.57 DEP criu/rbtree.d [2020-02-12T17:45:07.605Z] #44 92.62 DEP criu/pstree.d [2020-02-12T17:45:07.757Z] #44 76.95 DEP criu/namespaces.d [2020-02-12T17:45:07.757Z] #44 77.10 DEP criu/mount.d [2020-02-12T17:45:07.866Z] #44 92.92 DEP criu/protobuf.d [2020-02-12T17:45:08.012Z] #44 77.31 DEP criu/mem.d [2020-02-12T17:45:08.012Z] #44 77.51 DEP criu/lsm.d [2020-02-12T17:45:08.129Z] #44 93.12 GEN criu/protobuf-desc-gen.h [2020-02-12T17:45:08.267Z] #44 77.65 DEP criu/log.d [2020-02-12T17:45:08.268Z] #44 77.76 DEP criu/libnetlink.d [2020-02-12T17:45:08.523Z] #44 77.83 DEP criu/kerndat.d [2020-02-12T17:45:08.778Z] #44 78.01 DEP criu/kcmp-ids.d [2020-02-12T17:45:08.778Z] #44 78.17 DEP criu/irmap.d [2020-02-12T17:45:08.778Z] #44 78.30 DEP criu/ipc_ns.d [2020-02-12T17:45:09.033Z] #44 78.43 DEP criu/image.d [2020-02-12T17:45:09.288Z] #44 78.61 DEP criu/image-desc.d [2020-02-12T17:45:09.288Z] #44 78.72 DEP criu/fsnotify.d [2020-02-12T17:45:09.543Z] #44 78.85 DEP criu/filesystems.d [2020-02-12T17:45:09.543Z] #44 79.00 DEP criu/files.d [2020-02-12T17:45:09.798Z] #44 79.14 DEP criu/files-reg.d [2020-02-12T17:45:10.044Z] #44 95.05 DEP criu/protobuf-desc.d [2020-02-12T17:45:10.053Z] #44 79.31 DEP criu/files-ext.d [2020-02-12T17:45:10.305Z] #44 95.23 DEP criu/proc_parse.d [2020-02-12T17:45:10.308Z] #44 79.45 DEP criu/file-lock.d [2020-02-12T17:45:10.308Z] #44 79.62 DEP criu/file-ids.d [2020-02-12T17:45:10.563Z] #44 79.83 DEP criu/fifo.d [2020-02-12T17:45:10.564Z] #44 79.98 DEP criu/fdstore.d [2020-02-12T17:45:10.567Z] #44 95.47 DEP criu/plugin.d [2020-02-12T17:45:10.567Z] #44 95.58 DEP criu/pipes.d [2020-02-12T17:45:10.819Z] #44 80.06 DEP criu/fault-injection.d [2020-02-12T17:45:10.819Z] #44 80.12 DEP criu/external.d [2020-02-12T17:45:10.819Z] #44 80.22 DEP criu/eventpoll.d [2020-02-12T17:45:10.828Z] #44 95.74 DEP criu/pie-util.d [2020-02-12T17:45:10.828Z] #44 95.88 DEP criu/pie-util-vdso.d [2020-02-12T17:45:11.074Z] #44 80.41 DEP criu/eventfd.d [2020-02-12T17:45:11.074Z] #44 80.51 DEP criu/crtools.d [2020-02-12T17:45:11.090Z] #44 96.05 DEP criu/pie-util-vdso-elf32.d [2020-02-12T17:45:11.329Z] #44 80.65 DEP criu/cr-service.d [2020-02-12T17:45:11.351Z] #44 96.19 DEP criu/path.d [2020-02-12T17:45:11.351Z] #44 96.31 DEP criu/parasite-syscall.d [2020-02-12T17:45:11.585Z] #44 80.79 DEP criu/cr-restore.d [2020-02-12T17:45:11.585Z] #44 80.99 DEP criu/cr-errno.d [2020-02-12T17:45:11.612Z] #44 96.45 DEP criu/pagemap.d [2020-02-12T17:45:11.612Z] #44 96.60 DEP criu/pagemap-cache.d [2020-02-12T17:45:11.612Z] #44 96.71 DEP criu/page-xfer.d [2020-02-12T17:45:11.840Z] #44 81.01 DEP criu/cr-dump.d [2020-02-12T17:45:11.840Z] #44 81.25 DEP criu/cr-dedup.d [2020-02-12T17:45:11.840Z] #44 81.37 DEP criu/cr-check.d [2020-02-12T17:45:11.873Z] #44 96.90 DEP criu/page-pipe.d [2020-02-12T17:45:12.134Z] #44 97.11 DEP criu/netfilter.d [2020-02-12T17:45:12.395Z] #44 97.32 DEP criu/net.d [2020-02-12T17:45:12.400Z] #44 81.52 DEP criu/config.d [2020-02-12T17:45:12.400Z] #44 81.65 DEP criu/clone-noasan.d [2020-02-12T17:45:12.400Z] #44 81.70 DEP criu/cgroup.d [2020-02-12T17:45:12.655Z] #44 81.84 DEP criu/cgroup-props.d [2020-02-12T17:45:12.655Z] #44 82.00 DEP criu/bitmap.d [2020-02-12T17:45:12.655Z] #44 82.04 DEP criu/bfd.d [2020-02-12T17:45:12.655Z] #44 82.09 DEP criu/autofs.d [2020-02-12T17:45:12.656Z] #44 97.57 DEP criu/namespaces.d [2020-02-12T17:45:12.656Z] #44 97.78 DEP criu/mount.d [2020-02-12T17:45:12.917Z] #44 97.92 DEP criu/mem.d [2020-02-12T17:45:12.923Z] #44 82.23 DEP criu/aio.d [2020-02-12T17:45:13.178Z] #44 98.12 DEP criu/lsm.d [2020-02-12T17:45:13.178Z] #44 98.27 DEP criu/log.d [2020-02-12T17:45:13.178Z] #44 82.47 DEP criu/action-scripts.d [2020-02-12T17:45:13.207Z] #42 ... [2020-02-12T17:45:13.207Z] [2020-02-12T17:45:13.207Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:13.207Z] #45 101.0 CC criu/sysctl.o [2020-02-12T17:45:13.207Z] #45 101.5 CC criu/sysfs_parse.o [2020-02-12T17:45:13.207Z] #45 101.7 CC criu/timerfd.o [2020-02-12T17:45:13.207Z] #45 102.1 CC criu/tty.o [2020-02-12T17:45:13.207Z] #45 103.1 CC criu/tun.o [2020-02-12T17:45:13.207Z] #45 103.5 CC criu/uffd.o [2020-02-12T17:45:13.207Z] #45 104.9 CC criu/util.o [2020-02-12T17:45:13.207Z] #45 105.9 CC criu/uts_ns.o [2020-02-12T17:45:13.207Z] #45 106.0 CC criu/vdso.o [2020-02-12T17:45:13.207Z] #45 106.3 LINK criu/built-in.o [2020-02-12T17:45:13.207Z] #45 106.5 LINK criu/criu [2020-02-12T17:45:13.207Z] #45 106.8 DEP lib/c/criu.d [2020-02-12T17:45:13.207Z] #45 106.9 CC images/rpc.pb-c.o [2020-02-12T17:45:13.207Z] #45 107.3 CC lib/c/criu.o [2020-02-12T17:45:13.207Z] #45 107.7 LINK lib/c/built-in.o [2020-02-12T17:45:13.207Z] #45 107.7 LINK lib/c/libcriu.so [2020-02-12T17:45:13.207Z] #45 107.9 GEN magic.py [2020-02-12T17:45:13.207Z] #45 107.9 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:45:13.207Z] #45 107.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:45:13.433Z] #44 82.78 CC criu/action-scripts.o [2020-02-12T17:45:13.440Z] #44 98.45 DEP criu/libnetlink.d [2020-02-12T17:45:13.440Z] #44 ... [2020-02-12T17:45:13.440Z] [2020-02-12T17:45:13.440Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:13.440Z] #17 30.35 Selecting previously unselected package python3-minimal. [2020-02-12T17:45:13.440Z] #17 30.35 (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 ... 23645 files and directories currently installed.) [2020-02-12T17:45:13.440Z] #17 30.40 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 30.41 Unpacking python3-minimal (3.7.3-1) ... [2020-02-12T17:45:13.440Z] #17 30.54 Selecting previously unselected package libmpdec2:arm64. [2020-02-12T17:45:13.440Z] #17 30.56 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 30.57 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-02-12T17:45:13.440Z] #17 30.78 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-02-12T17:45:13.440Z] #17 30.78 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 30.78 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:13.440Z] #17 31.96 Selecting previously unselected package python3.7. [2020-02-12T17:45:13.440Z] #17 31.96 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 31.97 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:13.440Z] #17 32.12 Selecting previously unselected package libpython3-stdlib:arm64. [2020-02-12T17:45:13.440Z] #17 32.13 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 32.13 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-02-12T17:45:13.440Z] #17 32.25 Setting up python3-minimal (3.7.3-1) ... [2020-02-12T17:45:13.440Z] #17 33.68 Selecting previously unselected package python3. [2020-02-12T17:45:13.440Z] #17 33.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 ... 24057 files and directories currently installed.) [2020-02-12T17:45:13.440Z] #17 33.76 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 33.78 Unpacking python3 (3.7.3-1) ... [2020-02-12T17:45:13.440Z] #17 33.94 Selecting previously unselected package libip4tc0:arm64. [2020-02-12T17:45:13.440Z] #17 33.96 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 33.97 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-02-12T17:45:13.440Z] #17 34.08 Selecting previously unselected package libip6tc0:arm64. [2020-02-12T17:45:13.440Z] #17 34.10 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 34.12 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-02-12T17:45:13.440Z] #17 34.24 Selecting previously unselected package libiptc0:arm64. [2020-02-12T17:45:13.440Z] #17 34.25 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 34.25 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-02-12T17:45:13.440Z] #17 34.37 Selecting previously unselected package libnfnetlink0:arm64. [2020-02-12T17:45:13.440Z] #17 34.37 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 34.38 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-02-12T17:45:13.440Z] #17 34.45 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-02-12T17:45:13.440Z] #17 34.46 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 34.47 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-02-12T17:45:13.440Z] #17 34.57 Selecting previously unselected package libnftnl11:arm64. [2020-02-12T17:45:13.440Z] #17 34.58 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 34.59 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-02-12T17:45:13.440Z] #17 34.70 Selecting previously unselected package iptables. [2020-02-12T17:45:13.440Z] #17 34.71 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 34.72 Unpacking iptables (1.8.2-4) ... [2020-02-12T17:45:13.440Z] #17 35.10 Selecting previously unselected package xxd. [2020-02-12T17:45:13.440Z] #17 35.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-02-12T17:45:13.440Z] #17 35.13 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:45:13.440Z] #17 35.33 Selecting previously unselected package vim-common. [2020-02-12T17:45:13.440Z] #17 35.34 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:45:13.440Z] #17 35.36 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:45:13.440Z] #17 35.59 Selecting previously unselected package bash-completion. [2020-02-12T17:45:13.441Z] #17 35.59 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-12T17:45:13.585Z] #45 108.3 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:45:13.947Z] #45 108.7 make[1]: Nothing to be done for 'all'. [2020-02-12T17:45:13.992Z] #44 83.18 CC criu/aio.o [2020-02-12T17:45:14.247Z] #44 83.67 CC criu/autofs.o [2020-02-12T17:45:14.305Z] #45 109.1 make[1]: 'images/built-in.o' is up to date. [2020-02-12T17:45:14.305Z] #45 109.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-12T17:45:14.305Z] #45 109.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-12T17:45:14.305Z] #45 109.2 make[1]: 'compel/libcompel.a' is up to date. [2020-02-12T17:45:14.305Z] #45 109.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-12T17:45:14.676Z] #45 109.3 make[1]: Nothing to be done for 'all'. [2020-02-12T17:45:14.676Z] #45 109.3 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:45:14.676Z] #45 109.5 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:14.676Z] #45 109.5 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:14.676Z] #45 109.5 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:14.676Z] #45 109.6 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:14.676Z] #45 109.6 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:15.044Z] #45 109.6 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:15.044Z] #45 109.6 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:15.044Z] #45 109.7 make[2]: Nothing to be done for 'all'. [2020-02-12T17:45:15.044Z] #45 109.7 INSTALL criu/criu [2020-02-12T17:45:15.399Z] #45 DONE 109.9s [2020-02-12T17:45:15.399Z] [2020-02-12T17:45:15.399Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:16.132Z] #44 85.30 CC criu/bfd.o [2020-02-12T17:45:16.387Z] #44 85.77 CC criu/bitmap.o [2020-02-12T17:45:16.643Z] #44 85.97 CC criu/cgroup-props.o [2020-02-12T17:45:16.743Z] #17 38.73 Unpacking bash-completion (1:2.8-6) ... [2020-02-12T17:45:16.743Z] #17 39.39 Selecting previously unselected package bzip2. [2020-02-12T17:45:16.743Z] #17 39.40 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-02-12T17:45:16.743Z] #17 39.42 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:45:17.004Z] #17 39.53 Selecting previously unselected package xz-utils. [2020-02-12T17:45:17.004Z] #17 39.53 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-02-12T17:45:17.004Z] #17 39.54 Unpacking xz-utils (5.2.4-1) ... [2020-02-12T17:45:17.004Z] #17 39.75 Selecting previously unselected package apparmor. [2020-02-12T17:45:17.202Z] #44 ... [2020-02-12T17:45:17.202Z] [2020-02-12T17:45:17.203Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:45:17.203Z] #30 DONE 153.1s [2020-02-12T17:45:17.203Z] [2020-02-12T17:45:17.203Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:17.203Z] #17 11.78 Fetched 8325 kB in 10s (853 kB/s) [2020-02-12T17:45:17.203Z] #17 11.78 Reading package lists... [2020-02-12T17:45:17.203Z] #17 15.17 Reading package lists... [2020-02-12T17:45:17.203Z] #17 18.20 Building dependency tree... [2020-02-12T17:45:17.203Z] #17 19.55 libcap2-bin is already the newest version (1:2.25-2). [2020-02-12T17:45:17.203Z] #17 19.55 The following additional packages will be installed: [2020-02-12T17:45:17.203Z] #17 19.55 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-12T17:45:17.203Z] #17 19.55 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-12T17:45:17.203Z] #17 19.56 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-12T17:45:17.203Z] #17 19.56 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-12T17:45:17.203Z] #17 19.56 python3.7 python3.7-minimal vim-runtime xxd [2020-02-12T17:45:17.203Z] #17 19.57 Suggested packages: [2020-02-12T17:45:17.203Z] #17 19.57 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-12T17:45:17.203Z] #17 19.58 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-12T17:45:17.203Z] #17 19.58 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-12T17:45:17.203Z] #17 19.58 Recommended packages: [2020-02-12T17:45:17.203Z] #17 19.58 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-12T17:45:17.203Z] #17 19.58 python3-keyrings.alt python3-xdg unzip [2020-02-12T17:45:17.203Z] #17 21.30 The following NEW packages will be installed: [2020-02-12T17:45:17.203Z] #17 21.30 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-12T17:45:17.203Z] #17 21.30 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-12T17:45:17.203Z] #17 21.30 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-12T17:45:17.203Z] #17 21.30 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-12T17:45:17.203Z] #17 21.32 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-12T17:45:17.203Z] #17 21.32 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-12T17:45:17.203Z] #17 21.32 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-12T17:45:17.203Z] #17 21.33 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-12T17:45:17.265Z] #17 39.78 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-02-12T17:45:17.266Z] #17 39.88 Unpacking apparmor (2.13.2-10) ... [2020-02-12T17:45:17.457Z] #17 21.65 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:45:17.457Z] #17 21.65 Need to get 27.0 MB of archives. [2020-02-12T17:45:17.457Z] #17 21.65 After this operation, 111 MB of additional disk space will be used. [2020-02-12T17:45:17.457Z] #17 21.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-12T17:45:17.457Z] #17 21.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-02-12T17:45:17.457Z] #17 21.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-02-12T17:45:17.457Z] #17 21.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-12T17:45:17.457Z] #17 21.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-12T17:45:17.457Z] #17 21.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-02-12T17:45:17.527Z] #17 40.28 Selecting previously unselected package aufs-tools. [2020-02-12T17:45:17.713Z] #17 22.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-02-12T17:45:17.713Z] #17 22.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-12T17:45:17.713Z] #17 22.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-12T17:45:17.713Z] #17 22.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-12T17:45:17.713Z] #17 22.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-12T17:45:17.713Z] #17 22.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-12T17:45:17.713Z] #17 22.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-12T17:45:17.713Z] #17 22.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-12T17:45:17.713Z] #17 22.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-12T17:45:17.713Z] #17 22.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-12T17:45:17.713Z] #17 ... [2020-02-12T17:45:17.713Z] [2020-02-12T17:45:17.713Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:17.713Z] #44 87.05 CC criu/cgroup.o [2020-02-12T17:45:17.787Z] #17 40.31 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-02-12T17:45:17.787Z] #17 40.32 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:45:17.787Z] #17 40.48 Selecting previously unselected package libonig5:arm64. [2020-02-12T17:45:17.787Z] #17 40.50 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-02-12T17:45:17.787Z] #17 40.50 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-02-12T17:45:18.309Z] #17 40.68 Selecting previously unselected package libjq1:arm64. [2020-02-12T17:45:18.309Z] #17 40.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-02-12T17:45:18.309Z] #17 40.70 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-12T17:45:18.309Z] #17 40.86 Selecting previously unselected package jq. [2020-02-12T17:45:18.309Z] #17 40.88 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-02-12T17:45:18.309Z] #17 40.90 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:45:18.583Z] #17 40.99 Selecting previously unselected package libaio1:arm64. [2020-02-12T17:45:18.583Z] #17 41.01 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-02-12T17:45:18.583Z] #17 41.01 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-02-12T17:45:18.583Z] #17 41.09 Selecting previously unselected package libgpm2:arm64. [2020-02-12T17:45:18.583Z] #17 41.10 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-02-12T17:45:18.583Z] #17 41.10 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-02-12T17:45:18.583Z] #17 41.21 Selecting previously unselected package libicu63:arm64. [2020-02-12T17:45:18.583Z] #17 41.22 Preparing to unpack .../20-libicu63_63.1-6_arm64.deb ... [2020-02-12T17:45:18.583Z] #17 41.22 Unpacking libicu63:arm64 (63.1-6) ... [2020-02-12T17:45:20.973Z] #44 89.82 CC criu/clone-noasan.o [2020-02-12T17:45:20.973Z] #44 89.93 CC criu/config.o [2020-02-12T17:45:21.893Z] #17 44.23 Selecting previously unselected package libnet1:arm64. [2020-02-12T17:45:21.893Z] #17 44.24 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-02-12T17:45:21.893Z] #17 44.25 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:45:21.893Z] #17 44.36 Selecting previously unselected package libnl-3-200:arm64. [2020-02-12T17:45:21.893Z] #17 44.37 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-02-12T17:45:21.893Z] #17 44.37 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-02-12T17:45:21.893Z] #17 44.48 Selecting previously unselected package libprotobuf-c1:arm64. [2020-02-12T17:45:21.893Z] #17 44.48 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-02-12T17:45:21.893Z] #17 44.49 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-12T17:45:21.893Z] #17 44.61 Selecting previously unselected package libreadline5:arm64. [2020-02-12T17:45:21.893Z] #17 44.61 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-02-12T17:45:21.898Z] #44 91.08 CC criu/cr-check.o [2020-02-12T17:45:21.993Z] Client: [2020-02-12T17:45:21.993Z] Debug Mode: false [2020-02-12T17:45:21.993Z] Plugins: [2020-02-12T17:45:21.993Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-02-12T17:45:21.993Z] [2020-02-12T17:45:21.993Z] Server: [2020-02-12T17:45:21.993Z] Containers: 0 [2020-02-12T17:45:21.993Z] Running: 0 [2020-02-12T17:45:21.993Z] Paused: 0 [2020-02-12T17:45:21.993Z] Stopped: 0 [2020-02-12T17:45:21.993Z] Images: 0 [2020-02-12T17:45:21.993Z] Server Version: 19.03.5 [2020-02-12T17:45:21.993Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-12T17:45:21.993Z] Windows: [2020-02-12T17:45:21.993Z] LCOW: [2020-02-12T17:45:21.993Z] Logging Driver: json-file [2020-02-12T17:45:21.993Z] Plugins: [2020-02-12T17:45:21.993Z] Volume: local [2020-02-12T17:45:21.993Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-12T17:45:21.993Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-12T17:45:21.993Z] Swarm: inactive [2020-02-12T17:45:21.993Z] Default Isolation: process [2020-02-12T17:45:21.993Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-12T17:45:21.993Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-12T17:45:21.993Z] OSType: windows [2020-02-12T17:45:21.993Z] Architecture: x86_64 [2020-02-12T17:45:21.993Z] CPUs: 4 [2020-02-12T17:45:21.993Z] Total Memory: 32GiB [2020-02-12T17:45:21.993Z] Name: azwin-2-6520f0 [2020-02-12T17:45:21.993Z] ID: SJWS:LFOI:XJXC:CI7J:AAHN:OJXQ:CQVN:VWVD:PQVT:FXW3:C7RB:NUBY [2020-02-12T17:45:21.993Z] Docker Root Dir: D:\docker [2020-02-12T17:45:21.993Z] Debug Mode: false [2020-02-12T17:45:21.993Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:45:21.993Z] Labels: [2020-02-12T17:45:21.993Z] Experimental: true [2020-02-12T17:45:21.993Z] Insecure Registries: [2020-02-12T17:45:21.993Z] 10.0.0.4:5000 [2020-02-12T17:45:21.993Z] 127.0.0.0/8 [2020-02-12T17:45:21.993Z] Registry Mirrors: [2020-02-12T17:45:21.993Z] http://10.0.0.4:5000/ [2020-02-12T17:45:21.993Z] Live Restore Enabled: false [2020-02-12T17:45:21.993Z] [Pipeline] } [2020-02-12T17:45:22.154Z] #17 44.61 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-02-12T17:45:22.154Z] #17 44.76 Selecting previously unselected package net-tools. [2020-02-12T17:45:22.154Z] #17 44.76 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-02-12T17:45:22.154Z] #17 44.78 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-02-12T17:45:22.414Z] #17 45.01 Selecting previously unselected package python-pip-whl. [2020-02-12T17:45:22.414Z] #17 45.01 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-12T17:45:22.414Z] #17 45.02 Unpacking python-pip-whl (18.1-5) ... [2020-02-12T17:45:22.986Z] #17 45.52 Selecting previously unselected package python3-lib2to3. [2020-02-12T17:45:22.986Z] #17 45.53 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-12T17:45:22.986Z] #17 45.54 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:45:23.003Z] #54 ... [2020-02-12T17:45:23.003Z] [2020-02-12T17:45:23.003Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:45:23.003Z] #42 DONE 153.1s [2020-02-12T17:45:23.003Z] [2020-02-12T17:45:23.003Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:23.003Z] #54 ... [2020-02-12T17:45:23.003Z] [2020-02-12T17:45:23.003Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-12T17:45:23.003Z] #43 DONE 0.1s [2020-02-12T17:45:23.003Z] [2020-02-12T17:45:23.003Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-12T17:45:23.003Z] #46 DONE 0.1s [2020-02-12T17:45:23.003Z] [2020-02-12T17:45:23.003Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-12T17:45:23.003Z] #49 DONE 0.1s [2020-02-12T17:45:23.003Z] [2020-02-12T17:45:23.003Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-12T17:45:23.247Z] #17 45.84 Selecting previously unselected package python3-distutils. [2020-02-12T17:45:23.247Z] #17 45.85 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-12T17:45:23.260Z] #44 ... [2020-02-12T17:45:23.260Z] [2020-02-12T17:45:23.260Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:23.260Z] #17 22.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-12T17:45:23.260Z] #17 22.16 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:45:23.260Z] #17 22.18 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-12T17:45:23.260Z] #17 22.20 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-12T17:45:23.260Z] #17 22.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-12T17:45:23.260Z] #17 22.24 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-12T17:45:23.260Z] #17 22.26 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-12T17:45:23.260Z] #17 22.29 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-12T17:45:23.260Z] #17 22.32 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-12T17:45:23.260Z] #17 22.32 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-12T17:45:23.260Z] #17 22.32 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-12T17:45:23.260Z] #17 22.32 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-12T17:45:23.260Z] #17 22.32 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-12T17:45:23.260Z] #17 22.82 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-12T17:45:23.260Z] #17 22.84 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-12T17:45:23.260Z] #17 22.84 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-12T17:45:23.260Z] #17 22.84 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-12T17:45:23.260Z] #17 22.84 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-12T17:45:23.260Z] #17 22.86 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-12T17:45:23.260Z] #17 22.94 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-12T17:45:23.260Z] #17 22.94 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-12T17:45:23.260Z] #17 22.95 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-12T17:45:23.260Z] #17 22.95 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-12T17:45:23.260Z] #17 22.96 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-12T17:45:23.260Z] #17 22.97 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-12T17:45:23.260Z] #17 22.97 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-12T17:45:23.260Z] #17 22.99 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-12T17:45:23.260Z] #17 23.24 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-12T17:45:23.260Z] #17 23.29 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-12T17:45:23.260Z] #17 23.33 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-12T17:45:23.260Z] #17 23.93 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:45:23.260Z] #17 24.01 Fetched 27.0 MB in 2s (13.9 MB/s) [2020-02-12T17:45:23.260Z] #17 24.08 Selecting previously unselected package pigz. [2020-02-12T17:45:23.260Z] #17 24.08 (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-12T17:45:23.260Z] #17 24.12 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-12T17:45:23.260Z] #17 24.12 Unpacking pigz (2.4-1) ... [2020-02-12T17:45:23.260Z] #17 24.20 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-12T17:45:23.260Z] #17 24.22 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:45:23.260Z] #17 24.23 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:23.260Z] #17 24.61 Selecting previously unselected package python3.7-minimal. [2020-02-12T17:45:23.260Z] #17 24.62 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:45:23.260Z] #17 24.63 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:45:23.260Z] #17 25.39 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:23.260Z] #17 25.42 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:45:23.260Z] #17 27.34 Selecting previously unselected package python3-minimal. [2020-02-12T17:45:23.260Z] #17 27.35 (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-12T17:45:23.260Z] #17 27.40 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-12T17:45:23.260Z] #17 27.41 Unpacking python3-minimal (3.7.3-1) ... [2020-02-12T17:45:23.260Z] #17 27.48 Selecting previously unselected package libmpdec2:amd64. [2020-02-12T17:45:23.260Z] #17 27.49 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-12T17:45:23.260Z] #17 27.51 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-12T17:45:23.260Z] #17 27.60 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-12T17:45:23.260Z] #17 27.61 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:45:23.260Z] #17 27.62 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:23.386Z] #52 DONE 0.1s [2020-02-12T17:45:23.386Z] [2020-02-12T17:45:23.386Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:45:23.509Z] #17 45.89 Unpacking python3-distutils (3.7.3-1) ... [2020-02-12T17:45:23.509Z] #17 ... [2020-02-12T17:45:23.509Z] [2020-02-12T17:45:23.509Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:23.509Z] #44 98.61 DEP criu/kerndat.d [2020-02-12T17:45:23.509Z] #44 98.86 DEP criu/kcmp-ids.d [2020-02-12T17:45:23.509Z] #44 99.00 DEP criu/irmap.d [2020-02-12T17:45:23.509Z] #44 99.16 DEP criu/ipc_ns.d [2020-02-12T17:45:23.509Z] #44 99.38 DEP criu/image.d [2020-02-12T17:45:23.509Z] #44 99.60 DEP criu/image-desc.d [2020-02-12T17:45:23.509Z] #44 99.69 DEP criu/fsnotify.d [2020-02-12T17:45:23.509Z] #44 99.90 DEP criu/filesystems.d [2020-02-12T17:45:23.509Z] #44 100.1 DEP criu/files.d [2020-02-12T17:45:23.509Z] #44 100.3 DEP criu/files-reg.d [2020-02-12T17:45:23.509Z] #44 100.5 DEP criu/files-ext.d [2020-02-12T17:45:23.509Z] #44 100.7 DEP criu/file-lock.d [2020-02-12T17:45:23.509Z] #44 100.9 DEP criu/file-ids.d [2020-02-12T17:45:23.509Z] #44 101.1 DEP criu/fifo.d [2020-02-12T17:45:23.509Z] #44 101.3 DEP criu/fdstore.d [2020-02-12T17:45:23.509Z] #44 101.4 DEP criu/fault-injection.d [2020-02-12T17:45:23.509Z] #44 101.5 DEP criu/external.d [2020-02-12T17:45:23.509Z] #44 101.6 DEP criu/eventpoll.d [2020-02-12T17:45:23.509Z] #44 101.8 DEP criu/eventfd.d [2020-02-12T17:45:23.509Z] #44 101.9 DEP criu/crtools.d [2020-02-12T17:45:23.509Z] #44 102.2 DEP criu/cr-service.d [2020-02-12T17:45:23.509Z] #44 102.4 DEP criu/cr-restore.d [2020-02-12T17:45:23.509Z] #44 102.6 DEP criu/cr-errno.d [2020-02-12T17:45:23.509Z] #44 102.7 DEP criu/cr-dump.d [2020-02-12T17:45:23.509Z] #44 102.8 DEP criu/cr-dedup.d [2020-02-12T17:45:23.509Z] #44 103.0 DEP criu/cr-check.d [2020-02-12T17:45:23.509Z] #44 103.1 DEP criu/config.d [2020-02-12T17:45:23.509Z] #44 103.3 DEP criu/clone-noasan.d [2020-02-12T17:45:23.509Z] #44 103.4 DEP criu/cgroup.d [2020-02-12T17:45:23.509Z] #44 103.5 DEP criu/cgroup-props.d [2020-02-12T17:45:23.509Z] #44 103.7 DEP criu/bitmap.d [2020-02-12T17:45:23.509Z] #44 103.7 DEP criu/bfd.d [2020-02-12T17:45:23.509Z] #44 103.8 DEP criu/autofs.d [2020-02-12T17:45:23.509Z] #44 104.0 DEP criu/aio.d [2020-02-12T17:45:23.509Z] #44 104.3 DEP criu/action-scripts.d [2020-02-12T17:45:23.509Z] #44 104.7 CC criu/action-scripts.o [2020-02-12T17:45:23.509Z] #44 105.4 CC criu/aio.o [2020-02-12T17:45:23.509Z] #44 106.2 CC criu/autofs.o [2020-02-12T17:45:23.509Z] #44 108.1 CC criu/bfd.o [2020-02-12T17:45:23.770Z] #44 108.7 CC criu/bitmap.o [2020-02-12T17:45:23.770Z] #44 ... [2020-02-12T17:45:23.770Z] [2020-02-12T17:45:23.770Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:23.770Z] #17 46.21 Selecting previously unselected package python3-pip. [2020-02-12T17:45:23.770Z] #17 46.21 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-12T17:45:23.770Z] #17 46.22 Unpacking python3-pip (18.1-5) ... [2020-02-12T17:45:23.770Z] #17 46.49 Selecting previously unselected package python3-pkg-resources. [2020-02-12T17:45:24.031Z] #17 46.52 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:45:24.031Z] #17 46.53 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:45:24.031Z] #17 46.71 Selecting previously unselected package python3-setuptools. [2020-02-12T17:45:24.031Z] #17 46.72 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-12T17:45:24.031Z] #17 46.77 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-12T17:45:24.186Z] #17 28.55 Selecting previously unselected package python3.7. [2020-02-12T17:45:24.186Z] #17 28.56 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-02-12T17:45:24.186Z] #17 28.57 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:24.441Z] #17 28.68 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-12T17:45:24.441Z] #17 28.70 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-12T17:45:24.441Z] #17 28.70 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-12T17:45:24.441Z] #17 28.80 Setting up python3-minimal (3.7.3-1) ... [2020-02-12T17:45:24.604Z] #17 47.08 Selecting previously unselected package python3-wheel. [2020-02-12T17:45:24.604Z] #17 47.09 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-12T17:45:24.604Z] #17 47.11 Unpacking python3-wheel (0.32.3-2) ... [2020-02-12T17:45:24.604Z] #17 47.23 Selecting previously unselected package thin-provisioning-tools. [2020-02-12T17:45:24.604Z] #17 47.24 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-02-12T17:45:24.604Z] #17 47.25 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:45:24.865Z] #17 47.52 Selecting previously unselected package vim-runtime. [2020-02-12T17:45:25.126Z] #17 47.53 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:45:25.126Z] #17 47.59 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-12T17:45:25.126Z] #17 47.66 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-12T17:45:25.126Z] #17 47.68 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:45:25.387Z] #17 29.69 Selecting previously unselected package python3. [2020-02-12T17:45:25.387Z] #17 29.69 (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-12T17:45:25.387Z] #17 29.72 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-12T17:45:25.387Z] #17 29.75 Unpacking python3 (3.7.3-1) ... [2020-02-12T17:45:25.387Z] #17 29.84 Selecting previously unselected package libip4tc0:amd64. [2020-02-12T17:45:25.610Z] #62 219.5 + bin/containerd-stress [2020-02-12T17:45:25.642Z] #17 29.85 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-12T17:45:25.642Z] #17 29.86 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-12T17:45:25.642Z] #17 29.95 Selecting previously unselected package libip6tc0:amd64. [2020-02-12T17:45:25.642Z] #17 29.95 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-12T17:45:25.642Z] #17 29.96 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-12T17:45:25.642Z] #17 30.04 Selecting previously unselected package libiptc0:amd64. [2020-02-12T17:45:25.642Z] #17 30.04 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-12T17:45:25.642Z] #17 30.05 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-12T17:45:25.642Z] #17 30.14 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-12T17:45:25.642Z] #17 30.15 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-12T17:45:25.642Z] #17 30.16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-12T17:45:25.869Z] #58 77.53 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-12T17:45:25.897Z] #17 30.22 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-12T17:45:25.897Z] #17 30.24 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-12T17:45:25.897Z] #17 30.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-12T17:45:25.897Z] #17 30.31 Selecting previously unselected package libnftnl11:amd64. [2020-02-12T17:45:25.897Z] #17 30.32 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-12T17:45:25.897Z] #17 30.33 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-12T17:45:25.897Z] #17 30.42 Selecting previously unselected package iptables. [2020-02-12T17:45:26.151Z] #17 30.43 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-12T17:45:26.151Z] #17 30.43 Unpacking iptables (1.8.2-4) ... [2020-02-12T17:45:26.406Z] #17 30.76 Selecting previously unselected package xxd. [2020-02-12T17:45:26.406Z] #17 30.76 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-12T17:45:26.406Z] #17 30.77 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:45:26.543Z] #62 221.3 + bin/containerd-shim [2020-02-12T17:45:26.661Z] #17 30.90 Selecting previously unselected package vim-common. [2020-02-12T17:45:26.661Z] #17 30.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:45:26.661Z] #17 30.92 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:45:26.661Z] #17 31.09 Selecting previously unselected package bash-completion. [2020-02-12T17:45:26.661Z] #17 31.10 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-12T17:45:26.666Z] #58 78.35 + mkdir -p /build [2020-02-12T17:45:26.666Z] #58 78.35 + cp runc /build/runc [2020-02-12T17:45:26.666Z] #58 DONE 78.5s [2020-02-12T17:45:26.666Z] [2020-02-12T17:45:26.666Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:28.428Z] #17 ... [2020-02-12T17:45:28.428Z] [2020-02-12T17:45:28.428Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:45:28.428Z] #41 170.6 + dpkg --print-architecture [2020-02-12T17:45:28.428Z] #41 DONE 170.9s [2020-02-12T17:45:28.428Z] [2020-02-12T17:45:28.428Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:28.428Z] #17 50.97 Selecting previously unselected package vim. [2020-02-12T17:45:28.428Z] #17 50.99 Preparing to unpack .../35-vim_2%3a8.1.0875-5_arm64.deb ... [2020-02-12T17:45:28.428Z] #17 51.01 Unpacking vim (2:8.1.0875-5) ... [2020-02-12T17:45:28.689Z] #17 ... [2020-02-12T17:45:28.689Z] [2020-02-12T17:45:28.689Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:28.689Z] #44 108.9 CC criu/cgroup-props.o [2020-02-12T17:45:28.689Z] #44 110.0 CC criu/cgroup.o [2020-02-12T17:45:28.689Z] #44 113.2 CC criu/clone-noasan.o [2020-02-12T17:45:28.689Z] #44 113.4 CC criu/config.o [2020-02-12T17:45:28.738Z] Removing intermediate container c1c99c3561c5 [2020-02-12T17:45:28.738Z] ---> d42584857807 [2020-02-12T17:45:28.738Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-12T17:45:28.738Z] ---> ebd73b5ebd31 [2020-02-12T17:45:28.738Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-12T17:45:28.738Z] ---> 4cf2c07e55bb [2020-02-12T17:45:28.738Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-12T17:45:28.738Z] ---> Running in 917c095f5813 [2020-02-12T17:45:28.738Z] Removing intermediate container 917c095f5813 [2020-02-12T17:45:28.738Z] ---> bc0fc03c1f99 [2020-02-12T17:45:28.738Z] Successfully built bc0fc03c1f99 [2020-02-12T17:45:28.738Z] Successfully tagged moby-buildx:latest [2020-02-12T17:45:28.738Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-12T17:45:28.738Z] if [ -n "${id}" ]; then \ [2020-02-12T17:45:28.738Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-12T17:45:28.738Z] && touch bundles/buildx; \ [2020-02-12T17:45:28.738Z] docker rm -f ${id}; \ [2020-02-12T17:45:28.738Z] fi [2020-02-12T17:45:28.738Z] b3f552e9b501c8f6987324cf5c5176b43e36c759e14a72bacb61a6ad7924a8c9 [2020-02-12T17:45:28.738Z] bundles/buildx version [2020-02-12T17:45:28.738Z] buildx v0.3.1 6db68d0 [2020-02-12T17:45:28.738Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b . [2020-02-12T17:45:28.738Z] #1 [internal] booting buildkit [2020-02-12T17:45:28.738Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-12T17:45:28.738Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2020-02-12T17:45:28.738Z] #1 creating container buildx_buildkit_default [2020-02-12T17:45:28.738Z] #1 creating container buildx_buildkit_default 0.4s done [2020-02-12T17:45:28.738Z] #1 DONE 3.2s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #3 [internal] load .dockerignore [2020-02-12T17:45:28.738Z] #3 transferring context: 87B done [2020-02-12T17:45:28.738Z] #3 DONE 0.0s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #2 [internal] load build definition from Dockerfile [2020-02-12T17:45:28.738Z] #2 transferring dockerfile: 15.71kB done [2020-02-12T17:45:28.738Z] #2 DONE 0.0s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-12T17:45:28.738Z] #4 DONE 0.6s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:45:28.738Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-12T17:45:28.738Z] #5 DONE 0.0s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-12T17:45:28.738Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 2.85MB / 8.18MB 0.1s [2020-02-12T17:45:28.738Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2020-02-12T17:45:28.738Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-12T17:45:28.738Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2020-02-12T17:45:28.738Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.3s done [2020-02-12T17:45:28.738Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-12T17:45:28.738Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.5s done [2020-02-12T17:45:28.738Z] #5 DONE 0.9s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-12T17:45:28.738Z] #7 DONE 0.3s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-12T17:45:28.738Z] #6 DONE 0.4s [2020-02-12T17:45:28.738Z] [2020-02-12T17:45:28.738Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-12T17:45:28.738Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.87MB / 9.11MB 0.2s [2020-02-12T17:45:28.738Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-12T17:45:28.738Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 3.66MB / 9.11MB 0.3s [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.25MB / 9.11MB 0.5s [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.78MB / 9.11MB 0.6s [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 5.36MB / 9.11MB 0.7s [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 5.92MB / 9.11MB 0.9s [2020-02-12T17:45:28.738Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 6.57MB / 9.11MB 1.0s [2020-02-12T17:45:28.950Z] #44 ... [2020-02-12T17:45:28.950Z] [2020-02-12T17:45:28.950Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:28.950Z] #17 51.60 Selecting previously unselected package xfsprogs. [2020-02-12T17:45:28.950Z] #17 51.61 Preparing to unpack .../36-xfsprogs_4.20.0-1_arm64.deb ... [2020-02-12T17:45:28.950Z] #17 51.62 Unpacking xfsprogs (4.20.0-1) ... [2020-02-12T17:45:29.037Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 7.43MB / 9.11MB 1.3s [2020-02-12T17:45:29.170Z] #17 33.69 Unpacking bash-completion (1:2.8-6) ... [2020-02-12T17:45:29.337Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 7.88MB / 9.11MB 1.5s [2020-02-12T17:45:29.338Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 8.51MB / 9.11MB 1.6s [2020-02-12T17:45:29.523Z] #17 52.21 Selecting previously unselected package zip. [2020-02-12T17:45:29.523Z] #17 52.21 Preparing to unpack .../37-zip_3.0-11+b1_arm64.deb ... [2020-02-12T17:45:29.629Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.8s done [2020-02-12T17:45:29.630Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-02-12T17:45:29.731Z] #17 34.07 Selecting previously unselected package bzip2. [2020-02-12T17:45:29.731Z] #17 34.09 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-12T17:45:29.731Z] #17 34.10 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:45:29.731Z] #17 34.19 Selecting previously unselected package xz-utils. [2020-02-12T17:45:29.787Z] #17 52.23 Unpacking zip (3.0-11+b1) ... [2020-02-12T17:45:29.787Z] #17 52.43 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:45:29.787Z] #17 52.45 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:45:29.787Z] #17 52.46 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-02-12T17:45:29.986Z] #17 34.21 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-12T17:45:29.986Z] #17 34.21 Unpacking xz-utils (5.2.4-1) ... [2020-02-12T17:45:29.986Z] #17 34.43 Selecting previously unselected package apparmor. [2020-02-12T17:45:29.986Z] #17 34.44 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-12T17:45:30.061Z] #17 52.48 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-02-12T17:45:30.061Z] #17 52.49 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-02-12T17:45:30.061Z] #17 52.50 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-02-12T17:45:30.061Z] #17 52.52 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-02-12T17:45:30.061Z] #17 52.54 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:45:30.061Z] #17 52.56 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:45:30.061Z] #17 52.58 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-12T17:45:30.061Z] #17 52.59 Setting up libicu63:arm64 (63.1-6) ... [2020-02-12T17:45:30.061Z] #17 52.60 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:45:30.061Z] #17 52.62 Setting up zip (3.0-11+b1) ... [2020-02-12T17:45:30.061Z] #17 52.64 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:45:30.061Z] #17 52.68 Setting up bash-completion (1:2.8-6) ... [2020-02-12T17:45:30.241Z] #17 34.52 Unpacking apparmor (2.13.2-10) ... [2020-02-12T17:45:30.497Z] #17 34.87 Selecting previously unselected package aufs-tools. [2020-02-12T17:45:30.497Z] #17 34.87 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-12T17:45:30.497Z] #17 34.87 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:45:30.752Z] #17 35.00 Selecting previously unselected package libonig5:amd64. [2020-02-12T17:45:30.752Z] #17 35.01 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-12T17:45:30.752Z] #17 35.01 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:45:30.752Z] #17 35.15 Selecting previously unselected package libjq1:amd64. [2020-02-12T17:45:30.752Z] #17 35.17 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:45:30.752Z] #17 35.18 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:45:31.008Z] #17 35.29 Selecting previously unselected package jq. [2020-02-12T17:45:31.008Z] #17 35.29 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-12T17:45:31.008Z] #17 35.30 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:45:31.008Z] #17 35.42 Selecting previously unselected package libaio1:amd64. [2020-02-12T17:45:31.008Z] #17 35.43 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-12T17:45:31.008Z] #17 35.45 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-12T17:45:31.008Z] #17 35.51 Selecting previously unselected package libgpm2:amd64. [2020-02-12T17:45:31.263Z] #17 35.52 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-12T17:45:31.263Z] #17 35.52 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-12T17:45:31.263Z] #17 35.59 Selecting previously unselected package libicu63:amd64. [2020-02-12T17:45:31.263Z] #17 35.60 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-12T17:45:31.263Z] #17 35.60 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-12T17:45:33.013Z] #54 ... [2020-02-12T17:45:33.013Z] [2020-02-12T17:45:33.013Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:33.013Z] #63 138.0 + bin/containerd [2020-02-12T17:45:33.099Z] #62 227.7 + bin/containerd-shim-runc-v1 [2020-02-12T17:45:33.184Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.1s done [2020-02-12T17:45:33.184Z] #69 DONE 5.0s [2020-02-12T17:45:33.184Z] [2020-02-12T17:45:33.184Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:45:33.184Z] #8 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-12T17:45:33.184Z] #8 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-12T17:45:33.184Z] #8 sha256:64dc93eeed1d456095865eef3895c70e18daf1f542c1b6746f98bff434144b18 1.79kB / 1.79kB done [2020-02-12T17:45:33.184Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 21.00MB / 73.43MB 4.9s [2020-02-12T17:45:33.184Z] #8 sha256:58cb3db3afdb6f78f9bb067dd4d9c58d87f1951dfaefcbc52f4734e2a6ffda06 5.46kB / 5.46kB done [2020-02-12T17:45:33.184Z] #8 sha256:15f0e5dfffa654d207acd729df74f92a34dec73e6d3c2d48cb94f660cee46db8 155B / 155B 0.2s done [2020-02-12T17:45:33.184Z] #8 sha256:27e6d793f7577bc28e3d8da62385244985a340fe31c9eaa920a54185f9d46eb8 10.73MB / 10.73MB 2.9s done [2020-02-12T17:45:33.184Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 20.91MB / 54.13MB 4.9s [2020-02-12T17:45:33.184Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 20.52MB / 96.43MB 4.9s [2020-02-12T17:45:33.184Z] #8 sha256:f7f35d9825c38e7e0c3f571e8abe513b3b11599bd64a853ace5494e8c1ebe12a 8.25MB / 8.25MB 2.5s done [2020-02-12T17:45:33.184Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 20.84MB / 57.39MB 4.9s [2020-02-12T17:45:33.184Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 23.89MB / 54.13MB 5.4s [2020-02-12T17:45:33.184Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 23.72MB / 57.39MB 5.4s [2020-02-12T17:45:33.184Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 24.77MB / 73.43MB 5.5s [2020-02-12T17:45:33.507Z] #8 ... [2020-02-12T17:45:33.507Z] [2020-02-12T17:45:33.507Z] #21 [internal] load build context [2020-02-12T17:45:33.507Z] #21 transferring context: 47.10MB 5.8s done [2020-02-12T17:45:33.507Z] #21 DONE 5.8s [2020-02-12T17:45:33.507Z] [2020-02-12T17:45:33.507Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-12T17:45:33.507Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 25.62MB / 96.43MB 5.7s [2020-02-12T17:45:33.507Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 27.07MB / 54.13MB 5.8s [2020-02-12T17:45:33.507Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 26.67MB / 57.39MB 5.8s [2020-02-12T17:45:33.776Z] #17 ... [2020-02-12T17:45:33.776Z] [2020-02-12T17:45:33.776Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:33.776Z] #44 92.62 CC criu/cr-dedup.o [2020-02-12T17:45:33.776Z] #44 92.99 CC criu/cr-dump.o [2020-02-12T17:45:33.776Z] #44 95.03 CC criu/cr-errno.o [2020-02-12T17:45:33.776Z] #44 95.11 CC criu/cr-restore.o [2020-02-12T17:45:33.776Z] #44 99.37 CC criu/cr-service.o [2020-02-12T17:45:33.776Z] #44 100.8 CC criu/crtools.o [2020-02-12T17:45:33.776Z] #44 101.3 CC criu/eventfd.o [2020-02-12T17:45:33.776Z] #44 101.6 CC criu/eventpoll.o [2020-02-12T17:45:33.776Z] #44 102.4 CC criu/external.o [2020-02-12T17:45:33.776Z] #44 102.8 CC criu/fault-injection.o [2020-02-12T17:45:33.776Z] #44 102.9 CC criu/fdstore.o [2020-02-12T17:45:33.799Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 29.60MB / 73.43MB 6.0s [2020-02-12T17:45:34.031Z] #44 103.3 CC criu/fifo.o [2020-02-12T17:45:34.084Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 33.60MB / 73.43MB 6.3s [2020-02-12T17:45:34.084Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 32.54MB / 54.13MB 6.3s [2020-02-12T17:45:34.084Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 32.05MB / 57.39MB 6.3s [2020-02-12T17:45:34.266Z] #17 56.26 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-02-12T17:45:34.266Z] #17 56.29 Setting up xz-utils (5.2.4-1) ... [2020-02-12T17:45:34.266Z] #17 56.31 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-12T17:45:34.266Z] #17 56.33 Setting up pigz (2.4-1) ... [2020-02-12T17:45:34.266Z] #17 56.34 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-02-12T17:45:34.266Z] #17 56.36 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-02-12T17:45:34.266Z] #17 56.41 Setting up python-pip-whl (18.1-5) ... [2020-02-12T17:45:34.266Z] #17 56.42 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-02-12T17:45:34.266Z] #17 56.44 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:45:34.266Z] #17 56.92 Setting up libaio1:arm64 (0.3.112-3) ... [2020-02-12T17:45:34.266Z] #17 56.93 Setting up libonig5:arm64 (6.9.1-1) ... [2020-02-12T17:45:34.266Z] #17 56.94 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:34.266Z] #17 56.96 Setting up vim (2:8.1.0875-5) ... [2020-02-12T17:45:34.266Z] #17 56.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-12T17:45:34.266Z] #17 56.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-12T17:45:34.266Z] #17 56.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-12T17:45:34.266Z] #17 56.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-12T17:45:34.266Z] #17 56.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-12T17:45:34.266Z] #17 57.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-12T17:45:34.266Z] #17 57.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-12T17:45:34.266Z] #17 57.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-12T17:45:34.287Z] #44 103.7 CC criu/file-ids.o [2020-02-12T17:45:34.369Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 31.79MB / 96.43MB 6.4s [2020-02-12T17:45:34.369Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 39.23MB / 73.43MB 6.7s [2020-02-12T17:45:34.369Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 38.54MB / 54.13MB 6.7s [2020-02-12T17:45:34.369Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 37.47MB / 57.39MB 6.7s [2020-02-12T17:45:34.527Z] #17 57.07 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-12T17:45:34.527Z] #17 57.08 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:45:34.527Z] #17 57.09 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-02-12T17:45:34.527Z] #17 57.11 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:45:34.527Z] #17 57.12 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-02-12T17:45:34.527Z] #17 57.13 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:34.654Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 37.16MB / 96.43MB 6.9s [2020-02-12T17:45:34.654Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 43.17MB / 73.43MB 7.0s [2020-02-12T17:45:34.654Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 42.43MB / 54.13MB 7.0s [2020-02-12T17:45:34.654Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 41.21MB / 57.39MB 7.0s [2020-02-12T17:45:34.848Z] #44 104.0 CC criu/file-lock.o [2020-02-12T17:45:34.848Z] #44 ... [2020-02-12T17:45:34.848Z] [2020-02-12T17:45:34.848Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:34.848Z] #17 39.16 Selecting previously unselected package libnet1:amd64. [2020-02-12T17:45:34.848Z] #17 39.16 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-12T17:45:34.848Z] #17 39.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:45:34.848Z] #17 39.25 Selecting previously unselected package libnl-3-200:amd64. [2020-02-12T17:45:34.848Z] #17 39.27 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-12T17:45:34.848Z] #17 39.28 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:45:34.848Z] #17 39.37 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-12T17:45:34.848Z] #17 39.37 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-12T17:45:34.941Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 47.29MB / 73.43MB 7.3s [2020-02-12T17:45:34.941Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 46.07MB / 54.13MB 7.3s [2020-02-12T17:45:34.941Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 42.60MB / 96.43MB 7.3s [2020-02-12T17:45:34.941Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 44.78MB / 57.39MB 7.3s [2020-02-12T17:45:35.104Z] #17 39.38 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:45:35.104Z] #17 39.46 Selecting previously unselected package libreadline5:amd64. [2020-02-12T17:45:35.104Z] #17 39.46 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-12T17:45:35.104Z] #17 39.47 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-12T17:45:35.229Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 51.23MB / 73.43MB 7.6s [2020-02-12T17:45:35.229Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 50.10MB / 54.13MB 7.6s [2020-02-12T17:45:35.229Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 48.61MB / 57.39MB 7.6s [2020-02-12T17:45:35.359Z] #17 39.57 Selecting previously unselected package net-tools. [2020-02-12T17:45:35.359Z] #17 39.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-12T17:45:35.359Z] #17 39.60 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:45:35.518Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 47.98MB / 96.43MB 7.8s [2020-02-12T17:45:35.615Z] #17 39.81 Selecting previously unselected package python-pip-whl. [2020-02-12T17:45:35.615Z] #17 39.82 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-12T17:45:35.615Z] #17 39.83 Unpacking python-pip-whl (18.1-5) ... [2020-02-12T17:45:35.808Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 53.71MB / 54.13MB 7.9s [2020-02-12T17:45:35.808Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 52.25MB / 57.39MB 7.9s [2020-02-12T17:45:35.808Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 58.76MB / 73.43MB 8.2s [2020-02-12T17:45:35.808Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 54.13MB / 54.13MB 8.0s done [2020-02-12T17:45:35.808Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 53.71MB / 96.43MB 8.2s [2020-02-12T17:45:35.808Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 56.61MB / 57.39MB 8.2s [2020-02-12T17:45:36.096Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 64.33MB / 73.43MB 8.5s [2020-02-12T17:45:36.097Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 63.02MB / 96.43MB 8.5s [2020-02-12T17:45:36.097Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 57.39MB / 57.39MB 8.3s done [2020-02-12T17:45:36.126Z] #17 40.35 Selecting previously unselected package python3-lib2to3. [2020-02-12T17:45:36.126Z] #17 40.37 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-12T17:45:36.126Z] #17 40.38 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:45:36.126Z] #17 40.48 Selecting previously unselected package python3-distutils. [2020-02-12T17:45:36.126Z] #17 40.49 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-12T17:45:36.126Z] #17 40.49 Unpacking python3-distutils (3.7.3-1) ... [2020-02-12T17:45:36.245Z] #63 ... [2020-02-12T17:45:36.245Z] [2020-02-12T17:45:36.245Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:36.245Z] #54 DONE 167.2s [2020-02-12T17:45:36.378Z] #62 230.8 + bin/containerd-shim-runc-v2 [2020-02-12T17:45:36.382Z] #17 40.63 Selecting previously unselected package python3-pip. [2020-02-12T17:45:36.382Z] #17 40.63 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-12T17:45:36.382Z] #17 40.64 Unpacking python3-pip (18.1-5) ... [2020-02-12T17:45:36.383Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 68.69MB / 73.43MB 8.7s [2020-02-12T17:45:36.383Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 72.42MB / 96.43MB 8.8s [2020-02-12T17:45:36.631Z] [2020-02-12T17:45:36.631Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:36.637Z] #17 40.82 Selecting previously unselected package python3-pkg-resources. [2020-02-12T17:45:36.637Z] #17 40.82 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:45:36.637Z] #17 40.83 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:45:36.637Z] #17 40.93 Selecting previously unselected package python3-setuptools. [2020-02-12T17:45:36.637Z] #17 40.94 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-12T17:45:36.637Z] #17 40.94 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-12T17:45:36.670Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 73.43MB / 73.43MB 8.9s done [2020-02-12T17:45:36.670Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 79.17MB / 96.43MB 9.0s [2020-02-12T17:45:36.893Z] #17 41.17 Selecting previously unselected package python3-wheel. [2020-02-12T17:45:36.893Z] #17 41.17 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-12T17:45:36.893Z] #17 41.18 Unpacking python3-wheel (0.32.3-2) ... [2020-02-12T17:45:36.893Z] #17 41.24 Selecting previously unselected package thin-provisioning-tools. [2020-02-12T17:45:36.893Z] #17 41.26 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-12T17:45:36.893Z] #17 41.26 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:45:36.942Z] #62 231.6 + binaries [2020-02-12T17:45:36.942Z] #62 231.6 + mkdir -p /build [2020-02-12T17:45:36.942Z] #62 231.6 + cp bin/containerd /build/containerd [2020-02-12T17:45:36.942Z] #62 231.6 + cp bin/containerd-shim /build/containerd-shim [2020-02-12T17:45:36.942Z] #62 231.6 + cp bin/ctr /build/ctr [2020-02-12T17:45:36.954Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 86.54MB / 96.43MB 9.1s [2020-02-12T17:45:36.954Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 95.93MB / 96.43MB 9.3s [2020-02-12T17:45:37.014Z] #63 ... [2020-02-12T17:45:37.014Z] [2020-02-12T17:45:37.014Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-12T17:45:37.149Z] #17 41.48 Selecting previously unselected package vim-runtime. [2020-02-12T17:45:37.149Z] #17 41.49 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:45:37.149Z] #17 41.52 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-12T17:45:37.149Z] #17 41.54 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-12T17:45:37.149Z] #17 41.54 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:45:37.237Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 96.43MB / 96.43MB 9.3s done [2020-02-12T17:45:37.237Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf [2020-02-12T17:45:37.407Z] #55 DONE 0.2s [2020-02-12T17:45:37.407Z] [2020-02-12T17:45:37.407Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-12T17:45:37.407Z] #59 DONE 0.1s [2020-02-12T17:45:37.407Z] [2020-02-12T17:45:37.407Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:45:37.505Z] #62 DONE 232.2s [2020-02-12T17:45:37.826Z] #17 60.26 Setting up iptables (1.8.2-4) ... [2020-02-12T17:45:37.826Z] #17 60.29 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:45:37.826Z] #17 60.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:45:37.826Z] #17 60.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:45:37.826Z] #17 60.32 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:45:37.826Z] #17 60.33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-12T17:45:37.826Z] #17 60.34 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-12T17:45:37.826Z] #17 60.35 Setting up python3 (3.7.3-1) ... [2020-02-12T17:45:38.397Z] #17 60.95 Setting up python3-wheel (0.32.3-2) ... [2020-02-12T17:45:38.437Z] [2020-02-12T17:45:38.437Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-12T17:45:38.437Z] #63 DONE 0.2s [2020-02-12T17:45:38.437Z] [2020-02-12T17:45:38.437Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-12T17:45:38.693Z] #67 DONE 0.1s [2020-02-12T17:45:38.693Z] [2020-02-12T17:45:38.693Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-12T17:45:38.693Z] #69 DONE 0.1s [2020-02-12T17:45:38.693Z] [2020-02-12T17:45:38.693Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-12T17:45:38.693Z] #72 DONE 0.1s [2020-02-12T17:45:38.950Z] [2020-02-12T17:45:38.950Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-12T17:45:38.950Z] #73 DONE 0.0s [2020-02-12T17:45:38.950Z] [2020-02-12T17:45:38.950Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-12T17:45:39.339Z] #17 61.84 Setting up apparmor (2.13.2-10) ... [2020-02-12T17:45:39.880Z] #74 DONE 0.9s [2020-02-12T17:45:39.880Z] [2020-02-12T17:45:39.880Z] #75 exporting to image [2020-02-12T17:45:39.880Z] #75 exporting layers [2020-02-12T17:45:39.910Z] #17 ... [2020-02-12T17:45:39.910Z] [2020-02-12T17:45:39.910Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:39.910Z] #44 115.0 CC criu/cr-check.o [2020-02-12T17:45:39.910Z] #44 117.0 CC criu/cr-dedup.o [2020-02-12T17:45:39.910Z] #44 117.6 CC criu/cr-dump.o [2020-02-12T17:45:39.910Z] #44 120.4 CC criu/cr-errno.o [2020-02-12T17:45:39.910Z] #44 120.5 CC criu/cr-restore.o [2020-02-12T17:45:39.910Z] #44 124.7 CC criu/cr-service.o [2020-02-12T17:45:40.415Z] #17 44.61 Selecting previously unselected package vim. [2020-02-12T17:45:40.415Z] #17 44.63 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-12T17:45:40.415Z] #17 44.65 Unpacking vim (2:8.1.0875-5) ... [2020-02-12T17:45:40.851Z] #44 125.9 CC criu/crtools.o [2020-02-12T17:45:40.926Z] #17 45.20 Selecting previously unselected package xfsprogs. [2020-02-12T17:45:40.926Z] #17 45.21 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-12T17:45:40.926Z] #17 45.23 Unpacking xfsprogs (4.20.0-1) ... [2020-02-12T17:45:40.974Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-02-12T17:45:40.974Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-3cd13795\powershellScript.ps1'; exit $LASTEXITCODE; [2020-02-12T17:45:40.974Z] ---------------------------------------------------------------------------- [2020-02-12T17:45:40.974Z] [2020-02-12T17:45:40.974Z] INFO: executeCI.ps1 starting at Wed Feb 12 17:45:40 CUT 2020 [2020-02-12T17:45:40.974Z] [2020-02-12T17:45:40.974Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-02-12T17:45:40.974Z] INFO: Running git version 2.24.1.windows.2 [2020-02-12T17:45:40.974Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-02-12T17:45:40.974Z] INFO: Environment variables: [2020-02-12T17:45:40.974Z] [2020-02-12T17:45:40.974Z] Name Value [2020-02-12T17:45:40.974Z] ---- ----- [2020-02-12T17:45:40.974Z] ALLUSERSPROFILE C:\ProgramData [2020-02-12T17:45:40.974Z] amd64 true [2020-02-12T17:45:40.974Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-02-12T17:45:40.974Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-02-12T17:45:40.974Z] arm64 true [2020-02-12T17:45:40.974Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-02-12T17:45:40.974Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-02-12T17:45:40.974Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-02-12T17:45:40.974Z] BRANCH_NAME PR-40500 [2020-02-12T17:45:40.974Z] BUILD_DISPLAY_NAME #6 [2020-02-12T17:45:40.974Z] BUILD_ID 6 [2020-02-12T17:45:40.974Z] BUILD_NUMBER 6 [2020-02-12T17:45:40.974Z] BUILD_TAG jenkins-moby-PR-40500-6 [2020-02-12T17:45:40.974Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40500/6/ [2020-02-12T17:45:40.974Z] CHANGE_AUTHOR thaJeztah [2020-02-12T17:45:40.974Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-02-12T17:45:40.974Z] CHANGE_BRANCH docker_py_skip_flaky [2020-02-12T17:45:40.974Z] CHANGE_FORK thaJeztah/docker [2020-02-12T17:45:40.974Z] CHANGE_ID 40500 [2020-02-12T17:45:40.974Z] CHANGE_TARGET master [2020-02-12T17:45:40.974Z] CHANGE_TITLE docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again) [2020-02-12T17:45:40.974Z] CHANGE_URL https://github.com/moby/moby/pull/40500 [2020-02-12T17:45:40.974Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-12T17:45:40.974Z] CommonProgramFiles C:\Program Files\Common Files [2020-02-12T17:45:40.974Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-02-12T17:45:40.974Z] CommonProgramW6432 C:\Program Files\Common Files [2020-02-12T17:45:40.974Z] COMPUTERNAME azwin-2-6520f0 [2020-02-12T17:45:40.974Z] ComSpec C:\windows\system32\cmd.exe [2020-02-12T17:45:40.974Z] ConfigSequenceNumber 0 [2020-02-12T17:45:40.974Z] dco true [2020-02-12T17:45:40.974Z] DOCKER_BUILDKIT 0 [2020-02-12T17:45:40.974Z] DOCKER_DUT_DEBUG 1 [2020-02-12T17:45:40.974Z] DOCKER_EXPERIMENTAL 1 [2020-02-12T17:45:40.974Z] DOCKER_GRAPHDRIVER overlay2 [2020-02-12T17:45:40.974Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-02-12T17:45:40.974Z] EXECUTOR_NUMBER 0 [2020-02-12T17:45:40.974Z] FQDN azwin-2-6520f0.westus.cloudapp.azure.com [2020-02-12T17:45:40.974Z] GIT_BRANCH PR-40500 [2020-02-12T17:45:40.974Z] GIT_COMMIT da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:45:40.974Z] GIT_PREVIOUS_COMMIT 001820c4ac19fcf0189c7e05eab79a1cb1adc34b [2020-02-12T17:45:40.974Z] GIT_URL https://github.com/moby/moby.git [2020-02-12T17:45:40.974Z] HUDSON_COOKIE 4c5a19de-0f58-4381-97de-30a7a625a7a0 [2020-02-12T17:45:40.974Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-02-12T17:45:40.974Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-02-12T17:45:40.974Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-02-12T17:45:40.974Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-02-12T17:45:40.974Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-02-12T17:45:40.974Z] JENKINS_NODE_COOKIE 0d416ab8-0f70-480a-87f0-e449f5e11a0f [2020-02-12T17:45:40.974Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-02-12T17:45:40.974Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-02-12T17:45:40.974Z] JOB_BASE_NAME PR-40500 [2020-02-12T17:45:40.974Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40500/display/redirect [2020-02-12T17:45:40.974Z] JOB_NAME moby/PR-40500 [2020-02-12T17:45:40.974Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40500/ [2020-02-12T17:45:40.974Z] library.jps.version master [2020-02-12T17:45:40.974Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-02-12T17:45:40.974Z] NODE_LABELS amd64 azure azwin-2-6520f0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-02-12T17:45:40.974Z] NODE_NAME azwin-2-6520f0 [2020-02-12T17:45:40.974Z] NUMBER_OF_PROCESSORS 4 [2020-02-12T17:45:40.974Z] OS Windows_NT [2020-02-12T17:45:40.974Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-02-12T17:45:40.974Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-02-12T17:45:40.974Z] ppc64le true [2020-02-12T17:45:40.974Z] PROCESSOR_ARCHITECTURE AMD64 [2020-02-12T17:45:40.974Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-02-12T17:45:40.974Z] PROCESSOR_LEVEL 6 [2020-02-12T17:45:40.974Z] PROCESSOR_REVISION 4f01 [2020-02-12T17:45:40.974Z] ProgramData C:\ProgramData [2020-02-12T17:45:40.974Z] ProgramFiles C:\Program Files [2020-02-12T17:45:40.974Z] ProgramFiles(x86) C:\Program Files (x86) [2020-02-12T17:45:40.974Z] ProgramW6432 C:\Program Files [2020-02-12T17:45:40.975Z] PROMPT $P$G [2020-02-12T17:45:40.975Z] PSExecutionPolicyPreference Bypass [2020-02-12T17:45:40.975Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-02-12T17:45:40.975Z] PUBLIC C:\Users\Public [2020-02-12T17:45:40.975Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40500/6/display/redirect?page=changes [2020-02-12T17:45:40.975Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40500/6/display/redirect [2020-02-12T17:45:40.975Z] s390x true [2020-02-12T17:45:40.975Z] SKIP_VALIDATION_TESTS 1 [2020-02-12T17:45:40.975Z] SOURCES_DRIVE d [2020-02-12T17:45:40.975Z] SOURCES_SUBDIR gopath [2020-02-12T17:45:40.975Z] STAGE_NAME Run tests [2020-02-12T17:45:40.975Z] SystemDrive C: [2020-02-12T17:45:40.975Z] SystemRoot C:\windows [2020-02-12T17:45:40.975Z] TEMP C:\windows\TEMP [2020-02-12T17:45:40.975Z] TESTDEBUG 0 [2020-02-12T17:45:40.975Z] TESTRUN_DRIVE d [2020-02-12T17:45:40.975Z] TESTRUN_SUBDIR CI [2020-02-12T17:45:40.975Z] TIMEOUT 120m [2020-02-12T17:45:40.975Z] TMP C:\windows\TEMP [2020-02-12T17:45:40.975Z] unit_validate true [2020-02-12T17:45:40.975Z] USERDOMAIN WORKGROUP [2020-02-12T17:45:40.975Z] USERNAME azwin-2-6520f0$ [2020-02-12T17:45:40.975Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-02-12T17:45:40.975Z] validate_force false [2020-02-12T17:45:40.975Z] windir C:\windows [2020-02-12T17:45:40.975Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-02-12T17:45:40.975Z] WINDOWS_BASE_IMAGE_TAG 10.0.17763.973 [2020-02-12T17:45:40.975Z] windowsRS1 false [2020-02-12T17:45:40.975Z] windowsRS5 true [2020-02-12T17:45:40.975Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-02-12T17:45:40.975Z] [2020-02-12T17:45:40.975Z] [2020-02-12T17:45:40.975Z] [2020-02-12T17:45:41.112Z] #44 ... [2020-02-12T17:45:41.112Z] [2020-02-12T17:45:41.112Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:41.112Z] #17 63.66 Setting up xfsprogs (4.20.0-1) ... [2020-02-12T17:45:41.112Z] #17 63.68 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:45:41.487Z] #17 45.70 Selecting previously unselected package zip. [2020-02-12T17:45:41.488Z] #17 45.71 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-12T17:45:41.488Z] #17 45.72 Unpacking zip (3.0-11+b1) ... [2020-02-12T17:45:41.488Z] #17 45.91 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:45:41.488Z] #17 45.96 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:45:41.488Z] #17 45.99 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-12T17:45:41.683Z] #17 64.22 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:45:41.743Z] #17 46.03 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-12T17:45:41.743Z] #17 46.04 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-12T17:45:41.743Z] #17 46.06 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-12T17:45:41.743Z] #17 46.11 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-12T17:45:41.743Z] #17 46.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-12T17:45:41.743Z] #17 46.14 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:45:41.743Z] #17 46.15 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-12T17:45:41.743Z] #17 46.18 Setting up libicu63:amd64 (63.1-6) ... [2020-02-12T17:45:41.743Z] #17 46.20 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:45:41.743Z] #17 46.24 Setting up zip (3.0-11+b1) ... [2020-02-12T17:45:41.999Z] #17 46.25 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:45:41.999Z] #17 46.28 Setting up bash-completion (1:2.8-6) ... [2020-02-12T17:45:42.554Z] INFO: Sources under d:\gopath\... [2020-02-12T17:45:42.554Z] INFO: Test run under d:\CI\... [2020-02-12T17:45:42.554Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-02-12T17:45:42.554Z] INFO: docker/docker repository was found [2020-02-12T17:45:42.625Z] #17 65.31 Setting up python3-distutils (3.7.3-1) ... [2020-02-12T17:45:43.026Z] INFO: Pulling mcr.microsoft.com/windows/servercore:10.0.17763.973 from docker hub. This may take some time... [2020-02-12T17:45:43.196Z] #17 65.79 Setting up python3-setuptools (40.8.0-1) ... [2020-02-12T17:45:43.499Z] 10.0.17763.973: Pulling from windows/servercore [2020-02-12T17:45:43.499Z] 65014b3c3121: Pulling fs layer [2020-02-12T17:45:43.499Z] edbd72df76b4: Pulling fs layer [2020-02-12T17:45:44.581Z] #17 67.08 Setting up python3-pip (18.1-5) ... [2020-02-12T17:45:44.772Z] #17 49.04 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-12T17:45:44.772Z] #17 49.05 Setting up xz-utils (5.2.4-1) ... [2020-02-12T17:45:44.772Z] #17 49.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-12T17:45:44.772Z] #17 49.07 Setting up pigz (2.4-1) ... [2020-02-12T17:45:44.772Z] #17 49.08 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-12T17:45:44.772Z] #17 49.09 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-12T17:45:44.772Z] #17 49.11 Setting up python-pip-whl (18.1-5) ... [2020-02-12T17:45:44.772Z] #17 49.12 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-12T17:45:44.772Z] #17 49.13 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:45:45.053Z] #17 49.54 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-12T17:45:45.053Z] #17 49.55 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-12T17:45:45.053Z] #17 49.56 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:45.053Z] #17 49.58 Setting up vim (2:8.1.0875-5) ... [2020-02-12T17:45:45.336Z] #17 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-12T17:45:45.336Z] #17 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-12T17:45:45.336Z] #17 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-12T17:45:45.336Z] #17 49.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-12T17:45:45.336Z] #17 49.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-12T17:45:45.336Z] #17 49.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-12T17:45:45.336Z] #17 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-12T17:45:45.336Z] #17 49.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-12T17:45:45.336Z] #17 49.73 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-12T17:45:45.336Z] #17 49.74 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:45:45.336Z] #17 49.76 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-12T17:45:45.336Z] #17 49.77 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:45:45.336Z] #17 49.78 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-12T17:45:45.336Z] #17 49.80 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:45:45.655Z] #17 ... [2020-02-12T17:45:45.655Z] [2020-02-12T17:45:45.655Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:45.655Z] #44 104.9 CC criu/files-ext.o [2020-02-12T17:45:45.655Z] #44 105.3 CC criu/files-reg.o [2020-02-12T17:45:45.655Z] #44 107.4 CC criu/files.o [2020-02-12T17:45:45.655Z] #44 109.5 CC criu/filesystems.o [2020-02-12T17:45:45.655Z] #44 110.2 CC criu/fsnotify.o [2020-02-12T17:45:45.655Z] #44 111.3 CC criu/image-desc.o [2020-02-12T17:45:45.655Z] #44 111.5 CC criu/image.o [2020-02-12T17:45:45.655Z] #44 112.4 CC criu/ipc_ns.o [2020-02-12T17:45:45.655Z] #44 113.6 CC criu/irmap.o [2020-02-12T17:45:45.655Z] #44 114.4 CC criu/kcmp-ids.o [2020-02-12T17:45:45.655Z] #44 114.8 CC criu/kerndat.o [2020-02-12T17:45:45.966Z] #17 68.35 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:45:45.966Z] #17 68.39 Processing triggers for mime-support (3.62) ... [2020-02-12T17:45:46.222Z] #44 ... [2020-02-12T17:45:46.222Z] [2020-02-12T17:45:46.222Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:45:46.222Z] #41 182.2 + dpkg --print-architecture [2020-02-12T17:45:46.222Z] #41 182.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-12T17:45:46.435Z] #75 exporting layers 6.0s done [2020-02-12T17:45:46.435Z] #75 writing image sha256:24e1f438775f15b3ddab19c6509cbd208dd619950d279396777d0234d396b092 done [2020-02-12T17:45:46.435Z] #75 naming to docker.io/library/docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b done [2020-02-12T17:45:46.435Z] #75 DONE 6.0s [Pipeline] } [Pipeline] // stage [2020-02-12T17:45:46.478Z] #41 182.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-12T17:45:46.478Z] #41 182.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-02-12T17:45:46.538Z] #17 DONE 69.0s [2020-02-12T17:45:46.538Z] [2020-02-12T17:45:46.538Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-12T17:45:46.808Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40500/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/validate/default [2020-02-12T17:45:47.744Z] Congratulations! All commits are properly signed with the DCO! [2020-02-12T17:45:47.744Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-02-12T17:45:47.744Z] No api/types/ or api/swagger.yaml changes in diff. [2020-02-12T17:45:47.744Z] Congratulations! All TOML source files changed here have valid syntax. [2020-02-12T17:45:47.744Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-02-12T17:45:47.744Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-02-12T17:45:47.744Z] Congratulations! No new tests were added to integration-cli. [2020-02-12T17:45:47.744Z] [2020-02-12T17:45:47.744Z] INFO Start validation with golang-ci-lint [2020-02-12T17:45:47.744Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-02-12T17:45:47.744Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-02-12T17:45:48.452Z] #18 1.601 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-12T17:45:48.452Z] #18 1.605 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-12T17:45:48.452Z] #18 1.611 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-12T17:45:48.452Z] #18 DONE 1.8s [2020-02-12T17:45:48.452Z] [2020-02-12T17:45:48.452Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:45:50.730Z] edbd72df76b4: Verifying Checksum [2020-02-12T17:45:50.730Z] edbd72df76b4: Download complete [2020-02-12T17:45:51.763Z] #19 ... [2020-02-12T17:45:51.763Z] [2020-02-12T17:45:51.763Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:51.763Z] #44 126.6 CC criu/eventfd.o [2020-02-12T17:45:51.763Z] #44 126.9 CC criu/eventpoll.o [2020-02-12T17:45:51.763Z] #44 127.7 CC criu/external.o [2020-02-12T17:45:51.763Z] #44 128.0 CC criu/fault-injection.o [2020-02-12T17:45:51.763Z] #44 128.1 CC criu/fdstore.o [2020-02-12T17:45:51.763Z] #44 128.5 CC criu/fifo.o [2020-02-12T17:45:51.763Z] #44 128.9 CC criu/file-ids.o [2020-02-12T17:45:51.763Z] #44 129.4 CC criu/file-lock.o [2020-02-12T17:45:51.763Z] #44 130.3 CC criu/files-ext.o [2020-02-12T17:45:51.763Z] #44 130.7 CC criu/files-reg.o [2020-02-12T17:45:51.763Z] #44 132.8 CC criu/files.o [2020-02-12T17:45:51.763Z] #44 134.9 CC criu/filesystems.o [2020-02-12T17:45:51.763Z] #44 135.6 CC criu/fsnotify.o [2020-02-12T17:45:51.763Z] #44 136.7 CC criu/image-desc.o [2020-02-12T17:45:51.763Z] #44 136.8 CC criu/image.o [2020-02-12T17:45:52.705Z] #44 137.8 CC criu/ipc_ns.o [2020-02-12T17:45:53.648Z] #44 ... [2020-02-12T17:45:53.648Z] [2020-02-12T17:45:53.648Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:45:53.648Z] #19 5.190 Collecting yamllint==1.16.0 [2020-02-12T17:45:53.800Z] #63 159.5 + bin/containerd-stress [2020-02-12T17:45:54.551Z] #41 ... [2020-02-12T17:45:54.551Z] [2020-02-12T17:45:54.551Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:45:54.551Z] #17 52.48 Setting up iptables (1.8.2-4) ... [2020-02-12T17:45:54.551Z] #17 52.49 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:45:54.551Z] #17 52.50 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:45:54.551Z] #17 52.50 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:45:54.551Z] #17 52.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:45:54.551Z] #17 52.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-12T17:45:54.551Z] #17 52.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-12T17:45:54.551Z] #17 52.53 Setting up python3 (3.7.3-1) ... [2020-02-12T17:45:54.551Z] #17 52.95 Setting up python3-wheel (0.32.3-2) ... [2020-02-12T17:45:54.551Z] #17 53.66 Setting up apparmor (2.13.2-10) ... [2020-02-12T17:45:54.551Z] #17 55.39 Setting up xfsprogs (4.20.0-1) ... [2020-02-12T17:45:54.551Z] #17 55.42 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:45:54.551Z] #17 55.79 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:45:54.551Z] #17 56.66 Setting up python3-distutils (3.7.3-1) ... [2020-02-12T17:45:54.552Z] #17 57.13 Setting up python3-setuptools (40.8.0-1) ... [2020-02-12T17:45:54.552Z] #17 58.21 Setting up python3-pip (18.1-5) ... [2020-02-12T17:45:55.111Z] #17 59.28 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:45:55.112Z] #17 59.32 Processing triggers for mime-support (3.62) ... [2020-02-12T17:45:55.726Z] #63 161.3 + bin/containerd-shim [2020-02-12T17:45:56.040Z] #17 DONE 60.2s [2020-02-12T17:45:56.040Z] [2020-02-12T17:45:56.040Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-12T17:45:56.964Z] #18 ... [2020-02-12T17:45:56.964Z] [2020-02-12T17:45:56.964Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:45:56.964Z] #44 116.1 CC criu/libnetlink.o [2020-02-12T17:45:56.964Z] #44 116.4 CC criu/log.o [2020-02-12T17:45:56.964Z] #44 117.0 CC criu/lsm.o [2020-02-12T17:45:56.964Z] #44 117.4 CC criu/mem.o [2020-02-12T17:45:56.964Z] #44 119.0 CC criu/mount.o [2020-02-12T17:45:56.964Z] #44 122.9 CC criu/namespaces.o [2020-02-12T17:45:56.964Z] #44 124.9 CC criu/net.o [2020-02-12T17:45:57.900Z] #44 ... [2020-02-12T17:45:57.900Z] [2020-02-12T17:45:57.900Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-12T17:45:57.900Z] #18 1.793 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-12T17:45:57.900Z] #18 1.798 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-12T17:45:57.900Z] #18 1.802 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-12T17:45:57.900Z] #18 DONE 1.9s [2020-02-12T17:45:57.900Z] [2020-02-12T17:45:57.900Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:45:57.957Z] 65014b3c3121: Verifying Checksum [2020-02-12T17:45:57.957Z] 65014b3c3121: Download complete [2020-02-12T17:45:58.935Z] #19 10.55 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-12T17:45:58.935Z] #19 10.67 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-12T17:45:58.935Z] #19 10.72 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-12T17:45:58.935Z] #19 10.78 Collecting pyyaml (from yamllint==1.16.0) [2020-02-12T17:45:59.195Z] #19 10.93 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-12T17:46:01.109Z] #19 12.55 Building wheels for collected packages: pyyaml [2020-02-12T17:46:01.109Z] #19 12.55 Running setup.py bdist_wheel for pyyaml: started [2020-02-12T17:46:02.051Z] #19 13.85 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-12T17:46:02.051Z] #19 13.85 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-12T17:46:02.051Z] #19 13.95 Successfully built pyyaml [2020-02-12T17:46:02.204Z] #63 167.3 + bin/containerd-shim-runc-v1 [2020-02-12T17:46:02.312Z] #19 13.97 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-12T17:46:02.572Z] #19 14.35 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-12T17:46:03.146Z] #19 DONE 14.9s [2020-02-12T17:46:03.146Z] [2020-02-12T17:46:03.146Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:03.146Z] #44 138.9 CC criu/irmap.o [2020-02-12T17:46:03.146Z] #44 139.6 CC criu/kcmp-ids.o [2020-02-12T17:46:03.146Z] #44 139.9 CC criu/kerndat.o [2020-02-12T17:46:03.146Z] #44 140.9 CC criu/libnetlink.o [2020-02-12T17:46:03.146Z] #44 141.3 CC criu/log.o [2020-02-12T17:46:03.146Z] #44 141.7 CC criu/lsm.o [2020-02-12T17:46:03.146Z] #44 141.9 CC criu/mem.o [2020-02-12T17:46:03.146Z] #44 143.4 CC criu/mount.o [2020-02-12T17:46:03.146Z] #44 146.5 CC criu/namespaces.o [2020-02-12T17:46:03.406Z] #44 148.4 CC criu/net.o [2020-02-12T17:46:04.049Z] #63 170.2 + bin/containerd-shim-runc-v2 [2020-02-12T17:46:04.428Z] #19 5.655 Collecting yamllint==1.16.0 [2020-02-12T17:46:04.428Z] #19 ... [2020-02-12T17:46:04.428Z] [2020-02-12T17:46:04.428Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:04.428Z] #44 128.6 CC criu/netfilter.o [2020-02-12T17:46:04.428Z] #44 129.0 CC criu/page-pipe.o [2020-02-12T17:46:04.428Z] #44 129.8 CC criu/page-xfer.o [2020-02-12T17:46:04.428Z] #44 131.2 CC criu/pagemap-cache.o [2020-02-12T17:46:04.428Z] #44 131.7 CC criu/pagemap.o [2020-02-12T17:46:04.428Z] #44 132.9 CC criu/parasite-syscall.o [2020-02-12T17:46:04.428Z] #44 133.7 CC criu/path.o [2020-02-12T17:46:04.683Z] #44 134.0 CC criu/pie-util-vdso-elf32.o [2020-02-12T17:46:04.807Z] #63 170.9 + binaries [2020-02-12T17:46:04.807Z] #63 170.9 + mkdir -p /build [2020-02-12T17:46:04.807Z] #63 170.9 + cp bin/containerd /build/containerd [2020-02-12T17:46:04.807Z] #63 171.0 + cp bin/containerd-shim /build/containerd-shim [2020-02-12T17:46:05.162Z] #63 171.0 + cp bin/ctr /build/ctr [2020-02-12T17:46:05.162Z] #63 DONE 171.1s [2020-02-12T17:46:05.241Z] #44 134.5 CC criu/pie-util-vdso.o [2020-02-12T17:46:05.497Z] #44 134.9 CC criu/pie-util.o [2020-02-12T17:46:05.546Z] [2020-02-12T17:46:05.546Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-12T17:46:05.753Z] #44 135.1 CC criu/pipes.o [2020-02-12T17:46:05.914Z] #64 DONE 0.2s [2020-02-12T17:46:05.914Z] [2020-02-12T17:46:05.914Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-12T17:46:05.914Z] #68 DONE 0.1s [2020-02-12T17:46:05.914Z] [2020-02-12T17:46:05.914Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-12T17:46:05.914Z] #70 DONE 0.1s [2020-02-12T17:46:05.914Z] [2020-02-12T17:46:05.914Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-12T17:46:05.952Z] #44 150.9 CC criu/netfilter.o [2020-02-12T17:46:06.214Z] #44 151.2 CC criu/page-pipe.o [2020-02-12T17:46:06.263Z] #73 DONE 0.1s [2020-02-12T17:46:06.263Z] [2020-02-12T17:46:06.263Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-12T17:46:06.263Z] #74 DONE 0.1s [2020-02-12T17:46:06.263Z] [2020-02-12T17:46:06.263Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-12T17:46:06.678Z] #44 135.8 CC criu/plugin.o [2020-02-12T17:46:06.785Z] #44 151.9 CC criu/page-xfer.o [2020-02-12T17:46:06.934Z] #44 136.3 CC criu/proc_parse.o [2020-02-12T17:46:07.056Z] #75 DONE 0.6s [2020-02-12T17:46:07.056Z] [2020-02-12T17:46:07.056Z] #76 exporting to oci image format [2020-02-12T17:46:07.056Z] #76 exporting layers [2020-02-12T17:46:07.364Z] #44 ... [2020-02-12T17:46:07.365Z] [2020-02-12T17:46:07.365Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:07.365Z] #57 105.1 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-12T17:46:08.754Z] #57 106.3 + mkdir -p /build [2020-02-12T17:46:08.754Z] #57 106.3 + cp runc /build/runc [2020-02-12T17:46:08.819Z] #44 ... [2020-02-12T17:46:08.819Z] [2020-02-12T17:46:08.819Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:46:08.819Z] #19 11.00 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-12T17:46:08.819Z] #19 11.09 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-12T17:46:08.819Z] #19 11.13 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-12T17:46:08.819Z] #19 11.17 Collecting pyyaml (from yamllint==1.16.0) [2020-02-12T17:46:09.014Z] #57 DONE 106.7s [2020-02-12T17:46:09.014Z] [2020-02-12T17:46:09.014Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:09.014Z] #44 153.0 CC criu/pagemap-cache.o [2020-02-12T17:46:09.014Z] #44 153.3 CC criu/pagemap.o [2020-02-12T17:46:09.014Z] #44 154.0 CC criu/parasite-syscall.o [2020-02-12T17:46:09.075Z] #19 11.34 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-12T17:46:09.585Z] #44 154.7 CC criu/path.o [2020-02-12T17:46:09.794Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 28.8s done [2020-02-12T17:46:09.794Z] #8 DONE 38.2s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-12T17:46:09.794Z] #9 DONE 0.2s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-12T17:46:09.794Z] #10 DONE 0.2s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-12T17:46:09.794Z] #30 DONE 0.0s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-12T17:46:09.794Z] #41 DONE 0.0s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:46:09.794Z] #22 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:46:09.794Z] #42 ... [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T17:46:09.794Z] #23 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-12T17:46:09.794Z] #65 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-12T17:46:09.794Z] #53 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-12T17:46:09.794Z] #71 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-12T17:46:09.794Z] #33 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-12T17:46:09.794Z] #50 DONE 0.1s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-12T17:46:09.794Z] #47 DONE 0.2s [2020-02-12T17:46:09.794Z] [2020-02-12T17:46:09.794Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:09.794Z] #48 0.750 + RM_GOPATH=0 [2020-02-12T17:46:09.794Z] #48 0.750 + TMP_GOPATH= [2020-02-12T17:46:09.794Z] #48 0.750 + : /build [2020-02-12T17:46:09.794Z] #48 0.751 + '[' -z '' ']' [2020-02-12T17:46:09.794Z] #48 0.752 ++ mktemp -d [2020-02-12T17:46:09.794Z] #48 0.793 + export GOPATH=/tmp/tmp.55UtCeLasZ [2020-02-12T17:46:09.794Z] #48 0.793 + GOPATH=/tmp/tmp.55UtCeLasZ [2020-02-12T17:46:09.794Z] #48 0.794 + RM_GOPATH=1 [2020-02-12T17:46:09.794Z] #48 0.795 ++ dirname ./install.sh [2020-02-12T17:46:09.794Z] #48 0.817 + dir=. [2020-02-12T17:46:09.794Z] #48 0.818 + bin=vndr [2020-02-12T17:46:09.794Z] #48 0.818 + shift [2020-02-12T17:46:09.794Z] #48 0.820 + '[' '!' -f ./vndr.installer ']' [2020-02-12T17:46:09.794Z] #48 0.822 + . ./vndr.installer [2020-02-12T17:46:09.794Z] #48 0.826 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:46:09.794Z] #48 0.834 + install_vndr [2020-02-12T17:46:09.794Z] #48 0.835 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-12T17:46:09.794Z] #48 0.837 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:46:09.794Z] #48 0.837 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.55UtCeLasZ/src/github.com/LK4D4/vndr [2020-02-12T17:46:09.794Z] #48 0.843 Cloning into '/tmp/tmp.55UtCeLasZ/src/github.com/LK4D4/vndr'... [2020-02-12T17:46:09.794Z] #48 1.999 + cd /tmp/tmp.55UtCeLasZ/src/github.com/LK4D4/vndr [2020-02-12T17:46:09.794Z] #48 2.000 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-12T17:46:09.794Z] #48 2.031 + go build -buildmode=pie -v -o /build/vndr . [2020-02-12T17:46:09.845Z] #44 154.9 CC criu/pie-util-vdso-elf32.o [2020-02-12T17:46:10.105Z] #44 155.3 CC criu/pie-util-vdso.o [2020-02-12T17:46:10.367Z] #44 155.6 CC criu/pie-util.o [2020-02-12T17:46:10.437Z] #19 12.78 Building wheels for collected packages: pyyaml [2020-02-12T17:46:10.628Z] #44 155.7 CC criu/pipes.o [2020-02-12T17:46:10.693Z] #19 12.78 Running setup.py bdist_wheel for pyyaml: started [2020-02-12T17:46:10.843Z] #48 4.428 runtime/internal/sys [2020-02-12T17:46:10.843Z] #48 4.473 internal/cpu [2020-02-12T17:46:11.134Z] #48 4.677 internal/race [2020-02-12T17:46:11.134Z] #48 4.681 runtime/internal/atomic [2020-02-12T17:46:11.197Z] #44 156.2 CC criu/plugin.o [2020-02-12T17:46:11.427Z] #48 5.009 runtime/internal/math [2020-02-12T17:46:11.458Z] #44 156.5 CC criu/proc_parse.o [2020-02-12T17:46:11.619Z] #19 13.77 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-12T17:46:11.619Z] #19 13.77 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-12T17:46:11.619Z] #19 13.85 Successfully built pyyaml [2020-02-12T17:46:11.619Z] #19 13.86 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-12T17:46:11.718Z] #48 5.249 sync/atomic [2020-02-12T17:46:11.874Z] #19 14.22 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-12T17:46:12.008Z] #48 5.434 unicode [2020-02-12T17:46:12.298Z] #48 5.778 unicode/utf8 [2020-02-12T17:46:12.298Z] #48 ... [2020-02-12T17:46:12.298Z] [2020-02-12T17:46:12.298Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:46:12.298Z] #34 0.709 + RM_GOPATH=0 [2020-02-12T17:46:12.298Z] #34 0.710 + TMP_GOPATH= [2020-02-12T17:46:12.298Z] #34 0.710 + : /build [2020-02-12T17:46:12.298Z] #34 0.710 + '[' -z '' ']' [2020-02-12T17:46:12.298Z] #34 0.712 ++ mktemp -d [2020-02-12T17:46:12.298Z] #34 0.718 + export GOPATH=/tmp/tmp.TE32Srk9Ok [2020-02-12T17:46:12.298Z] #34 0.719 + GOPATH=/tmp/tmp.TE32Srk9Ok [2020-02-12T17:46:12.298Z] #34 0.719 + RM_GOPATH=1 [2020-02-12T17:46:12.298Z] #34 0.719 ++ dirname ./install.sh [2020-02-12T17:46:12.298Z] #34 0.722 + dir=. [2020-02-12T17:46:12.298Z] #34 0.722 + bin=tomlv [2020-02-12T17:46:12.298Z] #34 0.723 + shift [2020-02-12T17:46:12.298Z] #34 0.723 + '[' '!' -f ./tomlv.installer ']' [2020-02-12T17:46:12.298Z] #34 0.723 + . ./tomlv.installer [2020-02-12T17:46:12.298Z] #34 0.724 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:46:12.298Z] #34 0.725 + install_tomlv [2020-02-12T17:46:12.298Z] #34 0.725 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-12T17:46:12.298Z] #34 0.726 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:46:12.298Z] #34 0.726 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.TE32Srk9Ok/src/github.com/BurntSushi/toml [2020-02-12T17:46:12.298Z] #34 0.731 Cloning into '/tmp/tmp.TE32Srk9Ok/src/github.com/BurntSushi/toml'... [2020-02-12T17:46:12.298Z] #34 2.162 + cd /tmp/tmp.TE32Srk9Ok/src/github.com/BurntSushi/toml [2020-02-12T17:46:12.298Z] #34 2.162 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-12T17:46:12.298Z] #34 2.232 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:46:12.298Z] #34 3.527 runtime/internal/sys [2020-02-12T17:46:12.298Z] #34 3.531 math/bits [2020-02-12T17:46:12.298Z] #34 3.617 runtime/internal/atomic [2020-02-12T17:46:12.298Z] #34 3.725 internal/cpu [2020-02-12T17:46:12.298Z] #34 4.563 runtime/internal/math [2020-02-12T17:46:12.298Z] #34 5.143 unicode/utf8 [2020-02-12T17:46:12.298Z] #34 5.174 internal/race [2020-02-12T17:46:12.298Z] #34 5.595 sync/atomic [2020-02-12T17:46:12.298Z] #34 5.708 internal/bytealg [2020-02-12T17:46:12.298Z] #34 6.033 math [2020-02-12T17:46:12.799Z] #19 DONE 14.9s [2020-02-12T17:46:12.799Z] [2020-02-12T17:46:12.799Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:12.799Z] #44 139.0 CC criu/protobuf-desc.o [2020-02-12T17:46:12.799Z] #44 140.0 CC criu/protobuf.o [2020-02-12T17:46:12.799Z] #44 140.5 CC criu/pstree.o [2020-02-12T17:46:12.799Z] #44 141.8 CC criu/rbtree.o [2020-02-12T17:46:12.799Z] #44 142.1 CC criu/rst-malloc.o [2020-02-12T17:46:12.799Z] #44 ... [2020-02-12T17:46:12.799Z] [2020-02-12T17:46:12.799Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-12T17:46:12.799Z] #24 DONE 0.2s [2020-02-12T17:46:12.937Z] #34 ... [2020-02-12T17:46:12.937Z] [2020-02-12T17:46:12.937Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:12.937Z] #48 6.458 math [2020-02-12T17:46:13.054Z] [2020-02-12T17:46:13.054Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-12T17:46:13.373Z] #44 158.5 CC criu/protobuf-desc.o [2020-02-12T17:46:13.564Z] #48 7.049 internal/bytealg [2020-02-12T17:46:13.980Z] #28 DONE 1.1s [2020-02-12T17:46:13.980Z] [2020-02-12T17:46:13.980Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-12T17:46:14.235Z] #31 DONE 0.2s [2020-02-12T17:46:14.235Z] [2020-02-12T17:46:14.235Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-12T17:46:14.235Z] #34 DONE 0.1s [2020-02-12T17:46:14.235Z] [2020-02-12T17:46:14.235Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:14.235Z] #44 142.6 CC criu/seccomp.o [2020-02-12T17:46:14.235Z] #44 143.4 CC criu/seize.o [2020-02-12T17:46:14.235Z] #44 ... [2020-02-12T17:46:14.235Z] [2020-02-12T17:46:14.235Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-12T17:46:14.235Z] #39 DONE 0.1s [2020-02-12T17:46:14.320Z] #44 159.2 CC criu/protobuf.o [2020-02-12T17:46:14.320Z] #44 159.4 CC criu/pstree.o [2020-02-12T17:46:14.320Z] #44 ... [2020-02-12T17:46:14.320Z] [2020-02-12T17:46:14.320Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:14.320Z] #62 179.4 + bin/containerd [2020-02-12T17:46:14.491Z] [2020-02-12T17:46:14.491Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:14.595Z] #48 8.333 internal/testlog [2020-02-12T17:46:14.746Z] #57 ... [2020-02-12T17:46:14.746Z] [2020-02-12T17:46:14.746Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:46:14.746Z] #41 DONE 210.7s [2020-02-12T17:46:14.746Z] [2020-02-12T17:46:14.746Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:14.746Z] #44 144.3 CC criu/servicefd.o [2020-02-12T17:46:15.267Z] #62 ... [2020-02-12T17:46:15.267Z] [2020-02-12T17:46:15.267Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:15.267Z] #53 DONE 217.2s [2020-02-12T17:46:15.267Z] [2020-02-12T17:46:15.267Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:15.527Z] #23 ... [2020-02-12T17:46:15.527Z] [2020-02-12T17:46:15.527Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:15.527Z] #44 160.4 CC criu/rbtree.o [2020-02-12T17:46:15.673Z] #44 145.0 CC criu/shmem.o [2020-02-12T17:46:15.788Z] #44 160.7 CC criu/rst-malloc.o [2020-02-12T17:46:15.788Z] #44 160.9 CC criu/seccomp.o [2020-02-12T17:46:16.098Z] #48 ... [2020-02-12T17:46:16.098Z] [2020-02-12T17:46:16.098Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:46:16.098Z] #44 0.785 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:46:16.098Z] #44 0.921 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:46:16.098Z] #44 0.938 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:46:16.098Z] #44 2.536 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-12T17:46:16.098Z] #44 5.877 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-12T17:46:16.098Z] #44 8.969 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-12T17:46:16.233Z] #44 ... [2020-02-12T17:46:16.234Z] [2020-02-12T17:46:16.234Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-12T17:46:16.234Z] #42 DONE 0.2s [2020-02-12T17:46:16.234Z] [2020-02-12T17:46:16.234Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:16.359Z] #44 161.4 CC criu/seize.o [2020-02-12T17:46:16.389Z] #44 ... [2020-02-12T17:46:16.389Z] [2020-02-12T17:46:16.389Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:46:16.389Z] #11 1.301 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:46:16.389Z] #11 1.413 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:46:16.389Z] #11 1.416 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:46:16.389Z] #11 3.173 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-12T17:46:16.389Z] #11 6.277 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-12T17:46:16.389Z] #11 8.566 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-12T17:46:16.389Z] #11 ... [2020-02-12T17:46:16.389Z] [2020-02-12T17:46:16.389Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:16.389Z] #66 0.855 + RM_GOPATH=0 [2020-02-12T17:46:16.389Z] #66 0.859 + TMP_GOPATH= [2020-02-12T17:46:16.389Z] #66 0.859 + : /build/ [2020-02-12T17:46:16.389Z] #66 0.859 + '[' -z '' ']' [2020-02-12T17:46:16.389Z] #66 0.873 ++ mktemp -d [2020-02-12T17:46:16.389Z] #66 0.892 + export GOPATH=/tmp/tmp.4sXSKL0gng [2020-02-12T17:46:16.389Z] #66 0.892 + GOPATH=/tmp/tmp.4sXSKL0gng [2020-02-12T17:46:16.389Z] #66 0.896 + RM_GOPATH=1 [2020-02-12T17:46:16.389Z] #66 0.896 ++ dirname ./install.sh [2020-02-12T17:46:16.389Z] #66 0.904 + dir=. [2020-02-12T17:46:16.389Z] #66 0.913 + bin=rootlesskit [2020-02-12T17:46:16.389Z] #66 0.914 + shift [2020-02-12T17:46:16.389Z] #66 0.917 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-12T17:46:16.389Z] #66 0.920 + . ./rootlesskit.installer [2020-02-12T17:46:16.389Z] #66 0.926 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:46:16.389Z] #66 0.938 + install_rootlesskit [2020-02-12T17:46:16.389Z] #66 0.939 + case "$1" in [2020-02-12T17:46:16.389Z] #66 0.940 + export CGO_ENABLED=0 [2020-02-12T17:46:16.389Z] #66 0.940 + CGO_ENABLED=0 [2020-02-12T17:46:16.389Z] #66 0.941 + _install_rootlesskit [2020-02-12T17:46:16.389Z] #66 0.943 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-12T17:46:16.389Z] #66 0.943 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:46:16.389Z] #66 0.944 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.4sXSKL0gng/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:46:16.389Z] #66 0.950 Cloning into '/tmp/tmp.4sXSKL0gng/src/github.com/rootless-containers/rootlesskit'... [2020-02-12T17:46:16.389Z] #66 8.658 + cd /tmp/tmp.4sXSKL0gng/src/github.com/rootless-containers/rootlesskit [2020-02-12T17:46:16.389Z] #66 8.659 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-12T17:46:16.389Z] #66 9.509 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:46:16.389Z] #66 9.510 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-12T17:46:16.489Z] #62 ... [2020-02-12T17:46:16.489Z] [2020-02-12T17:46:16.489Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:16.489Z] #44 145.8 CC criu/sigframe.o [2020-02-12T17:46:16.681Z] #66 ... [2020-02-12T17:46:16.681Z] [2020-02-12T17:46:16.681Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:16.681Z] #51 0.757 + RM_GOPATH=0 [2020-02-12T17:46:16.681Z] #51 0.758 + TMP_GOPATH= [2020-02-12T17:46:16.681Z] #51 0.758 + : /build [2020-02-12T17:46:16.681Z] #51 0.758 + '[' -z '' ']' [2020-02-12T17:46:16.681Z] #51 0.758 ++ mktemp -d [2020-02-12T17:46:16.681Z] #51 0.764 + export GOPATH=/tmp/tmp.EV6kLzsqHh [2020-02-12T17:46:16.681Z] #51 0.802 + GOPATH=/tmp/tmp.EV6kLzsqHh [2020-02-12T17:46:16.681Z] #51 0.802 + RM_GOPATH=1 [2020-02-12T17:46:16.681Z] #51 0.805 ++ dirname ./install.sh [2020-02-12T17:46:16.681Z] #51 0.822 + dir=. [2020-02-12T17:46:16.681Z] #51 0.832 + bin=gotestsum [2020-02-12T17:46:16.681Z] #51 0.834 + shift [2020-02-12T17:46:16.681Z] #51 0.837 + '[' '!' -f ./gotestsum.installer ']' [2020-02-12T17:46:16.681Z] #51 0.840 + . ./gotestsum.installer [2020-02-12T17:46:16.681Z] #51 0.844 ++ : v0.3.5 [2020-02-12T17:46:16.681Z] #51 0.849 + install_gotestsum [2020-02-12T17:46:16.681Z] #51 0.851 + echo 'Installing gotestsum version v0.3.5' [2020-02-12T17:46:16.681Z] #51 0.852 Installing gotestsum version v0.3.5 [2020-02-12T17:46:16.681Z] #51 0.852 + go get -d gotest.tools/gotestsum [2020-02-12T17:46:16.681Z] #51 ... [2020-02-12T17:46:16.681Z] [2020-02-12T17:46:16.681Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:46:16.681Z] #26 1.319 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:46:16.681Z] #26 1.500 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:46:16.681Z] #26 1.538 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:46:16.681Z] #26 3.245 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-12T17:46:16.681Z] #26 6.535 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-12T17:46:16.681Z] #26 9.286 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-12T17:46:16.745Z] #44 146.0 CC criu/signalfd.o [2020-02-12T17:46:16.745Z] #44 146.2 CC criu/sk-inet.o [2020-02-12T17:46:16.974Z] #26 ... [2020-02-12T17:46:16.974Z] [2020-02-12T17:46:16.974Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:46:16.974Z] #36 1.304 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:46:16.974Z] #36 1.435 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:46:16.974Z] #36 1.436 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:46:16.974Z] #36 3.175 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-12T17:46:16.974Z] #36 6.271 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-12T17:46:16.974Z] #36 9.333 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-12T17:46:16.974Z] #36 ... [2020-02-12T17:46:16.974Z] [2020-02-12T17:46:16.974Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:46:16.974Z] #60 0.785 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:46:16.974Z] #60 0.918 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:46:16.974Z] #60 0.936 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:46:16.974Z] #60 2.657 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-12T17:46:16.974Z] #60 6.422 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-12T17:46:16.974Z] #60 8.367 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-12T17:46:17.265Z] #60 ... [2020-02-12T17:46:17.265Z] [2020-02-12T17:46:17.265Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:17.265Z] #54 0.818 + RM_GOPATH=0 [2020-02-12T17:46:17.265Z] #54 0.854 + TMP_GOPATH= [2020-02-12T17:46:17.265Z] #54 0.872 + : /build [2020-02-12T17:46:17.265Z] #54 0.877 + '[' -z '' ']' [2020-02-12T17:46:17.265Z] #54 0.880 ++ mktemp -d [2020-02-12T17:46:17.265Z] #54 0.916 + export GOPATH=/tmp/tmp.OKQGb1Lmtd [2020-02-12T17:46:17.265Z] #54 0.916 + GOPATH=/tmp/tmp.OKQGb1Lmtd [2020-02-12T17:46:17.265Z] #54 0.916 + RM_GOPATH=1 [2020-02-12T17:46:17.265Z] #54 0.917 ++ dirname ./install.sh [2020-02-12T17:46:17.265Z] #54 0.919 + dir=. [2020-02-12T17:46:17.265Z] #54 0.919 + bin=golangci_lint [2020-02-12T17:46:17.265Z] #54 0.919 + shift [2020-02-12T17:46:17.265Z] #54 0.920 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-12T17:46:17.265Z] #54 0.920 + . ./golangci_lint.installer [2020-02-12T17:46:17.265Z] #54 0.920 ++ : v1.20.0 [2020-02-12T17:46:17.265Z] #54 0.921 + install_golangci_lint [2020-02-12T17:46:17.265Z] #54 0.921 + echo 'Installing golangci-lint version v1.20.0' [2020-02-12T17:46:17.265Z] #54 0.921 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-12T17:46:17.265Z] #54 0.921 Installing golangci-lint version v1.20.0 [2020-02-12T17:46:17.265Z] #54 ... [2020-02-12T17:46:17.265Z] [2020-02-12T17:46:17.265Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:17.265Z] #24 0.862 + RM_GOPATH=0 [2020-02-12T17:46:17.265Z] #24 0.873 + TMP_GOPATH= [2020-02-12T17:46:17.265Z] #24 0.878 + : /build [2020-02-12T17:46:17.265Z] #24 0.878 + '[' -z '' ']' [2020-02-12T17:46:17.265Z] #24 0.880 ++ mktemp -d [2020-02-12T17:46:17.265Z] #24 0.882 + export GOPATH=/tmp/tmp.aaSHjSngv7 [2020-02-12T17:46:17.265Z] #24 0.882 + GOPATH=/tmp/tmp.aaSHjSngv7 [2020-02-12T17:46:17.265Z] #24 0.882 + RM_GOPATH=1 [2020-02-12T17:46:17.265Z] #24 0.885 ++ dirname ./install.sh [2020-02-12T17:46:17.265Z] #24 0.888 + dir=. [2020-02-12T17:46:17.265Z] #24 0.888 + bin=dockercli [2020-02-12T17:46:17.265Z] #24 0.888 + shift [2020-02-12T17:46:17.265Z] #24 0.888 + '[' '!' -f ./dockercli.installer ']' [2020-02-12T17:46:17.265Z] #24 0.888 + . ./dockercli.installer [2020-02-12T17:46:17.265Z] #24 0.891 ++ : stable [2020-02-12T17:46:17.265Z] #24 0.891 ++ : 17.06.2-ce [2020-02-12T17:46:17.265Z] #24 0.901 Install docker/cli version 17.06.2-ce from stable [2020-02-12T17:46:17.265Z] #24 0.901 + install_dockercli [2020-02-12T17:46:17.265Z] #24 0.901 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-12T17:46:17.265Z] #24 0.902 ++ uname -m [2020-02-12T17:46:17.265Z] #24 0.943 + arch=ppc64le [2020-02-12T17:46:17.265Z] #24 0.943 + '[' ppc64le '!=' x86_64 ']' [2020-02-12T17:46:17.265Z] #24 0.943 + '[' ppc64le '!=' s390x ']' [2020-02-12T17:46:17.265Z] #24 0.943 + '[' ppc64le '!=' armhf ']' [2020-02-12T17:46:17.265Z] #24 0.944 + build_dockercli [2020-02-12T17:46:17.265Z] #24 0.944 + git clone https://github.com/docker/docker-ce /tmp/tmp.aaSHjSngv7/tmp/docker-ce [2020-02-12T17:46:17.265Z] #24 0.965 Cloning into '/tmp/tmp.aaSHjSngv7/tmp/docker-ce'... [2020-02-12T17:46:17.300Z] #44 162.1 CC criu/servicefd.o [2020-02-12T17:46:17.555Z] #24 ... [2020-02-12T17:46:17.555Z] [2020-02-12T17:46:17.555Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:46:17.555Z] #31 0.646 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-12T17:46:17.555Z] #31 0.649 Cloning into '.'... [2020-02-12T17:46:17.555Z] #31 ... [2020-02-12T17:46:17.555Z] [2020-02-12T17:46:17.555Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:46:17.555Z] #42 0.965 + git clone https://github.com/docker/distribution.git . [2020-02-12T17:46:17.555Z] #42 0.968 Cloning into '.'... [2020-02-12T17:46:17.561Z] #44 162.5 CC criu/shmem.o [2020-02-12T17:46:17.671Z] #44 147.0 CC criu/sk-netlink.o [2020-02-12T17:46:17.844Z] #42 ... [2020-02-12T17:46:17.844Z] [2020-02-12T17:46:17.844Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:46:17.844Z] #72 0.838 + RM_GOPATH=0 [2020-02-12T17:46:17.844Z] #72 0.857 + TMP_GOPATH= [2020-02-12T17:46:17.844Z] #72 0.857 + : /build [2020-02-12T17:46:17.844Z] #72 0.857 + '[' -z '' ']' [2020-02-12T17:46:17.844Z] #72 0.858 ++ mktemp -d [2020-02-12T17:46:17.844Z] #72 0.863 + export GOPATH=/tmp/tmp.V7pfzC39ld [2020-02-12T17:46:17.844Z] #72 0.863 + GOPATH=/tmp/tmp.V7pfzC39ld [2020-02-12T17:46:17.844Z] #72 0.863 + RM_GOPATH=1 [2020-02-12T17:46:17.844Z] #72 0.865 ++ dirname ./install.sh [2020-02-12T17:46:17.844Z] #72 0.871 + dir=. [2020-02-12T17:46:17.844Z] #72 0.875 + bin=proxy [2020-02-12T17:46:17.844Z] #72 0.875 + shift [2020-02-12T17:46:17.844Z] #72 0.876 + '[' '!' -f ./proxy.installer ']' [2020-02-12T17:46:17.844Z] #72 0.876 + . ./proxy.installer [2020-02-12T17:46:17.844Z] #72 0.880 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:46:17.844Z] #72 0.882 + install_proxy [2020-02-12T17:46:17.844Z] #72 0.883 + case "$1" in [2020-02-12T17:46:17.844Z] #72 0.883 + export CGO_ENABLED=0 [2020-02-12T17:46:17.844Z] #72 0.883 + CGO_ENABLED=0 [2020-02-12T17:46:17.844Z] #72 0.883 + _install_proxy [2020-02-12T17:46:17.844Z] #72 0.884 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-12T17:46:17.844Z] #72 0.884 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:46:17.844Z] #72 0.884 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.V7pfzC39ld/src/github.com/docker/libnetwork [2020-02-12T17:46:17.844Z] #72 0.936 Cloning into '/tmp/tmp.V7pfzC39ld/src/github.com/docker/libnetwork'... [2020-02-12T17:46:17.844Z] #72 ... [2020-02-12T17:46:17.844Z] [2020-02-12T17:46:17.844Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:17.844Z] #48 9.912 runtime [2020-02-12T17:46:17.844Z] #48 9.996 unicode/utf16 [2020-02-12T17:46:17.844Z] #48 10.87 container/list [2020-02-12T17:46:17.927Z] #44 147.3 CC criu/sk-packet.o [2020-02-12T17:46:18.132Z] #44 163.2 CC criu/sigframe.o [2020-02-12T17:46:18.393Z] #44 163.3 CC criu/signalfd.o [2020-02-12T17:46:18.488Z] #44 147.8 CC criu/sk-queue.o [2020-02-12T17:46:18.654Z] #44 163.5 CC criu/sk-inet.o [2020-02-12T17:46:18.743Z] #44 148.3 CC criu/sk-tcp.o [2020-02-12T17:46:19.304Z] #44 148.6 CC criu/sk-unix.o [2020-02-12T17:46:19.593Z] #44 164.4 CC criu/sk-netlink.o [2020-02-12T17:46:19.855Z] #44 164.7 CC criu/sk-packet.o [2020-02-12T17:46:20.116Z] #44 165.2 CC criu/sk-queue.o [2020-02-12T17:46:20.687Z] #44 165.6 CC criu/sk-tcp.o [2020-02-12T17:46:20.948Z] #44 166.0 CC criu/sk-unix.o [2020-02-12T17:46:21.191Z] #44 150.3 CC criu/sockets.o [2020-02-12T17:46:21.382Z] #48 15.13 crypto/internal/subtle [2020-02-12T17:46:21.752Z] #44 151.1 CC criu/stats.o [2020-02-12T17:46:22.007Z] #44 151.3 CC criu/string.o [2020-02-12T17:46:22.007Z] #44 151.4 CC criu/sysctl.o [2020-02-12T17:46:22.014Z] #48 15.65 crypto/subtle [2020-02-12T17:46:22.568Z] #44 151.8 CC criu/sysfs_parse.o [2020-02-12T17:46:22.824Z] #44 152.1 CC criu/timerfd.o [2020-02-12T17:46:22.860Z] #44 167.5 CC criu/sockets.o [2020-02-12T17:46:23.051Z] #48 16.41 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-12T17:46:23.051Z] #48 ... [2020-02-12T17:46:23.051Z] [2020-02-12T17:46:23.051Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:46:23.051Z] #34 6.830 unicode [2020-02-12T17:46:23.051Z] #34 7.836 internal/testlog [2020-02-12T17:46:23.051Z] #34 8.894 encoding [2020-02-12T17:46:23.051Z] #34 8.984 runtime [2020-02-12T17:46:23.051Z] #34 9.766 runtime/cgo [2020-02-12T17:46:23.079Z] #44 152.4 CC criu/tty.o [2020-02-12T17:46:23.121Z] #44 168.2 CC criu/stats.o [2020-02-12T17:46:23.382Z] #44 168.4 CC criu/string.o [2020-02-12T17:46:23.642Z] #44 168.5 CC criu/sysctl.o [2020-02-12T17:46:23.687Z] #34 ... [2020-02-12T17:46:23.687Z] [2020-02-12T17:46:23.687Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:23.687Z] #48 17.13 internal/nettrace [2020-02-12T17:46:23.903Z] #44 169.0 CC criu/sysfs_parse.o [2020-02-12T17:46:23.981Z] #48 17.50 runtime/cgo [2020-02-12T17:46:24.474Z] #44 169.3 CC criu/timerfd.o [2020-02-12T17:46:24.735Z] #44 169.6 CC criu/tty.o [2020-02-12T17:46:24.966Z] #44 154.1 CC criu/tun.o [2020-02-12T17:46:25.527Z] #44 154.7 CC criu/uffd.o [2020-02-12T17:46:26.453Z] #44 155.8 CC criu/util.o [2020-02-12T17:46:26.647Z] #44 171.3 CC criu/tun.o [2020-02-12T17:46:26.647Z] #44 171.7 CC criu/uffd.o [2020-02-12T17:46:27.589Z] #44 172.7 CC criu/util.o [2020-02-12T17:46:27.817Z] #44 156.9 CC criu/uts_ns.o [2020-02-12T17:46:27.817Z] #44 157.1 CC criu/vdso-compat.o [2020-02-12T17:46:27.817Z] #44 157.3 CC criu/vdso.o [2020-02-12T17:46:27.868Z] #44 ... [2020-02-12T17:46:27.868Z] [2020-02-12T17:46:27.868Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:27.868Z] #23 229.9 + return [2020-02-12T17:46:28.132Z] #23 DONE 230.3s [2020-02-12T17:46:28.132Z] [2020-02-12T17:46:28.132Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:28.377Z] #44 157.9 LINK criu/built-in.o [2020-02-12T17:46:28.632Z] #44 158.0 LINK criu/criu [2020-02-12T17:46:28.701Z] #62 ... [2020-02-12T17:46:28.701Z] [2020-02-12T17:46:28.701Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:28.701Z] #44 173.8 CC criu/uts_ns.o [2020-02-12T17:46:28.888Z] #44 158.3 DEP lib/c/criu.d [2020-02-12T17:46:28.961Z] #44 173.9 CC criu/vdso.o [2020-02-12T17:46:29.145Z] #44 158.4 CC images/rpc.pb-c.o [2020-02-12T17:46:29.531Z] #44 174.3 LINK criu/built-in.o [2020-02-12T17:46:29.531Z] #44 174.4 LINK criu/criu [2020-02-12T17:46:29.557Z] #48 ... [2020-02-12T17:46:29.557Z] [2020-02-12T17:46:29.557Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:46:29.557Z] #60 23.33 Fetched 8107 kB in 23s (357 kB/s) [2020-02-12T17:46:29.705Z] #44 158.9 CC lib/c/criu.o [2020-02-12T17:46:29.792Z] #44 174.8 DEP lib/c/criu.d [2020-02-12T17:46:29.792Z] #44 174.9 CC images/rpc.pb-c.o [2020-02-12T17:46:30.364Z] #44 ... [2020-02-12T17:46:30.364Z] [2020-02-12T17:46:30.364Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-12T17:46:30.364Z] #24 DONE 0.2s [2020-02-12T17:46:30.364Z] [2020-02-12T17:46:30.364Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:30.364Z] #44 175.4 CC lib/c/criu.o [2020-02-12T17:46:30.633Z] #44 159.9 LINK lib/c/built-in.o [2020-02-12T17:46:30.633Z] #44 159.9 LINK lib/c/libcriu.so [2020-02-12T17:46:30.633Z] #44 ... [2020-02-12T17:46:30.633Z] [2020-02-12T17:46:30.633Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:30.633Z] #57 108.1 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-12T17:46:31.305Z] #44 ... [2020-02-12T17:46:31.305Z] [2020-02-12T17:46:31.305Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-12T17:46:31.305Z] #28 DONE 1.2s [2020-02-12T17:46:31.305Z] [2020-02-12T17:46:31.305Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:31.305Z] #44 176.4 LINK lib/c/built-in.o [2020-02-12T17:46:31.305Z] #44 176.4 LINK lib/c/libcriu.so [2020-02-12T17:46:31.566Z] #44 ... [2020-02-12T17:46:31.566Z] [2020-02-12T17:46:31.566Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-12T17:46:31.566Z] #31 DONE 0.2s [2020-02-12T17:46:31.566Z] [2020-02-12T17:46:31.566Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:31.566Z] #44 176.6 GEN magic.py [2020-02-12T17:46:31.566Z] #44 176.7 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:46:31.566Z] #44 176.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:46:31.826Z] #44 ... [2020-02-12T17:46:31.826Z] [2020-02-12T17:46:31.826Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-12T17:46:31.826Z] #34 DONE 0.2s [2020-02-12T17:46:32.087Z] [2020-02-12T17:46:32.087Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-12T17:46:32.087Z] #39 DONE 0.1s [2020-02-12T17:46:32.087Z] [2020-02-12T17:46:32.087Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-12T17:46:32.087Z] #42 DONE 0.2s [2020-02-12T17:46:32.087Z] [2020-02-12T17:46:32.087Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:32.348Z] #62 ... [2020-02-12T17:46:32.348Z] [2020-02-12T17:46:32.348Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:32.348Z] #44 177.4 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:46:32.520Z] #57 109.6 + mkdir -p /build [2020-02-12T17:46:32.520Z] #57 109.6 + cp runc /build/runc [2020-02-12T17:46:32.776Z] #57 DONE 110.2s [2020-02-12T17:46:32.776Z] [2020-02-12T17:46:32.776Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:46:32.776Z] #44 160.0 GEN magic.py [2020-02-12T17:46:32.776Z] #44 160.1 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:46:32.776Z] #44 160.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:46:32.776Z] #44 160.8 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:46:32.776Z] #44 161.3 make[1]: Nothing to be done for 'all'. [2020-02-12T17:46:32.776Z] #44 161.9 make[1]: 'images/built-in.o' is up to date. [2020-02-12T17:46:32.776Z] #44 161.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-12T17:46:32.776Z] #44 161.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-12T17:46:32.776Z] #44 162.0 make[1]: 'compel/libcompel.a' is up to date. [2020-02-12T17:46:32.776Z] #44 162.0 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-12T17:46:32.776Z] #44 162.0 make[1]: Nothing to be done for 'all'. [2020-02-12T17:46:32.776Z] #44 162.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:46:32.776Z] #44 162.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:32.776Z] #44 162.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:32.776Z] #44 162.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:32.919Z] #44 178.0 make[1]: Nothing to be done for 'all'. [2020-02-12T17:46:33.031Z] #44 162.3 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:33.031Z] #44 162.4 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:33.286Z] #44 162.5 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:33.286Z] #44 162.6 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:33.286Z] #44 162.7 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:33.286Z] #44 162.7 INSTALL criu/criu [2020-02-12T17:46:33.847Z] #44 DONE 163.0s [2020-02-12T17:46:33.847Z] [2020-02-12T17:46:33.847Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:33.858Z] #44 178.8 make[1]: 'images/built-in.o' is up to date. [2020-02-12T17:46:33.858Z] #44 178.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-12T17:46:33.858Z] #44 178.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-12T17:46:33.858Z] #44 178.9 make[1]: 'compel/libcompel.a' is up to date. [2020-02-12T17:46:33.858Z] #44 178.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-12T17:46:33.858Z] #44 178.9 make[1]: Nothing to be done for 'all'. [2020-02-12T17:46:34.119Z] #44 179.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:46:34.119Z] #44 179.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.119Z] #44 179.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.119Z] #44 179.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.401Z] #44 179.3 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.401Z] #44 179.4 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.401Z] #44 179.4 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.401Z] #44 179.5 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.666Z] #44 179.6 make[2]: Nothing to be done for 'all'. [2020-02-12T17:46:34.666Z] #44 179.6 INSTALL criu/criu [2020-02-12T17:46:34.967Z] #44 DONE 179.9s [2020-02-12T17:46:34.967Z] [2020-02-12T17:46:34.967Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:35.129Z] #60 23.33 Reading package lists... [2020-02-12T17:46:35.129Z] #60 ... [2020-02-12T17:46:35.129Z] [2020-02-12T17:46:35.129Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:46:35.129Z] #72 27.37 Checking out files: 63% (1264/1997) Checking out files: 64% (1279/1997) Checking out files: 65% (1299/1997) Checking out files: 66% (1319/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-12T17:46:35.130Z] #72 28.38 + cd /tmp/tmp.V7pfzC39ld/src/github.com/docker/libnetwork [2020-02-12T17:46:35.130Z] #72 28.38 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-12T17:46:35.210Z] #62 ... [2020-02-12T17:46:35.210Z] [2020-02-12T17:46:35.210Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-12T17:46:35.210Z] #45 DONE 0.1s [2020-02-12T17:46:35.210Z] [2020-02-12T17:46:35.210Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-12T17:46:35.210Z] #48 DONE 0.1s [2020-02-12T17:46:35.210Z] [2020-02-12T17:46:35.210Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:35.426Z] #72 29.05 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-12T17:46:35.464Z] #62 ... [2020-02-12T17:46:35.464Z] [2020-02-12T17:46:35.464Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-12T17:46:35.464Z] #51 DONE 0.1s [2020-02-12T17:46:35.464Z] [2020-02-12T17:46:35.464Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:35.464Z] #62 187.8 + bin/containerd [2020-02-12T17:46:36.382Z] #62 ... [2020-02-12T17:46:36.382Z] [2020-02-12T17:46:36.382Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-12T17:46:36.642Z] #45 DONE 0.1s [2020-02-12T17:46:36.642Z] [2020-02-12T17:46:36.642Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:36.642Z] #62 ... [2020-02-12T17:46:36.642Z] [2020-02-12T17:46:36.642Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-12T17:46:36.902Z] #48 DONE 0.1s [2020-02-12T17:46:36.902Z] [2020-02-12T17:46:36.902Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-12T17:46:36.902Z] #51 DONE 0.1s [2020-02-12T17:46:36.902Z] [2020-02-12T17:46:36.902Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:36.902Z] #62 ... [2020-02-12T17:46:36.902Z] [2020-02-12T17:46:36.902Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-12T17:46:37.167Z] #54 DONE 0.2s [2020-02-12T17:46:37.167Z] [2020-02-12T17:46:37.167Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-12T17:46:37.431Z] #58 DONE 0.2s [2020-02-12T17:46:37.431Z] [2020-02-12T17:46:37.431Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:39.891Z] #72 ... [2020-02-12T17:46:39.891Z] [2020-02-12T17:46:39.891Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:46:39.891Z] #11 23.53 Fetched 8107 kB in 22s (364 kB/s) [2020-02-12T17:46:39.891Z] #11 23.53 Reading package lists... [2020-02-12T17:46:39.891Z] #11 32.71 Reading package lists... [2020-02-12T17:46:39.891Z] #11 ... [2020-02-12T17:46:39.891Z] [2020-02-12T17:46:39.891Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:46:39.891Z] #36 23.62 Fetched 8107 kB in 22s (363 kB/s) [2020-02-12T17:46:39.891Z] #36 23.62 Reading package lists... [2020-02-12T17:46:39.891Z] #36 32.82 Reading package lists... [2020-02-12T17:46:39.891Z] #36 ... [2020-02-12T17:46:39.891Z] [2020-02-12T17:46:39.891Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:39.891Z] #54 32.13 + cd /tmp/tmp.OKQGb1Lmtd/src/github.com/golangci/golangci-lint/ [2020-02-12T17:46:39.891Z] #54 32.13 + git checkout -q v1.20.0 [2020-02-12T17:46:39.891Z] #54 33.63 ++ git describe --tags [2020-02-12T17:46:39.891Z] #54 33.63 + version=v1.20.0 [2020-02-12T17:46:39.891Z] #54 33.64 ++ git rev-parse --short HEAD [2020-02-12T17:46:39.891Z] #54 33.64 + commit=cc98739 [2020-02-12T17:46:39.891Z] #54 33.64 ++ git show -s --format=%cd [2020-02-12T17:46:39.891Z] #54 33.67 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-12T17:46:39.891Z] #54 33.67 + 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-12T17:46:40.187Z] #54 ... [2020-02-12T17:46:40.187Z] [2020-02-12T17:46:40.187Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:46:40.187Z] #48 23.77 vendor/golang.org/x/crypto/internal/subtle [2020-02-12T17:46:40.486Z] #48 ... [2020-02-12T17:46:40.486Z] [2020-02-12T17:46:40.486Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:46:40.486Z] #26 24.24 Fetched 8107 kB in 23s (353 kB/s) [2020-02-12T17:46:40.486Z] #26 24.24 Reading package lists... [2020-02-12T17:46:40.486Z] #26 34.02 Reading package lists... [2020-02-12T17:46:40.486Z] #26 ... [2020-02-12T17:46:40.486Z] [2020-02-12T17:46:40.486Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:46:40.486Z] #44 24.36 Fetched 8107 kB in 24s (344 kB/s) [2020-02-12T17:46:40.486Z] #44 24.36 Reading package lists... [2020-02-12T17:46:40.703Z] #62 ... [2020-02-12T17:46:40.703Z] [2020-02-12T17:46:40.703Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:40.703Z] #53 DONE 235.8s [2020-02-12T17:46:40.703Z] [2020-02-12T17:46:40.703Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:40.777Z] #44 ... [2020-02-12T17:46:40.777Z] [2020-02-12T17:46:40.777Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:46:40.777Z] #42 26.98 Checking out files: 81% (1263/1559) Checking out files: 82% (1279/1559) Checking out files: 83% (1294/1559) Checking out files: 84% (1310/1559) Checking out files: 85% (1326/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/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-12T17:46:40.777Z] #42 27.48 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-12T17:46:40.777Z] #42 30.28 + 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-12T17:46:41.411Z] #42 ... [2020-02-12T17:46:41.411Z] [2020-02-12T17:46:41.411Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:46:41.637Z] #62 ... [2020-02-12T17:46:41.637Z] [2020-02-12T17:46:41.637Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-12T17:46:41.893Z] #54 DONE 0.2s [2020-02-12T17:46:41.893Z] [2020-02-12T17:46:41.893Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:41.893Z] #62 ... [2020-02-12T17:46:41.893Z] [2020-02-12T17:46:41.893Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-12T17:46:41.893Z] #58 DONE 0.1s [2020-02-12T17:46:42.149Z] [2020-02-12T17:46:42.149Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:48.304Z] #44 35.12 Reading package lists... [2020-02-12T17:46:48.304Z] #44 ... [2020-02-12T17:46:48.304Z] [2020-02-12T17:46:48.304Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:46:48.304Z] #11 32.71 Reading package lists... [2020-02-12T17:46:48.600Z] #11 42.22 Building dependency tree... [2020-02-12T17:46:48.600Z] #11 ... [2020-02-12T17:46:48.600Z] [2020-02-12T17:46:48.600Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:46:48.600Z] #60 23.33 Reading package lists... [2020-02-12T17:46:48.894Z] #60 33.06 Reading package lists... [2020-02-12T17:46:48.894Z] #60 ... [2020-02-12T17:46:48.894Z] [2020-02-12T17:46:48.894Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:46:48.894Z] #36 32.82 Reading package lists... [2020-02-12T17:46:50.969Z] #36 42.62 Building dependency tree... [2020-02-12T17:46:52.345Z] #62 215.1 + bin/containerd-stress [2020-02-12T17:46:52.345Z] #62 217.6 + bin/containerd-shim [2020-02-12T17:46:52.495Z] #36 46.43 The following additional packages will be installed: [2020-02-12T17:46:52.495Z] #36 46.44 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-12T17:46:52.495Z] #36 46.46 Suggested packages: [2020-02-12T17:46:52.808Z] #36 46.46 cmake-doc ninja-build lrzip [2020-02-12T17:46:52.808Z] #36 46.46 Recommended packages: [2020-02-12T17:46:52.808Z] #36 46.46 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-12T17:46:54.331Z] #36 ... [2020-02-12T17:46:54.331Z] [2020-02-12T17:46:54.331Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:46:54.331Z] #11 42.22 Building dependency tree... [2020-02-12T17:46:54.331Z] #11 47.46 The following additional packages will be installed: [2020-02-12T17:46:54.331Z] #11 47.46 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-12T17:46:54.331Z] #11 47.46 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-12T17:46:54.331Z] #11 47.46 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-12T17:46:54.331Z] #11 47.47 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-12T17:46:54.331Z] #11 47.47 mingw-w64-x86-64-dev [2020-02-12T17:46:54.331Z] #11 47.49 Suggested packages: [2020-02-12T17:46:54.331Z] #11 47.49 gcc-8-locales seccomp wine64 [2020-02-12T17:46:56.356Z] #76 exporting layers 48.5s done [2020-02-12T17:46:56.356Z] #76 exporting manifest sha256:7f10b48f2ca3a66ab371d2f4bcf7d25d21b94089434263ffe09602ae4587797a [2020-02-12T17:46:56.356Z] #76 exporting manifest sha256:7f10b48f2ca3a66ab371d2f4bcf7d25d21b94089434263ffe09602ae4587797a 0.0s done [2020-02-12T17:46:56.356Z] #76 exporting config sha256:6ef7b06d79193641a0c3f89bc03fe7f4fdbe188455bb90edf6bd2ea0754c879f done [2020-02-12T17:46:56.356Z] #76 sending tarball [2020-02-12T17:46:57.072Z] #11 50.49 The following NEW packages will be installed: [2020-02-12T17:46:57.072Z] #11 50.49 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-12T17:46:57.072Z] #11 50.49 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-12T17:46:57.072Z] #11 50.49 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-12T17:46:57.072Z] #11 50.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-12T17:46:57.072Z] #11 50.50 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-12T17:46:57.072Z] #11 50.50 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-12T17:46:57.072Z] #11 50.51 The following packages will be upgraded: [2020-02-12T17:46:57.072Z] #11 50.52 libsystemd0 libudev1 [2020-02-12T17:46:57.072Z] #11 50.74 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:46:57.072Z] #11 50.74 Need to get 79.4 MB of archives. [2020-02-12T17:46:57.072Z] #11 50.74 After this operation, 532 MB of additional disk space will be used. [2020-02-12T17:46:57.072Z] #11 50.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u3 [357 kB] [2020-02-12T17:46:57.072Z] #11 50.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u3 [158 kB] [2020-02-12T17:46:57.072Z] #11 50.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-02-12T17:46:57.072Z] #11 ... [2020-02-12T17:46:57.072Z] [2020-02-12T17:46:57.072Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:46:57.072Z] #36 48.23 The following NEW packages will be installed: [2020-02-12T17:46:57.072Z] #36 48.24 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-12T17:46:57.072Z] #36 48.24 vim-common xxd [2020-02-12T17:46:57.072Z] #36 48.43 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:46:57.072Z] #36 48.43 Need to get 14.9 MB of archives. [2020-02-12T17:46:57.072Z] #36 48.43 After this operation, 67.2 MB of additional disk space will be used. [2020-02-12T17:46:57.072Z] #36 48.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-02-12T17:46:57.072Z] #36 48.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:46:57.072Z] #36 48.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-02-12T17:46:57.072Z] #36 48.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-02-12T17:46:57.072Z] #36 50.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-02-12T17:46:57.072Z] #36 50.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-02-12T17:46:57.072Z] #36 50.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-02-12T17:46:57.072Z] #36 50.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-02-12T17:46:57.072Z] #36 50.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-02-12T17:46:57.072Z] #36 50.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-02-12T17:46:57.707Z] #36 ... [2020-02-12T17:46:57.707Z] [2020-02-12T17:46:57.707Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-12T17:46:57.707Z] #60 43.01 Building dependency tree... [2020-02-12T17:46:57.707Z] #60 47.09 The following additional packages will be installed: [2020-02-12T17:46:57.707Z] #60 47.09 libbtrfs0 [2020-02-12T17:46:57.707Z] #60 47.33 The following NEW packages will be installed: [2020-02-12T17:46:57.707Z] #60 47.36 libbtrfs-dev libbtrfs0 [2020-02-12T17:46:57.707Z] #60 47.61 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:46:57.707Z] #60 47.61 Need to get 120 kB of archives. [2020-02-12T17:46:57.707Z] #60 47.61 After this operation, 423 kB of additional disk space will be used. [2020-02-12T17:46:57.707Z] #60 47.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-02-12T17:46:57.707Z] #60 47.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-02-12T17:46:57.707Z] #60 49.93 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:46:57.707Z] #60 50.19 Fetched 120 kB in 0s (1091 kB/s) [2020-02-12T17:46:57.707Z] #60 50.33 Selecting previously unselected package libbtrfs0. [2020-02-12T17:46:57.707Z] #60 50.33 (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 ... 15330 files and directories currently installed.) [2020-02-12T17:46:57.707Z] #60 50.55 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-02-12T17:46:57.707Z] #60 50.58 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:46:57.707Z] #60 50.77 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:46:57.707Z] #60 50.79 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-02-12T17:46:57.707Z] #60 50.82 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:46:57.707Z] #60 51.22 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:46:57.707Z] #60 51.24 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:46:57.707Z] #60 51.24 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:46:57.707Z] #60 DONE 51.6s [2020-02-12T17:46:57.707Z] [2020-02-12T17:46:57.707Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:46:57.707Z] #61 DONE 0.1s [2020-02-12T17:46:57.707Z] [2020-02-12T17:46:57.707Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-12T17:46:57.998Z] #62 DONE 0.1s [2020-02-12T17:46:57.998Z] [2020-02-12T17:46:57.998Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:46:58.293Z] #63 0.410 + RM_GOPATH=0 [2020-02-12T17:46:58.293Z] #63 0.410 + TMP_GOPATH= [2020-02-12T17:46:58.293Z] #63 0.410 + : /build [2020-02-12T17:46:58.293Z] #63 0.410 + '[' -z '' ']' [2020-02-12T17:46:58.293Z] #63 0.411 ++ mktemp -d [2020-02-12T17:46:58.293Z] #63 0.414 + export GOPATH=/tmp/tmp.L9YFr7C2gB [2020-02-12T17:46:58.293Z] #63 0.418 + GOPATH=/tmp/tmp.L9YFr7C2gB [2020-02-12T17:46:58.293Z] #63 0.418 + RM_GOPATH=1 [2020-02-12T17:46:58.293Z] #63 0.419 ++ dirname ./install.sh [2020-02-12T17:46:58.293Z] #63 0.431 + dir=. [2020-02-12T17:46:58.293Z] #63 0.431 + bin=containerd [2020-02-12T17:46:58.293Z] #63 0.431 + shift [2020-02-12T17:46:58.293Z] #63 0.432 + '[' '!' -f ./containerd.installer ']' [2020-02-12T17:46:58.293Z] #63 0.433 + . ./containerd.installer [2020-02-12T17:46:58.293Z] #63 0.434 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:46:58.293Z] #63 0.437 + install_containerd [2020-02-12T17:46:58.293Z] #63 0.439 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-12T17:46:58.293Z] #63 0.439 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:46:58.293Z] #63 0.439 + git clone https://github.com/containerd/containerd.git /tmp/tmp.L9YFr7C2gB/src/github.com/containerd/containerd [2020-02-12T17:46:58.293Z] #63 0.444 Cloning into '/tmp/tmp.L9YFr7C2gB/src/github.com/containerd/containerd'... [2020-02-12T17:46:58.594Z] #63 ... [2020-02-12T17:46:58.594Z] [2020-02-12T17:46:58.594Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-12T17:46:58.594Z] #26 34.02 Reading package lists... [2020-02-12T17:46:58.594Z] #26 43.19 Building dependency tree... [2020-02-12T17:46:58.594Z] #26 46.95 ca-certificates is already the newest version (20190110). [2020-02-12T17:46:58.594Z] #26 46.95 The following additional packages will be installed: [2020-02-12T17:46:58.594Z] #26 46.98 libjq1 libonig5 [2020-02-12T17:46:58.594Z] #26 47.62 The following NEW packages will be installed: [2020-02-12T17:46:58.594Z] #26 47.63 jq libjq1 libonig5 [2020-02-12T17:46:58.594Z] #26 47.87 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:46:58.594Z] #26 47.87 Need to get 358 kB of archives. [2020-02-12T17:46:58.594Z] #26 47.87 After this operation, 1277 kB of additional disk space will be used. [2020-02-12T17:46:58.594Z] #26 47.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-02-12T17:46:58.594Z] #26 47.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-02-12T17:46:58.594Z] #26 47.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-02-12T17:46:58.594Z] #26 49.96 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:46:58.594Z] #26 50.26 Fetched 358 kB in 0s (2570 kB/s) [2020-02-12T17:46:58.594Z] #26 50.42 Selecting previously unselected package libonig5:ppc64el. [2020-02-12T17:46:58.594Z] #26 50.42 (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 ... 15330 files and directories currently installed.) [2020-02-12T17:46:58.594Z] #26 50.53 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-02-12T17:46:58.594Z] #26 50.56 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-02-12T17:46:58.594Z] #26 51.17 Selecting previously unselected package libjq1:ppc64el. [2020-02-12T17:46:58.594Z] #26 51.20 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-12T17:46:58.594Z] #26 51.21 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-12T17:46:58.594Z] #26 51.63 Selecting previously unselected package jq. [2020-02-12T17:46:58.594Z] #26 51.67 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-12T17:46:58.594Z] #26 51.68 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:46:58.594Z] #26 51.94 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-02-12T17:46:58.594Z] #26 51.97 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-12T17:46:58.594Z] #26 51.98 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:46:58.594Z] #26 51.99 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:46:58.594Z] #26 DONE 52.4s [2020-02-12T17:46:58.594Z] [2020-02-12T17:46:58.594Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-12T17:46:58.594Z] #27 DONE 0.1s [2020-02-12T17:46:58.885Z] [2020-02-12T17:46:58.885Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:46:58.919Z] #62 222.9 + bin/containerd-shim-runc-v1 [2020-02-12T17:47:00.824Z] #62 225.7 + bin/containerd-shim-runc-v2 [2020-02-12T17:47:01.627Z] #28 2.863 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-12T17:47:01.627Z] #28 ... [2020-02-12T17:47:01.628Z] [2020-02-12T17:47:01.628Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:47:01.628Z] #44 35.12 Reading package lists... [2020-02-12T17:47:01.628Z] #44 45.79 Building dependency tree... [2020-02-12T17:47:01.628Z] #44 49.67 The following additional packages will be installed: [2020-02-12T17:47:01.628Z] #44 49.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-12T17:47:01.628Z] #44 49.69 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-12T17:47:01.628Z] #44 49.69 Suggested packages: [2020-02-12T17:47:01.628Z] #44 49.69 manpages-dev python-setuptools [2020-02-12T17:47:01.628Z] #44 52.50 The following NEW packages will be installed: [2020-02-12T17:47:01.628Z] #44 52.51 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-12T17:47:01.628Z] #44 52.51 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-12T17:47:01.628Z] #44 52.52 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-12T17:47:01.628Z] #44 52.52 python-six zlib1g-dev [2020-02-12T17:47:01.628Z] #44 52.85 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-12T17:47:01.628Z] #44 52.85 Need to get 4075 kB of archives. [2020-02-12T17:47:01.628Z] #44 52.85 After this operation, 24.5 MB of additional disk space will be used. [2020-02-12T17:47:01.628Z] #44 52.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-02-12T17:47:01.628Z] #44 52.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-02-12T17:47:01.628Z] #44 52.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-02-12T17:47:01.628Z] #44 52.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-02-12T17:47:01.628Z] #44 52.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-02-12T17:47:01.628Z] #44 52.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-02-12T17:47:01.628Z] #44 53.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-02-12T17:47:01.628Z] #44 53.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-02-12T17:47:01.628Z] #44 53.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-02-12T17:47:01.628Z] #44 53.29 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-02-12T17:47:01.628Z] #44 53.34 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-02-12T17:47:01.628Z] #44 53.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-02-12T17:47:01.628Z] #44 53.73 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-02-12T17:47:01.628Z] #44 53.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-02-12T17:47:01.628Z] #44 53.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-12T17:47:01.628Z] #44 53.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-02-12T17:47:01.628Z] #44 53.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-02-12T17:47:01.628Z] #44 ... [2020-02-12T17:47:01.628Z] [2020-02-12T17:47:01.628Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:47:01.628Z] #36 53.81 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:47:01.628Z] #36 54.09 Fetched 14.9 MB in 3s (5270 kB/s) [2020-02-12T17:47:01.628Z] #36 54.26 Selecting previously unselected package xxd. [2020-02-12T17:47:01.628Z] #36 54.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 ... 15330 files and directories currently installed.) [2020-02-12T17:47:01.628Z] #36 54.42 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-12T17:47:01.628Z] #36 54.43 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:47:01.628Z] #36 54.69 Selecting previously unselected package vim-common. [2020-02-12T17:47:01.628Z] #36 54.70 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:47:01.628Z] #36 54.80 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:47:01.628Z] #36 55.43 Selecting previously unselected package cmake-data. [2020-02-12T17:47:01.628Z] #36 55.45 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-12T17:47:01.628Z] #36 55.49 Unpacking cmake-data (3.13.4-1) ... [2020-02-12T17:47:01.760Z] #62 226.7 + binaries [2020-02-12T17:47:01.760Z] #62 226.7 + mkdir -p /build [2020-02-12T17:47:01.760Z] #62 226.7 + cp bin/containerd /build/containerd [2020-02-12T17:47:01.760Z] #62 226.8 + cp bin/containerd-shim /build/containerd-shim [2020-02-12T17:47:01.760Z] #62 226.8 + cp bin/ctr /build/ctr [2020-02-12T17:47:02.328Z] #62 DONE 227.3s [2020-02-12T17:47:03.063Z] #76 ... [2020-02-12T17:47:03.063Z] [2020-02-12T17:47:03.063Z] #77 importing to docker [2020-02-12T17:47:03.063Z] #77 ... [2020-02-12T17:47:03.063Z] [2020-02-12T17:47:03.063Z] #76 exporting to oci image format [2020-02-12T17:47:03.063Z] #76 sending tarball 7.2s done [2020-02-12T17:47:03.063Z] #76 DONE 55.8s [2020-02-12T17:47:03.063Z] [2020-02-12T17:47:03.063Z] #77 importing to docker [2020-02-12T17:47:03.704Z] [2020-02-12T17:47:03.704Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-12T17:47:03.704Z] #63 DONE 0.3s [2020-02-12T17:47:03.962Z] [2020-02-12T17:47:03.962Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-12T17:47:03.962Z] #67 DONE 0.1s [2020-02-12T17:47:03.962Z] [2020-02-12T17:47:03.962Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-12T17:47:04.087Z] #62 215.4 + bin/containerd-stress [2020-02-12T17:47:04.221Z] #69 DONE 0.2s [2020-02-12T17:47:04.221Z] [2020-02-12T17:47:04.221Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-12T17:47:04.221Z] #72 DONE 0.1s [2020-02-12T17:47:04.480Z] [2020-02-12T17:47:04.480Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-12T17:47:04.480Z] #73 DONE 0.0s [2020-02-12T17:47:04.480Z] [2020-02-12T17:47:04.480Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-12T17:47:05.034Z] #62 217.2 + bin/containerd-shim [2020-02-12T17:47:05.175Z] #36 ... [2020-02-12T17:47:05.175Z] [2020-02-12T17:47:05.175Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:47:05.175Z] #28 3.589 [2020-02-12T17:47:05.465Z] #28 3.884 #=#=# 0.1% ### 4.8% ###### 9.0% ######## 11.1% ########### 15.4% ############## 19.6% ################# 23.9% #################### 28.1% ####################### 32.4% ########################## 36.7% ############################# 40.9% ################################ 45.2% ################################### 49.4% ###################################### 53.7% ######################################### 57.9% ############################################## 64.3% ################################################# 68.6% ################################################## 70.7% ####################################################### 77.1% ############################################################ 83.5% ################################################################ 89.5% ##################################################################### 95.9% ######################################################################## 100.0% [2020-02-12T17:47:05.858Z] #74 DONE 1.5s [2020-02-12T17:47:05.858Z] [2020-02-12T17:47:05.858Z] #75 exporting to image [2020-02-12T17:47:05.858Z] #75 exporting layers [2020-02-12T17:47:06.515Z] #28 7.558 #=#=# [2020-02-12T17:47:07.397Z] #28 7.800 0.5% ##### 7.6% ############# 19.1% ##################### 29.9% ############################# 41.4% ###################################### 52.9% ################################################## 70.1% ########################################################## 81.5% ################################################################### 93.1% ######################################################################## 100.0% [2020-02-12T17:47:07.710Z] #28 ... [2020-02-12T17:47:07.710Z] [2020-02-12T17:47:07.710Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:47:07.710Z] #11 51.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-02-12T17:47:07.710Z] #11 52.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-12T17:47:07.710Z] #11 52.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-02-12T17:47:07.710Z] #11 52.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-02-12T17:47:07.710Z] #11 52.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-12T17:47:07.710Z] #11 53.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-12T17:47:07.710Z] #11 53.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-12T17:47:07.710Z] #11 53.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-02-12T17:47:07.710Z] #11 60.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-02-12T17:47:07.710Z] #11 ... [2020-02-12T17:47:07.710Z] [2020-02-12T17:47:07.710Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:47:07.710Z] #44 56.00 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:47:07.710Z] #44 56.33 Fetched 4075 kB in 1s (3360 kB/s) [2020-02-12T17:47:07.710Z] #44 56.53 Selecting previously unselected package libcap-dev:ppc64el. [2020-02-12T17:47:07.710Z] #44 56.53 (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 ... 15330 files and directories currently installed.) [2020-02-12T17:47:07.710Z] #44 56.86 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 56.88 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-02-12T17:47:07.710Z] #44 57.12 Selecting previously unselected package libnet1:ppc64el. [2020-02-12T17:47:07.710Z] #44 57.14 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 57.16 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-12T17:47:07.710Z] #44 57.30 Selecting previously unselected package libnet1-dev. [2020-02-12T17:47:07.710Z] #44 57.33 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 57.34 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:47:07.710Z] #44 57.68 Selecting previously unselected package libnl-3-200:ppc64el. [2020-02-12T17:47:07.710Z] #44 57.69 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 57.71 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-12T17:47:07.710Z] #44 58.03 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-02-12T17:47:07.710Z] #44 58.10 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 58.12 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-02-12T17:47:07.710Z] #44 58.73 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-02-12T17:47:07.710Z] #44 58.75 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 58.75 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-12T17:47:07.710Z] #44 58.93 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-02-12T17:47:07.710Z] #44 58.94 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 58.97 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-02-12T17:47:07.710Z] #44 59.17 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-02-12T17:47:07.710Z] #44 59.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 59.23 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-02-12T17:47:07.710Z] #44 59.73 Selecting previously unselected package libprotobuf17:ppc64el. [2020-02-12T17:47:07.710Z] #44 59.75 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 59.79 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:07.710Z] #44 61.04 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-02-12T17:47:07.710Z] #44 61.07 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 61.10 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:07.710Z] #44 61.47 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-02-12T17:47:07.710Z] #44 61.50 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-02-12T17:47:07.710Z] #44 61.52 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:08.005Z] #44 ... [2020-02-12T17:47:08.005Z] [2020-02-12T17:47:08.005Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:47:08.005Z] #34 61.54 internal/reflectlite [2020-02-12T17:47:08.005Z] #34 61.54 sync [2020-02-12T17:47:09.549Z] #34 ... [2020-02-12T17:47:09.549Z] [2020-02-12T17:47:09.550Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:47:09.550Z] #72 DONE 63.0s [2020-02-12T17:47:09.550Z] [2020-02-12T17:47:09.550Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:47:09.550Z] #28 9.282 #=#=# [2020-02-12T17:47:10.051Z] #75 exporting layers 3.6s done [2020-02-12T17:47:10.051Z] #75 writing image sha256:b69aa3c9ffbb6ff36584c25f01c928d196d93a84f9f2ffb805640171edbc41bb done [2020-02-12T17:47:10.051Z] #75 naming to docker.io/library/docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b done [2020-02-12T17:47:10.051Z] #75 DONE 3.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-12T17:47:10.396Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/test/unit [2020-02-12T17:47:11.012Z] #28 9.664 #=#=# ### 4.2% ###### 9.4% ########## 14.5% ############## 19.7% ################## 25.4% ####################### 32.2% ############################ 39.9% ################################## 47.6% #################################### 50.2% ###################################### 52.8% ######################################### 58.0% ############################################### 65.7% ################################################# 68.3% #################################################### 73.4% ####################################################### 77.0% ########################################################## 80.9% ############################################################# 85.2% ################################################################# 90.3% ###################################################################### 98.1% ######################################################################## 100.0% [2020-02-12T17:47:11.562Z] #62 223.7 + bin/containerd-shim-runc-v1 [2020-02-12T17:47:12.038Z] #28 13.12 #=#=# [2020-02-12T17:47:14.588Z] ? github.com/docker/docker/api [no test files] [2020-02-12T17:47:14.822Z] #62 226.7 + bin/containerd-shim-runc-v2 [2020-02-12T17:47:15.077Z] #62 227.5 + binaries [2020-02-12T17:47:15.078Z] #62 227.5 + mkdir -p /build [2020-02-12T17:47:15.078Z] #62 227.5 + cp bin/containerd /build/containerd [2020-02-12T17:47:15.078Z] #62 227.6 + cp bin/containerd-shim /build/containerd-shim [2020-02-12T17:47:15.332Z] #62 227.6 + cp bin/ctr /build/ctr [2020-02-12T17:47:15.891Z] #62 DONE 228.3s [2020-02-12T17:47:16.815Z] [2020-02-12T17:47:16.815Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-12T17:47:17.069Z] #63 DONE 0.4s [2020-02-12T17:47:17.069Z] [2020-02-12T17:47:17.069Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-12T17:47:17.096Z] #28 13.43 0.0% 1.2% # 2.1% ## 3.9% #### 5.6% ##### 7.4% ####### 10.1% ######### 13.7% ########### 15.5% ############# 18.2% ############### 20.8% ################ 22.3% ################ 23.2% ################# 24.8% ################### 26.6% ##################### 30.1% ###################### 31.9% ####################### 32.4% ######################## 34.2% ########################## 36.9% ############################# 40.5% ############################### 43.4% ################################# 47.0% #################################### 50.5% ###################################### 54.1% ######################################## 56.8% ########################################## 59.5% ############################################ 62.2% ############################################## 64.8% ################################################# 68.4% ################################################### 72.0% ###################################################### 75.5% ######################################################## 78.2% ########################################################## 80.9% ############################################################ 83.5% ############################################################## 86.2% ################################################################ 88.9% ################################################################## 92.5% ################################################################### 94.3% ##################################################################### 96.9% ####################################################################### 99.6% ######################################################################## 100.0% [2020-02-12T17:47:17.324Z] #67 DONE 0.2s [2020-02-12T17:47:17.324Z] [2020-02-12T17:47:17.324Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-12T17:47:17.324Z] #69 DONE 0.1s [2020-02-12T17:47:17.324Z] [2020-02-12T17:47:17.324Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-12T17:47:17.324Z] #72 DONE 0.1s [2020-02-12T17:47:17.385Z] #28 18.54 [2020-02-12T17:47:17.579Z] [2020-02-12T17:47:17.579Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-12T17:47:17.579Z] #73 DONE 0.0s [2020-02-12T17:47:17.579Z] [2020-02-12T17:47:17.579Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-12T17:47:18.012Z] #28 ... [2020-02-12T17:47:18.012Z] [2020-02-12T17:47:18.012Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:47:18.012Z] #36 61.73 Selecting previously unselected package libicu63:ppc64el. [2020-02-12T17:47:18.012Z] #36 61.76 Preparing to unpack .../3-libicu63_63.1-6_ppc64el.deb ... [2020-02-12T17:47:18.012Z] #36 61.77 Unpacking libicu63:ppc64el (63.1-6) ... [2020-02-12T17:47:18.302Z] #36 ... [2020-02-12T17:47:18.302Z] [2020-02-12T17:47:18.302Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:47:18.302Z] #11 65.01 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-02-12T17:47:18.302Z] #11 65.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-02-12T17:47:18.302Z] #11 65.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-02-12T17:47:18.302Z] #11 65.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-02-12T17:47:18.302Z] #11 65.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-02-12T17:47:18.302Z] #11 65.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u3 [109 kB] [2020-02-12T17:47:18.302Z] #11 65.14 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-02-12T17:47:18.302Z] #11 65.22 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-02-12T17:47:18.302Z] #11 65.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-02-12T17:47:18.302Z] #11 65.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-02-12T17:47:18.302Z] #11 65.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-02-12T17:47:18.302Z] #11 65.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-02-12T17:47:18.302Z] #11 65.70 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-02-12T17:47:18.302Z] #11 65.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-02-12T17:47:18.302Z] #11 65.74 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u3 [321 kB] [2020-02-12T17:47:18.302Z] #11 68.15 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:47:18.302Z] #11 68.28 Fetched 79.4 MB in 15s (5250 kB/s) [2020-02-12T17:47:18.302Z] #11 68.51 (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 ... 15330 files and directories currently installed.) [2020-02-12T17:47:18.302Z] #11 68.67 Preparing to unpack .../libsystemd0_241-7~deb10u3_ppc64el.deb ... [2020-02-12T17:47:18.302Z] #11 68.70 Unpacking libsystemd0:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:47:18.302Z] #11 69.39 Setting up libsystemd0:ppc64el (241-7~deb10u3) ... [2020-02-12T17:47:18.302Z] #11 69.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 ... 15330 files and directories currently installed.) [2020-02-12T17:47:18.302Z] #11 69.84 Preparing to unpack .../libudev1_241-7~deb10u3_ppc64el.deb ... [2020-02-12T17:47:18.302Z] #11 69.87 Unpacking libudev1:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-12T17:47:18.302Z] #11 70.44 Setting up libudev1:ppc64el (241-7~deb10u3) ... [2020-02-12T17:47:18.302Z] #11 70.72 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-12T17:47:18.302Z] #11 70.72 (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 ... 15330 files and directories currently installed.) [2020-02-12T17:47:18.302Z] #11 70.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-02-12T17:47:18.302Z] #11 70.84 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:47:18.302Z] #11 ... [2020-02-12T17:47:18.302Z] [2020-02-12T17:47:18.302Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:47:18.302Z] #51 71.84 + cd /tmp/tmp.EV6kLzsqHh/src/gotest.tools/gotestsum [2020-02-12T17:47:18.302Z] #51 71.84 + git checkout -q v0.3.5 [2020-02-12T17:47:18.503Z] #74 DONE 0.9s [2020-02-12T17:47:18.503Z] [2020-02-12T17:47:18.503Z] #75 exporting to image [2020-02-12T17:47:18.503Z] #75 exporting layers [2020-02-12T17:47:18.592Z] #51 72.13 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-12T17:47:20.087Z] #51 ... [2020-02-12T17:47:20.087Z] [2020-02-12T17:47:20.087Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:47:20.087Z] #44 63.98 Selecting previously unselected package libprotoc17:ppc64el. [2020-02-12T17:47:20.087Z] #44 64.01 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-02-12T17:47:20.087Z] #44 64.02 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:20.087Z] #44 65.60 Selecting previously unselected package protobuf-c-compiler. [2020-02-12T17:47:20.087Z] #44 65.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-02-12T17:47:20.087Z] #44 65.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:47:20.087Z] #44 65.90 Selecting previously unselected package protobuf-compiler. [2020-02-12T17:47:20.087Z] #44 65.93 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-02-12T17:47:20.087Z] #44 65.94 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:47:20.087Z] #44 66.22 Selecting previously unselected package python-pkg-resources. [2020-02-12T17:47:20.087Z] #44 66.23 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:47:20.087Z] #44 66.24 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-12T17:47:20.087Z] #44 66.46 Selecting previously unselected package python-six. [2020-02-12T17:47:20.087Z] #44 66.46 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-12T17:47:20.087Z] #44 66.47 Unpacking python-six (1.12.0-1) ... [2020-02-12T17:47:20.087Z] #44 66.65 Selecting previously unselected package python-protobuf. [2020-02-12T17:47:20.087Z] #44 66.69 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-02-12T17:47:20.087Z] #44 66.70 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-12T17:47:20.087Z] #44 67.62 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-12T17:47:20.376Z] #44 ... [2020-02-12T17:47:20.376Z] [2020-02-12T17:47:20.376Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:20.376Z] #48 63.81 internal/reflectlite [2020-02-12T17:47:20.376Z] #48 63.85 sync [2020-02-12T17:47:20.376Z] #48 68.42 math/rand [2020-02-12T17:47:20.376Z] #48 68.44 internal/singleflight [2020-02-12T17:47:20.376Z] #48 68.58 github.com/LK4D4/vndr/godl/singleflight [2020-02-12T17:47:20.376Z] #48 72.43 io [2020-02-12T17:47:20.376Z] #48 72.44 sort [2020-02-12T17:47:20.376Z] #48 72.48 strconv [2020-02-12T17:47:20.376Z] #48 72.64 syscall [2020-02-12T17:47:20.376Z] #48 ... [2020-02-12T17:47:20.376Z] [2020-02-12T17:47:20.376Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:47:20.376Z] #28 20.51 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-12T17:47:20.376Z] #28 21.27 [2020-02-12T17:47:20.665Z] #28 21.63 #=#=# ######################################################## 77.8% ######################################################################## 100.0% [2020-02-12T17:47:20.665Z] #28 22.04 [2020-02-12T17:47:22.587Z] #77 DONE 19.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-12T17:47:23.357Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/test/unit [2020-02-12T17:47:23.402Z] #28 24.42 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-12T17:47:23.693Z] #28 ... [2020-02-12T17:47:23.693Z] [2020-02-12T17:47:23.693Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:47:23.693Z] #34 67.21 errors [2020-02-12T17:47:23.693Z] #34 67.22 sort [2020-02-12T17:47:23.693Z] #34 68.26 io [2020-02-12T17:47:23.693Z] #34 68.28 strconv [2020-02-12T17:47:23.693Z] #34 68.28 internal/oserror [2020-02-12T17:47:23.693Z] #34 68.81 syscall [2020-02-12T17:47:23.693Z] #34 74.57 bytes [2020-02-12T17:47:23.693Z] #34 74.61 strings [2020-02-12T17:47:23.693Z] #34 ... [2020-02-12T17:47:23.693Z] [2020-02-12T17:47:23.693Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:47:23.693Z] #36 72.76 Selecting previously unselected package libxml2:ppc64el. [2020-02-12T17:47:23.693Z] #36 72.76 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-02-12T17:47:23.693Z] #36 72.77 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:47:23.693Z] #36 73.73 Selecting previously unselected package libarchive13:ppc64el. [2020-02-12T17:47:23.693Z] #36 73.76 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-02-12T17:47:23.693Z] #36 73.77 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-02-12T17:47:23.693Z] #36 74.41 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-02-12T17:47:23.693Z] #36 74.42 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-02-12T17:47:23.693Z] #36 74.43 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-02-12T17:47:23.693Z] #36 74.61 Selecting previously unselected package librhash0:ppc64el. [2020-02-12T17:47:23.693Z] #36 74.63 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-02-12T17:47:23.693Z] #36 74.63 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-02-12T17:47:23.693Z] #36 74.86 Selecting previously unselected package libuv1:ppc64el. [2020-02-12T17:47:23.693Z] #36 74.90 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-02-12T17:47:23.693Z] #36 74.90 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-02-12T17:47:23.693Z] #36 75.20 Selecting previously unselected package cmake. [2020-02-12T17:47:23.693Z] #36 75.23 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-02-12T17:47:23.693Z] #36 75.24 Unpacking cmake (3.13.4-1) ... [2020-02-12T17:47:24.323Z] #36 ... [2020-02-12T17:47:24.323Z] [2020-02-12T17:47:24.323Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:47:24.323Z] #28 25.09 [2020-02-12T17:47:24.323Z] #28 25.27 #=#=# ################################################ 68.0% ######################################################################## 100.0% [2020-02-12T17:47:24.323Z] #28 25.67 [2020-02-12T17:47:25.029Z] #75 exporting layers 6.0s done [2020-02-12T17:47:25.029Z] #75 writing image sha256:1f24346f9155efb7fadb591b42bf0eea20f12c9eadb874d6a654d79f96dcada5 [2020-02-12T17:47:25.029Z] #75 writing image sha256:1f24346f9155efb7fadb591b42bf0eea20f12c9eadb874d6a654d79f96dcada5 done [2020-02-12T17:47:25.029Z] #75 naming to docker.io/library/docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b done [2020-02-12T17:47:25.029Z] #75 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-02-12T17:47:25.730Z] ? github.com/docker/docker/api [no test files] [2020-02-12T17:47:26.403Z] #28 27.82 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-12T17:47:26.474Z] [2020-02-12T17:47:26.474Z] Removing bundles/ [2020-02-12T17:47:26.474Z] [2020-02-12T17:47:26.474Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-12T17:47:26.474Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:47:26.474Z] GOOS="" GOARCH="" GOARM="" [2020-02-12T17:47:26.736Z] #28 28.00 skipping existing c8c2d4a6b2e3 [2020-02-12T17:47:26.807Z] ok github.com/docker/docker/api/server 0.016s coverage: 9.0% of statements [2020-02-12T17:47:27.087Z] #28 ... [2020-02-12T17:47:27.087Z] [2020-02-12T17:47:27.087Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-12T17:47:27.087Z] #36 79.77 Setting up libicu63:ppc64el (63.1-6) ... [2020-02-12T17:47:27.087Z] #36 79.84 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:47:27.087Z] #36 79.85 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-02-12T17:47:27.087Z] #36 79.86 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:47:27.087Z] #36 79.90 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-02-12T17:47:27.087Z] #36 79.92 Setting up cmake-data (3.13.4-1) ... [2020-02-12T17:47:27.087Z] #36 80.03 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-02-12T17:47:27.087Z] #36 80.05 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-02-12T17:47:27.087Z] #36 80.05 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-02-12T17:47:27.088Z] #36 80.06 Setting up cmake (3.13.4-1) ... [2020-02-12T17:47:27.088Z] #36 80.07 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:47:27.088Z] #36 80.26 Processing triggers for mime-support (3.62) ... [2020-02-12T17:47:27.088Z] #36 DONE 80.6s [2020-02-12T17:47:27.088Z] [2020-02-12T17:47:27.088Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:47:27.088Z] #28 28.28 [2020-02-12T17:47:27.088Z] #28 ... [2020-02-12T17:47:27.088Z] [2020-02-12T17:47:27.088Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:47:27.088Z] #37 DONE 0.1s [2020-02-12T17:47:27.088Z] [2020-02-12T17:47:27.088Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-12T17:47:27.088Z] #38 DONE 0.1s [2020-02-12T17:47:27.088Z] [2020-02-12T17:47:27.088Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:27.721Z] #39 0.479 + RM_GOPATH=0 [2020-02-12T17:47:27.721Z] #39 0.480 + TMP_GOPATH= [2020-02-12T17:47:27.721Z] #39 0.481 + : /build [2020-02-12T17:47:27.721Z] #39 0.482 + '[' -z '' ']' [2020-02-12T17:47:27.721Z] #39 0.484 ++ mktemp -d [2020-02-12T17:47:27.721Z] #39 0.502 + export GOPATH=/tmp/tmp.xiFHUreWts [2020-02-12T17:47:27.721Z] #39 0.502 + GOPATH=/tmp/tmp.xiFHUreWts [2020-02-12T17:47:27.721Z] #39 0.504 + RM_GOPATH=1 [2020-02-12T17:47:27.721Z] #39 0.506 ++ dirname ./install.sh [2020-02-12T17:47:27.721Z] #39 0.519 + dir=. [2020-02-12T17:47:27.721Z] #39 0.520 + bin=tini [2020-02-12T17:47:27.721Z] #39 0.521 + shift [2020-02-12T17:47:27.721Z] #39 0.523 + '[' '!' -f ./tini.installer ']' [2020-02-12T17:47:27.721Z] #39 0.525 + . ./tini.installer [2020-02-12T17:47:27.721Z] #39 0.526 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:47:27.721Z] #39 0.528 + install_tini [2020-02-12T17:47:27.721Z] #39 0.529 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-12T17:47:27.721Z] #39 0.530 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:47:27.721Z] #39 0.531 + git clone https://github.com/krallin/tini.git /tmp/tmp.xiFHUreWts/tini [2020-02-12T17:47:27.721Z] #39 0.535 Cloning into '/tmp/tmp.xiFHUreWts/tini'... [2020-02-12T17:47:29.255Z] #39 2.121 + cd /tmp/tmp.xiFHUreWts/tini [2020-02-12T17:47:29.255Z] #39 2.121 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-12T17:47:29.255Z] #39 2.144 + cmake . [2020-02-12T17:47:30.286Z] #39 3.270 -- The C compiler identification is GNU 8.3.0 [2020-02-12T17:47:30.286Z] #39 3.385 -- Check for working C compiler: /usr/bin/cc [2020-02-12T17:47:30.578Z] #39 ... [2020-02-12T17:47:30.578Z] [2020-02-12T17:47:30.578Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-12T17:47:30.578Z] #28 30.45 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-12T17:47:30.578Z] #28 31.04 [2020-02-12T17:47:30.578Z] #28 31.39 #=#=# ######################################################################## 100.0% [2020-02-12T17:47:30.578Z] #28 31.64 [2020-02-12T17:47:30.578Z] #28 31.76 Download of images into '/build' complete. [2020-02-12T17:47:30.578Z] #28 31.77 Use something like the following to load the result into a Docker daemon: [2020-02-12T17:47:30.578Z] #28 31.78 tar -cC '/build' . | docker load [2020-02-12T17:47:30.578Z] #28 DONE 31.9s [2020-02-12T17:47:30.578Z] [2020-02-12T17:47:30.578Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:47:30.578Z] #31 81.14 Checking out files: 96% (1273/1317) Checking out files: 97% (1278/1317) Checking out files: 98% (1291/1317) Checking out files: 99% (1304/1317) Checking out files: 100% (1317/1317) Checking out files: 100% (1317/1317), done. [2020-02-12T17:47:30.578Z] #31 81.22 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-12T17:47:30.578Z] #31 83.90 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-12T17:47:31.608Z] #31 ... [2020-02-12T17:47:31.608Z] [2020-02-12T17:47:31.608Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:47:31.608Z] #44 75.18 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:31.608Z] #44 75.18 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-12T17:47:31.608Z] #44 75.19 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-12T17:47:31.608Z] #44 75.19 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-02-12T17:47:31.608Z] #44 75.21 Setting up python-six (1.12.0-1) ... [2020-02-12T17:47:31.608Z] #44 80.21 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-02-12T17:47:31.608Z] #44 80.21 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-12T17:47:31.608Z] #44 80.22 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:31.608Z] #44 80.22 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-02-12T17:47:31.608Z] #44 80.23 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:31.608Z] #44 80.23 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-12T17:47:31.608Z] #44 80.24 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-12T17:47:31.608Z] #44 80.25 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-02-12T17:47:31.608Z] #44 80.27 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-12T17:47:31.608Z] #44 80.28 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-12T17:47:31.608Z] #44 ... [2020-02-12T17:47:31.608Z] [2020-02-12T17:47:31.608Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:31.608Z] #39 4.488 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-12T17:47:31.608Z] #39 4.511 -- Detecting C compiler ABI info [2020-02-12T17:47:32.239Z] #39 ... [2020-02-12T17:47:32.239Z] [2020-02-12T17:47:32.239Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:47:32.239Z] #11 76.11 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-12T17:47:32.239Z] #11 76.12 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-02-12T17:47:32.239Z] #11 76.13 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:47:32.239Z] #11 81.12 Selecting previously unselected package binutils-mingw-w64. [2020-02-12T17:47:32.239Z] #11 81.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-12T17:47:32.239Z] #11 81.16 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:47:32.239Z] #11 81.31 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-02-12T17:47:32.239Z] #11 81.31 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-02-12T17:47:32.239Z] #11 81.31 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-12T17:47:32.239Z] #11 81.63 Selecting previously unselected package dmsetup. [2020-02-12T17:47:32.239Z] #11 81.64 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-02-12T17:47:32.239Z] #11 81.69 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-12T17:47:32.239Z] #11 81.98 Selecting previously unselected package mingw-w64-common. [2020-02-12T17:47:32.239Z] #11 81.99 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-12T17:47:32.239Z] #11 81.99 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-12T17:47:32.533Z] #11 ... [2020-02-12T17:47:32.533Z] [2020-02-12T17:47:32.533Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:47:32.533Z] #34 85.99 bufio [2020-02-12T17:47:35.009Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2020-02-12T17:47:35.258Z] #34 ... [2020-02-12T17:47:35.258Z] [2020-02-12T17:47:35.258Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:35.258Z] #48 78.50 vendor/golang.org/x/net/dns/dnsmessage [2020-02-12T17:47:35.258Z] #48 79.26 bytes [2020-02-12T17:47:35.258Z] #48 ... [2020-02-12T17:47:35.258Z] [2020-02-12T17:47:35.258Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:35.258Z] #39 5.511 -- Detecting C compiler ABI info - done [2020-02-12T17:47:35.258Z] #39 5.620 -- Detecting C compile features [2020-02-12T17:47:35.890Z] #39 9.009 -- Detecting C compile features - done [2020-02-12T17:47:36.182Z] #39 ... [2020-02-12T17:47:36.182Z] [2020-02-12T17:47:36.182Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-12T17:47:36.182Z] #44 89.61 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-02-12T17:47:36.182Z] #44 89.67 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:47:36.182Z] #44 DONE 90.0s [2020-02-12T17:47:36.182Z] [2020-02-12T17:47:36.182Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:36.182Z] #39 9.066 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-12T17:47:36.482Z] #39 9.505 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-12T17:47:37.134Z] #39 9.899 -- Configuring done [2020-02-12T17:47:37.134Z] #39 9.937 -- Generating done [2020-02-12T17:47:37.134Z] #39 9.954 -- Build files have been written to: /tmp/tmp.xiFHUreWts/tini [2020-02-12T17:47:37.134Z] #39 9.976 + make tini-static [2020-02-12T17:47:37.425Z] #39 10.45 Scanning dependencies of target tini-static [2020-02-12T17:47:37.425Z] #39 10.55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-12T17:47:40.149Z] #39 13.17 [100%] Linking C executable tini-static [2020-02-12T17:47:41.182Z] #39 14.11 [100%] Built target tini-static [2020-02-12T17:47:41.182Z] #39 14.20 + mkdir -p /build [2020-02-12T17:47:41.182Z] #39 14.21 + cp tini-static /build/docker-init [2020-02-12T17:47:41.182Z] #39 DONE 14.3s [2020-02-12T17:47:41.182Z] [2020-02-12T17:47:41.182Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:47:41.182Z] #11 92.13 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-12T17:47:41.182Z] #11 92.15 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-12T17:47:41.182Z] #11 92.17 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:47:44.703Z] #11 ... [2020-02-12T17:47:44.703Z] [2020-02-12T17:47:44.703Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:47:44.703Z] #45 2.149 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:47:44.703Z] #45 2.149 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:47:44.703Z] #45 4.124 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:47:44.703Z] #45 4.190 GEN .gitid [2020-02-12T17:47:44.703Z] #45 4.201 GEN criu/include/version.h [2020-02-12T17:47:44.703Z] #45 4.260 GEN include/common/asm [2020-02-12T17:47:44.703Z] #45 7.014 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.201 PBCC images/opts.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.302 PBCC images/sit.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.371 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.446 DEP images/opts.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.541 DEP images/sit.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.606 PBCC images/macvlan.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.644 DEP images/macvlan.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.708 PBCC images/autofs.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.757 DEP images/autofs.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.808 PBCC images/sysctl.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.842 DEP images/sysctl.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.879 PBCC images/time.pb-c.c [2020-02-12T17:47:44.703Z] #45 7.913 DEP images/time.pb-c.d [2020-02-12T17:47:44.703Z] #45 7.982 PBCC images/binfmt-misc.pb-c.c [2020-02-12T17:47:44.703Z] #45 8.004 DEP images/binfmt-misc.pb-c.d [2020-02-12T17:47:44.703Z] #45 8.056 PBCC images/seccomp.pb-c.c [2020-02-12T17:47:44.703Z] #45 8.092 DEP images/seccomp.pb-c.d [2020-02-12T17:47:44.703Z] #45 8.146 PBCC images/userns.pb-c.c [2020-02-12T17:47:44.703Z] #45 8.198 DEP images/userns.pb-c.d [2020-02-12T17:47:44.703Z] #45 8.258 PBCC images/cgroup.pb-c.c [2020-02-12T17:47:44.703Z] #45 8.320 DEP images/cgroup.pb-c.d [2020-02-12T17:47:44.703Z] #45 8.439 PBCC images/fown.pb-c.c [2020-02-12T17:47:44.703Z] #45 8.466 PBCC images/ext-file.pb-c.c [2020-02-12T17:47:44.703Z] #45 8.489 DEP images/fown.pb-c.d [2020-02-12T17:47:44.703Z] #45 8.643 DEP images/ext-file.pb-c.d [2020-02-12T17:47:44.703Z] #45 8.698 PBCC images/rpc.pb-c.c [2020-02-12T17:47:45.005Z] #45 8.789 DEP images/rpc.pb-c.d [2020-02-12T17:47:45.005Z] #45 8.936 PBCC images/siginfo.pb-c.c [2020-02-12T17:47:45.005Z] #45 8.968 DEP images/siginfo.pb-c.d [2020-02-12T17:47:45.299Z] #45 9.177 PBCC images/pagemap.pb-c.c [2020-02-12T17:47:45.588Z] #45 9.340 DEP images/pagemap.pb-c.d [2020-02-12T17:47:45.588Z] #45 9.406 PBCC images/rlimit.pb-c.c [2020-02-12T17:47:45.588Z] #45 9.441 DEP images/rlimit.pb-c.d [2020-02-12T17:47:45.588Z] #45 9.501 PBCC images/file-lock.pb-c.c [2020-02-12T17:47:45.588Z] #45 9.534 DEP images/file-lock.pb-c.d [2020-02-12T17:47:45.876Z] #45 9.604 PBCC images/tty.pb-c.c [2020-02-12T17:47:45.876Z] #45 9.700 DEP images/tty.pb-c.d [2020-02-12T17:47:45.876Z] #45 9.794 PBCC images/tun.pb-c.c [2020-02-12T17:47:46.171Z] #45 9.864 PBCC images/netdev.pb-c.c [2020-02-12T17:47:46.171Z] #45 9.960 DEP images/tun.pb-c.d [2020-02-12T17:47:46.171Z] #45 10.08 DEP images/netdev.pb-c.d [2020-02-12T17:47:46.462Z] #45 10.15 PBCC images/vma.pb-c.c [2020-02-12T17:47:46.462Z] #45 10.22 DEP images/vma.pb-c.d [2020-02-12T17:47:46.462Z] #45 10.31 PBCC images/creds.pb-c.c [2020-02-12T17:47:46.462Z] #45 10.33 DEP images/creds.pb-c.d [2020-02-12T17:47:46.462Z] #45 10.46 PBCC images/utsns.pb-c.c [2020-02-12T17:47:46.754Z] #45 10.52 DEP images/utsns.pb-c.d [2020-02-12T17:47:46.754Z] #45 10.65 PBCC images/ipc-desc.pb-c.c [2020-02-12T17:47:46.754Z] #45 10.68 PBCC images/ipc-sem.pb-c.c [2020-02-12T17:47:46.754Z] #45 10.72 DEP images/ipc-desc.pb-c.d [2020-02-12T17:47:47.044Z] #45 10.81 DEP images/ipc-sem.pb-c.d [2020-02-12T17:47:47.044Z] #45 10.87 PBCC images/ipc-msg.pb-c.c [2020-02-12T17:47:47.044Z] #45 ... [2020-02-12T17:47:47.044Z] [2020-02-12T17:47:47.044Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:47:47.044Z] #34 90.60 reflect [2020-02-12T17:47:47.044Z] #34 91.68 path [2020-02-12T17:47:47.044Z] #34 93.75 text/tabwriter [2020-02-12T17:47:47.044Z] #34 100.2 internal/syscall/unix [2020-02-12T17:47:47.044Z] #34 100.2 time [2020-02-12T17:47:47.044Z] #34 ... [2020-02-12T17:47:47.044Z] [2020-02-12T17:47:47.044Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:47:47.044Z] #11 100.7 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-12T17:47:47.044Z] #11 100.7 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-12T17:47:47.044Z] #11 100.7 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:47:47.044Z] #11 100.9 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-12T17:47:47.044Z] #11 100.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-12T17:47:47.044Z] #11 100.9 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:47:47.679Z] #11 ... [2020-02-12T17:47:47.680Z] [2020-02-12T17:47:47.680Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:47:47.680Z] #48 91.28 bufio [2020-02-12T17:47:47.680Z] #48 91.84 reflect [2020-02-12T17:47:47.680Z] #48 98.62 regexp/syntax [2020-02-12T17:47:47.969Z] #48 ... [2020-02-12T17:47:47.969Z] [2020-02-12T17:47:47.969Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:47:47.969Z] #45 10.92 DEP images/ipc-msg.pb-c.d [2020-02-12T17:47:47.969Z] #45 11.00 PBCC images/ipc-shm.pb-c.c [2020-02-12T17:47:47.969Z] #45 11.07 DEP images/ipc-shm.pb-c.d [2020-02-12T17:47:47.969Z] #45 11.16 PBCC images/ipc-var.pb-c.c [2020-02-12T17:47:47.969Z] #45 11.19 DEP images/ipc-var.pb-c.d [2020-02-12T17:47:47.969Z] #45 11.29 PBCC images/sk-opts.pb-c.c [2020-02-12T17:47:47.969Z] #45 11.36 PBCC images/packet-sock.pb-c.c [2020-02-12T17:47:47.969Z] #45 11.46 DEP images/sk-opts.pb-c.d [2020-02-12T17:47:47.969Z] #45 11.53 DEP images/packet-sock.pb-c.d [2020-02-12T17:47:47.969Z] #45 11.66 PBCC images/sk-netlink.pb-c.c [2020-02-12T17:47:47.969Z] #45 11.78 DEP images/sk-netlink.pb-c.d [2020-02-12T17:47:47.969Z] #45 11.86 PBCC images/sk-inet.pb-c.c [2020-02-12T17:47:48.259Z] #45 11.95 DEP images/sk-inet.pb-c.d [2020-02-12T17:47:48.259Z] #45 12.02 PBCC images/sk-unix.pb-c.c [2020-02-12T17:47:48.259Z] #45 12.10 DEP images/sk-unix.pb-c.d [2020-02-12T17:47:48.259Z] #45 12.18 PBCC images/mm.pb-c.c [2020-02-12T17:47:48.550Z] #45 12.26 DEP images/mm.pb-c.d [2020-02-12T17:47:48.550Z] #45 12.36 PBCC images/timerfd.pb-c.c [2020-02-12T17:47:48.842Z] #45 12.50 DEP images/timerfd.pb-c.d [2020-02-12T17:47:48.842Z] #45 12.66 PBCC images/timer.pb-c.c [2020-02-12T17:47:48.842Z] #45 12.68 DEP images/timer.pb-c.d [2020-02-12T17:47:48.842Z] #45 12.73 PBCC images/sa.pb-c.c [2020-02-12T17:47:49.132Z] #45 12.79 DEP images/sa.pb-c.d [2020-02-12T17:47:49.133Z] #45 12.92 PBCC images/pipe-data.pb-c.c [2020-02-12T17:47:49.133Z] #45 12.98 DEP images/pipe-data.pb-c.d [2020-02-12T17:47:49.427Z] #45 13.05 PBCC images/mnt.pb-c.c [2020-02-12T17:47:49.427Z] #45 13.12 DEP images/mnt.pb-c.d [2020-02-12T17:47:49.427Z] #45 13.22 PBCC images/sk-packet.pb-c.c [2020-02-12T17:47:49.427Z] #45 13.23 DEP images/sk-packet.pb-c.d [2020-02-12T17:47:49.427Z] #45 13.32 PBCC images/tcp-stream.pb-c.c [2020-02-12T17:47:49.720Z] #45 13.42 DEP images/tcp-stream.pb-c.d [2020-02-12T17:47:49.720Z] #45 13.48 PBCC images/pipe.pb-c.c [2020-02-12T17:47:49.720Z] #45 13.55 DEP images/pipe.pb-c.d [2020-02-12T17:47:49.720Z] #45 13.64 PBCC images/pstree.pb-c.c [2020-02-12T17:47:49.720Z] #45 13.67 DEP images/pstree.pb-c.d [2020-02-12T17:47:49.720Z] #45 13.73 PBCC images/fs.pb-c.c [2020-02-12T17:47:50.015Z] #45 13.77 DEP images/fs.pb-c.d [2020-02-12T17:47:50.015Z] #45 13.88 PBCC images/signalfd.pb-c.c [2020-02-12T17:47:50.015Z] #45 13.93 DEP images/signalfd.pb-c.d [2020-02-12T17:47:50.015Z] #45 13.99 PBCC images/fh.pb-c.c [2020-02-12T17:47:50.308Z] #45 14.06 PBCC images/fsnotify.pb-c.c [2020-02-12T17:47:50.308Z] #45 14.14 DEP images/fh.pb-c.d [2020-02-12T17:47:50.308Z] #45 14.22 DEP images/fsnotify.pb-c.d [2020-02-12T17:47:50.599Z] #45 14.30 PBCC images/eventpoll.pb-c.c [2020-02-12T17:47:50.599Z] #45 14.34 DEP images/eventpoll.pb-c.d [2020-02-12T17:47:50.599Z] #45 14.39 PBCC images/eventfd.pb-c.c [2020-02-12T17:47:50.599Z] #45 14.44 DEP images/eventfd.pb-c.d [2020-02-12T17:47:50.599Z] #45 14.49 PBCC images/remap-file-path.pb-c.c [2020-02-12T17:47:50.599Z] #45 14.53 DEP images/remap-file-path.pb-c.d [2020-02-12T17:47:50.889Z] #45 14.59 PBCC images/fifo.pb-c.c [2020-02-12T17:47:50.889Z] #45 14.64 DEP images/fifo.pb-c.d [2020-02-12T17:47:50.889Z] #45 14.74 PBCC images/ghost-file.pb-c.c [2020-02-12T17:47:51.185Z] #45 14.87 DEP images/ghost-file.pb-c.d [2020-02-12T17:47:51.185Z] #45 14.99 PBCC images/regfile.pb-c.c [2020-02-12T17:47:51.487Z] #45 15.10 DEP images/regfile.pb-c.d [2020-02-12T17:47:51.487Z] #45 15.23 PBCC images/ns.pb-c.c [2020-02-12T17:47:51.487Z] #45 15.32 DEP images/ns.pb-c.d [2020-02-12T17:47:51.776Z] #45 15.42 PBCC images/fdinfo.pb-c.c [2020-02-12T17:47:51.776Z] #45 15.58 DEP images/fdinfo.pb-c.d [2020-02-12T17:47:51.776Z] #45 15.65 PBCC images/core-aarch64.pb-c.c [2020-02-12T17:47:51.776Z] #45 15.71 PBCC images/core-arm.pb-c.c [2020-02-12T17:47:52.065Z] #45 15.80 PBCC images/core-ppc64.pb-c.c [2020-02-12T17:47:52.065Z] #45 15.89 PBCC images/core-s390.pb-c.c [2020-02-12T17:47:52.065Z] #45 15.99 PBCC images/core-x86.pb-c.c [2020-02-12T17:47:52.493Z] #45 16.13 PBCC images/core.pb-c.c [2020-02-12T17:47:52.782Z] #45 16.26 PBCC images/inventory.pb-c.c [2020-02-12T17:47:52.782Z] #45 16.41 DEP images/core-aarch64.pb-c.d [2020-02-12T17:47:52.782Z] #45 16.60 DEP images/core-arm.pb-c.d [2020-02-12T17:47:53.073Z] #45 16.78 DEP images/core-ppc64.pb-c.d [2020-02-12T17:47:53.073Z] #45 16.92 DEP images/core-s390.pb-c.d [2020-02-12T17:47:53.073Z] #45 16.99 DEP images/core-x86.pb-c.d [2020-02-12T17:47:53.364Z] #45 17.07 DEP images/core.pb-c.d [2020-02-12T17:47:53.364Z] #45 17.17 DEP images/inventory.pb-c.d [2020-02-12T17:47:53.364Z] #45 17.30 PBCC images/cpuinfo.pb-c.c [2020-02-12T17:47:53.364Z] #45 17.39 DEP images/cpuinfo.pb-c.d [2020-02-12T17:47:53.655Z] #45 17.50 PBCC images/stats.pb-c.c [2020-02-12T17:47:53.655Z] #45 17.55 DEP images/stats.pb-c.d [2020-02-12T17:47:54.169Z] INFO [loader] Go packages loading at mode 575 (files|name|exports_file|imports|types_sizes|compiled_files|deps) took 1m52.393048523s [2020-02-12T17:47:54.169Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.844222ms [2020-02-12T17:47:56.388Z] #45 19.72 make[1]: Nothing to be done for 'all'. [2020-02-12T17:47:56.678Z] #45 ... [2020-02-12T17:47:56.678Z] [2020-02-12T17:47:56.678Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:47:56.678Z] #34 110.2 internal/poll [2020-02-12T17:48:01.119Z] #34 114.1 os [2020-02-12T17:48:01.119Z] #34 ... [2020-02-12T17:48:01.119Z] [2020-02-12T17:48:01.119Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:01.119Z] #48 104.1 vendor/golang.org/x/text/transform [2020-02-12T17:48:01.119Z] #48 108.1 time [2020-02-12T17:48:01.119Z] #48 ... [2020-02-12T17:48:01.119Z] [2020-02-12T17:48:01.119Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:48:01.119Z] #63 62.29 Checking out files: 61% (1877/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: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-12T17:48:01.119Z] #63 63.03 + cd /tmp/tmp.L9YFr7C2gB/src/github.com/containerd/containerd [2020-02-12T17:48:01.119Z] #63 63.03 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-12T17:48:02.616Z] #63 64.75 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-12T17:48:02.616Z] #63 64.75 + BUILDTAGS='netgo osusergo static_build' [2020-02-12T17:48:02.616Z] #63 64.75 + export EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:48:02.616Z] #63 64.75 + EXTRA_FLAGS=-buildmode=pie [2020-02-12T17:48:02.616Z] #63 64.75 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-12T17:48:02.616Z] #63 64.75 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-12T17:48:02.616Z] #63 64.75 + '[' '' = dynamic ']' [2020-02-12T17:48:02.616Z] #63 64.75 + make [2020-02-12T17:48:04.116Z] #63 66.05 + bin/ctr [2020-02-12T17:48:08.555Z] #63 ... [2020-02-12T17:48:08.555Z] [2020-02-12T17:48:08.555Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:08.555Z] #45 21.90 CC images/stats.o [2020-02-12T17:48:08.555Z] #45 22.46 CC images/core.o [2020-02-12T17:48:08.555Z] #45 23.68 CC images/core-x86.o [2020-02-12T17:48:08.555Z] #45 24.98 CC images/core-arm.o [2020-02-12T17:48:08.555Z] #45 25.68 CC images/core-aarch64.o [2020-02-12T17:48:08.555Z] #45 26.37 CC images/core-ppc64.o [2020-02-12T17:48:08.555Z] #45 27.42 CC images/core-s390.o [2020-02-12T17:48:08.555Z] #45 28.50 CC images/cpuinfo.o [2020-02-12T17:48:08.555Z] #45 29.18 CC images/inventory.o [2020-02-12T17:48:08.555Z] #45 29.50 CC images/fdinfo.o [2020-02-12T17:48:08.555Z] #45 30.03 CC images/fown.o [2020-02-12T17:48:08.555Z] #45 30.44 CC images/ns.o [2020-02-12T17:48:08.555Z] #45 30.75 CC images/regfile.o [2020-02-12T17:48:08.555Z] #45 31.09 CC images/ghost-file.o [2020-02-12T17:48:08.555Z] #45 31.63 CC images/fifo.o [2020-02-12T17:48:08.555Z] #45 32.01 CC images/remap-file-path.o [2020-02-12T17:48:08.555Z] #45 32.36 CC images/eventfd.o [2020-02-12T17:48:09.185Z] #45 32.84 CC images/eventpoll.o [2020-02-12T17:48:09.486Z] #45 33.31 CC images/fh.o [2020-02-12T17:48:09.923Z] 65014b3c3121: Pull complete [2020-02-12T17:48:10.511Z] #45 34.15 CC images/fsnotify.o [2020-02-12T17:48:11.539Z] #45 35.34 CC images/signalfd.o [2020-02-12T17:48:11.829Z] #45 35.69 CC images/fs.o [2020-02-12T17:48:12.119Z] #45 36.02 CC images/pstree.o [2020-02-12T17:48:12.408Z] #45 36.39 CC images/pipe.o [2020-02-12T17:48:12.702Z] #45 ... [2020-02-12T17:48:12.702Z] [2020-02-12T17:48:12.702Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:12.702Z] #48 116.3 regexp [2020-02-12T17:48:12.702Z] #48 123.4 os/exec [2020-02-12T17:48:12.702Z] #48 123.5 net [2020-02-12T17:48:12.992Z] #48 ... [2020-02-12T17:48:12.992Z] [2020-02-12T17:48:12.992Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:48:12.992Z] #34 117.7 internal/fmtsort [2020-02-12T17:48:12.992Z] #34 119.6 path/filepath [2020-02-12T17:48:12.992Z] #34 119.6 fmt [2020-02-12T17:48:12.992Z] #34 122.1 io/ioutil [2020-02-12T17:48:12.992Z] #34 125.4 log [2020-02-12T17:48:12.992Z] #34 125.4 github.com/BurntSushi/toml [2020-02-12T17:48:12.992Z] #34 125.4 flag [2020-02-12T17:48:12.992Z] #34 ... [2020-02-12T17:48:12.992Z] [2020-02-12T17:48:12.992Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:12.992Z] #45 36.88 CC images/tcp-stream.o [2020-02-12T17:48:13.283Z] #45 37.22 CC images/sk-packet.o [2020-02-12T17:48:13.913Z] #45 37.71 CC images/mnt.o [2020-02-12T17:48:14.204Z] #45 38.13 CC images/pipe-data.o [2020-02-12T17:48:14.493Z] #45 38.42 CC images/sa.o [2020-02-12T17:48:15.125Z] #45 38.88 CC images/timer.o [2020-02-12T17:48:15.775Z] #45 39.56 CC images/timerfd.o [2020-02-12T17:48:16.404Z] #45 40.13 CC images/mm.o [2020-02-12T17:48:16.694Z] #45 40.65 CC images/sk-opts.o [2020-02-12T17:48:17.328Z] #45 41.12 CC images/sk-unix.o [2020-02-12T17:48:17.963Z] #45 41.63 CC images/sk-inet.o [2020-02-12T17:48:18.593Z] #45 ... [2020-02-12T17:48:18.593Z] [2020-02-12T17:48:18.593Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:48:18.593Z] #34 132.0 github.com/BurntSushi/toml/cmd/tomlv [2020-02-12T17:48:23.060Z] ok github.com/docker/docker/api/server/httputils 0.018s coverage: 14.7% of statements [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-12T17:48:23.060Z] ok github.com/docker/docker/api/server/middleware 0.020s coverage: 37.7% of statements [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-12T17:48:23.060Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/api/types/filters 0.018s coverage: 92.2% of statements [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 4.5% of statements [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/api/types/time 0.026s coverage: 100.0% of statements [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-12T17:48:23.061Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/builder/dockerignore 0.023s coverage: 96.8% of statements [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/builder/remotecontext 0.281s coverage: 13.6% of statements [2020-02-12T17:48:23.061Z] ok github.com/docker/docker/builder/remotecontext/git 3.142s coverage: 86.3% of statements [2020-02-12T17:48:23.320Z] ok github.com/docker/docker/builder/dockerfile 0.914s coverage: 48.2% of statements [2020-02-12T17:48:23.320Z] ? github.com/docker/docker/cli [no test files] [2020-02-12T17:48:23.320Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 4.5% of statements [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-12T17:48:23.786Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-12T17:48:23.786Z] ok github.com/docker/docker/builder/dockerignore 0.011s coverage: 96.8% of statements [2020-02-12T17:48:24.149Z] #34 ... [2020-02-12T17:48:24.149Z] [2020-02-12T17:48:24.149Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:24.149Z] #45 42.40 CC images/tun.o [2020-02-12T17:48:24.149Z] #45 42.87 CC images/sk-netlink.o [2020-02-12T17:48:24.149Z] #45 43.35 CC images/packet-sock.o [2020-02-12T17:48:24.149Z] #45 43.98 CC images/ipc-var.o [2020-02-12T17:48:24.149Z] #45 44.51 CC images/ipc-desc.o [2020-02-12T17:48:24.149Z] #45 44.91 CC images/ipc-shm.o [2020-02-12T17:48:24.149Z] #45 45.26 CC images/ipc-msg.o [2020-02-12T17:48:24.149Z] #45 45.71 CC images/ipc-sem.o [2020-02-12T17:48:24.149Z] #45 46.00 CC images/utsns.o [2020-02-12T17:48:24.149Z] #45 46.39 CC images/creds.o [2020-02-12T17:48:24.149Z] #45 46.81 CC images/vma.o [2020-02-12T17:48:24.149Z] #45 47.21 CC images/netdev.o [2020-02-12T17:48:24.149Z] #45 47.92 CC images/tty.o [2020-02-12T17:48:25.182Z] #45 ... [2020-02-12T17:48:25.182Z] [2020-02-12T17:48:25.182Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-12T17:48:25.182Z] #34 DONE 138.6s [2020-02-12T17:48:25.182Z] [2020-02-12T17:48:25.182Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:25.182Z] #48 129.0 internal/lazyregexp [2020-02-12T17:48:25.182Z] #48 129.7 github.com/LK4D4/vndr/versioned [2020-02-12T17:48:25.182Z] #48 132.8 encoding/base64 [2020-02-12T17:48:25.182Z] #48 132.9 crypto/cipher [2020-02-12T17:48:25.182Z] #48 132.9 go/token [2020-02-12T17:48:25.182Z] #48 135.8 net/url [2020-02-12T17:48:25.182Z] #48 136.3 go/scanner [2020-02-12T17:48:25.182Z] #48 138.2 text/template/parse [2020-02-12T17:48:25.469Z] #48 ... [2020-02-12T17:48:25.469Z] [2020-02-12T17:48:25.469Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:25.469Z] #45 49.23 CC images/file-lock.o [2020-02-12T17:48:25.756Z] #45 49.64 CC images/rlimit.o [2020-02-12T17:48:26.210Z] ok github.com/docker/docker/builder/remotecontext 0.335s coverage: 13.6% of statements [2020-02-12T17:48:26.210Z] ok github.com/docker/docker/builder/dockerfile 0.901s coverage: 48.2% of statements [2020-02-12T17:48:26.387Z] #45 50.19 CC images/pagemap.o [2020-02-12T17:48:26.675Z] #45 50.51 CC images/siginfo.o [2020-02-12T17:48:26.963Z] #45 50.93 CC images/rpc.o [2020-02-12T17:48:26.983Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-02-12T17:48:26.983Z] ok github.com/docker/docker/builder/remotecontext/git 0.652s coverage: 86.3% of statements [2020-02-12T17:48:26.983Z] ? github.com/docker/docker/cli [no test files] [2020-02-12T17:48:26.983Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-12T17:48:27.988Z] #45 ... [2020-02-12T17:48:27.988Z] [2020-02-12T17:48:27.988Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:48:27.988Z] #11 131.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-12T17:48:27.988Z] #11 131.9 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-12T17:48:27.988Z] #11 131.9 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:48:28.276Z] #11 ... [2020-02-12T17:48:28.276Z] [2020-02-12T17:48:28.276Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:28.276Z] #48 141.9 go/ast [2020-02-12T17:48:28.601Z] ok github.com/docker/docker/client 0.293s coverage: 75.8% of statements [2020-02-12T17:48:29.303Z] #48 143.1 encoding/json [2020-02-12T17:48:30.129Z] ok github.com/docker/docker/client 0.152s coverage: 75.8% of statements [2020-02-12T17:48:36.204Z] #48 ... [2020-02-12T17:48:36.204Z] [2020-02-12T17:48:36.204Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:36.204Z] #45 53.12 CC images/ext-file.o [2020-02-12T17:48:36.204Z] #45 53.41 CC images/cgroup.o [2020-02-12T17:48:36.204Z] #45 54.58 CC images/userns.o [2020-02-12T17:48:36.204Z] #45 55.13 CC images/google/protobuf/descriptor.o [2020-02-12T17:48:36.204Z] #45 58.72 CC images/opts.o [2020-02-12T17:48:36.204Z] #45 59.14 CC images/seccomp.o [2020-02-12T17:48:36.204Z] #45 59.62 CC images/binfmt-misc.o [2020-02-12T17:48:36.204Z] #45 59.90 CC images/time.o [2020-02-12T17:48:36.495Z] #45 60.27 CC images/sysctl.o [2020-02-12T17:48:36.785Z] #45 60.73 CC images/autofs.o [2020-02-12T17:48:37.078Z] #45 61.05 CC images/macvlan.o [2020-02-12T17:48:37.705Z] #45 61.36 CC images/sit.o [2020-02-12T17:48:37.993Z] #45 61.70 LINK images/built-in.o [2020-02-12T17:48:37.993Z] #45 61.95 GEN compel/include/asm [2020-02-12T17:48:38.282Z] #45 61.95 GEN compel/include/version.h [2020-02-12T17:48:38.282Z] #45 61.98 touch .config [2020-02-12T17:48:38.282Z] #45 62.01 GEN include/common/config.h [2020-02-12T17:48:38.282Z] #45 62.10 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-12T17:48:38.282Z] #45 62.13 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-12T17:48:38.282Z] #45 62.16 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-02-12T17:48:38.282Z] #45 62.17 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-02-12T17:48:38.282Z] #45 62.23 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-02-12T17:48:38.574Z] #45 62.27 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-02-12T17:48:38.574Z] #45 62.31 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-02-12T17:48:38.574Z] #45 62.38 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-12T17:48:38.574Z] #45 62.38 DEP compel/plugins/std/infect.d [2020-02-12T17:48:38.574Z] #45 62.50 DEP compel/plugins/std/string.d [2020-02-12T17:48:38.864Z] #45 62.65 DEP compel/plugins/std/log.d [2020-02-12T17:48:39.155Z] #45 62.84 DEP compel/plugins/std/fds.d [2020-02-12T17:48:39.155Z] #45 63.02 DEP compel/plugins/std/std.d [2020-02-12T17:48:39.446Z] #45 63.18 DEP compel/plugins/shmem/shmem.d [2020-02-12T17:48:39.446Z] #45 63.37 DEP compel/plugins/fds/fds.d [2020-02-12T17:48:39.737Z] #45 63.66 CC compel/plugins/std/std.o [2020-02-12T17:48:40.369Z] #45 64.20 CC compel/plugins/std/fds.o [2020-02-12T17:48:41.073Z] #45 64.85 CC compel/plugins/std/log.o [2020-02-12T17:48:41.073Z] #45 ... [2020-02-12T17:48:41.073Z] [2020-02-12T17:48:41.073Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-12T17:48:41.073Z] #11 154.9 Selecting previously unselected package libapparmor1:ppc64el. [2020-02-12T17:48:41.073Z] #11 154.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-02-12T17:48:41.073Z] #11 154.9 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-02-12T17:48:41.362Z] #11 155.1 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-02-12T17:48:41.362Z] #11 155.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-02-12T17:48:41.362Z] #11 155.1 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-02-12T17:48:41.686Z] #11 155.3 Selecting previously unselected package libbtrfs0. [2020-02-12T17:48:41.686Z] #11 155.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-02-12T17:48:41.686Z] #11 155.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-12T17:48:41.686Z] #11 155.4 Selecting previously unselected package libbtrfs-dev. [2020-02-12T17:48:41.686Z] #11 155.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-02-12T17:48:41.686Z] #11 155.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:48:42.046Z] #11 155.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-02-12T17:48:42.046Z] #11 155.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-02-12T17:48:42.046Z] #11 155.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-12T17:48:42.046Z] #11 155.7 Selecting previously unselected package libudev-dev:ppc64el. [2020-02-12T17:48:42.046Z] #11 155.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_ppc64el.deb ... [2020-02-12T17:48:42.046Z] #11 155.8 Unpacking libudev-dev:ppc64el (241-7~deb10u3) ... [2020-02-12T17:48:42.338Z] #11 156.1 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-02-12T17:48:42.338Z] #11 156.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-02-12T17:48:42.338Z] #11 156.1 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-02-12T17:48:42.914Z] #11 156.5 Selecting previously unselected package libpcre16-3:ppc64el. [2020-02-12T17:48:42.914Z] #11 156.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-02-12T17:48:42.914Z] #11 156.5 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-02-12T17:48:42.914Z] #11 156.8 Selecting previously unselected package libpcre32-3:ppc64el. [2020-02-12T17:48:42.915Z] #11 156.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-02-12T17:48:42.915Z] #11 156.8 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-02-12T17:48:43.204Z] #11 157.1 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-02-12T17:48:43.204Z] #11 157.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-02-12T17:48:43.204Z] #11 157.1 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-02-12T17:48:43.492Z] #11 157.2 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-02-12T17:48:43.492Z] #11 157.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-02-12T17:48:43.492Z] #11 157.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-02-12T17:48:44.124Z] #11 157.9 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-02-12T17:48:44.124Z] #11 157.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-02-12T17:48:44.124Z] #11 157.9 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-02-12T17:48:44.416Z] #11 158.2 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-02-12T17:48:44.416Z] #11 158.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-02-12T17:48:44.416Z] #11 158.2 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-02-12T17:48:44.416Z] #11 158.3 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-02-12T17:48:44.416Z] #11 158.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-02-12T17:48:44.416Z] #11 158.4 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-02-12T17:48:44.706Z] #11 158.6 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-02-12T17:48:44.706Z] #11 158.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_ppc64el.deb ... [2020-02-12T17:48:44.706Z] #11 158.6 Unpacking libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-02-12T17:48:45.338Z] #11 159.2 Setting up libudev-dev:ppc64el (241-7~deb10u3) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-12T17:48:45.338Z] #11 159.3 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-02-12T17:48:45.628Z] #11 159.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:48:45.628Z] #11 159.4 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-12T17:48:45.628Z] #11 159.4 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-12T17:48:45.628Z] #11 159.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-12T17:48:45.628Z] #11 159.4 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-12T17:48:45.628Z] #11 159.4 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-12T17:48:45.628Z] #11 159.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-12T17:48:45.628Z] #11 159.4 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-02-12T17:48:45.628Z] #11 159.4 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-12T17:48:45.628Z] #11 159.5 Setting up dmsetup (2:1.02.155-3) ... [2020-02-12T17:48:45.628Z] #11 159.5 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-12T17:48:45.628Z] #11 159.5 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-02-12T17:48:45.918Z] #11 159.5 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:48:46.211Z] #11 DONE 159.9s [2020-02-12T17:48:46.211Z] [2020-02-12T17:48:46.211Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-12T17:48:46.502Z] #12 ... [2020-02-12T17:48:46.502Z] [2020-02-12T17:48:46.502Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T17:48:46.502Z] #56 DONE 0.3s [2020-02-12T17:48:46.502Z] [2020-02-12T17:48:46.502Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-12T17:48:46.502Z] #57 DONE 0.1s [2020-02-12T17:48:46.502Z] [2020-02-12T17:48:46.502Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:46.794Z] #58 ... [2020-02-12T17:48:46.794Z] [2020-02-12T17:48:46.794Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-12T17:48:46.794Z] #12 DONE 0.6s [2020-02-12T17:48:46.794Z] [2020-02-12T17:48:46.794Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:46.794Z] #58 0.397 + RM_GOPATH=0 [2020-02-12T17:48:46.794Z] #58 0.397 + TMP_GOPATH= [2020-02-12T17:48:46.794Z] #58 0.397 + : /build [2020-02-12T17:48:46.794Z] #58 0.398 + '[' -z '' ']' [2020-02-12T17:48:46.794Z] #58 0.399 ++ mktemp -d [2020-02-12T17:48:46.794Z] #58 0.403 + export GOPATH=/tmp/tmp.6fDFO0bEwJ [2020-02-12T17:48:46.794Z] #58 0.403 + GOPATH=/tmp/tmp.6fDFO0bEwJ [2020-02-12T17:48:46.794Z] #58 0.403 + RM_GOPATH=1 [2020-02-12T17:48:46.794Z] #58 0.404 ++ dirname ./install.sh [2020-02-12T17:48:46.794Z] #58 0.411 + dir=. [2020-02-12T17:48:46.794Z] #58 0.411 + bin=runc [2020-02-12T17:48:46.794Z] #58 0.411 + shift [2020-02-12T17:48:46.794Z] #58 0.411 + '[' '!' -f ./runc.installer ']' [2020-02-12T17:48:46.794Z] #58 0.412 + . ./runc.installer [2020-02-12T17:48:46.794Z] #58 0.418 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:48:46.794Z] #58 0.423 + install_runc [2020-02-12T17:48:46.794Z] #58 0.424 + uname -r [2020-02-12T17:48:46.794Z] #58 0.426 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-12T17:48:46.794Z] #58 0.443 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-12T17:48:46.794Z] #58 0.443 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-12T17:48:46.794Z] #58 0.443 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-12T17:48:46.794Z] #58 0.443 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6fDFO0bEwJ/src/github.com/opencontainers/runc [2020-02-12T17:48:46.794Z] #58 0.454 Cloning into '/tmp/tmp.6fDFO0bEwJ/src/github.com/opencontainers/runc'... [2020-02-12T17:48:47.424Z] #58 ... [2020-02-12T17:48:47.424Z] [2020-02-12T17:48:47.424Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-12T17:48:47.424Z] #13 DONE 0.5s [2020-02-12T17:48:47.424Z] [2020-02-12T17:48:47.424Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-12T17:48:47.765Z] #14 0.354 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-12T17:48:47.765Z] #14 DONE 0.4s [2020-02-12T17:48:47.765Z] [2020-02-12T17:48:47.765Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-12T17:48:47.823Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:48:47.823Z] [2020-02-12T17:48:47.823Z] [2020-02-12T17:48:47.823Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-12T17:48:47.823Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-12T17:48:47.823Z] HOSTNAME=aa9fc9e44bbe [2020-02-12T17:48:47.823Z] TEST_SKIP_INTEGRATION=1 [2020-02-12T17:48:47.823Z] TESTDEBUG=0 [2020-02-12T17:48:47.823Z] DEST=bundles/test-integration [2020-02-12T17:48:47.823Z] PWD=/go/src/github.com/docker/docker [2020-02-12T17:48:47.823Z] KEEPBUNDLE=1 [2020-02-12T17:48:47.823Z] DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:48:47.823Z] container=docker [2020-02-12T17:48:47.823Z] HOME=/root [2020-02-12T17:48:47.823Z] GOLANG_VERSION=1.13.7 [2020-02-12T17:48:47.823Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-12T17:48:47.823Z] VALIDATE_BRANCH=master [2020-02-12T17:48:47.823Z] TERM=xterm [2020-02-12T17:48:47.823Z] DOCKER_PKG=github.com/docker/docker [2020-02-12T17:48:47.823Z] SHLVL=1 [2020-02-12T17:48:47.823Z] TIMEOUT=120m [2020-02-12T17:48:47.823Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-12T17:48:47.823Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-12T17:48:47.823Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-02-12T17:48:47.823Z] GO111MODULE=off [2020-02-12T17:48:47.823Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-12T17:48:47.823Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-12T17:48:47.823Z] GOPATH=/go [2020-02-12T17:48:47.823Z] PKG_CONFIG=pkg-config [2020-02-12T17:48:47.823Z] _=/usr/bin/env [2020-02-12T17:48:47.823Z] Building test suite binary ./integration-cli/test.main [2020-02-12T17:48:47.823Z] [2020-02-12T17:48:47.823Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-12T17:48:47.823Z] [2020-02-12T17:48:47.823Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-12T17:48:47.823Z] HOSTNAME=068208904ba3 [2020-02-12T17:48:47.823Z] TEST_SKIP_INTEGRATION=1 [2020-02-12T17:48:47.823Z] TESTDEBUG=0 [2020-02-12T17:48:47.823Z] DEST=bundles/test-integration [2020-02-12T17:48:47.823Z] PWD=/go/src/github.com/docker/docker [2020-02-12T17:48:47.823Z] KEEPBUNDLE=1 [2020-02-12T17:48:47.823Z] DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:48:47.823Z] container=docker [2020-02-12T17:48:47.823Z] HOME=/root [2020-02-12T17:48:47.823Z] GOLANG_VERSION=1.13.7 [2020-02-12T17:48:47.823Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-12T17:48:47.823Z] VALIDATE_BRANCH=master [2020-02-12T17:48:47.823Z] TERM=xterm [2020-02-12T17:48:47.823Z] DOCKER_PKG=github.com/docker/docker [2020-02-12T17:48:47.823Z] SHLVL=1 [2020-02-12T17:48:47.823Z] TIMEOUT=120m [2020-02-12T17:48:47.823Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-12T17:48:47.823Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-12T17:48:47.823Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-02-12T17:48:47.823Z] GO111MODULE=off [2020-02-12T17:48:47.823Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-12T17:48:47.823Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-12T17:48:47.823Z] GOPATH=/go [2020-02-12T17:48:47.823Z] PKG_CONFIG=pkg-config [2020-02-12T17:48:47.824Z] _=/usr/bin/env [2020-02-12T17:48:47.824Z] Building test suite binary ./integration-cli/test.main [2020-02-12T17:48:47.824Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-02-12T17:48:47.824Z] No new tests added to integration. [2020-02-12T17:48:47.824Z] [2020-02-12T17:48:47.824Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-12T17:48:48.056Z] #15 DONE 0.4s [2020-02-12T17:48:48.056Z] [2020-02-12T17:48:48.056Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-12T17:48:48.345Z] #16 DONE 0.4s [2020-02-12T17:48:48.345Z] [2020-02-12T17:48:48.345Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:48.345Z] #45 65.91 CC compel/plugins/std/string.o [2020-02-12T17:48:48.345Z] #45 66.82 CC compel/plugins/std/infect.o [2020-02-12T17:48:48.345Z] #45 67.46 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-02-12T17:48:48.345Z] #45 67.52 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-02-12T17:48:48.345Z] #45 67.59 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-02-12T17:48:48.345Z] #45 67.64 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-02-12T17:48:48.345Z] #45 67.73 AR compel/plugins/std.lib.a [2020-02-12T17:48:48.345Z] #45 67.86 CC compel/plugins/fds/fds.o [2020-02-12T17:48:48.345Z] #45 68.44 AR compel/plugins/fds.lib.a [2020-02-12T17:48:48.345Z] #45 68.48 HOSTDEP compel/src/lib/log-host.d [2020-02-12T17:48:48.345Z] #45 68.62 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-12T17:48:48.345Z] #45 68.89 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-02-12T17:48:48.345Z] #45 69.13 HOSTDEP compel/src/main-host.d [2020-02-12T17:48:48.345Z] #45 69.37 DEP compel/src/lib/ptrace.d [2020-02-12T17:48:48.345Z] #45 69.64 DEP compel/src/lib/infect.d [2020-02-12T17:48:48.345Z] #45 69.98 DEP compel/src/lib/infect-util.d [2020-02-12T17:48:48.345Z] #45 70.27 DEP compel/src/lib/infect-rpc.d [2020-02-12T17:48:48.345Z] #45 70.40 DEP compel/arch/ppc64/src/lib/infect.d [2020-02-12T17:48:48.345Z] #45 70.50 DEP compel/arch/ppc64/src/lib/cpu.d [2020-02-12T17:48:48.345Z] #45 70.69 DEP compel/src/lib/log.d [2020-02-12T17:48:48.345Z] #45 70.98 DEP compel/src/main.d [2020-02-12T17:48:48.345Z] #45 71.24 DEP compel/src/lib/handle-elf.d [2020-02-12T17:48:48.345Z] #45 71.46 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-02-12T17:48:48.345Z] #45 71.92 CC compel/src/lib/log.o [2020-02-12T17:48:48.638Z] #45 72.36 CC compel/arch/ppc64/src/lib/cpu.o [2020-02-12T17:48:48.929Z] #45 ... [2020-02-12T17:48:48.929Z] [2020-02-12T17:48:48.929Z] #17 [dev 6/25] RUN ldconfig [2020-02-12T17:48:48.929Z] #17 DONE 0.5s [2020-02-12T17:48:48.929Z] [2020-02-12T17:48:48.929Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:48:49.185Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-12T17:48:49.185Z] HOSTNAME=f4eb15774d2d [2020-02-12T17:48:49.185Z] TESTDEBUG=0 [2020-02-12T17:48:49.185Z] DEST=bundles/test-integration [2020-02-12T17:48:49.185Z] PWD=/go/src/github.com/docker/docker [2020-02-12T17:48:49.185Z] KEEPBUNDLE=1 [2020-02-12T17:48:49.185Z] DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:48:49.185Z] container=docker [2020-02-12T17:48:49.185Z] HOME=/root [2020-02-12T17:48:49.185Z] GOLANG_VERSION=1.13.7 [2020-02-12T17:48:49.185Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-12T17:48:49.185Z] VALIDATE_BRANCH=master [2020-02-12T17:48:49.185Z] TERM=xterm [2020-02-12T17:48:49.185Z] DOCKER_PKG=github.com/docker/docker [2020-02-12T17:48:49.185Z] SHLVL=1 [2020-02-12T17:48:49.185Z] TIMEOUT=120m [2020-02-12T17:48:49.185Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-12T17:48:49.185Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-12T17:48:49.185Z] GO111MODULE=off [2020-02-12T17:48:49.185Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-12T17:48:49.185Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-12T17:48:49.185Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-12T17:48:49.185Z] GOPATH=/go [2020-02-12T17:48:49.185Z] PKG_CONFIG=pkg-config [2020-02-12T17:48:49.185Z] _=/usr/bin/env [2020-02-12T17:48:49.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-12T17:48:49.562Z] #18 0.606 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-12T17:48:49.853Z] #18 0.756 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-12T17:48:49.853Z] #18 0.956 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-12T17:48:51.363Z] #18 2.227 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-12T17:48:52.401Z] #18 ... [2020-02-12T17:48:52.401Z] [2020-02-12T17:48:52.401Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:48:52.401Z] #48 155.9 text/template [2020-02-12T17:48:52.401Z] #48 160.9 go/parser [2020-02-12T17:48:52.401Z] #48 164.2 encoding/xml [2020-02-12T17:48:52.693Z] #48 ... [2020-02-12T17:48:52.693Z] [2020-02-12T17:48:52.693Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:48:52.693Z] #45 73.49 CC compel/arch/ppc64/src/lib/infect.o [2020-02-12T17:48:52.693Z] #45 74.88 CC compel/src/lib/infect-rpc.o [2020-02-12T17:48:52.693Z] #45 75.56 CC compel/src/lib/infect-util.o [2020-02-12T17:48:52.693Z] #45 75.98 CC compel/src/lib/infect.o [2020-02-12T17:48:55.180Z] ok github.com/docker/docker/cmd/dockerd 0.125s coverage: 30.6% of statements [2020-02-12T17:48:57.088Z] ok github.com/docker/docker/container 0.181s coverage: 35.3% of statements [2020-02-12T17:48:57.088Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-12T17:48:57.088Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-12T17:48:57.088Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-12T17:48:57.088Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-12T17:48:57.150Z] #45 80.62 CC compel/src/lib/ptrace.o [2020-02-12T17:48:57.441Z] #45 81.30 AR compel/libcompel.a [2020-02-12T17:48:57.730Z] #45 81.51 HOSTCC compel/src/main-host.o [2020-02-12T17:48:58.360Z] #45 82.19 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-02-12T17:48:58.650Z] #45 82.54 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-12T17:48:58.708Z] ok github.com/docker/docker/cmd/dockerd 0.047s coverage: 30.6% of statements [2020-02-12T17:48:58.708Z] ok github.com/docker/docker/container 0.111s coverage: 35.3% of statements [2020-02-12T17:48:58.708Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-12T17:48:58.708Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-12T17:48:58.708Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-12T17:48:58.708Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-12T17:48:59.292Z] #45 83.23 HOSTCC compel/src/lib/log-host.o [2020-02-12T17:48:59.630Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.045s coverage: 65.3% of statements [2020-02-12T17:48:59.926Z] #45 83.72 HOSTLINK compel/compel-host-bin [2020-02-12T17:49:00.215Z] #45 84.01 DEP soccr/soccr.d [2020-02-12T17:49:00.215Z] #45 ... [2020-02-12T17:49:00.215Z] [2020-02-12T17:49:00.215Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:49:00.215Z] #58 13.62 + cd /tmp/tmp.6fDFO0bEwJ/src/github.com/opencontainers/runc [2020-02-12T17:49:00.215Z] #58 13.62 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-12T17:49:00.504Z] #58 14.17 + '[' -z '' ']' [2020-02-12T17:49:00.795Z] #58 14.17 + target=static [2020-02-12T17:49:00.795Z] #58 14.17 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-12T17:49:01.540Z] ok github.com/docker/docker/daemon/cluster/convert 0.037s coverage: 35.7% of statements [2020-02-12T17:49:01.800Z] ok github.com/docker/docker/daemon/cluster 0.126s coverage: 0.5% of statements [2020-02-12T17:49:01.845Z] ok github.com/docker/docker/daemon/cluster 0.036s coverage: 0.5% of statements [2020-02-12T17:49:02.863Z] #58 16.08 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-12T17:49:03.509Z] #58 ... [2020-02-12T17:49:03.509Z] [2020-02-12T17:49:03.510Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:03.510Z] #18 4.631 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-12T17:49:03.510Z] #18 6.577 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-12T17:49:03.510Z] #18 ... [2020-02-12T17:49:03.510Z] [2020-02-12T17:49:03.510Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:03.510Z] #45 84.23 CC soccr/soccr.o [2020-02-12T17:49:03.510Z] #45 86.95 AR soccr/libsoccr.a [2020-02-12T17:49:03.510Z] #45 87.00 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:49:03.510Z] #45 87.52 DEP criu/arch/ppc64/sigframe.d [2020-02-12T17:49:03.642Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-02-12T17:49:03.803Z] #45 87.81 DEP criu/arch/ppc64/crtools.d [2020-02-12T17:49:04.437Z] #45 88.18 DEP criu/arch/ppc64/cpu.d [2020-02-12T17:49:04.729Z] #45 88.57 CC criu/arch/ppc64/cpu.o [2020-02-12T17:49:04.877Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.7% of statements [2020-02-12T17:49:05.098Z] ok github.com/docker/docker/daemon/config 0.068s coverage: 82.1% of statements [2020-02-12T17:49:05.098Z] ok github.com/docker/docker/daemon/discovery 0.024s coverage: 30.0% of statements [2020-02-12T17:49:05.773Z] #45 89.56 CC criu/arch/ppc64/crtools.o [2020-02-12T17:49:06.038Z] ok github.com/docker/docker/daemon/events 0.099s coverage: 50.0% of statements [2020-02-12T17:49:07.422Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2020-02-12T17:49:07.900Z] #45 91.54 CC criu/arch/ppc64/sigframe.o [2020-02-12T17:49:08.559Z] #45 92.15 LINK criu/arch/ppc64/crtools.built-in.o [2020-02-12T17:49:08.559Z] #45 92.22 DEP criu/arch/ppc64/misc.d [2020-02-12T17:49:08.559Z] #45 92.26 DEP criu/arch/ppc64/vdso-trampoline.d [2020-02-12T17:49:08.559Z] #45 92.31 DEP criu/arch/ppc64/vdso-pie.d [2020-02-12T17:49:08.855Z] #45 92.60 DEP criu/pie/parasite-vdso.d [2020-02-12T17:49:09.154Z] #45 92.98 DEP criu/pie/util-vdso.d [2020-02-12T17:49:09.444Z] #45 93.27 DEP criu/pie/util.d [2020-02-12T17:49:09.737Z] #45 93.60 CC criu/pie/util.o [2020-02-12T17:49:10.366Z] #45 94.24 CC criu/pie/util-vdso.o [2020-02-12T17:49:10.681Z] #45 ... [2020-02-12T17:49:10.681Z] [2020-02-12T17:49:10.681Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:49:10.681Z] #66 174.2 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-12T17:49:10.681Z] #66 174.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-12T17:49:10.681Z] #66 ... [2020-02-12T17:49:10.681Z] [2020-02-12T17:49:10.681Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:49:10.681Z] #48 176.3 math/big [2020-02-12T17:49:10.681Z] #48 179.9 go/doc [2020-02-12T17:49:11.618Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-02-12T17:49:11.707Z] #48 ... [2020-02-12T17:49:11.707Z] [2020-02-12T17:49:11.707Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:11.707Z] #45 95.66 CC criu/pie/parasite-vdso.o [2020-02-12T17:49:12.555Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.498s coverage: 13.7% of statements [2020-02-12T17:49:12.555Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.605s coverage: 57.0% of statements [2020-02-12T17:49:12.643Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.428s coverage: 13.7% of statements [2020-02-12T17:49:13.218Z] #45 96.89 CC criu/arch/ppc64/vdso-pie.o [2020-02-12T17:49:13.417Z] ok github.com/docker/docker/daemon/config 0.018s coverage: 82.1% of statements [2020-02-12T17:49:13.509Z] #45 ... [2020-02-12T17:49:13.509Z] [2020-02-12T17:49:13.509Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:49:13.509Z] #66 DONE 187.0s [2020-02-12T17:49:13.509Z] [2020-02-12T17:49:13.509Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-12T17:49:13.509Z] #67 DONE 0.1s [2020-02-12T17:49:13.509Z] [2020-02-12T17:49:13.509Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:13.509Z] #18 16.78 Fetched 8107 kB in 16s (496 kB/s) [2020-02-12T17:49:13.509Z] #18 16.78 Reading package lists... [2020-02-12T17:49:14.145Z] #18 23.35 Reading package lists... [2020-02-12T17:49:14.145Z] #18 ... [2020-02-12T17:49:14.145Z] [2020-02-12T17:49:14.145Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:14.145Z] #45 97.97 CC criu/arch/ppc64/vdso-trampoline.o [2020-02-12T17:49:14.145Z] #45 98.09 CC criu/arch/ppc64/misc.o [2020-02-12T17:49:14.192Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-02-12T17:49:14.438Z] #45 98.18 AR criu/pie/pie.lib.a [2020-02-12T17:49:14.727Z] #45 98.55 DEP criu/pie/restorer.d [2020-02-12T17:49:14.960Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-02-12T17:49:14.960Z] ok github.com/docker/docker/daemon 12.247s coverage: 17.5% of statements [2020-02-12T17:49:14.960Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-12T17:49:14.960Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-12T17:49:14.960Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-12T17:49:14.960Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-12T17:49:15.016Z] #45 98.96 DEP criu/arch/ppc64/restorer.d [2020-02-12T17:49:15.646Z] #45 99.27 DEP criu/pie/parasite.d [2020-02-12T17:49:15.940Z] #45 99.72 CC criu/pie/parasite.o [2020-02-12T17:49:16.225Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-02-12T17:49:16.757Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.774s coverage: 48.6% of statements [2020-02-12T17:49:17.326Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.299s coverage: 45.9% of statements [2020-02-12T17:49:17.326Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.674s coverage: 72.5% of statements [2020-02-12T17:49:18.003Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-02-12T17:49:18.018Z] #45 101.8 LINK criu/pie/parasite.built-in.o [2020-02-12T17:49:18.019Z] #45 101.8 GEN criu/pie/parasite-blob.h [2020-02-12T17:49:18.019Z] #45 101.8 CC criu/arch/ppc64/restorer.o [2020-02-12T17:49:18.372Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.192s coverage: 57.9% of statements [2020-02-12T17:49:18.648Z] #45 102.5 CC criu/pie/restorer.o [2020-02-12T17:49:19.235Z] ok github.com/docker/docker/daemon 12.330s coverage: 17.5% of statements [2020-02-12T17:49:19.235Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-12T17:49:19.235Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-12T17:49:19.235Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-12T17:49:19.235Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-12T17:49:19.235Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-12T17:49:19.235Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-02-12T17:49:19.681Z] #45 ... [2020-02-12T17:49:19.681Z] [2020-02-12T17:49:19.681Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:19.681Z] #18 23.35 Reading package lists... [2020-02-12T17:49:20.174Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.594s coverage: 76.1% of statements [2020-02-12T17:49:20.713Z] #18 30.77 Building dependency tree... [2020-02-12T17:49:21.348Z] #18 32.40 libcap2-bin is already the newest version (1:2.25-2). [2020-02-12T17:49:21.348Z] #18 32.40 The following additional packages will be installed: [2020-02-12T17:49:21.348Z] #18 32.41 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-12T17:49:21.348Z] #18 32.41 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-12T17:49:21.348Z] #18 32.41 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-12T17:49:21.348Z] #18 32.42 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-12T17:49:21.348Z] #18 32.42 python3.7 python3.7-minimal vim-runtime xxd [2020-02-12T17:49:21.348Z] #18 32.42 Suggested packages: [2020-02-12T17:49:21.348Z] #18 32.42 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-12T17:49:21.348Z] #18 32.42 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-12T17:49:21.348Z] #18 32.42 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-12T17:49:21.348Z] #18 32.42 Recommended packages: [2020-02-12T17:49:21.348Z] #18 32.42 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-12T17:49:21.348Z] #18 32.42 python3-keyrings.alt python3-xdg unzip [2020-02-12T17:49:21.575Z] ok github.com/docker/docker/daemon/links 0.023s coverage: 93.0% of statements [2020-02-12T17:49:21.575Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.025s coverage: 3.0% of statements [2020-02-12T17:49:24.115Z] ok github.com/docker/docker/daemon/images 0.045s coverage: 4.9% of statements [2020-02-12T17:49:24.115Z] ok github.com/docker/docker/daemon/logger 0.240s coverage: 42.7% of statements [2020-02-12T17:49:24.115Z] ok github.com/docker/docker/daemon/logger/awslogs 0.241s coverage: 77.8% of statements [2020-02-12T17:49:24.510Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.316s coverage: 45.9% of statements [2020-02-12T17:49:24.685Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.056s coverage: 60.1% of statements [2020-02-12T17:49:24.685Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-12T17:49:24.685Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-12T17:49:24.685Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-12T17:49:24.685Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-12T17:49:24.685Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-12T17:49:24.685Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-12T17:49:24.869Z] #18 35.56 The following NEW packages will be installed: [2020-02-12T17:49:24.869Z] #18 35.56 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-12T17:49:24.869Z] #18 35.56 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-12T17:49:24.869Z] #18 35.56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-12T17:49:24.869Z] #18 35.56 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-12T17:49:24.869Z] #18 35.57 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-12T17:49:24.869Z] #18 35.57 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-12T17:49:24.869Z] #18 35.57 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-12T17:49:24.869Z] #18 35.57 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-12T17:49:24.869Z] #18 35.71 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-12T17:49:24.869Z] #18 35.71 Need to get 27.7 MB of archives. [2020-02-12T17:49:24.869Z] #18 35.71 After this operation, 129 MB of additional disk space will be used. [2020-02-12T17:49:24.869Z] #18 35.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-02-12T17:49:24.869Z] #18 35.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] [2020-02-12T17:49:24.869Z] #18 35.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] [2020-02-12T17:49:24.869Z] #18 35.97 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-02-12T17:49:24.869Z] #18 35.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-02-12T17:49:24.869Z] #18 35.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] [2020-02-12T17:49:24.945Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 67.0% of statements [2020-02-12T17:49:25.163Z] #18 36.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] [2020-02-12T17:49:25.163Z] #18 36.17 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-02-12T17:49:25.163Z] #18 36.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-02-12T17:49:25.163Z] #18 36.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-02-12T17:49:25.163Z] #18 36.19 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-02-12T17:49:25.163Z] #18 36.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-02-12T17:49:25.163Z] #18 36.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-02-12T17:49:25.163Z] #18 36.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-02-12T17:49:25.163Z] #18 36.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-02-12T17:49:25.163Z] #18 36.22 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-02-12T17:49:25.163Z] #18 36.26 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-02-12T17:49:25.163Z] #18 36.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-02-12T17:49:25.163Z] #18 36.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-02-12T17:49:25.163Z] #18 36.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-02-12T17:49:25.455Z] #18 36.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-02-12T17:49:25.455Z] #18 36.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-02-12T17:49:25.455Z] #18 36.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-02-12T17:49:25.455Z] #18 36.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-02-12T17:49:25.455Z] #18 36.44 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-02-12T17:49:25.455Z] #18 36.45 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-02-12T17:49:25.455Z] #18 36.46 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-02-12T17:49:25.455Z] #18 36.46 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-02-12T17:49:25.455Z] #18 36.46 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-02-12T17:49:25.516Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 26.2% of statements [2020-02-12T17:49:25.775Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 88.3% of statements [2020-02-12T17:49:25.775Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.032s coverage: 62.1% of statements [2020-02-12T17:49:26.122Z] #18 37.20 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-02-12T17:49:26.122Z] #18 37.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-02-12T17:49:26.122Z] #18 37.21 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-02-12T17:49:26.122Z] #18 37.21 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-02-12T17:49:26.122Z] #18 37.23 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-02-12T17:49:26.122Z] #18 37.26 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-02-12T17:49:26.414Z] #18 37.41 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-12T17:49:26.414Z] #18 37.43 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-02-12T17:49:26.414Z] #18 37.45 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-02-12T17:49:26.414Z] #18 37.48 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-12T17:49:26.414Z] #18 37.50 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-02-12T17:49:26.414Z] #18 37.54 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-12T17:49:26.414Z] #18 37.55 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-02-12T17:49:26.414Z] #18 37.57 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-12T17:49:26.598Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.809s coverage: 48.6% of statements [2020-02-12T17:49:27.157Z] ok github.com/docker/docker/daemon/logger/local 0.051s coverage: 74.7% of statements [2020-02-12T17:49:27.157Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-12T17:49:27.444Z] #18 38.25 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-02-12T17:49:27.444Z] #18 38.36 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-02-12T17:49:27.444Z] #18 38.44 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-02-12T17:49:27.727Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.038s coverage: 19.9% of statements [2020-02-12T17:49:27.727Z] ok github.com/docker/docker/daemon/logger/templates 0.020s coverage: 8.3% of statements [2020-02-12T17:49:27.986Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 47.8% of statements [2020-02-12T17:49:28.924Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2020-02-12T17:49:28.954Z] #18 39.91 debconf: delaying package configuration, since apt-utils is not installed [2020-02-12T17:49:28.954Z] #18 40.10 Fetched 27.7 MB in 3s (9870 kB/s) [2020-02-12T17:49:29.260Z] #18 40.24 Selecting previously unselected package pigz. [2020-02-12T17:49:29.260Z] #18 40.24 (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 ... 23352 files and directories currently installed.) [2020-02-12T17:49:29.260Z] #18 40.34 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-02-12T17:49:29.260Z] #18 40.34 Unpacking pigz (2.4-1) ... [2020-02-12T17:49:29.492Z] ok github.com/docker/docker/daemon/logger/splunk 1.931s coverage: 82.5% of statements [2020-02-12T17:49:29.492Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-12T17:49:29.492Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-12T17:49:29.552Z] #18 40.50 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-02-12T17:49:29.552Z] #18 40.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-12T17:49:29.552Z] #18 40.51 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-02-12T17:49:29.723Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.886s coverage: 72.5% of statements [2020-02-12T17:49:29.723Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-12T17:49:30.187Z] #18 41.24 Selecting previously unselected package python3.7-minimal. [2020-02-12T17:49:30.187Z] #18 41.25 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-12T17:49:30.187Z] #18 41.27 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:49:30.469Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.517s coverage: 76.1% of statements [2020-02-12T17:49:30.478Z] #18 ... [2020-02-12T17:49:30.478Z] [2020-02-12T17:49:30.478Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:49:30.478Z] #48 194.1 vendor/golang.org/x/text/unicode/norm [2020-02-12T17:49:30.478Z] #48 194.2 github.com/LK4D4/vndr/build [2020-02-12T17:49:30.585Z] INFO [runner] Issues before processing: 2318, after processing: 0 [2020-02-12T17:49:30.585Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1709/1709, cgo: 1709/2318, filename_unadjuster: 1709/1709, path_prettifier: 1709/1709, exclude: 1612/1612, skip_dirs: 1709/1709, nolint: 0/63, autogenerated_exclude: 1612/1709, identifier_marker: 1612/1612, exclude-rules: 63/1612 [2020-02-12T17:49:30.585Z] INFO [runner] processing took 133.105462ms with stages: nolint: 52.785513ms, identifier_marker: 39.818694ms, path_prettifier: 12.89857ms, autogenerated_exclude: 11.082197ms, exclude-rules: 8.642578ms, skip_dirs: 4.302729ms, cgo: 2.06497ms, filename_unadjuster: 1.504364ms, max_same_issues: 1.739µs, max_from_linter: 666ns, uniq_by_line: 656ns, exclude: 610ns, diff: 502ns, source_code: 490ns, skip_files: 446ns, path_shortener: 406ns, max_per_file_from_linter: 332ns [2020-02-12T17:49:30.585Z] INFO [runner] linters took 1m37.795467181s with stages: goanalysis_metalinter: 1m20.118686282s, unused: 17.543367532s [2020-02-12T17:49:30.585Z] INFO File cache stats: 1446 entries of total size 6.8MiB [2020-02-12T17:49:30.585Z] INFO Memory: 1578 samples, avg is 247.8MB, max is 2897.7MB [2020-02-12T17:49:30.585Z] INFO Execution took 3m31.910368361s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-02-12T17:49:30.777Z] #48 ... [2020-02-12T17:49:30.777Z] [2020-02-12T17:49:30.777Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:30.777Z] #45 107.0 LINK criu/pie/restorer.built-in.o [2020-02-12T17:49:30.777Z] #45 107.1 GEN criu/pie/restorer-blob.h [2020-02-12T17:49:30.777Z] #45 107.3 DEP criu/vdso.d [2020-02-12T17:49:30.777Z] #45 107.6 DEP criu/uts_ns.d [2020-02-12T17:49:30.777Z] #45 108.0 DEP criu/util.d [2020-02-12T17:49:30.777Z] #45 108.4 DEP criu/uffd.d [2020-02-12T17:49:30.777Z] #45 108.8 DEP criu/tun.d [2020-02-12T17:49:30.777Z] #45 109.2 DEP criu/tty.d [2020-02-12T17:49:30.777Z] #45 109.6 DEP criu/timerfd.d [2020-02-12T17:49:30.777Z] #45 110.0 DEP criu/sysfs_parse.d [2020-02-12T17:49:30.777Z] #45 110.5 DEP criu/sysctl.d [2020-02-12T17:49:30.777Z] #45 110.8 DEP criu/string.d [2020-02-12T17:49:30.777Z] #45 110.9 DEP criu/stats.d [2020-02-12T17:49:30.777Z] #45 111.3 DEP criu/sockets.d [2020-02-12T17:49:30.777Z] #45 111.7 DEP criu/sk-unix.d [2020-02-12T17:49:30.777Z] #45 112.2 DEP criu/sk-tcp.d [2020-02-12T17:49:30.777Z] #45 112.6 DEP criu/sk-queue.d [2020-02-12T17:49:30.777Z] #45 112.9 DEP criu/sk-packet.d [2020-02-12T17:49:30.777Z] #45 113.1 DEP criu/sk-netlink.d [2020-02-12T17:49:30.777Z] #45 113.5 DEP criu/sk-inet.d [2020-02-12T17:49:30.777Z] #45 114.0 DEP criu/signalfd.d [2020-02-12T17:49:30.777Z] #45 114.2 DEP criu/sigframe.d [2020-02-12T17:49:30.777Z] #45 114.4 DEP criu/shmem.d [2020-02-12T17:49:30.871Z] ok github.com/docker/docker/distribution/metadata 0.094s coverage: 48.2% of statements [2020-02-12T17:49:30.920Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/make.sh dynbinary-daemon test-docker-py [2020-02-12T17:49:31.066Z] #45 114.7 DEP criu/servicefd.d [2020-02-12T17:49:31.130Z] ok github.com/docker/docker/errdefs 0.018s coverage: 49.4% of statements [2020-02-12T17:49:31.356Z] #45 115.0 DEP criu/seize.d [2020-02-12T17:49:31.356Z] #45 115.4 DEP criu/seccomp.d [2020-02-12T17:49:31.484Z] [2020-02-12T17:49:31.484Z] Removing bundles/ [2020-02-12T17:49:31.484Z] [2020-02-12T17:49:31.484Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-12T17:49:31.484Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:49:31.484Z] GOOS="" GOARCH="" GOARM="" [2020-02-12T17:49:31.647Z] #45 ... [2020-02-12T17:49:31.647Z] [2020-02-12T17:49:31.647Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:31.647Z] #18 42.81 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-02-12T17:49:31.647Z] #18 42.83 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-12T17:49:31.679Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-02-12T17:49:31.699Z] ok github.com/docker/docker/distribution 0.230s coverage: 22.1% of statements [2020-02-12T17:49:31.699Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-12T17:49:32.182Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2020-02-12T17:49:33.554Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.687s coverage: 59.8% of statements [2020-02-12T17:49:33.554Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-12T17:49:33.554Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-12T17:49:33.608Z] ok github.com/docker/docker/image 0.052s coverage: 86.4% of statements [2020-02-12T17:49:33.608Z] ok github.com/docker/docker/image/cache 0.019s coverage: 19.2% of statements [2020-02-12T17:49:33.608Z] ok github.com/docker/docker/image/v1 0.021s coverage: 25.0% of statements [2020-02-12T17:49:33.867Z] ok github.com/docker/docker/libcontainerd/queue 0.038s coverage: 100.0% of statements [2020-02-12T17:49:33.868Z] ok github.com/docker/docker/distribution/xfer 1.703s coverage: 85.1% of statements [2020-02-12T17:49:33.868Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-12T17:49:33.868Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-12T17:49:33.868Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-12T17:49:34.315Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-02-12T17:49:35.086Z] ok github.com/docker/docker/daemon/images 0.021s coverage: 4.9% of statements [2020-02-12T17:49:35.086Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-12T17:49:35.086Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-12T17:49:35.459Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 42.7% of statements [2020-02-12T17:49:35.777Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 50.0% of statements [2020-02-12T17:49:35.777Z] ok github.com/docker/docker/opts 0.098s coverage: 67.0% of statements [2020-02-12T17:49:36.716Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2020-02-12T17:49:36.747Z] ok github.com/docker/docker/daemon/logger/awslogs 0.065s coverage: 77.8% of statements [2020-02-12T17:49:36.747Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-12T17:49:36.747Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-12T17:49:36.747Z] ok github.com/docker/docker/daemon/logger/gelf 0.003s coverage: 67.0% of statements [2020-02-12T17:49:37.243Z] #18 47.49 Selecting previously unselected package python3-minimal. [2020-02-12T17:49:37.243Z] #18 47.49 (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 ... 23601 files and directories currently installed.) [2020-02-12T17:49:37.243Z] #18 47.57 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-02-12T17:49:37.243Z] #18 47.57 Unpacking python3-minimal (3.7.3-1) ... [2020-02-12T17:49:37.243Z] #18 47.67 Selecting previously unselected package libmpdec2:ppc64el. [2020-02-12T17:49:37.243Z] #18 47.68 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-02-12T17:49:37.243Z] #18 47.69 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-02-12T17:49:37.243Z] #18 47.78 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-02-12T17:49:37.243Z] #18 47.79 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-12T17:49:37.243Z] #18 47.79 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-02-12T17:49:37.285Z] ok github.com/docker/docker/pkg/capabilities 0.031s coverage: 87.5% of statements [2020-02-12T17:49:37.532Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 26.2% of statements [2020-02-12T17:49:37.909Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.004s coverage: 62.1% of statements [2020-02-12T17:49:37.909Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2020-02-12T17:49:38.222Z] ok github.com/docker/docker/pkg/authorization 0.812s coverage: 68.3% of statements [2020-02-12T17:49:38.222Z] ok github.com/docker/docker/pkg/archive 1.165s coverage: 77.1% of statements [2020-02-12T17:49:38.279Z] #18 49.23 Selecting previously unselected package python3.7. [2020-02-12T17:49:38.279Z] #18 49.27 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-12T17:49:38.279Z] #18 49.28 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:49:38.279Z] #18 49.45 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-02-12T17:49:38.572Z] #18 49.49 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-02-12T17:49:38.572Z] #18 49.49 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-02-12T17:49:38.572Z] #18 49.65 Setting up python3-minimal (3.7.3-1) ... [2020-02-12T17:49:38.791Z] ok github.com/docker/docker/pkg/directory 0.019s coverage: 80.0% of statements [2020-02-12T17:49:39.052Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-02-12T17:49:39.155Z] ok github.com/docker/docker/daemon/logger/local 0.017s coverage: 74.7% of statements [2020-02-12T17:49:39.155Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-12T17:49:39.155Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.021s coverage: 19.9% of statements [2020-02-12T17:49:39.621Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2020-02-12T17:49:40.078Z] #18 51.32 Selecting previously unselected package python3. [2020-02-12T17:49:40.189Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-02-12T17:49:40.363Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-02-12T17:49:40.370Z] #18 51.32 (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 ... 24013 files and directories currently installed.) [2020-02-12T17:49:40.370Z] #18 51.45 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-02-12T17:49:40.370Z] #18 51.48 Unpacking python3 (3.7.3-1) ... [2020-02-12T17:49:40.707Z] #18 51.63 Selecting previously unselected package libip4tc0:ppc64el. [2020-02-12T17:49:40.707Z] #18 51.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-02-12T17:49:40.707Z] #18 51.65 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-02-12T17:49:40.707Z] #18 51.76 Selecting previously unselected package libip6tc0:ppc64el. [2020-02-12T17:49:40.707Z] #18 51.76 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-02-12T17:49:40.707Z] #18 51.78 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-02-12T17:49:40.721Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-02-12T17:49:40.758Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-02-12T17:49:40.999Z] #18 51.95 Selecting previously unselected package libiptc0:ppc64el. [2020-02-12T17:49:40.999Z] #18 51.95 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-02-12T17:49:40.999Z] #18 51.96 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-02-12T17:49:40.999Z] #18 52.11 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-02-12T17:49:40.999Z] #18 52.12 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-02-12T17:49:40.999Z] #18 52.13 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-02-12T17:49:40.999Z] #18 52.22 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-02-12T17:49:40.999Z] #18 52.23 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-02-12T17:49:40.999Z] #18 52.25 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-02-12T17:49:41.017Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-02-12T17:49:41.094Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2020-02-12T17:49:41.292Z] #18 52.35 Selecting previously unselected package libnftnl11:ppc64el. [2020-02-12T17:49:41.292Z] #18 52.36 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-02-12T17:49:41.292Z] #18 52.37 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-02-12T17:49:41.585Z] #18 52.52 Selecting previously unselected package iptables. [2020-02-12T17:49:41.585Z] #18 52.54 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-02-12T17:49:41.585Z] #18 52.55 Unpacking iptables (1.8.2-4) ... [2020-02-12T17:49:41.854Z] ok github.com/docker/docker/daemon/logger/splunk 1.469s coverage: 82.5% of statements [2020-02-12T17:49:41.854Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-12T17:49:41.854Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-12T17:49:41.876Z] #18 ... [2020-02-12T17:49:41.876Z] [2020-02-12T17:49:41.876Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:41.876Z] #45 115.7 DEP criu/rst-malloc.d [2020-02-12T17:49:41.876Z] #45 115.8 DEP criu/rbtree.d [2020-02-12T17:49:41.876Z] #45 115.9 DEP criu/pstree.d [2020-02-12T17:49:41.876Z] #45 116.2 DEP criu/protobuf.d [2020-02-12T17:49:41.876Z] #45 116.4 GEN criu/protobuf-desc-gen.h [2020-02-12T17:49:41.876Z] #45 119.0 DEP criu/protobuf-desc.d [2020-02-12T17:49:41.876Z] #45 119.3 DEP criu/proc_parse.d [2020-02-12T17:49:41.876Z] #45 119.6 DEP criu/plugin.d [2020-02-12T17:49:41.876Z] #45 119.8 DEP criu/pipes.d [2020-02-12T17:49:41.876Z] #45 120.1 DEP criu/pie-util.d [2020-02-12T17:49:41.876Z] #45 120.3 DEP criu/pie-util-vdso.d [2020-02-12T17:49:41.876Z] #45 120.6 DEP criu/pie-util-vdso-elf32.d [2020-02-12T17:49:41.876Z] #45 120.9 DEP criu/path.d [2020-02-12T17:49:41.876Z] #45 121.1 DEP criu/parasite-syscall.d [2020-02-12T17:49:41.876Z] #45 121.6 DEP criu/pagemap.d [2020-02-12T17:49:41.876Z] #45 121.9 DEP criu/pagemap-cache.d [2020-02-12T17:49:41.876Z] #45 122.3 DEP criu/page-xfer.d [2020-02-12T17:49:41.876Z] #45 122.6 DEP criu/page-pipe.d [2020-02-12T17:49:41.876Z] #45 122.8 DEP criu/netfilter.d [2020-02-12T17:49:41.876Z] #45 123.2 DEP criu/net.d [2020-02-12T17:49:41.876Z] #45 123.7 DEP criu/namespaces.d [2020-02-12T17:49:41.876Z] #45 124.0 DEP criu/mount.d [2020-02-12T17:49:41.876Z] #45 124.4 DEP criu/mem.d [2020-02-12T17:49:41.876Z] #45 124.6 DEP criu/lsm.d [2020-02-12T17:49:41.876Z] #45 124.9 DEP criu/log.d [2020-02-12T17:49:41.876Z] #45 125.2 DEP criu/libnetlink.d [2020-02-12T17:49:41.876Z] #45 125.4 DEP criu/kerndat.d [2020-02-12T17:49:41.876Z] #45 125.8 DEP criu/kcmp-ids.d [2020-02-12T17:49:41.955Z] ok github.com/docker/docker/pkg/chrootarchive 3.447s coverage: 43.2% of statements [2020-02-12T17:49:42.182Z] #45 126.0 DEP criu/irmap.d [2020-02-12T17:49:42.215Z] ok github.com/docker/docker/pkg/filenotify 0.612s coverage: 67.0% of statements [2020-02-12T17:49:42.474Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2020-02-12T17:49:42.491Z] #45 ... [2020-02-12T17:49:42.491Z] [2020-02-12T17:49:42.491Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:42.491Z] #18 53.48 Selecting previously unselected package xxd. [2020-02-12T17:49:42.491Z] #18 53.50 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-12T17:49:42.491Z] #18 53.52 Unpacking xxd (2:8.1.0875-5) ... [2020-02-12T17:49:42.781Z] #18 53.70 Selecting previously unselected package vim-common. [2020-02-12T17:49:42.781Z] #18 53.71 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:49:42.781Z] #18 53.79 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-12T17:49:43.041Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2020-02-12T17:49:43.041Z] ok github.com/docker/docker/pkg/fsutils 0.299s coverage: 85.1% of statements [2020-02-12T17:49:43.070Z] #18 54.12 Selecting previously unselected package bash-completion. [2020-02-12T17:49:43.070Z] #18 54.14 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-12T17:49:43.105Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2020-02-12T17:49:43.105Z] ok github.com/docker/docker/distribution 0.230s coverage: 22.1% of statements [2020-02-12T17:49:43.105Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-12T17:49:43.300Z] ok github.com/docker/docker/pkg/discovery/kv 3.089s coverage: 84.1% of statements [2020-02-12T17:49:44.239Z] ok github.com/docker/docker/layer 7.776s coverage: 68.8% of statements [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/oci [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-12T17:49:44.240Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-12T17:49:44.240Z] ok github.com/docker/docker/pkg/jsonmessage 0.016s coverage: 91.7% of statements [2020-02-12T17:49:44.342Z] ok github.com/docker/docker/errdefs 0.002s coverage: 49.4% of statements [2020-02-12T17:49:44.499Z] ok github.com/docker/docker/pkg/idtools 0.624s coverage: 70.1% of statements [2020-02-12T17:49:44.499Z] ok github.com/docker/docker/pkg/ioutils 0.613s coverage: 70.1% of statements [2020-02-12T17:49:44.759Z] ok github.com/docker/docker/pkg/locker 0.044s coverage: 88.9% of statements [2020-02-12T17:49:44.759Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2020-02-12T17:49:44.759Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-12T17:49:45.329Z] ok github.com/docker/docker/pkg/namesgenerator 0.020s coverage: 85.7% of statements [2020-02-12T17:49:45.329Z] ok github.com/docker/docker/pkg/parsers 0.045s coverage: 97.0% of statements [2020-02-12T17:49:45.586Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-02-12T17:49:45.589Z] ok github.com/docker/docker/pkg/parsers/kernel 0.024s coverage: 60.0% of statements [2020-02-12T17:49:45.836Z] #18 ... [2020-02-12T17:49:45.836Z] [2020-02-12T17:49:45.836Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:49:45.836Z] #48 209.4 vendor/golang.org/x/net/http2/hpack [2020-02-12T17:49:45.836Z] #48 215.0 mime [2020-02-12T17:49:45.836Z] #48 216.9 vendor/golang.org/x/net/idna [2020-02-12T17:49:45.836Z] #48 217.7 mime/quotedprintable [2020-02-12T17:49:45.949Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-02-12T17:49:46.127Z] #48 ... [2020-02-12T17:49:46.127Z] [2020-02-12T17:49:46.127Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:46.127Z] #45 126.4 DEP criu/ipc_ns.d [2020-02-12T17:49:46.127Z] #45 126.8 DEP criu/image.d [2020-02-12T17:49:46.127Z] #45 127.2 DEP criu/image-desc.d [2020-02-12T17:49:46.127Z] #45 127.4 DEP criu/fsnotify.d [2020-02-12T17:49:46.127Z] #45 127.8 DEP criu/filesystems.d [2020-02-12T17:49:46.127Z] #45 128.0 DEP criu/files.d [2020-02-12T17:49:46.127Z] #45 128.4 DEP criu/files-reg.d [2020-02-12T17:49:46.127Z] #45 128.7 DEP criu/files-ext.d [2020-02-12T17:49:46.127Z] #45 128.9 DEP criu/file-lock.d [2020-02-12T17:49:46.127Z] #45 129.1 DEP criu/file-ids.d [2020-02-12T17:49:46.127Z] #45 129.4 DEP criu/fifo.d [2020-02-12T17:49:46.127Z] #45 129.6 DEP criu/fdstore.d [2020-02-12T17:49:46.127Z] #45 129.9 DEP criu/fault-injection.d [2020-02-12T17:49:46.127Z] #45 130.0 DEP criu/external.d [2020-02-12T17:49:46.159Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.037s coverage: 91.4% of statements [2020-02-12T17:49:46.159Z] ok github.com/docker/docker/pkg/pidfile 0.016s coverage: 82.4% of statements [2020-02-12T17:49:46.305Z] ok github.com/docker/docker/distribution/xfer 1.887s coverage: 85.1% of statements [2020-02-12T17:49:46.305Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-12T17:49:46.305Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-12T17:49:46.416Z] #45 130.2 DEP criu/eventpoll.d [2020-02-12T17:49:46.710Z] #45 130.6 DEP criu/eventfd.d [2020-02-12T17:49:46.729Z] ok github.com/docker/docker/pkg/mount 0.864s coverage: 70.0% of statements [2020-02-12T17:49:46.729Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-12T17:49:46.729Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-12T17:49:46.729Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-12T17:49:46.729Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.030s coverage: 56.8% of statements [2020-02-12T17:49:47.002Z] #45 131.0 DEP criu/crtools.d [2020-02-12T17:49:47.083Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-02-12T17:49:47.083Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-12T17:49:47.637Z] #45 131.4 DEP criu/cr-service.d [2020-02-12T17:49:47.668Z] ok github.com/docker/docker/pkg/pools 0.014s coverage: 88.2% of statements [2020-02-12T17:49:47.669Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2020-02-12T17:49:47.669Z] ok github.com/docker/docker/pkg/plugins/transport 0.032s coverage: 85.7% of statements [2020-02-12T17:49:47.859Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-02-12T17:49:47.926Z] #45 131.8 DEP criu/cr-restore.d [2020-02-12T17:49:48.219Z] #45 132.2 DEP criu/cr-errno.d [2020-02-12T17:49:48.219Z] #45 132.2 DEP criu/cr-dump.d [2020-02-12T17:49:48.236Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2020-02-12T17:49:48.623Z] ok github.com/docker/docker/opts 0.015s coverage: 67.0% of statements [2020-02-12T17:49:48.623Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-12T17:49:48.805Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-02-12T17:49:48.850Z] #45 132.7 DEP criu/cr-dedup.d [2020-02-12T17:49:49.064Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 73.9% of statements [2020-02-12T17:49:49.171Z] #45 133.1 DEP criu/cr-check.d [2020-02-12T17:49:49.461Z] #45 ... [2020-02-12T17:49:49.461Z] [2020-02-12T17:49:49.461Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:49.461Z] #18 60.53 Unpacking bash-completion (1:2.8-6) ... [2020-02-12T17:49:49.641Z] ok github.com/docker/docker/pkg/streamformatter 0.017s coverage: 66.2% of statements [2020-02-12T17:49:49.641Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2020-02-12T17:49:49.900Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-02-12T17:49:50.127Z] #18 61.20 Selecting previously unselected package bzip2. [2020-02-12T17:49:50.127Z] #18 61.23 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-02-12T17:49:50.127Z] #18 61.23 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:49:50.161Z] ok github.com/docker/docker/pkg/sysinfo 0.013s coverage: 71.3% of statements [2020-02-12T17:49:50.394Z] ok github.com/docker/docker/pkg/archive 0.432s coverage: 76.8% of statements [2020-02-12T17:49:50.419Z] #18 61.43 Selecting previously unselected package xz-utils. [2020-02-12T17:49:50.419Z] #18 61.46 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-02-12T17:49:50.419Z] #18 61.47 Unpacking xz-utils (5.2.4-1) ... [2020-02-12T17:49:50.713Z] #18 61.77 Selecting previously unselected package apparmor. [2020-02-12T17:49:50.713Z] #18 61.79 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-02-12T17:49:51.008Z] #18 61.97 Unpacking apparmor (2.13.2-10) ... [2020-02-12T17:49:51.101Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 36.2% of statements [2020-02-12T17:49:51.101Z] ok github.com/docker/docker/pkg/tailfile 0.096s coverage: 88.6% of statements [2020-02-12T17:49:51.101Z] ok github.com/docker/docker/pkg/signal 2.812s coverage: 61.0% of statements [2020-02-12T17:49:51.294Z] ok github.com/docker/docker/pkg/authorization 0.384s coverage: 68.3% of statements [2020-02-12T17:49:51.294Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-12T17:49:51.638Z] #18 62.69 Selecting previously unselected package aufs-tools. [2020-02-12T17:49:51.638Z] #18 62.71 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-02-12T17:49:51.638Z] #18 62.71 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:49:51.706Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-02-12T17:49:51.928Z] #18 62.90 Selecting previously unselected package libonig5:ppc64el. [2020-02-12T17:49:51.928Z] #18 62.91 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-02-12T17:49:51.928Z] #18 62.92 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-02-12T17:49:51.928Z] #18 63.16 Selecting previously unselected package libjq1:ppc64el. [2020-02-12T17:49:52.040Z] testing: warning: no tests to run [2020-02-12T17:49:52.040Z] coverage: [no statements] [2020-02-12T17:49:52.040Z] ok github.com/docker/docker/pkg/term/windows 0.014s coverage: [no statements] [no tests to run] [2020-02-12T17:49:52.040Z] ok github.com/docker/docker/pkg/term 0.017s coverage: 84.8% of statements [2020-02-12T17:49:52.040Z] ok github.com/docker/docker/pkg/tarsum 0.152s coverage: 89.3% of statements [2020-02-12T17:49:52.218Z] #18 ... [2020-02-12T17:49:52.218Z] [2020-02-12T17:49:52.218Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:49:52.218Z] #51 DONE 225.7s [2020-02-12T17:49:52.218Z] [2020-02-12T17:49:52.218Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:52.218Z] #18 63.17 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-12T17:49:52.218Z] #18 63.18 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-12T17:49:52.218Z] #18 63.40 Selecting previously unselected package jq. [2020-02-12T17:49:52.218Z] #18 63.41 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-12T17:49:52.218Z] #18 63.44 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-12T17:49:52.301Z] ok github.com/docker/docker/pkg/urlutil 0.022s coverage: 100.0% of statements [2020-02-12T17:49:52.301Z] ok github.com/docker/docker/pkg/truncindex 0.118s coverage: 91.5% of statements [2020-02-12T17:49:52.508Z] #18 63.61 Selecting previously unselected package libaio1:ppc64el. [2020-02-12T17:49:52.508Z] #18 63.63 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-02-12T17:49:52.508Z] #18 63.64 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-02-12T17:49:52.560Z] ok github.com/docker/docker/pkg/useragent 0.007s coverage: 88.9% of statements [2020-02-12T17:49:52.798Z] #18 63.83 Selecting previously unselected package libgpm2:ppc64el. [2020-02-12T17:49:52.798Z] #18 63.83 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-02-12T17:49:52.798Z] #18 63.86 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-02-12T17:49:53.091Z] #18 64.05 Selecting previously unselected package libicu63:ppc64el. [2020-02-12T17:49:53.091Z] #18 64.10 Preparing to unpack .../20-libicu63_63.1-6_ppc64el.deb ... [2020-02-12T17:49:53.091Z] #18 64.13 Unpacking libicu63:ppc64el (63.1-6) ... [2020-02-12T17:49:53.939Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2020-02-12T17:49:54.199Z] ok github.com/docker/docker/profiles/seccomp 0.021s coverage: 73.8% of statements [2020-02-12T17:49:55.138Z] ok github.com/docker/docker/reference 0.036s coverage: 84.4% of statements [2020-02-12T17:49:55.707Z] ok github.com/docker/docker/plugin 0.566s coverage: 27.1% of statements [2020-02-12T17:49:55.843Z] ok github.com/docker/docker/layer 7.594s coverage: 68.8% of statements [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/oci [no test files] [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-12T17:49:55.843Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-02-12T17:49:55.843Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-02-12T17:49:55.843Z] ok github.com/docker/docker/pkg/chrootarchive 3.394s coverage: 43.2% of statements [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-12T17:49:55.843Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-12T17:49:56.207Z] ok github.com/docker/docker/pkg/discovery/file 0.001s coverage: 92.9% of statements [2020-02-12T17:49:56.276Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-02-12T17:49:56.536Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2020-02-12T17:49:56.536Z] ok github.com/docker/docker/registry 0.228s coverage: 56.0% of statements [2020-02-12T17:49:56.571Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2020-02-12T17:49:56.942Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-02-12T17:49:57.105Z] ok github.com/docker/docker/testutil 0.019s coverage: 62.5% of statements [2020-02-12T17:49:57.674Z] ok github.com/docker/docker/runconfig 0.031s coverage: 68.2% of statements [2020-02-12T17:49:57.731Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-02-12T17:49:58.514Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2020-02-12T17:49:58.663Z] #18 ... [2020-02-12T17:49:58.664Z] [2020-02-12T17:49:58.664Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:49:58.664Z] #48 221.5 net/textproto [2020-02-12T17:49:58.664Z] #48 221.5 crypto/x509 [2020-02-12T17:49:58.664Z] #48 225.3 mime/multipart [2020-02-12T17:49:58.664Z] #48 226.0 vendor/golang.org/x/net/http/httpguts [2020-02-12T17:49:58.664Z] #48 226.0 vendor/golang.org/x/net/http/httpproxy [2020-02-12T17:49:58.664Z] #48 231.0 crypto/tls [2020-02-12T17:49:58.664Z] #48 ... [2020-02-12T17:49:58.664Z] [2020-02-12T17:49:58.664Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:49:58.664Z] #45 133.5 DEP criu/config.d [2020-02-12T17:49:58.664Z] #45 133.9 DEP criu/clone-noasan.d [2020-02-12T17:49:58.664Z] #45 134.0 DEP criu/cgroup.d [2020-02-12T17:49:58.664Z] #45 134.4 DEP criu/cgroup-props.d [2020-02-12T17:49:58.664Z] #45 134.7 DEP criu/bitmap.d [2020-02-12T17:49:58.664Z] #45 134.8 DEP criu/bfd.d [2020-02-12T17:49:58.664Z] #45 135.0 DEP criu/autofs.d [2020-02-12T17:49:58.664Z] #45 135.4 DEP criu/aio.d [2020-02-12T17:49:58.664Z] #45 135.8 DEP criu/action-scripts.d [2020-02-12T17:49:58.664Z] #45 136.7 CC criu/action-scripts.o [2020-02-12T17:49:58.664Z] #45 138.1 CC criu/aio.o [2020-02-12T17:49:58.664Z] #45 139.2 CC criu/autofs.o [2020-02-12T17:49:58.664Z] #45 142.2 CC criu/bfd.o [2020-02-12T17:49:59.291Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2020-02-12T17:49:59.308Z] #45 ... [2020-02-12T17:49:59.308Z] [2020-02-12T17:49:59.308Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:49:59.308Z] #18 70.27 Selecting previously unselected package libnet1:ppc64el. [2020-02-12T17:49:59.308Z] #18 70.29 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-12T17:49:59.308Z] #18 70.30 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-12T17:49:59.309Z] #18 70.43 Selecting previously unselected package libnl-3-200:ppc64el. [2020-02-12T17:49:59.309Z] #18 70.46 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-02-12T17:49:59.309Z] #18 70.47 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-12T17:49:59.603Z] #18 70.60 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-02-12T17:49:59.603Z] #18 70.62 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-02-12T17:49:59.603Z] #18 70.63 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-12T17:49:59.603Z] #18 70.70 Selecting previously unselected package libreadline5:ppc64el. [2020-02-12T17:49:59.603Z] #18 70.72 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-02-12T17:49:59.603Z] #18 70.72 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-02-12T17:49:59.894Z] #18 70.95 Selecting previously unselected package net-tools. [2020-02-12T17:49:59.894Z] #18 70.96 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-02-12T17:49:59.894Z] #18 70.99 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:50:00.213Z] ok github.com/docker/docker/volume/drivers 0.026s coverage: 36.1% of statements [2020-02-12T17:50:00.213Z] ok github.com/docker/docker/volume/local 0.041s coverage: 73.0% of statements [2020-02-12T17:50:00.213Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.0% of statements [2020-02-12T17:50:00.292Z] ok github.com/docker/docker/pkg/discovery/kv 3.071s coverage: 84.1% of statements [2020-02-12T17:50:00.292Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-02-12T17:50:00.527Z] #18 71.43 Selecting previously unselected package python-pip-whl. [2020-02-12T17:50:00.527Z] #18 71.46 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-12T17:50:00.527Z] #18 71.48 Unpacking python-pip-whl (18.1-5) ... [2020-02-12T17:50:00.715Z] ok github.com/docker/docker/pkg/fsutils 0.458s coverage: 85.1% of statements [2020-02-12T17:50:01.149Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.0% of statements [2020-02-12T17:50:01.164Z] #18 72.21 Selecting previously unselected package python3-lib2to3. [2020-02-12T17:50:01.164Z] #18 72.22 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-12T17:50:01.164Z] #18 72.23 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:50:01.456Z] #18 72.49 Selecting previously unselected package python3-distutils. [2020-02-12T17:50:01.456Z] #18 72.53 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-12T17:50:01.456Z] #18 72.54 Unpacking python3-distutils (3.7.3-1) ... [2020-02-12T17:50:01.496Z] ok github.com/docker/docker/pkg/idtools 0.321s coverage: 70.1% of statements [2020-02-12T17:50:01.496Z] ok github.com/docker/docker/pkg/ioutils 0.305s coverage: 70.1% of statements [2020-02-12T17:50:01.747Z] #18 72.76 Selecting previously unselected package python3-pip. [2020-02-12T17:50:01.747Z] #18 72.78 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-12T17:50:01.747Z] #18 72.79 Unpacking python3-pip (18.1-5) ... [2020-02-12T17:50:01.874Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-02-12T17:50:01.875Z] ok github.com/docker/docker/pkg/locker 0.011s coverage: 88.9% of statements [2020-02-12T17:50:01.875Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-02-12T17:50:01.875Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-12T17:50:02.039Z] #18 73.05 Selecting previously unselected package python3-pkg-resources. [2020-02-12T17:50:02.039Z] #18 73.06 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-12T17:50:02.039Z] #18 73.06 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:50:02.251Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-02-12T17:50:02.329Z] #18 73.34 Selecting previously unselected package python3-setuptools. [2020-02-12T17:50:02.329Z] #18 73.35 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-12T17:50:02.329Z] #18 73.36 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-12T17:50:02.621Z] #18 73.71 Selecting previously unselected package python3-wheel. [2020-02-12T17:50:02.621Z] #18 73.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-12T17:50:02.621Z] #18 73.72 Unpacking python3-wheel (0.32.3-2) ... [2020-02-12T17:50:02.622Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-02-12T17:50:02.912Z] #18 73.80 Selecting previously unselected package thin-provisioning-tools. [2020-02-12T17:50:02.912Z] #18 73.82 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-02-12T17:50:02.912Z] #18 73.83 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:50:02.973Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-02-12T17:50:03.204Z] #18 74.36 Selecting previously unselected package vim-runtime. [2020-02-12T17:50:03.353Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-02-12T17:50:03.353Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-02-12T17:50:03.497Z] #18 74.37 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-12T17:50:03.497Z] #18 74.44 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-12T17:50:03.497Z] #18 74.55 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-12T17:50:03.497Z] #18 74.56 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:50:03.730Z] ok github.com/docker/docker/pkg/mount 1.213s coverage: 70.0% of statements [2020-02-12T17:50:03.730Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-12T17:50:03.730Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-12T17:50:03.730Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-12T17:50:04.504Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2020-02-12T17:50:04.853Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-02-12T17:50:05.218Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-02-12T17:50:05.218Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-02-12T17:50:06.399Z] edbd72df76b4: Pull complete [2020-02-12T17:50:06.399Z] Digest: sha256:d36276076915c59799c3eb700c5d7db0a7426744e3ea0b3c8b327a4130d50b90 [2020-02-12T17:50:06.399Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T17:50:06.399Z] mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T17:50:06.399Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:10.0.17763.973 completed successfully [2020-02-12T17:50:06.399Z] INFO: Tagging mcr.microsoft.com/windows/servercore:10.0.17763.973 as microsoft/windowsservercore [2020-02-12T17:50:06.399Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.973' [2020-02-12T17:50:06.399Z] INFO: Docker version of control daemon [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] Client: Docker Engine - Enterprise [2020-02-12T17:50:06.399Z] Version: 19.03.5 [2020-02-12T17:50:06.399Z] API version: 1.40 [2020-02-12T17:50:06.399Z] Go version: go1.12.12 [2020-02-12T17:50:06.399Z] Git commit: 2ee0c57608 [2020-02-12T17:50:06.399Z] Built: 11/13/2019 08:00:16 [2020-02-12T17:50:06.399Z] OS/Arch: windows/amd64 [2020-02-12T17:50:06.399Z] Experimental: false [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] Server: Docker Engine - Enterprise [2020-02-12T17:50:06.399Z] Engine: [2020-02-12T17:50:06.399Z] Version: 19.03.5 [2020-02-12T17:50:06.399Z] API version: 1.40 (minimum version 1.24) [2020-02-12T17:50:06.399Z] Go version: go1.12.12 [2020-02-12T17:50:06.399Z] Git commit: 2ee0c57608 [2020-02-12T17:50:06.399Z] Built: 11/13/2019 07:58:51 [2020-02-12T17:50:06.399Z] OS/Arch: windows/amd64 [2020-02-12T17:50:06.399Z] Experimental: true [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] INFO: Docker info of control daemon [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] Client: [2020-02-12T17:50:06.399Z] Debug Mode: false [2020-02-12T17:50:06.399Z] Plugins: [2020-02-12T17:50:06.399Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] Server: [2020-02-12T17:50:06.399Z] Containers: 0 [2020-02-12T17:50:06.399Z] Running: 0 [2020-02-12T17:50:06.399Z] Paused: 0 [2020-02-12T17:50:06.399Z] Stopped: 0 [2020-02-12T17:50:06.399Z] Images: 1 [2020-02-12T17:50:06.399Z] Server Version: 19.03.5 [2020-02-12T17:50:06.399Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-12T17:50:06.399Z] Windows: [2020-02-12T17:50:06.399Z] LCOW: [2020-02-12T17:50:06.399Z] Logging Driver: json-file [2020-02-12T17:50:06.399Z] Plugins: [2020-02-12T17:50:06.399Z] Volume: local [2020-02-12T17:50:06.399Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-12T17:50:06.399Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-12T17:50:06.399Z] Swarm: inactive [2020-02-12T17:50:06.399Z] Default Isolation: process [2020-02-12T17:50:06.399Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-12T17:50:06.399Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-12T17:50:06.399Z] OSType: windows [2020-02-12T17:50:06.399Z] Architecture: x86_64 [2020-02-12T17:50:06.399Z] CPUs: 4 [2020-02-12T17:50:06.399Z] Total Memory: 32GiB [2020-02-12T17:50:06.399Z] Name: azwin-2-6520f0 [2020-02-12T17:50:06.399Z] ID: SJWS:LFOI:XJXC:CI7J:AAHN:OJXQ:CQVN:VWVD:PQVT:FXW3:C7RB:NUBY [2020-02-12T17:50:06.399Z] Docker Root Dir: D:\docker [2020-02-12T17:50:06.399Z] Debug Mode: false [2020-02-12T17:50:06.399Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:50:06.399Z] Labels: [2020-02-12T17:50:06.399Z] Experimental: true [2020-02-12T17:50:06.399Z] Insecure Registries: [2020-02-12T17:50:06.399Z] 10.0.0.4:5000 [2020-02-12T17:50:06.399Z] 127.0.0.0/8 [2020-02-12T17:50:06.399Z] Registry Mirrors: [2020-02-12T17:50:06.399Z] http://10.0.0.4:5000/ [2020-02-12T17:50:06.399Z] Live Restore Enabled: false [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] INFO: Commit hash is da6c1429d0 [2020-02-12T17:50:06.399Z] INFO: Nuke-Everything... [2020-02-12T17:50:06.399Z] INFO: Container count on control daemon to delete is 0 [2020-02-12T17:50:06.399Z] INFO: Nuking d:\CI [2020-02-12T17:50:06.399Z] INFO: Zapped successfully [2020-02-12T17:50:06.399Z] INFO: Location for testing is d:\CI\PR-40500\6 [2020-02-12T17:50:06.399Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] INFO: Building the image from Dockerfile.windows at 02/12/2020 17:49:57... [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] Sending build context to Docker daemon 51.67MB [2020-02-12T17:50:06.399Z] [2020-02-12T17:50:06.399Z] Step 1/10 : FROM microsoft/windowsservercore [2020-02-12T17:50:06.399Z] ---> 3b63d96cf771 [2020-02-12T17:50:06.399Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-02-12T17:50:06.399Z] ---> Running in f36305489493 [2020-02-12T17:50:06.399Z] Removing intermediate container f36305489493 [2020-02-12T17:50:06.399Z] ---> bdc522a369b1 [2020-02-12T17:50:06.399Z] Step 3/10 : ARG GO_VERSION=1.13.7 [2020-02-12T17:50:06.399Z] ---> Running in 8b369477cfe2 [2020-02-12T17:50:06.399Z] Removing intermediate container 8b369477cfe2 [2020-02-12T17:50:06.399Z] ---> b2314f7a2f0f [2020-02-12T17:50:06.399Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-02-12T17:50:06.399Z] ---> Running in 3b220011b612 [2020-02-12T17:50:06.399Z] Removing intermediate container 3b220011b612 [2020-02-12T17:50:06.399Z] ---> 5f5028278bc8 [2020-02-12T17:50:06.399Z] 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-12T17:50:06.399Z] ---> Running in 224c2227b52f [2020-02-12T17:50:06.399Z] Removing intermediate container 224c2227b52f [2020-02-12T17:50:06.399Z] ---> 29b83eeb7be9 [2020-02-12T17:50:06.399Z] 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-12T17:50:06.399Z] ---> Running in f0c988f304c4 [2020-02-12T17:50:06.419Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-02-12T17:50:06.776Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-02-12T17:50:09.085Z] #18 ... [2020-02-12T17:50:09.085Z] [2020-02-12T17:50:09.085Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:50:09.085Z] #48 241.9 net/http/httptrace [2020-02-12T17:50:09.085Z] #48 242.4 net/http [2020-02-12T17:50:09.727Z] #48 ... [2020-02-12T17:50:09.727Z] [2020-02-12T17:50:09.727Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:50:09.727Z] #45 143.3 CC criu/bitmap.o [2020-02-12T17:50:09.727Z] #45 143.6 CC criu/cgroup-props.o [2020-02-12T17:50:09.727Z] #45 145.8 CC criu/cgroup.o [2020-02-12T17:50:09.727Z] #45 152.7 CC criu/clone-noasan.o [2020-02-12T17:50:09.727Z] #45 153.0 CC criu/config.o [2020-02-12T17:50:09.727Z] #45 ... [2020-02-12T17:50:09.727Z] [2020-02-12T17:50:09.727Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:50:09.835Z] ok github.com/docker/docker/pkg/signal 2.363s coverage: 61.0% of statements [2020-02-12T17:50:09.835Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-02-12T17:50:10.204Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-02-12T17:50:10.583Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-02-12T17:50:10.583Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-02-12T17:50:10.950Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-02-12T17:50:11.712Z] ok github.com/docker/docker/pkg/system 0.014s coverage: 36.2% of statements [2020-02-12T17:50:12.059Z] ok github.com/docker/docker/pkg/tailfile 0.075s coverage: 88.6% of statements [2020-02-12T17:50:12.413Z] ok github.com/docker/docker/pkg/tarsum 0.033s coverage: 89.3% of statements [2020-02-12T17:50:12.765Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2020-02-12T17:50:12.765Z] testing: warning: no tests to run [2020-02-12T17:50:12.765Z] coverage: [no statements] [2020-02-12T17:50:12.765Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-12T17:50:13.117Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-02-12T17:50:13.475Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-02-12T17:50:13.838Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-12T17:50:13.987Z] [2020-02-12T17:50:13.987Z] SUCCESS: Specified value was saved. [2020-02-12T17:50:13.987Z] INFO: Downloading git... [2020-02-12T17:50:15.061Z] #24 243.3 Checking out files: 20% (2179/10554) Checking out files: 21% (2217/10554) Checking out files: 22% (2322/10554) Checking out files: 23% (2428/10554) Checking out files: 24% (2533/10554) Checking out files: 25% (2639/10554) Checking out files: 26% (2745/10554) Checking out files: 27% (2850/10554) Checking out files: 28% (2956/10554) Checking out files: 29% (3061/10554) Checking out files: 30% (3167/10554) Checking out files: 31% (3272/10554) Checking out files: 32% (3378/10554) Checking out files: 32% (3463/10554) Checking out files: 33% (3483/10554) Checking out files: 34% (3589/10554) Checking out files: 35% (3694/10554) Checking out files: 36% (3800/10554) Checking out files: 37% (3905/10554) Checking out files: 38% (4011/10554) Checking out files: 39% (4117/10554) Checking out files: 40% (4222/10554) Checking out files: 41% (4328/10554) Checking out files: 42% (4433/10554) Checking out files: 43% (4539/10554) Checking out files: 44% (4644/10554) Checking out files: 44% (4688/10554) Checking out files: 45% (4750/10554) Checking out files: 46% (4855/10554) Checking out files: 47% (4961/10554) Checking out files: 48% (5066/10554) Checking out files: 49% (5172/10554) Checking out files: 50% (5277/10554) Checking out files: 51% (5383/10554) Checking out files: 52% (5489/10554) Checking out files: 53% (5594/10554) Checking out files: 54% (5700/10554) Checking out files: 55% (5805/10554) Checking out files: 56% (5911/10554) Checking out files: 57% (6016/10554) Checking out files: 58% (6122/10554) Checking out files: 59% (6227/10554) Checking out files: 59% (6276/10554) Checking out files: 60% (6333/10554) Checking out files: 61% (6438/10554) Checking out files: 62% (6544/10554) Checking out files: 63% (6650/10554) Checking out files: 64% (6755/10554) Checking out files: 65% (6861/10554) Checking out files: 66% (6966/10554) Checking out files: 67% (7072/10554) Checking out files: 68% (7177/10554) Checking out files: 69% (7283/10554) Checking out files: 70% (7388/10554) Checking out files: 71% (7494/10554) Checking out files: 72% (7599/10554) Checking out files: 73% (7705/10554) Checking out files: 74% (7810/10554) Checking out files: 75% (7916/10554) Checking out files: 76% (8022/10554) Checking out files: 76% (8046/10554) Checking out files: 77% (8127/10554) Checking out files: 78% (8233/10554) Checking out files: 79% (8338/10554) Checking out files: 80% (8444/10554) Checking out files: 81% (8549/10554) Checking out files: 82% (8655/10554) Checking out files: 83% (8760/10554) Checking out files: 84% (8866/10554) Checking out files: 85% (8971/10554) Checking out files: 86% (9077/10554) Checking out files: 87% (9182/10554) Checking out files: 88% (9288/10554) Checking out files: 89% (9394/10554) Checking out files: 90% (9499/10554) Checking out files: 90% (9579/10554) Checking out files: 91% (9605/10554) Checking out files: 92% (9710/10554) Checking out files: 93% (9816/10554) Checking out files: 94% (9921/10554) Checking out files: 95% (10027/10554) Checking out files: 96% (10132/10554) Checking out files: 97% (10238/10554) Checking out files: 98% (10343/10554) Checking out files: 99% (10449/10554) Checking out files: 100% (10554/10554) Checking out files: 100% (10554/10554), done. [2020-02-12T17:50:15.352Z] #24 249.0 + cd /tmp/tmp.aaSHjSngv7/tmp/docker-ce [2020-02-12T17:50:15.352Z] #24 249.0 + git checkout -q v17.06.2-ce [2020-02-12T17:50:15.533Z] INFO: Downloading go... [2020-02-12T17:50:15.570Z] ok github.com/docker/docker/plugin 0.544s coverage: 27.1% of statements [2020-02-12T17:50:16.370Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-02-12T17:50:16.931Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2020-02-12T17:50:17.070Z] INFO: Downloading compiler 1 of 3... [2020-02-12T17:50:17.320Z] ok github.com/docker/docker/reference 0.004s coverage: 83.7% of statements [2020-02-12T17:50:17.529Z] INFO: Downloading compiler 2 of 3... [2020-02-12T17:50:17.993Z] INFO: Downloading compiler 3 of 3... [2020-02-12T17:50:18.452Z] INFO: Extracting git... [2020-02-12T17:50:19.355Z] ok github.com/docker/docker/registry 0.106s coverage: 56.0% of statements [2020-02-12T17:50:19.719Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-02-12T17:50:19.719Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-02-12T17:50:19.811Z] #24 ... [2020-02-12T17:50:19.811Z] [2020-02-12T17:50:19.811Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:50:19.811Z] #18 80.20 Selecting previously unselected package vim. [2020-02-12T17:50:19.811Z] #18 80.22 Preparing to unpack .../35-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-12T17:50:19.811Z] #18 80.26 Unpacking vim (2:8.1.0875-5) ... [2020-02-12T17:50:19.811Z] #18 81.30 Selecting previously unselected package xfsprogs. [2020-02-12T17:50:19.811Z] #18 81.31 Preparing to unpack .../36-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-02-12T17:50:19.811Z] #18 81.32 Unpacking xfsprogs (4.20.0-1) ... [2020-02-12T17:50:19.811Z] #18 82.35 Selecting previously unselected package zip. [2020-02-12T17:50:19.811Z] #18 82.37 Preparing to unpack .../37-zip_3.0-11+b1_ppc64el.deb ... [2020-02-12T17:50:19.811Z] #18 82.37 Unpacking zip (3.0-11+b1) ... [2020-02-12T17:50:19.811Z] #18 82.67 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-12T17:50:19.811Z] #18 82.68 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-12T17:50:19.811Z] #18 82.68 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-02-12T17:50:19.811Z] #18 82.69 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-02-12T17:50:19.811Z] #18 82.71 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-02-12T17:50:19.811Z] #18 82.72 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-02-12T17:50:19.811Z] #18 82.72 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-02-12T17:50:19.811Z] #18 82.73 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-12T17:50:19.811Z] #18 82.73 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-12T17:50:19.811Z] #18 82.78 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-12T17:50:19.811Z] #18 82.78 Setting up libicu63:ppc64el (63.1-6) ... [2020-02-12T17:50:19.811Z] #18 82.78 Setting up xxd (2:8.1.0875-5) ... [2020-02-12T17:50:19.811Z] #18 82.79 Setting up zip (3.0-11+b1) ... [2020-02-12T17:50:19.811Z] #18 82.80 Setting up vim-common (2:8.1.0875-5) ... [2020-02-12T17:50:19.811Z] #18 82.91 Setting up bash-completion (1:2.8-6) ... [2020-02-12T17:50:19.811Z] #18 88.36 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-02-12T17:50:19.811Z] #18 88.37 Setting up xz-utils (5.2.4-1) ... [2020-02-12T17:50:19.811Z] #18 88.41 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-12T17:50:19.811Z] #18 88.43 Setting up pigz (2.4-1) ... [2020-02-12T17:50:19.811Z] #18 88.44 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-02-12T17:50:19.811Z] #18 88.46 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-12T17:50:19.811Z] #18 88.47 Setting up python-pip-whl (18.1-5) ... [2020-02-12T17:50:19.811Z] #18 88.48 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-02-12T17:50:19.811Z] #18 88.49 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-12T17:50:19.811Z] #18 89.57 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-02-12T17:50:19.811Z] #18 89.57 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-02-12T17:50:19.811Z] #18 89.58 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-02-12T17:50:19.811Z] #18 89.58 Setting up vim (2:8.1.0875-5) ... [2020-02-12T17:50:19.811Z] #18 89.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-12T17:50:19.811Z] #18 89.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-12T17:50:19.811Z] #18 89.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-12T17:50:19.811Z] #18 89.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-12T17:50:19.811Z] #18 89.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-12T17:50:19.811Z] #18 89.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-12T17:50:19.811Z] #18 89.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-12T17:50:19.811Z] #18 89.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-12T17:50:19.811Z] #18 89.73 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-12T17:50:19.811Z] #18 89.73 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-12T17:50:19.811Z] #18 89.75 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-02-12T17:50:19.811Z] #18 89.76 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-12T17:50:19.811Z] #18 89.76 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-02-12T17:50:19.811Z] #18 89.79 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-12T17:50:19.811Z] #18 ... [2020-02-12T17:50:19.811Z] [2020-02-12T17:50:19.811Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:50:19.811Z] #24 253.3 + mkdir -p /tmp/tmp.aaSHjSngv7/src/github.com/docker [2020-02-12T17:50:19.811Z] #24 253.3 + mv components/cli /tmp/tmp.aaSHjSngv7/src/github.com/docker/cli [2020-02-12T17:50:19.811Z] #24 253.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-02-12T17:50:20.486Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2020-02-12T17:50:20.841Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-02-12T17:50:23.073Z] ok github.com/docker/docker/pkg/plugins 33.663s coverage: 76.6% of statements [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/rootless [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/volume [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-12T17:50:23.073Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === Skipped [2020-02-12T17:50:23.073Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-12T17:50:23.073Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-12T17:50:23.073Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:73: No driver to put! [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-12T17:50:23.073Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-12T17:50:23.073Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-12T17:50:23.073Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:23.073Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-12T17:50:23.073Z] graphtest_unix.go:73: No driver to put! [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-12T17:50:23.073Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-12T17:50:23.073Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] [2020-02-12T17:50:23.073Z] DONE 2155 tests, 20 skipped in 187.817s Post stage [Pipeline] junit [2020-02-12T17:50:23.086Z] Recording test results [2020-02-12T17:50:23.248Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-02-12T17:50:23.361Z] #24 ... [2020-02-12T17:50:23.361Z] [2020-02-12T17:50:23.361Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:50:23.361Z] #45 157.0 CC criu/cr-check.o [2020-02-12T17:50:23.361Z] #45 160.6 CC criu/cr-dedup.o [2020-02-12T17:50:23.361Z] #45 161.8 CC criu/cr-dump.o [2020-02-12T17:50:23.361Z] #45 166.4 CC criu/cr-errno.o [2020-02-12T17:50:23.361Z] #45 166.6 CC criu/cr-restore.o [2020-02-12T17:50:23.599Z] ok github.com/docker/docker/volume/local 0.027s coverage: 73.0% of statements [2020-02-12T17:50:23.955Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-02-12T17:50:25.177Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-12T17:50:25.689Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -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:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/make.sh dynbinary test-integration [2020-02-12T17:50:26.097Z] #45 ... [2020-02-12T17:50:26.097Z] [2020-02-12T17:50:26.097Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:50:26.097Z] #18 97.21 Setting up iptables (1.8.2-4) ... [2020-02-12T17:50:26.097Z] #18 97.25 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:50:26.097Z] #18 97.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:50:26.097Z] #18 97.28 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-12T17:50:26.097Z] #18 97.30 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-12T17:50:26.097Z] #18 97.31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-12T17:50:26.097Z] #18 97.33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-12T17:50:26.387Z] #18 97.34 Setting up python3 (3.7.3-1) ... [2020-02-12T17:50:26.625Z] [2020-02-12T17:50:26.625Z] Removing bundles/ [2020-02-12T17:50:26.625Z] [2020-02-12T17:50:26.625Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-12T17:50:26.625Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:50:26.625Z] GOOS="" GOARCH="" GOARM="" [2020-02-12T17:50:27.019Z] #18 98.11 Setting up python3-wheel (0.32.3-2) ... [2020-02-12T17:50:28.526Z] #18 99.45 Setting up apparmor (2.13.2-10) ... [2020-02-12T17:50:30.595Z] #18 101.8 Setting up xfsprogs (4.20.0-1) ... [2020-02-12T17:50:30.595Z] #18 101.8 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-12T17:50:31.627Z] #18 102.7 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-12T17:50:33.189Z] #18 ... [2020-02-12T17:50:33.189Z] [2020-02-12T17:50:33.189Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:50:33.189Z] #45 176.9 CC criu/cr-service.o [2020-02-12T17:50:33.257Z] INFO: Expanding go... [2020-02-12T17:50:36.701Z] #45 180.0 CC criu/crtools.o [2020-02-12T17:50:37.340Z] #45 181.0 CC criu/eventfd.o [2020-02-12T17:50:37.980Z] #45 181.8 CC criu/eventpoll.o [2020-02-12T17:50:38.554Z] ok github.com/docker/docker/pkg/plugins 33.623s coverage: 76.6% of statements [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/rootless [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/volume [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-12T17:50:38.554Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === Skipped [2020-02-12T17:50:38.554Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-12T17:50:38.554Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-12T17:50:38.554Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:73: No driver to put! [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-12T17:50:38.554Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-12T17:50:38.554Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-12T17:50:38.554Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T17:50:38.554Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-12T17:50:38.554Z] graphtest_unix.go:73: No driver to put! [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-12T17:50:38.554Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-12T17:50:38.554Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] [2020-02-12T17:50:38.554Z] DONE 2155 tests, 20 skipped in 193.113s Post stage [Pipeline] junit [2020-02-12T17:50:38.674Z] Recording test results [2020-02-12T17:50:39.021Z] #45 ... [2020-02-12T17:50:39.021Z] [2020-02-12T17:50:39.021Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-12T17:50:39.021Z] #18 104.5 Setting up python3-distutils (3.7.3-1) ... [2020-02-12T17:50:39.021Z] #18 105.4 Setting up python3-setuptools (40.8.0-1) ... [2020-02-12T17:50:39.021Z] #18 107.7 Setting up python3-pip (18.1-5) ... [2020-02-12T17:50:39.021Z] #18 109.5 Processing triggers for libc-bin (2.28-10) ... [2020-02-12T17:50:39.021Z] #18 109.6 Processing triggers for mime-support (3.62) ... [2020-02-12T17:50:39.021Z] #18 DONE 109.9s [2020-02-12T17:50:39.021Z] [2020-02-12T17:50:39.021Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-12T17:50:39.315Z] #19 0.545 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-12T17:50:39.315Z] #19 0.553 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-12T17:50:39.835Z] #19 0.556 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-12T17:50:39.835Z] #19 DONE 0.6s [2020-02-12T17:50:39.835Z] [2020-02-12T17:50:39.835Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:50:39.835Z] #20 ... [2020-02-12T17:50:39.835Z] [2020-02-12T17:50:39.835Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:50:39.835Z] #48 263.0 github.com/LK4D4/vndr/godl [2020-02-12T17:50:39.835Z] #48 264.2 github.com/LK4D4/vndr [2020-02-12T17:50:39.835Z] #48 ... [2020-02-12T17:50:39.835Z] [2020-02-12T17:50:39.835Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:50:39.835Z] #45 183.3 CC criu/external.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-12T17:50:40.505Z] #45 184.2 CC criu/fault-injection.o [2020-02-12T17:50:40.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-12T17:50:40.794Z] #45 184.5 CC criu/fdstore.o [2020-02-12T17:50:40.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-12T17:50:40.927Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -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:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/make.sh dynbinary test-integration [2020-02-12T17:50:40.927Z] [2020-02-12T17:50:40.927Z] Removing bundles/ [2020-02-12T17:50:40.927Z] [2020-02-12T17:50:40.927Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-12T17:50:41.310Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:50:41.310Z] GOOS="" GOARCH="" GOARM="" [2020-02-12T17:50:41.477Z] #45 185.2 CC criu/fifo.o [2020-02-12T17:50:42.506Z] #45 186.1 CC criu/file-ids.o [2020-02-12T17:50:42.799Z] #45 186.7 CC criu/file-lock.o [2020-02-12T17:50:44.859Z] #45 188.5 CC criu/files-ext.o [2020-02-12T17:50:45.494Z] #45 189.2 CC criu/files-reg.o [2020-02-12T17:50:47.000Z] #45 ... [2020-02-12T17:50:47.000Z] [2020-02-12T17:50:47.000Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:50:47.000Z] #48 DONE 280.5s [2020-02-12T17:50:47.000Z] [2020-02-12T17:50:47.000Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:50:48.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-12T17:50:50.537Z] #24 ... [2020-02-12T17:50:50.537Z] [2020-02-12T17:50:50.537Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-12T17:50:50.537Z] #20 10.56 Collecting yamllint==1.16.0 [2020-02-12T17:50:50.828Z] #20 11.37 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-12T17:50:51.120Z] #20 11.57 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-12T17:50:51.120Z] #20 11.66 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-12T17:50:51.120Z] #20 11.75 Collecting pyyaml (from yamllint==1.16.0) [2020-02-12T17:50:51.410Z] #20 12.06 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-12T17:50:52.883Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:50:52.883Z] [2020-02-12T17:50:52.883Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-02-12T17:50:52.883Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-02-12T17:50:52.883Z] Using test binary docker [2020-02-12T17:50:52.883Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-12T17:50:52.883Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T17:50:52.883Z] INFO: Waiting for daemon to start... [2020-02-12T17:50:52.883Z] Starting dockerd [2020-02-12T17:50:52.883Z] . [2020-02-12T17:50:52.883Z] INFO: Building docker-sdk-python3:4.2.0... [2020-02-12T17:50:54.138Z] #20 14.41 Building wheels for collected packages: pyyaml [2020-02-12T17:50:54.138Z] #20 14.41 Running setup.py bdist_wheel for pyyaml: started [2020-02-12T17:50:54.356Z] INFO: Expanding compiler 1 of 3... [2020-02-12T17:50:54.356Z] INFO: Expanding compiler 2 of 3... [2020-02-12T17:50:56.205Z] #20 16.41 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-12T17:50:56.205Z] #20 16.41 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-12T17:50:56.205Z] #20 16.56 Successfully built pyyaml [2020-02-12T17:50:56.205Z] #20 16.60 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-12T17:50:56.853Z] #20 17.27 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-12T17:50:57.151Z] #20 DONE 17.5s [2020-02-12T17:50:57.151Z] [2020-02-12T17:50:57.151Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:50:57.151Z] #45 194.3 CC criu/files.o [2020-02-12T17:50:57.151Z] #45 199.0 CC criu/filesystems.o [2020-02-12T17:50:57.151Z] #45 200.7 CC criu/fsnotify.o [2020-02-12T17:50:59.045Z] INFO: Expanding compiler 3 of 3... [2020-02-12T17:50:59.045Z] INFO: Removing downloaded files... [2020-02-12T17:50:59.045Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-02-12T17:50:59.045Z] INFO: Configuring git core.autocrlf... [2020-02-12T17:50:59.217Z] #45 202.8 CC criu/image-desc.o [2020-02-12T17:50:59.217Z] #45 203.0 CC criu/image.o [2020-02-12T17:51:00.722Z] #45 204.7 CC criu/ipc_ns.o [2020-02-12T17:51:02.224Z] #45 206.2 CC criu/irmap.o [2020-02-12T17:51:03.254Z] #45 ... [2020-02-12T17:51:03.254Z] [2020-02-12T17:51:03.254Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-12T17:51:03.254Z] #31 DONE 296.8s [2020-02-12T17:51:03.254Z] [2020-02-12T17:51:03.254Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:51:04.285Z] #63 ... [2020-02-12T17:51:04.285Z] [2020-02-12T17:51:04.285Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:51:04.285Z] #45 208.0 CC criu/kcmp-ids.o [2020-02-12T17:51:04.913Z] #45 208.7 CC criu/kerndat.o [2020-02-12T17:51:07.090Z] #45 210.7 CC criu/libnetlink.o [2020-02-12T17:51:07.728Z] #45 211.4 CC criu/log.o [2020-02-12T17:51:08.370Z] #45 212.1 CC criu/lsm.o [2020-02-12T17:51:09.011Z] #45 212.7 CC criu/mem.o [2020-02-12T17:51:11.793Z] #45 215.4 CC criu/mount.o [2020-02-12T17:51:18.762Z] #45 222.1 CC criu/namespaces.o [2020-02-12T17:51:21.535Z] #45 225.3 CC criu/net.o [2020-02-12T17:51:28.527Z] #45 231.1 CC criu/netfilter.o [2020-02-12T17:51:28.527Z] #45 231.8 CC criu/page-pipe.o [2020-02-12T17:51:29.200Z] #45 233.1 CC criu/page-xfer.o [2020-02-12T17:51:31.293Z] #45 235.1 CC criu/pagemap-cache.o [2020-02-12T17:51:31.926Z] #45 235.6 CC criu/pagemap.o [2020-02-12T17:51:33.443Z] #45 237.0 CC criu/parasite-syscall.o [2020-02-12T17:51:34.347Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:51:34.347Z] [2020-02-12T17:51:34.347Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-12T17:51:34.347Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-12T17:51:34.347Z] HOSTNAME=ba7ee84027d0 [2020-02-12T17:51:34.347Z] TESTDEBUG=0 [2020-02-12T17:51:34.347Z] DEST=bundles/test-integration [2020-02-12T17:51:34.347Z] PWD=/go/src/github.com/docker/docker [2020-02-12T17:51:34.347Z] DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:51:34.347Z] container=docker [2020-02-12T17:51:34.347Z] HOME=/root [2020-02-12T17:51:34.347Z] GOLANG_VERSION=1.13.7 [2020-02-12T17:51:34.347Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-12T17:51:34.347Z] VALIDATE_BRANCH=master [2020-02-12T17:51:34.347Z] TERM=xterm [2020-02-12T17:51:34.347Z] DOCKER_PKG=github.com/docker/docker [2020-02-12T17:51:34.347Z] SHLVL=1 [2020-02-12T17:51:34.347Z] TIMEOUT=120m [2020-02-12T17:51:34.347Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-12T17:51:34.347Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-12T17:51:34.347Z] GO111MODULE=off [2020-02-12T17:51:34.347Z] DOCKER_EXPERIMENTAL=1 [2020-02-12T17:51:34.347Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-12T17:51:34.347Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-12T17:51:34.347Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-12T17:51:34.347Z] GOPATH=/go [2020-02-12T17:51:34.347Z] PKG_CONFIG=pkg-config [2020-02-12T17:51:34.347Z] _=/usr/bin/env [2020-02-12T17:51:34.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-12T17:51:34.953Z] #45 238.7 CC criu/path.o [2020-02-12T17:51:35.591Z] #45 239.3 CC criu/pie-util-vdso-elf32.o [2020-02-12T17:51:36.227Z] #45 240.0 CC criu/pie-util-vdso.o [2020-02-12T17:51:36.862Z] #45 240.8 CC criu/pie-util.o [2020-02-12T17:51:37.496Z] #45 241.3 CC criu/pipes.o [2020-02-12T17:51:38.533Z] #45 242.5 CC criu/plugin.o [2020-02-12T17:51:39.527Z] sha256:2f0ea20a505eb5cc64777d329c721896da545dfba3f6c22d72615e2aa94bc5f4 [2020-02-12T17:51:39.527Z] INFO: Starting docker-py tests... [2020-02-12T17:51:39.527Z] ============================= test session starts ============================== [2020-02-12T17:51:39.527Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-02-12T17:51:39.527Z] rootdir: /src, inifile: pytest.ini [2020-02-12T17:51:39.527Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-02-12T17:51:39.571Z] #45 243.4 CC criu/proc_parse.o [2020-02-12T17:51:39.767Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T17:51:39.767Z] [2020-02-12T17:51:39.767Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-12T17:51:39.767Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-12T17:51:39.767Z] HOSTNAME=5d1d8557d191 [2020-02-12T17:51:39.767Z] TESTDEBUG=0 [2020-02-12T17:51:39.767Z] DEST=bundles/test-integration [2020-02-12T17:51:39.767Z] PWD=/go/src/github.com/docker/docker [2020-02-12T17:51:39.767Z] DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T17:51:39.767Z] container=docker [2020-02-12T17:51:39.767Z] HOME=/root [2020-02-12T17:51:39.767Z] GOLANG_VERSION=1.13.7 [2020-02-12T17:51:39.767Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-12T17:51:39.767Z] VALIDATE_BRANCH=master [2020-02-12T17:51:39.767Z] TERM=xterm [2020-02-12T17:51:39.767Z] DOCKER_PKG=github.com/docker/docker [2020-02-12T17:51:39.767Z] SHLVL=1 [2020-02-12T17:51:39.767Z] TIMEOUT=120m [2020-02-12T17:51:39.767Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-12T17:51:39.767Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-12T17:51:39.767Z] GO111MODULE=off [2020-02-12T17:51:39.767Z] DOCKER_EXPERIMENTAL=1 [2020-02-12T17:51:39.767Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-12T17:51:39.767Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-12T17:51:39.767Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-12T17:51:39.767Z] GOPATH=/go [2020-02-12T17:51:39.767Z] PKG_CONFIG=pkg-config [2020-02-12T17:51:39.767Z] _=/usr/bin/env [2020-02-12T17:51:39.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-12T17:51:40.091Z] collected 387 items / 1 deselected / 386 selected [2020-02-12T17:51:40.091Z] [2020-02-12T17:51:46.466Z] #45 249.3 CC criu/protobuf-desc.o [2020-02-12T17:51:47.515Z] #45 251.4 CC criu/protobuf.o [2020-02-12T17:51:48.153Z] #45 252.0 CC criu/pstree.o [2020-02-12T17:51:49.193Z] #45 ... [2020-02-12T17:51:49.193Z] [2020-02-12T17:51:49.193Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:51:49.193Z] #42 343.0 + dpkg --print-architecture [2020-02-12T17:51:49.193Z] #42 343.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-12T17:51:49.830Z] #42 343.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-12T17:51:49.830Z] #42 343.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-12T17:51:56.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-12T17:51:56.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-12T17:51:57.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-12T17:52:00.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-12T17:52:02.010Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-02-12T17:52:02.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-12T17:52:02.491Z] #42 ... [2020-02-12T17:52:02.491Z] [2020-02-12T17:52:02.491Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:52:02.491Z] #45 254.3 CC criu/rbtree.o [2020-02-12T17:52:02.491Z] #45 254.8 CC criu/rst-malloc.o [2020-02-12T17:52:02.491Z] #45 255.6 CC criu/seccomp.o [2020-02-12T17:52:02.491Z] #45 256.6 CC criu/seize.o [2020-02-12T17:52:02.491Z] #45 258.4 CC criu/servicefd.o [2020-02-12T17:52:02.491Z] #45 259.3 CC criu/shmem.o [2020-02-12T17:52:02.491Z] #45 261.0 CC criu/sigframe.o [2020-02-12T17:52:02.491Z] #45 261.3 CC criu/signalfd.o [2020-02-12T17:52:02.491Z] #45 261.8 CC criu/sk-inet.o [2020-02-12T17:52:02.491Z] #45 263.8 CC criu/sk-netlink.o [2020-02-12T17:52:02.491Z] #45 264.5 CC criu/sk-packet.o [2020-02-12T17:52:02.491Z] #45 265.8 CC criu/sk-queue.o [2020-02-12T17:52:02.573Z] tests/integration/api_client_test.py ..... [ 7%] [2020-02-12T17:52:02.790Z] #45 266.8 CC criu/sk-tcp.o [2020-02-12T17:52:03.833Z] #45 267.8 CC criu/sk-unix.o [2020-02-12T17:52:04.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-12T17:52:04.871Z] tests/integration/api_config_test.py ..... [ 8%] [2020-02-12T17:52:08.310Z] #45 271.7 CC criu/sockets.o [2020-02-12T17:52:09.849Z] #45 273.5 CC criu/stats.o [2020-02-12T17:52:10.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-12T17:52:10.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-12T17:52:10.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-12T17:52:10.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-12T17:52:10.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-12T17:52:10.495Z] #45 274.2 CC criu/string.o [2020-02-12T17:52:10.798Z] #45 274.4 CC criu/sysctl.o [2020-02-12T17:52:11.882Z] #45 275.6 CC criu/sysfs_parse.o [2020-02-12T17:52:12.532Z] #45 276.2 CC criu/timerfd.o [2020-02-12T17:52:12.822Z] #45 276.8 CC criu/tty.o [2020-02-12T17:52:13.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-12T17:52:14.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-12T17:52:15.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-12T17:52:15.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-12T17:52:16.364Z] #45 280.2 CC criu/tun.o [2020-02-12T17:52:16.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-12T17:52:16.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-12T17:52:17.422Z] #45 281.3 CC criu/uffd.o [2020-02-12T17:52:18.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-12T17:52:18.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-12T17:52:19.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-12T17:52:20.183Z] #45 283.7 CC criu/util.o [2020-02-12T17:52:20.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-12T17:52:22.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-12T17:52:22.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-12T17:52:22.935Z] #45 286.4 CC criu/uts_ns.o [2020-02-12T17:52:22.935Z] #45 286.8 CC criu/vdso.o [2020-02-12T17:52:23.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-12T17:52:24.461Z] #45 288.0 LINK criu/built-in.o [2020-02-12T17:52:24.461Z] #45 288.2 LINK criu/criu [2020-02-12T17:52:24.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-12T17:52:25.094Z] #45 289.0 DEP lib/c/criu.d [2020-02-12T17:52:25.386Z] #45 289.2 CC images/rpc.pb-c.o [2020-02-12T17:52:25.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-12T17:52:26.642Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-12T17:52:26.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-12T17:52:26.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-12T17:52:26.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-12T17:52:26.920Z] #45 290.6 CC lib/c/criu.o [2020-02-12T17:52:27.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-12T17:52:28.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-12T17:52:28.635Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-12T17:52:28.635Z] Using test binary docker [2020-02-12T17:52:28.635Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-12T17:52:28.635Z] +++ /etc/init.d/apparmor start [2020-02-12T17:52:28.635Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T17:52:28.635Z] Starting dockerd [2020-02-12T17:52:28.635Z] INFO: Waiting for daemon to start... [2020-02-12T17:52:28.635Z] +++ 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-12T17:52:28.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-12T17:52:28.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-12T17:52:29.006Z] #45 292.8 LINK lib/c/built-in.o [2020-02-12T17:52:29.006Z] #45 292.8 LINK lib/c/libcriu.so [2020-02-12T17:52:29.638Z] #45 293.5 GEN magic.py [2020-02-12T17:52:29.934Z] #45 293.7 Note: Building without setproctitle() and strlcpy() support. [2020-02-12T17:52:29.934Z] #45 293.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-12T17:52:30.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-12T17:52:30.969Z] . [2020-02-12T17:52:30.969Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-12T17:52:30.969Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-12T17:52:30.969Z] Error: No such image: emptyfs [2020-02-12T17:52:30.969Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-12T17:52:30.969Z] ++++ docker load [2020-02-12T17:52:30.969Z] Running integration-test (iteration 1) [2020-02-12T17:52:30.969Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-02-12T17:52:30.969Z] ++ 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-12T17:52:30.969Z] ++ set -e [2020-02-12T17:52:30.969Z] ++ '[' -n 0 ']' [2020-02-12T17:52:30.969Z] ++ set -x [2020-02-12T17:52:30.969Z] ++ 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-12T17:52:31.481Z] #45 295.1 fatal: not a git repository (or any of the parent directories): .git [2020-02-12T17:52:31.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-12T17:52:33.028Z] #45 296.6 make[1]: Nothing to be done for 'all'. [2020-02-12T17:52:33.028Z] #45 ... [2020-02-12T17:52:33.028Z] [2020-02-12T17:52:33.028Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:52:33.028Z] #58 226.5 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-12T17:52:33.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-12T17:52:34.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-12T17:52:35.755Z] #58 ... [2020-02-12T17:52:35.755Z] [2020-02-12T17:52:35.755Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-12T17:52:35.755Z] #42 DONE 389.7s [2020-02-12T17:52:36.046Z] [2020-02-12T17:52:36.046Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-12T17:52:36.046Z] #45 298.0 make[1]: 'images/built-in.o' is up to date. [2020-02-12T17:52:36.046Z] #45 298.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-12T17:52:36.046Z] #45 298.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-12T17:52:36.046Z] #45 298.2 make[1]: 'compel/libcompel.a' is up to date. [2020-02-12T17:52:36.046Z] #45 298.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-12T17:52:36.046Z] #45 298.3 make[1]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 298.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-12T17:52:36.046Z] #45 298.7 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 298.8 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 298.9 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 299.2 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 299.3 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 299.4 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 299.5 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 299.8 make[2]: Nothing to be done for 'all'. [2020-02-12T17:52:36.046Z] #45 299.8 INSTALL criu/criu [2020-02-12T17:52:36.046Z] #45 DONE 299.9s [2020-02-12T17:52:36.046Z] [2020-02-12T17:52:36.046Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:52:37.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-12T17:52:37.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-12T17:52:37.580Z] #54 ... [2020-02-12T17:52:37.580Z] [2020-02-12T17:52:37.580Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-12T17:52:37.580Z] #58 230.9 + mkdir -p /build [2020-02-12T17:52:37.580Z] #58 230.9 + cp runc /build/runc [2020-02-12T17:52:37.580Z] #58 DONE 231.0s [2020-02-12T17:52:37.580Z] [2020-02-12T17:52:37.580Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:52:38.518Z] Loaded image: buildpack-deps:jessie [2020-02-12T17:52:38.518Z] Loaded image: busybox:latest [2020-02-12T17:52:38.518Z] Loaded image: busybox:glibc [2020-02-12T17:52:38.518Z] Loaded image: debian:jessie [2020-02-12T17:52:38.518Z] Loaded image: hello-world:latest [2020-02-12T17:52:38.518Z] INFO: Testing against a local daemon [2020-02-12T17:52:38.518Z] === RUN TestCgroupNamespacesBuild [2020-02-12T17:52:39.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-12T17:52:39.328Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-02-12T17:52:40.344Z] --- PASS: TestCgroupNamespacesBuild (1.72s) [2020-02-12T17:52:40.344Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-12T17:52:40.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-12T17:52:42.189Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s) [2020-02-12T17:52:42.189Z] === RUN TestBuildWithSession [2020-02-12T17:52:42.189Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-12T17:52:42.189Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T17:52:42.189Z] === RUN TestBuildSquashParent [2020-02-12T17:52:42.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-12T17:52:42.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-12T17:52:43.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-12T17:52:45.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-12T17:52:45.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-12T17:52:46.688Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-12T17:52:46.688Z] Using test binary docker [2020-02-12T17:52:46.688Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-12T17:52:46.688Z] +++ /etc/init.d/apparmor start [2020-02-12T17:52:46.688Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T17:52:46.688Z] Starting dockerd [2020-02-12T17:52:46.688Z] INFO: Waiting for daemon to start... [2020-02-12T17:52:46.688Z] +++ 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-12T17:52:48.262Z] --- PASS: TestBuildSquashParent (5.61s) [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:52:48.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:52:48.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:52:48.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:52:48.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:52:48.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:52:48.262Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:52:48.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:52:48.262Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:52:48.262Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:52:48.590Z] . [2020-02-12T17:52:48.590Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-12T17:52:48.590Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-12T17:52:48.848Z] Error: No such image: emptyfs [2020-02-12T17:52:48.848Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-12T17:52:48.848Z] ++++ docker load [2020-02-12T17:52:49.107Z] Running integration-test (iteration 1) [2020-02-12T17:52:49.107Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-02-12T17:52:49.107Z] ++ 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-12T17:52:49.107Z] ++ set -e [2020-02-12T17:52:49.107Z] ++ '[' -n 0 ']' [2020-02-12T17:52:49.107Z] ++ set -x [2020-02-12T17:52:49.107Z] ++ 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-12T17:52:49.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-12T17:52:50.611Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:52:50.611Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:52:51.765Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-12T17:52:51.765Z] Using test binary docker [2020-02-12T17:52:51.765Z] +++ /etc/init.d/apparmor start [2020-02-12T17:52:51.765Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T17:52:51.765Z] INFO: Waiting for daemon to start... [2020-02-12T17:52:51.765Z] Starting dockerd [2020-02-12T17:52:51.765Z] +++ 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-12T17:52:53.145Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:52:53.145Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:52:53.907Z] . [2020-02-12T17:52:53.907Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-12T17:52:54.163Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-12T17:52:54.163Z] Error: No such image: emptyfs [2020-02-12T17:52:54.163Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-12T17:52:54.163Z] ++++ docker load [2020-02-12T17:52:54.723Z] Running integration-test (iteration 1) [2020-02-12T17:52:54.723Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-02-12T17:52:54.723Z] ++ 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-12T17:52:54.723Z] ++ set -e [2020-02-12T17:52:54.723Z] ++ '[' -n 0 ']' [2020-02-12T17:52:54.723Z] ++ set -x [2020-02-12T17:52:54.723Z] ++ 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-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-02-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.63s) [2020-02-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.68s) [2020-02-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.56s) [2020-02-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.67s) [2020-02-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.01s) [2020-02-12T17:52:55.492Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.13s) [2020-02-12T17:52:55.492Z] === RUN TestBuildMultiStageCopy [2020-02-12T17:52:55.492Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-12T17:52:55.521Z] Removing intermediate container f0c988f304c4 [2020-02-12T17:52:55.521Z] ---> d0f73de5d50e [2020-02-12T17:52:55.521Z] 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-12T17:52:55.521Z] ---> Running in be9bc90230e0 [2020-02-12T17:52:57.838Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-12T17:52:57.838Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-12T17:52:58.190Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-12T17:52:58.425Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-02-12T17:52:58.932Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-12T17:52:59.097Z] Loaded image: buildpack-deps:jessie [2020-02-12T17:52:59.097Z] Loaded image: busybox:latest [2020-02-12T17:52:59.097Z] Loaded image: busybox:glibc [2020-02-12T17:52:59.097Z] Loaded image: debian:jessie [2020-02-12T17:52:59.097Z] Loaded image: hello-world:latest [2020-02-12T17:52:59.097Z] INFO: Testing against a local daemon [2020-02-12T17:52:59.097Z] === RUN TestCgroupNamespacesBuild [2020-02-12T17:52:59.282Z] --- PASS: TestBuildMultiStageCopy (4.18s) [2020-02-12T17:52:59.282Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.31s) [2020-02-12T17:52:59.282Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.43s) [2020-02-12T17:52:59.282Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.45s) [2020-02-12T17:52:59.282Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.49s) [2020-02-12T17:52:59.282Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2020-02-12T17:52:59.282Z] === RUN TestBuildMultiStageParentConfig [2020-02-12T17:53:00.491Z] --- PASS: TestBuildMultiStageParentConfig (1.26s) [2020-02-12T17:53:00.491Z] === RUN TestBuildLabelWithTargets [2020-02-12T17:53:01.629Z] --- PASS: TestCgroupNamespacesBuild (3.47s) [2020-02-12T17:53:01.629Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-12T17:53:02.844Z] --- PASS: TestBuildLabelWithTargets (2.04s) [2020-02-12T17:53:02.844Z] === RUN TestBuildWithEmptyLayers [2020-02-12T17:53:03.532Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.85s) [2020-02-12T17:53:03.532Z] === RUN TestBuildWithSession [2020-02-12T17:53:03.532Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-12T17:53:03.532Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T17:53:03.532Z] === RUN TestBuildSquashParent [2020-02-12T17:53:03.590Z] --- PASS: TestBuildWithEmptyLayers (0.87s) [2020-02-12T17:53:03.590Z] === RUN TestBuildMultiStageOnBuild [2020-02-12T17:53:05.962Z] --- PASS: TestBuildMultiStageOnBuild (2.44s) [2020-02-12T17:53:05.962Z] === RUN TestBuildUncleanTarFilenames [2020-02-12T17:53:07.164Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2020-02-12T17:53:07.165Z] === RUN TestBuildMultiStageLayerLeak [2020-02-12T17:53:10.095Z] --- PASS: TestBuildSquashParent (6.35s) [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:53:10.095Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:53:10.095Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:53:10.095Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:53:10.095Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:53:10.095Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:53:10.095Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:53:10.095Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:53:10.095Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:53:10.095Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:53:10.095Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:53:10.095Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:53:10.321Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2020-02-12T17:53:10.321Z] === RUN TestBuildWithHugeFile [2020-02-12T17:53:12.628Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:53:12.629Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.72s) [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.91s) [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.95s) [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.02s) [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.26s) [2020-02-12T17:53:15.165Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.13s) [2020-02-12T17:53:15.165Z] === RUN TestBuildMultiStageCopy [2020-02-12T17:53:15.165Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-12T17:53:17.066Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-12T17:53:17.634Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-12T17:53:17.892Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-12T17:53:18.459Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-12T17:53:19.026Z] --- PASS: TestBuildMultiStageCopy (4.33s) [2020-02-12T17:53:19.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.25s) [2020-02-12T17:53:19.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-02-12T17:53:19.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2020-02-12T17:53:19.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2020-02-12T17:53:19.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2020-02-12T17:53:19.026Z] === RUN TestBuildMultiStageParentConfig [2020-02-12T17:53:20.402Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-02-12T17:53:20.402Z] === RUN TestBuildLabelWithTargets [2020-02-12T17:53:22.935Z] --- PASS: TestBuildLabelWithTargets (2.13s) [2020-02-12T17:53:22.935Z] === RUN TestBuildWithEmptyLayers [2020-02-12T17:53:23.870Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-02-12T17:53:23.870Z] === RUN TestBuildMultiStageOnBuild [2020-02-12T17:53:24.973Z] #54 ... [2020-02-12T17:53:24.973Z] [2020-02-12T17:53:24.973Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:24.973Z] #63 382.8 + bin/containerd [2020-02-12T17:53:25.598Z] #63 ... [2020-02-12T17:53:25.598Z] [2020-02-12T17:53:25.598Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:25.598Z] #54 DONE 439.3s [2020-02-12T17:53:25.890Z] [2020-02-12T17:53:25.890Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:26.402Z] --- PASS: TestBuildMultiStageOnBuild (2.72s) [2020-02-12T17:53:26.402Z] === RUN TestBuildUncleanTarFilenames [2020-02-12T17:53:26.739Z] Loaded image: buildpack-deps:jessie [2020-02-12T17:53:26.739Z] Loaded image: busybox:latest [2020-02-12T17:53:26.739Z] Loaded image: busybox:glibc [2020-02-12T17:53:26.739Z] Loaded image: debian:jessie [2020-02-12T17:53:26.739Z] Loaded image: hello-world:latest [2020-02-12T17:53:26.739Z] INFO: Testing against a local daemon [2020-02-12T17:53:26.739Z] === RUN TestCgroupNamespacesBuild [2020-02-12T17:53:27.778Z] --- PASS: TestBuildUncleanTarFilenames (1.40s) [2020-02-12T17:53:27.778Z] === RUN TestBuildMultiStageLayerLeak [2020-02-12T17:53:28.371Z] INFO: Sources obtained for gotestsum... [2020-02-12T17:53:28.371Z] INFO: Checkout done for gotestsum... [2020-02-12T17:53:28.371Z] INFO: Build done for gotestsum... [2020-02-12T17:53:30.003Z] --- PASS: TestCgroupNamespacesBuild (3.98s) [2020-02-12T17:53:30.003Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-12T17:53:31.062Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2020-02-12T17:53:31.062Z] === RUN TestBuildWithHugeFile [2020-02-12T17:53:32.516Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.49s) [2020-02-12T17:53:32.516Z] === RUN TestBuildWithSession [2020-02-12T17:53:32.516Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-12T17:53:32.516Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T17:53:32.516Z] === RUN TestBuildSquashParent [2020-02-12T17:53:34.347Z] #24 447.9 + return [2020-02-12T17:53:34.347Z] #24 DONE 448.0s [2020-02-12T17:53:34.347Z] [2020-02-12T17:53:34.347Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:36.398Z] #63 ... [2020-02-12T17:53:36.398Z] [2020-02-12T17:53:36.398Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-12T17:53:36.703Z] #25 DONE 0.4s [2020-02-12T17:53:36.703Z] [2020-02-12T17:53:36.703Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:36.991Z] #63 ... [2020-02-12T17:53:36.991Z] [2020-02-12T17:53:36.991Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-12T17:53:37.279Z] #29 DONE 0.5s [2020-02-12T17:53:37.279Z] [2020-02-12T17:53:37.279Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-12T17:53:37.566Z] #32 DONE 0.1s [2020-02-12T17:53:37.566Z] [2020-02-12T17:53:37.566Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-12T17:53:37.566Z] #35 DONE 0.1s [2020-02-12T17:53:37.566Z] [2020-02-12T17:53:37.566Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-12T17:53:37.566Z] #40 DONE 0.1s [2020-02-12T17:53:37.566Z] [2020-02-12T17:53:37.566Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:37.566Z] #63 ... [2020-02-12T17:53:37.566Z] [2020-02-12T17:53:37.566Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-12T17:53:37.566Z] #43 DONE 0.1s [2020-02-12T17:53:37.873Z] [2020-02-12T17:53:37.873Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-12T17:53:37.873Z] #46 DONE 0.1s [2020-02-12T17:53:37.873Z] [2020-02-12T17:53:37.873Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-12T17:53:37.873Z] #49 DONE 0.1s [2020-02-12T17:53:37.873Z] [2020-02-12T17:53:37.873Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-12T17:53:37.873Z] #52 DONE 0.1s [2020-02-12T17:53:37.873Z] [2020-02-12T17:53:37.873Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-12T17:53:38.163Z] #55 DONE 0.1s [2020-02-12T17:53:38.163Z] [2020-02-12T17:53:38.163Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:38.163Z] #63 ... [2020-02-12T17:53:38.163Z] [2020-02-12T17:53:38.163Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-12T17:53:38.163Z] #59 DONE 0.1s [2020-02-12T17:53:38.450Z] [2020-02-12T17:53:38.450Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-12T17:53:39.014Z] --- PASS: TestBuildWithHugeFile (28.04s) [2020-02-12T17:53:39.014Z] === RUN TestBuildWithEmptyDockerfile [2020-02-12T17:53:39.014Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:53:39.014Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:53:39.014Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:53:39.014Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:53:39.014Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:53:39.014Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:53:39.014Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:53:39.014Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:53:39.014Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:53:39.014Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-02-12T17:53:39.014Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-02-12T17:53:39.014Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-02-12T17:53:39.014Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-02-12T17:53:39.014Z] === RUN TestBuildPreserveOwnership [2020-02-12T17:53:39.014Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-12T17:53:40.750Z] Removing intermediate container be9bc90230e0 [2020-02-12T17:53:40.750Z] ---> 33905e7aa5df [2020-02-12T17:53:40.750Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-02-12T17:53:40.750Z] ---> Running in fdb509c24062 [2020-02-12T17:53:40.750Z] Removing intermediate container fdb509c24062 [2020-02-12T17:53:40.750Z] ---> 94164e78adf4 [2020-02-12T17:53:40.750Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-02-12T17:53:40.750Z] ---> Running in a6a50d34a815 [2020-02-12T17:53:40.750Z] Removing intermediate container a6a50d34a815 [2020-02-12T17:53:40.750Z] ---> 46d4c18a90c6 [2020-02-12T17:53:40.750Z] Step 10/10 : COPY . . [2020-02-12T17:53:41.477Z] ................................................ [ 29%] [2020-02-12T17:53:42.093Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-12T17:53:44.039Z] --- PASS: TestBuildPreserveOwnership (5.88s) [2020-02-12T17:53:44.039Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.71s) [2020-02-12T17:53:44.039Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.16s) [2020-02-12T17:53:44.039Z] === RUN TestBuildPlatformInvalid [2020-02-12T17:53:44.393Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-02-12T17:53:44.393Z] PASS [2020-02-12T17:53:44.393Z] [2020-02-12T17:53:44.393Z] === Skipped [2020-02-12T17:53:44.393Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-02-12T17:53:44.393Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T17:53:44.393Z] [2020-02-12T17:53:44.393Z] [2020-02-12T17:53:44.393Z] DONE 32 tests, 1 skipped in 73.331s [2020-02-12T17:53:44.393Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-02-12T17:53:44.393Z] ++ 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-12T17:53:44.393Z] ++ set -e [2020-02-12T17:53:44.393Z] ++ '[' -n 0 ']' [2020-02-12T17:53:44.393Z] ++ set -x [2020-02-12T17:53:44.393Z] ++ 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-12T17:53:44.393Z] INFO: Testing against a local daemon [2020-02-12T17:53:44.393Z] === RUN TestConfigList [2020-02-12T17:53:44.683Z] --- PASS: TestBuildSquashParent (10.46s) [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:53:44.683Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:53:44.683Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:53:44.683Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:53:44.683Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:53:44.683Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:53:44.683Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:53:44.683Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:53:44.683Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T17:53:44.683Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T17:53:46.047Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T17:53:46.302Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T17:53:47.490Z] --- PASS: TestConfigList (2.82s) [2020-02-12T17:53:47.490Z] === RUN TestConfigsCreateAndDelete [2020-02-12T17:53:49.567Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T17:53:49.567Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T17:53:49.850Z] --- PASS: TestConfigsCreateAndDelete (2.69s) [2020-02-12T17:53:49.850Z] === RUN TestConfigsUpdate [2020-02-12T17:53:52.910Z] --- PASS: TestConfigsUpdate (2.69s) [2020-02-12T17:53:52.910Z] === RUN TestTemplatedConfig [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.33s) [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.52s) [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.45s) [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.30s) [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.60s) [2020-02-12T17:53:53.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.69s) [2020-02-12T17:53:53.732Z] === RUN TestBuildMultiStageCopy [2020-02-12T17:53:53.732Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-12T17:53:55.966Z] --- PASS: TestTemplatedConfig (3.29s) [2020-02-12T17:53:55.967Z] === RUN TestConfigInspect [2020-02-12T17:53:56.995Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-12T17:53:57.251Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-12T17:53:57.815Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-12T17:53:58.741Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-12T17:53:59.048Z] --- PASS: TestConfigInspect (2.65s) [2020-02-12T17:53:59.048Z] === RUN TestConfigCreateWithLabels [2020-02-12T17:53:59.302Z] --- PASS: TestBuildMultiStageCopy (6.07s) [2020-02-12T17:53:59.302Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.35s) [2020-02-12T17:53:59.302Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2020-02-12T17:53:59.302Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s) [2020-02-12T17:53:59.302Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.72s) [2020-02-12T17:53:59.302Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.78s) [2020-02-12T17:53:59.302Z] === RUN TestBuildMultiStageParentConfig [2020-02-12T17:54:00.969Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-02-12T17:54:01.189Z] --- PASS: TestBuildMultiStageParentConfig (1.69s) [2020-02-12T17:54:01.189Z] === RUN TestBuildLabelWithTargets [2020-02-12T17:54:01.407Z] --- PASS: TestConfigCreateWithLabels (2.80s) [2020-02-12T17:54:01.407Z] === RUN TestConfigCreateResolve [2020-02-12T17:54:03.702Z] --- PASS: TestBuildLabelWithTargets (2.73s) [2020-02-12T17:54:03.702Z] === RUN TestBuildWithEmptyLayers [2020-02-12T17:54:04.780Z] --- PASS: TestConfigCreateResolve (2.94s) [2020-02-12T17:54:04.780Z] === RUN TestConfigDaemonLibtrustID [2020-02-12T17:54:04.780Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-02-12T17:54:04.781Z] PASS [2020-02-12T17:54:04.781Z] [2020-02-12T17:54:04.781Z] DONE 8 tests in 20.482s [2020-02-12T17:54:04.781Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-02-12T17:54:04.781Z] ++ 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-12T17:54:04.781Z] ++ set -e [2020-02-12T17:54:04.781Z] ++ '[' -n 0 ']' [2020-02-12T17:54:04.781Z] ++ set -x [2020-02-12T17:54:04.781Z] ++ 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-12T17:54:04.781Z] INFO: Testing against a local daemon [2020-02-12T17:54:04.781Z] === RUN TestCheckpoint [2020-02-12T17:54:04.781Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-12T17:54:04.781Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T17:54:04.781Z] === RUN TestContainerInvalidJSON [2020-02-12T17:54:04.781Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:54:04.781Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:54:04.781Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:54:04.781Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:54:04.781Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:54:04.781Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:54:04.781Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:54:04.781Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:54:04.781Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:54:04.781Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-02-12T17:54:04.781Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-12T17:54:04.781Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-12T17:54:04.781Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-12T17:54:04.781Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-12T17:54:05.069Z] --- PASS: TestBuildWithEmptyLayers (1.36s) [2020-02-12T17:54:05.069Z] === RUN TestBuildMultiStageOnBuild [2020-02-12T17:54:05.125Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-02-12T17:54:05.126Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-12T17:54:05.126Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-02-12T17:54:05.126Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-12T17:54:05.126Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-02-12T17:54:05.126Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-12T17:54:05.476Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-02-12T17:54:05.476Z] === RUN TestCopyFromContainer [2020-02-12T17:54:05.893Z] ---> 78dec3023842 [2020-02-12T17:54:06.352Z] Successfully built 78dec3023842 [2020-02-12T17:54:06.352Z] Successfully tagged docker:latest [2020-02-12T17:54:06.352Z] INFO: Image build ended at 02/12/2020 17:54:06. Duration:00:04:08.3817613 [2020-02-12T17:54:06.352Z] [2020-02-12T17:54:06.352Z] [2020-02-12T17:54:06.352Z] INFO: Building the test binaries at 02/12/2020 17:54:06... [2020-02-12T17:54:07.215Z] === RUN TestCopyFromContainer// [2020-02-12T17:54:07.215Z] === RUN TestCopyFromContainer//bar/root [2020-02-12T17:54:07.215Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-12T17:54:07.215Z] === RUN TestCopyFromContainer/bar/quux [2020-02-12T17:54:07.215Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-12T17:54:07.583Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-12T17:54:07.583Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-12T17:54:07.583Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-12T17:54:07.583Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-12T17:54:07.583Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer (2.48s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-02-12T17:54:07.943Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-02-12T17:54:07.943Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-12T17:54:07.943Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:54:07.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:54:07.943Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:54:07.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:54:07.943Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:54:07.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:54:07.943Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:54:07.943Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:54:07.943Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:54:07.943Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-02-12T17:54:07.943Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-12T17:54:07.943Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-12T17:54:07.943Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-12T17:54:07.943Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-12T17:54:07.943Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-02-12T17:54:07.943Z] === RUN TestCreateWithInvalidEnv [2020-02-12T17:54:07.943Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-12T17:54:07.943Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-12T17:54:07.943Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-12T17:54:07.943Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-12T17:54:07.943Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-12T17:54:07.943Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-12T17:54:07.943Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-12T17:54:07.943Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-12T17:54:07.943Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-12T17:54:07.943Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-02-12T17:54:07.943Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-12T17:54:07.943Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-12T17:54:07.943Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-12T17:54:07.943Z] === RUN TestCreateTmpfsMountsTarget [2020-02-12T17:54:07.943Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-02-12T17:54:07.943Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-12T17:54:08.398Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-02-12T17:54:09.231Z] --- PASS: TestBuildMultiStageOnBuild (3.78s) [2020-02-12T17:54:09.231Z] === RUN TestBuildUncleanTarFilenames [2020-02-12T17:54:10.302Z] --- PASS: TestCreateWithCustomMaskedPaths (2.49s) [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:54:10.302Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:54:10.302Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:54:10.302Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-12T17:54:10.302Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:54:10.302Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:54:10.302Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:54:10.302Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:54:10.666Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-12T17:54:10.666Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:54:10.666Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:54:10.666Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:54:10.666Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:54:10.666Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-02-12T17:54:10.666Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-02-12T17:54:10.666Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-12T17:54:11.052Z] INFO: make.ps1 starting at 02/12/2020 17:54:10 [2020-02-12T17:54:11.052Z] INFO: Git commit (da6c1429d0) assumed from DOCKER_GITCOMMIT environment variable [2020-02-12T17:54:11.053Z] INFO: Invoking autogen... [2020-02-12T17:54:11.118Z] --- PASS: TestBuildUncleanTarFilenames (2.00s) [2020-02-12T17:54:11.119Z] === RUN TestBuildMultiStageLayerLeak [2020-02-12T17:54:12.027Z] INFO: Building daemon... [2020-02-12T17:54:12.501Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.52s) [2020-02-12T17:54:13.776Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-12T17:54:13.776Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:54:13.776Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:54:13.776Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:54:13.776Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:54:13.776Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:54:13.776Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:54:13.776Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:54:13.776Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:54:13.776Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:54:13.776Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:54:13.776Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:54:13.776Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:54:13.776Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:54:13.776Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:54:13.776Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-02-12T17:54:13.776Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-02-12T17:54:13.776Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-12T17:54:14.167Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2020-02-12T17:54:14.168Z] === RUN TestContainerStartOnDaemonRestart [2020-02-12T17:54:14.168Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-12T17:54:14.168Z] === RUN TestDaemonRestartIpcMode [2020-02-12T17:54:14.168Z] === PAUSE TestDaemonRestartIpcMode [2020-02-12T17:54:14.168Z] === RUN TestDaemonHostGatewayIP [2020-02-12T17:54:14.168Z] === PAUSE TestDaemonHostGatewayIP [2020-02-12T17:54:14.168Z] === RUN TestDiff [2020-02-12T17:54:14.935Z] --- PASS: TestDiff (0.92s) [2020-02-12T17:54:14.935Z] === RUN TestExecWithCloseStdin [2020-02-12T17:54:15.324Z] --- PASS: TestBuildMultiStageLayerLeak (4.14s) [2020-02-12T17:54:15.324Z] === RUN TestBuildWithHugeFile [2020-02-12T17:54:16.137Z] --- PASS: TestExecWithCloseStdin (0.98s) [2020-02-12T17:54:16.137Z] === RUN TestExec [2020-02-12T17:54:16.886Z] --- PASS: TestExec (0.96s) [2020-02-12T17:54:16.886Z] === RUN TestExecUser [2020-02-12T17:54:17.742Z] --- PASS: TestBuildWithHugeFile (40.66s) [2020-02-12T17:54:17.742Z] === RUN TestBuildWithEmptyDockerfile [2020-02-12T17:54:17.742Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:54:17.742Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:54:17.742Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:54:17.742Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:54:17.742Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:54:17.742Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:54:17.742Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:54:17.742Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:54:17.742Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:54:17.742Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2020-02-12T17:54:17.742Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-02-12T17:54:17.742Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) [2020-02-12T17:54:17.742Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-02-12T17:54:17.742Z] === RUN TestBuildPreserveOwnership [2020-02-12T17:54:17.742Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-12T17:54:17.742Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-12T17:54:17.742Z] --- PASS: TestBuildPreserveOwnership (6.05s) [2020-02-12T17:54:17.742Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.94s) [2020-02-12T17:54:17.742Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s) [2020-02-12T17:54:17.742Z] === RUN TestBuildPlatformInvalid [2020-02-12T17:54:17.742Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-02-12T17:54:17.742Z] PASS [2020-02-12T17:54:17.742Z] [2020-02-12T17:54:17.742Z] === Skipped [2020-02-12T17:54:17.742Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-02-12T17:54:17.742Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T17:54:17.742Z] [2020-02-12T17:54:17.742Z] [2020-02-12T17:54:17.742Z] DONE 32 tests, 1 skipped in 88.782s [2020-02-12T17:54:17.745Z] #63 433.7 + bin/containerd-stress [2020-02-12T17:54:17.745Z] #63 437.3 + bin/containerd-shim [2020-02-12T17:54:18.001Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-02-12T17:54:18.001Z] ++ 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-12T17:54:18.001Z] ++ set -e [2020-02-12T17:54:18.001Z] ++ '[' -n 0 ']' [2020-02-12T17:54:18.001Z] ++ set -x [2020-02-12T17:54:18.001Z] ++ 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-12T17:54:18.001Z] INFO: Testing against a local daemon [2020-02-12T17:54:18.001Z] === RUN TestConfigList [2020-02-12T17:54:18.087Z] --- PASS: TestExecUser (1.01s) [2020-02-12T17:54:18.087Z] === RUN TestExportContainerAndImportImage [2020-02-12T17:54:18.829Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2020-02-12T17:54:18.829Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-12T17:54:20.553Z] --- PASS: TestExportContainerAfterDaemonRestart (1.44s) [2020-02-12T17:54:20.553Z] === RUN TestHealthCheckWorkdir [2020-02-12T17:54:21.304Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2020-02-12T17:54:21.304Z] === RUN TestHealthKillContainer [2020-02-12T17:54:22.187Z] --- PASS: TestConfigList (3.51s) [2020-02-12T17:54:22.187Z] === RUN TestConfigsCreateAndDelete [2020-02-12T17:54:23.395Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-12T17:54:23.395Z] Using test binary docker [2020-02-12T17:54:23.395Z] +++ /etc/init.d/apparmor start [2020-02-12T17:54:23.395Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T17:54:23.395Z] INFO: Waiting for daemon to start... [2020-02-12T17:54:23.395Z] Starting dockerd [2020-02-12T17:54:23.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 [2020-02-12T17:54:23.395Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-12T17:54:23.395Z] Using test binary docker [2020-02-12T17:54:23.395Z] +++ /etc/init.d/apparmor start [2020-02-12T17:54:23.395Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T17:54:23.395Z] INFO: Waiting for daemon to start... [2020-02-12T17:54:23.395Z] Starting dockerd [2020-02-12T17:54:23.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 [2020-02-12T17:54:24.719Z] --- PASS: TestConfigsCreateAndDelete (3.29s) [2020-02-12T17:54:24.719Z] === RUN TestConfigsUpdate [2020-02-12T17:54:25.204Z] --- PASS: TestHealthKillContainer (3.07s) [2020-02-12T17:54:25.204Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-12T17:54:25.204Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2020-02-12T17:54:25.204Z] === RUN TestIpcModeNone [2020-02-12T17:54:25.905Z] . [2020-02-12T17:54:25.905Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-12T17:54:25.905Z] [2020-02-12T17:54:25.905Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-12T17:54:25.905Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-12T17:54:25.905Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-12T17:54:25.905Z] Error: No such image: emptyfs [2020-02-12T17:54:25.905Z] ++++ docker load [2020-02-12T17:54:25.905Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-12T17:54:25.905Z] Error: No such image: emptyfs [2020-02-12T17:54:25.905Z] ++++ docker load [2020-02-12T17:54:25.905Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-12T17:54:26.172Z] Running integration-test (iteration 1) [2020-02-12T17:54:26.172Z] 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-12T17:54:26.172Z] ++ 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-12T17:54:26.172Z] ++ set -e [2020-02-12T17:54:26.172Z] ++ '[' -n 0 ']' [2020-02-12T17:54:26.172Z] ++ set -x [2020-02-12T17:54:26.172Z] ++ 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-12T17:54:26.180Z] #63 447.5 + bin/containerd-shim-runc-v1 [2020-02-12T17:54:26.404Z] --- PASS: TestIpcModeNone (0.94s) [2020-02-12T17:54:26.404Z] === RUN TestIpcModePrivate [2020-02-12T17:54:26.427Z] Running integration-test (iteration 1) [2020-02-12T17:54:26.427Z] 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-12T17:54:26.427Z] ++ 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-12T17:54:26.427Z] ++ set -e [2020-02-12T17:54:26.427Z] ++ '[' -n 0 ']' [2020-02-12T17:54:26.427Z] ++ set -x [2020-02-12T17:54:26.427Z] ++ 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-12T17:54:27.153Z] --- PASS: TestIpcModePrivate (0.86s) [2020-02-12T17:54:27.153Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2020-02-12T17:54:27.153Z] === RUN TestIpcModeShareable [2020-02-12T17:54:28.003Z] --- PASS: TestConfigsUpdate (3.23s) [2020-02-12T17:54:28.003Z] === RUN TestTemplatedConfig [2020-02-12T17:54:28.349Z] --- PASS: TestIpcModeShareable (0.99s) [2020-02-12T17:54:28.349Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2020-02-12T17:54:28.349Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-12T17:54:30.601Z] #63 452.6 + bin/containerd-shim-runc-v2 [2020-02-12T17:54:30.860Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.87s) [2020-02-12T17:54:30.860Z] === RUN TestAPIIpcModeHost [2020-02-12T17:54:31.653Z] --- PASS: TestAPIIpcModeHost (0.76s) [2020-02-12T17:54:31.653Z] === RUN TestDaemonIpcModeShareable [2020-02-12T17:54:32.079Z] #63 454.1 + binaries [2020-02-12T17:54:32.079Z] #63 454.1 + mkdir -p /build [2020-02-12T17:54:32.079Z] #63 454.1 + cp bin/containerd /build/containerd [2020-02-12T17:54:32.079Z] #63 454.2 + cp bin/containerd-shim /build/containerd-shim [2020-02-12T17:54:32.079Z] #63 454.2 + cp bin/ctr /build/ctr [2020-02-12T17:54:32.079Z] #63 DONE 454.3s [2020-02-12T17:54:32.189Z] --- PASS: TestTemplatedConfig (3.49s) [2020-02-12T17:54:32.189Z] === RUN TestConfigInspect [2020-02-12T17:54:33.399Z] --- PASS: TestDaemonIpcModeShareable (1.60s) [2020-02-12T17:54:33.399Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-12T17:54:33.399Z] === RUN TestDaemonIpcModePrivate [2020-02-12T17:54:33.556Z] [2020-02-12T17:54:33.556Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-12T17:54:33.556Z] #64 DONE 0.1s [2020-02-12T17:54:33.556Z] [2020-02-12T17:54:33.556Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-12T17:54:33.556Z] #68 DONE 0.1s [2020-02-12T17:54:33.556Z] [2020-02-12T17:54:33.556Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-12T17:54:33.556Z] #70 DONE 0.1s [2020-02-12T17:54:33.682Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-02-12T17:54:33.840Z] [2020-02-12T17:54:33.840Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-12T17:54:33.840Z] #73 DONE 0.1s [2020-02-12T17:54:33.840Z] [2020-02-12T17:54:33.840Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-12T17:54:33.840Z] #74 DONE 0.0s [2020-02-12T17:54:33.840Z] [2020-02-12T17:54:33.840Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-12T17:54:35.147Z] --- PASS: TestDaemonIpcModePrivate (1.65s) [2020-02-12T17:54:35.147Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-12T17:54:35.147Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-12T17:54:35.476Z] --- PASS: TestConfigInspect (3.31s) [2020-02-12T17:54:35.476Z] === RUN TestConfigCreateWithLabels [2020-02-12T17:54:36.528Z] #75 DONE 2.3s [2020-02-12T17:54:36.528Z] [2020-02-12T17:54:36.528Z] #76 exporting to oci image format [2020-02-12T17:54:36.528Z] #76 exporting layers [2020-02-12T17:54:36.869Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.67s) [2020-02-12T17:54:36.869Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-12T17:54:36.869Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-12T17:54:38.008Z] --- PASS: TestConfigCreateWithLabels (3.19s) [2020-02-12T17:54:38.008Z] === RUN TestConfigCreateResolve [2020-02-12T17:54:38.597Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.63s) [2020-02-12T17:54:38.597Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-12T17:54:38.597Z] === RUN TestIpcModeOlderClient [2020-02-12T17:54:38.597Z] === PAUSE TestIpcModeOlderClient [2020-02-12T17:54:38.597Z] === RUN TestKillContainerInvalidSignal [2020-02-12T17:54:39.357Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2020-02-12T17:54:39.357Z] === RUN TestKillContainer [2020-02-12T17:54:39.357Z] === RUN TestKillContainer/no_signal [2020-02-12T17:54:40.107Z] === RUN TestKillContainer/non_killing_signal [2020-02-12T17:54:40.458Z] === RUN TestKillContainer/killing_signal [2020-02-12T17:54:41.293Z] --- PASS: TestConfigCreateResolve (2.71s) [2020-02-12T17:54:41.293Z] === RUN TestConfigDaemonLibtrustID [2020-02-12T17:54:41.293Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-02-12T17:54:41.293Z] PASS [2020-02-12T17:54:41.293Z] [2020-02-12T17:54:41.293Z] DONE 8 tests in 23.516s [2020-02-12T17:54:41.373Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-02-12T17:54:41.551Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-02-12T17:54:41.552Z] ++ 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-12T17:54:41.552Z] ++ set -e [2020-02-12T17:54:41.552Z] ++ '[' -n 0 ']' [2020-02-12T17:54:41.552Z] ++ set -x [2020-02-12T17:54:41.552Z] ++ 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-12T17:54:41.552Z] INFO: Testing against a local daemon [2020-02-12T17:54:41.552Z] === RUN TestCheckpoint [2020-02-12T17:54:41.552Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-12T17:54:41.552Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T17:54:41.552Z] === RUN TestContainerInvalidJSON [2020-02-12T17:54:41.552Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:54:41.552Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:54:41.552Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:54:41.552Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:54:41.552Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:54:41.552Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:54:41.552Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:54:41.552Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:54:41.552Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:54:41.552Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-12T17:54:41.552Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-12T17:54:41.552Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-12T17:54:41.552Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-12T17:54:41.552Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-12T17:54:41.774Z] --- PASS: TestKillContainer (2.61s) [2020-02-12T17:54:41.774Z] --- PASS: TestKillContainer/no_signal (0.89s) [2020-02-12T17:54:41.774Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2020-02-12T17:54:41.774Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2020-02-12T17:54:41.774Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-12T17:54:41.774Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-12T17:54:41.810Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-02-12T17:54:41.810Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-12T17:54:41.810Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-02-12T17:54:41.810Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-12T17:54:42.068Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-02-12T17:54:42.068Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-12T17:54:42.068Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-02-12T17:54:42.068Z] === RUN TestCopyFromContainer [2020-02-12T17:54:42.587Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-12T17:54:43.304Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-02-12T17:54:43.795Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.85s) [2020-02-12T17:54:43.795Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.94s) [2020-02-12T17:54:43.795Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2020-02-12T17:54:43.795Z] === RUN TestKillStoppedContainer [2020-02-12T17:54:43.795Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-02-12T17:54:43.795Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-12T17:54:43.795Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-12T17:54:43.795Z] === RUN TestKillDifferentUserContainer [2020-02-12T17:54:43.971Z] === RUN TestCopyFromContainer// [2020-02-12T17:54:43.971Z] === RUN TestCopyFromContainer//bar/root [2020-02-12T17:54:44.230Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-12T17:54:44.230Z] === RUN TestCopyFromContainer/bar/quux [2020-02-12T17:54:44.489Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-12T17:54:44.489Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-12T17:54:44.547Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2020-02-12T17:54:44.547Z] === RUN TestInspectOomKilledTrue [2020-02-12T17:54:44.547Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-12T17:54:44.547Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:54:44.547Z] === RUN TestInspectOomKilledFalse [2020-02-12T17:54:44.547Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-12T17:54:44.547Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:54:44.547Z] === RUN TestLinksEtcHostsContentMatch [2020-02-12T17:54:44.748Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-12T17:54:44.748Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-12T17:54:44.748Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-12T17:54:45.006Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer (3.06s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-02-12T17:54:45.006Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-02-12T17:54:45.006Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-12T17:54:45.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:54:45.265Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:54:45.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:54:45.265Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:54:45.265Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:54:45.265Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:54:45.265Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:54:45.265Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:54:45.265Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:54:45.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-02-12T17:54:45.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-12T17:54:45.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-12T17:54:45.265Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-12T17:54:45.265Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-12T17:54:45.265Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-02-12T17:54:45.265Z] === RUN TestCreateWithInvalidEnv [2020-02-12T17:54:45.265Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-12T17:54:45.265Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-12T17:54:45.265Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-12T17:54:45.265Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-12T17:54:45.265Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-12T17:54:45.265Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-12T17:54:45.265Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-12T17:54:45.265Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-12T17:54:45.265Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-12T17:54:45.265Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-12T17:54:45.265Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-12T17:54:45.265Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-12T17:54:45.265Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-12T17:54:45.265Z] === RUN TestCreateTmpfsMountsTarget [2020-02-12T17:54:45.265Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-02-12T17:54:45.265Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-12T17:54:45.291Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2020-02-12T17:54:45.291Z] === RUN TestLinksContainerNames [2020-02-12T17:54:47.030Z] --- PASS: TestLinksContainerNames (1.47s) [2020-02-12T17:54:47.030Z] === RUN TestLogsFollowTailEmpty [2020-02-12T17:54:47.353Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-02-12T17:54:47.784Z] --- PASS: TestLogsFollowTailEmpty (0.91s) [2020-02-12T17:54:47.784Z] === RUN TestContainerNetworkMountsNoChown [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCustomMaskedPaths (2.14s) [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:54:47.798Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:54:47.798Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-02-12T17:54:47.798Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-02-12T17:54:47.798Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-12T17:54:48.534Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/default [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/default [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/private [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/private [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rprivate [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/slave [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/slave [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rslave [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/shared [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/shared [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rshared [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/default [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rshared [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/shared [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rslave [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/slave [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rprivate [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/private [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-12T17:54:48.534Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:54:48.534Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:54:48.534Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-12T17:54:48.888Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-12T17:54:49.255Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-12T17:54:49.255Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-02-12T17:54:49.256Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-02-12T17:54:49.256Z] === RUN TestContainerBindMountNonRecursive [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.31s) [2020-02-12T17:54:50.329Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-12T17:54:50.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:54:50.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:54:50.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:54:50.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:54:50.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:54:50.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:54:50.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:54:50.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:54:50.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:54:50.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:54:50.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:54:50.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:54:50.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:54:50.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:54:50.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-02-12T17:54:50.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-02-12T17:54:50.329Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-12T17:54:50.896Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2020-02-12T17:54:50.896Z] === RUN TestContainerStartOnDaemonRestart [2020-02-12T17:54:50.896Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-12T17:54:50.896Z] === RUN TestDaemonRestartIpcMode [2020-02-12T17:54:50.896Z] === PAUSE TestDaemonRestartIpcMode [2020-02-12T17:54:50.896Z] === RUN TestDaemonHostGatewayIP [2020-02-12T17:54:50.896Z] === PAUSE TestDaemonHostGatewayIP [2020-02-12T17:54:50.896Z] === RUN TestDiff [2020-02-12T17:54:50.985Z] --- PASS: TestContainerBindMountNonRecursive (1.85s) [2020-02-12T17:54:50.986Z] === RUN TestNetworkNat [2020-02-12T17:54:51.464Z] --- PASS: TestDiff (0.76s) [2020-02-12T17:54:51.464Z] === RUN TestExecWithCloseStdin [2020-02-12T17:54:52.187Z] --- PASS: TestNetworkNat (0.82s) [2020-02-12T17:54:52.187Z] === RUN TestNetworkLocalhostTCPNat [2020-02-12T17:54:52.399Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-02-12T17:54:52.399Z] === RUN TestExec [2020-02-12T17:54:52.934Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2020-02-12T17:54:52.934Z] === RUN TestNetworkLoopbackNat [2020-02-12T17:54:53.334Z] --- PASS: TestExec (0.96s) [2020-02-12T17:54:53.334Z] === RUN TestExecUser [2020-02-12T17:54:54.132Z] --- PASS: TestNetworkLoopbackNat (1.17s) [2020-02-12T17:54:54.132Z] === RUN TestPause [2020-02-12T17:54:54.269Z] --- PASS: TestExecUser (0.91s) [2020-02-12T17:54:54.269Z] === RUN TestExportContainerAndImportImage [2020-02-12T17:54:54.883Z] --- PASS: TestPause (0.84s) [2020-02-12T17:54:54.883Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-12T17:54:54.883Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-12T17:54:54.883Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T17:54:54.883Z] === RUN TestPauseStopPausedContainer [2020-02-12T17:54:55.644Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2020-02-12T17:54:55.644Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-12T17:54:55.848Z] --- PASS: TestPauseStopPausedContainer (0.91s) [2020-02-12T17:54:55.848Z] === RUN TestPsFilter [2020-02-12T17:54:55.848Z] --- PASS: TestPsFilter (0.26s) [2020-02-12T17:54:55.848Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-12T17:54:56.689Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-02-12T17:54:56.689Z] === RUN TestRemoveContainerWithVolume [2020-02-12T17:54:57.547Z] --- PASS: TestExportContainerAfterDaemonRestart (2.02s) [2020-02-12T17:54:57.547Z] === RUN TestHealthCheckWorkdir [2020-02-12T17:54:57.901Z] --- PASS: TestRemoveContainerWithVolume (0.94s) [2020-02-12T17:54:57.901Z] === RUN TestRemoveContainerRunning [2020-02-12T17:54:58.432Z] Loaded image: buildpack-deps:jessie [2020-02-12T17:54:58.432Z] Loaded image: buildpack-deps:jessie [2020-02-12T17:54:58.432Z] Loaded image: busybox:latest [2020-02-12T17:54:58.432Z] Loaded image: busybox:latest [2020-02-12T17:54:58.432Z] Loaded image: busybox:glibc [2020-02-12T17:54:58.432Z] Loaded image: debian:jessie [2020-02-12T17:54:58.432Z] Loaded image: hello-world:latest [2020-02-12T17:54:58.432Z] INFO: Testing against a local daemon [2020-02-12T17:54:58.432Z] === RUN TestDockerDaemonSuite [2020-02-12T17:54:58.432Z] Loaded image: busybox:glibc [2020-02-12T17:54:58.432Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-02-12T17:54:58.432Z] Loaded image: debian:jessie [2020-02-12T17:54:58.432Z] Loaded image: hello-world:latest [2020-02-12T17:54:58.432Z] INFO: Testing against a local daemon [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-02-12T17:54:58.432Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-02-12T17:54:58.483Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2020-02-12T17:54:58.483Z] === RUN TestHealthKillContainer [2020-02-12T17:54:58.656Z] --- PASS: TestRemoveContainerRunning (0.84s) [2020-02-12T17:54:58.657Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-12T17:54:59.397Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-02-12T17:54:59.397Z] === RUN TestRemoveInvalidContainer [2020-02-12T17:54:59.397Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-02-12T17:54:59.397Z] === RUN TestRenameLinkedContainer [2020-02-12T17:55:00.315Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-02-12T17:55:00.315Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-02-12T17:55:01.240Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-02-12T17:55:01.240Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-02-12T17:55:01.767Z] --- PASS: TestHealthKillContainer (2.93s) [2020-02-12T17:55:01.767Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-12T17:55:01.827Z] ......................... [ 67%] [2020-02-12T17:55:02.026Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2020-02-12T17:55:02.026Z] === RUN TestIpcModeNone [2020-02-12T17:55:02.475Z] --- PASS: TestRenameLinkedContainer (3.33s) [2020-02-12T17:55:02.475Z] === RUN TestRenameStoppedContainer [2020-02-12T17:55:02.962Z] --- PASS: TestIpcModeNone (0.88s) [2020-02-12T17:55:02.962Z] === RUN TestIpcModePrivate [2020-02-12T17:55:03.123Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-02-12T17:55:03.123Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-02-12T17:55:03.123Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-02-12T17:55:03.676Z] --- PASS: TestRenameStoppedContainer (0.90s) [2020-02-12T17:55:03.676Z] === RUN TestRenameRunningContainerAndReuse [2020-02-12T17:55:03.897Z] --- PASS: TestIpcModePrivate (0.88s) [2020-02-12T17:55:03.897Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:101, shared: false, mustBeShared: false [2020-02-12T17:55:03.897Z] === RUN TestIpcModeShareable [2020-02-12T17:55:04.833Z] --- PASS: TestIpcModeShareable (0.92s) [2020-02-12T17:55:04.833Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:95, shared: true, mustBeShared: true [2020-02-12T17:55:04.833Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-12T17:55:05.415Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2020-02-12T17:55:05.415Z] === RUN TestRenameInvalidName [2020-02-12T17:55:05.632Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-02-12T17:55:05.632Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-02-12T17:55:05.887Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-02-12T17:55:05.887Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-02-12T17:55:05.887Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-02-12T17:55:06.170Z] --- PASS: TestRenameInvalidName (0.88s) [2020-02-12T17:55:06.170Z] === RUN TestRenameAnonymousContainer [2020-02-12T17:55:07.248Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-02-12T17:55:07.365Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2020-02-12T17:55:07.365Z] === RUN TestAPIIpcModeHost [2020-02-12T17:55:08.171Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-02-12T17:55:08.300Z] --- PASS: TestAPIIpcModeHost (0.69s) [2020-02-12T17:55:08.300Z] === RUN TestDaemonIpcModeShareable [2020-02-12T17:55:08.426Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-02-12T17:55:08.681Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-02-12T17:55:08.681Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-02-12T17:55:08.681Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-02-12T17:55:08.681Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-02-12T17:55:08.789Z] --- PASS: TestRenameAnonymousContainer (2.84s) [2020-02-12T17:55:08.790Z] === RUN TestRenameContainerWithSameName [2020-02-12T17:55:09.538Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2020-02-12T17:55:09.538Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-12T17:55:10.203Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2020-02-12T17:55:10.203Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2020-02-12T17:55:10.203Z] === RUN TestDaemonIpcModePrivate [2020-02-12T17:55:11.257Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2020-02-12T17:55:11.257Z] === RUN TestResize [2020-02-12T17:55:11.998Z] --- PASS: TestResize (0.87s) [2020-02-12T17:55:11.998Z] === RUN TestResizeWithInvalidSize [2020-02-12T17:55:12.104Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2020-02-12T17:55:12.104Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-02-12T17:55:12.104Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-12T17:55:13.203Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2020-02-12T17:55:13.203Z] === RUN TestResizeWhenContainerNotStarted [2020-02-12T17:55:13.917Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-02-12T17:55:13.917Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-02-12T17:55:13.959Z] --- PASS: TestResizeWhenContainerNotStarted (0.82s) [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:13.959Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:13.959Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:13.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:55:13.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:55:14.006Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s) [2020-02-12T17:55:14.006Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-02-12T17:55:14.006Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-12T17:55:15.383Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-02-12T17:55:15.383Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2020-02-12T17:55:15.383Z] === RUN TestIpcModeOlderClient [2020-02-12T17:55:15.383Z] === PAUSE TestIpcModeOlderClient [2020-02-12T17:55:15.383Z] === RUN TestKillContainerInvalidSignal [2020-02-12T17:55:15.708Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:16.068Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:16.320Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-02-12T17:55:16.320Z] === RUN TestKillContainer [2020-02-12T17:55:16.320Z] === RUN TestKillContainer/no_signal [2020-02-12T17:55:16.428Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-02-12T17:55:16.428Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-02-12T17:55:17.254Z] === RUN TestKillContainer/non_killing_signal [2020-02-12T17:55:17.306Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:17.512Z] === RUN TestKillContainer/killing_signal [2020-02-12T17:55:17.666Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:18.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:55:18.789Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:55:18.889Z] --- PASS: TestKillContainer (2.31s) [2020-02-12T17:55:18.889Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-02-12T17:55:18.889Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2020-02-12T17:55:18.889Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2020-02-12T17:55:18.889Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-12T17:55:18.889Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-12T17:55:18.944Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-02-12T17:55:19.456Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-12T17:55:19.504Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-02-12T17:55:20.023Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2020-02-12T17:55:20.023Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s) [2020-02-12T17:55:20.023Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2020-02-12T17:55:20.023Z] === RUN TestKillStoppedContainer [2020-02-12T17:55:20.282Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-02-12T17:55:20.282Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-12T17:55:20.282Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-12T17:55:20.282Z] === RUN TestKillDifferentUserContainer [2020-02-12T17:55:20.559Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:55:20.868Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-02-12T17:55:21.217Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2020-02-12T17:55:21.217Z] === RUN TestInspectOomKilledTrue [2020-02-12T17:55:21.217Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-12T17:55:21.217Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:55:21.217Z] === RUN TestInspectOomKilledFalse [2020-02-12T17:55:21.217Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-12T17:55:21.217Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:55:21.217Z] === RUN TestLinksEtcHostsContentMatch [2020-02-12T17:55:21.311Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:55:21.784Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2020-02-12T17:55:21.784Z] === RUN TestLinksContainerNames [2020-02-12T17:55:22.230Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-02-12T17:55:23.159Z] --- PASS: TestLinksContainerNames (1.52s) [2020-02-12T17:55:23.159Z] === RUN TestLogsFollowTailEmpty [2020-02-12T17:55:23.593Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-02-12T17:55:24.095Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-02-12T17:55:24.095Z] === RUN TestContainerNetworkMountsNoChown [2020-02-12T17:55:24.134Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-02-12T17:55:24.134Z] [2020-02-12T17:55:24.134Z] ________ ____ __. [2020-02-12T17:55:24.134Z] \_____ \ | |/ _| [2020-02-12T17:55:24.134Z] / | \| < [2020-02-12T17:55:24.134Z] / | \ | \ [2020-02-12T17:55:24.134Z] \_______ /____|__ \ [2020-02-12T17:55:24.134Z] \/ \/ [2020-02-12T17:55:24.134Z] [2020-02-12T17:55:24.134Z] INFO: make.ps1 ended at 02/12/2020 17:55:17 [2020-02-12T17:55:24.134Z] INFO: Binaries build ended at 02/12/2020 17:55:19. Duration:00:01:13.4373499 [2020-02-12T17:55:24.134Z] INFO: Copying the built daemon binary to d:\CI\PR-40500\6\binary\dockerd-da6c1429d0.exe... [2020-02-12T17:55:24.134Z] INFO: Copying the built client binary to d:\CI\PR-40500\6\binary\docker-da6c1429d0.exe... [2020-02-12T17:55:24.134Z] INFO: Copying dockerversion from the container... [2020-02-12T17:55:24.134Z] INFO: Copying the golang package from the container to d:\CI\PR-40500\6\installer\go.zip... [2020-02-12T17:55:24.192Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:55:24.192Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:55:24.517Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-02-12T17:55:24.773Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-02-12T17:55:25.030Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/default [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/default [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/private [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/private [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rprivate [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/slave [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/slave [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rslave [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/shared [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/shared [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rshared [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/default [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rslave [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/shared [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/slave [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rprivate [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rshared [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/private [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:55:25.030Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-12T17:55:25.030Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:55:25.030Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:55:25.289Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-02-12T17:55:25.289Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-02-12T17:55:25.289Z] === RUN TestContainerBindMountNonRecursive [2020-02-12T17:55:26.137Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.99s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.38s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.40s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.38s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.13s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.17s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.15s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.23s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.19s) [2020-02-12T17:55:26.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s) [2020-02-12T17:55:26.574Z] === RUN TestCgroupNamespacesRun [2020-02-12T17:55:27.040Z] INFO: Extracting go.zip to d:\CI\PR-40500\6\go [2020-02-12T17:55:27.063Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-02-12T17:55:27.191Z] --- PASS: TestContainerBindMountNonRecursive (1.89s) [2020-02-12T17:55:27.191Z] === RUN TestNetworkNat [2020-02-12T17:55:27.318Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-02-12T17:55:28.127Z] --- PASS: TestNetworkNat (0.86s) [2020-02-12T17:55:28.127Z] === RUN TestNetworkLocalhostTCPNat [2020-02-12T17:55:28.353Z] --- PASS: TestCgroupNamespacesRun (1.61s) [2020-02-12T17:55:28.353Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-12T17:55:29.062Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-02-12T17:55:29.062Z] === RUN TestNetworkLoopbackNat [2020-02-12T17:55:29.827Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-02-12T17:55:30.110Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.58s) [2020-02-12T17:55:30.110Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-12T17:55:30.445Z] --- PASS: TestNetworkLoopbackNat (1.21s) [2020-02-12T17:55:30.445Z] === RUN TestPause [2020-02-12T17:55:31.013Z] --- PASS: TestPause (0.82s) [2020-02-12T17:55:31.013Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-12T17:55:31.013Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-12T17:55:31.013Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T17:55:31.013Z] === RUN TestPauseStopPausedContainer [2020-02-12T17:55:31.324Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.64s) [2020-02-12T17:55:31.324Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-12T17:55:31.952Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2020-02-12T17:55:31.952Z] === RUN TestPsFilter [2020-02-12T17:55:32.212Z] --- PASS: TestPsFilter (0.26s) [2020-02-12T17:55:32.212Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-12T17:55:32.336Z] === RUN TestDockerSuite/TestAttachDetach [2020-02-12T17:55:32.781Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2020-02-12T17:55:32.781Z] === RUN TestRemoveContainerWithVolume [2020-02-12T17:55:33.055Z] --- PASS: TestCgroupNamespacesRunHostMode (1.66s) [2020-02-12T17:55:33.055Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-12T17:55:33.262Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-02-12T17:55:33.721Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2020-02-12T17:55:33.721Z] === RUN TestRemoveContainerRunning [2020-02-12T17:55:33.825Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-02-12T17:55:34.287Z] --- PASS: TestRemoveContainerRunning (0.78s) [2020-02-12T17:55:34.287Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-12T17:55:34.843Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2020-02-12T17:55:34.843Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-12T17:55:35.185Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-02-12T17:55:35.222Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2020-02-12T17:55:35.222Z] === RUN TestRemoveInvalidContainer [2020-02-12T17:55:35.222Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-12T17:55:35.222Z] === RUN TestRenameLinkedContainer [2020-02-12T17:55:35.844Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2020-02-12T17:55:35.844Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-12T17:55:36.647Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2020-02-12T17:55:36.647Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-12T17:55:37.701Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-02-12T17:55:37.956Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-02-12T17:55:38.385Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.66s) [2020-02-12T17:55:38.385Z] === RUN TestKernelTCPMemory [2020-02-12T17:55:38.508Z] --- PASS: TestRenameLinkedContainer (3.08s) [2020-02-12T17:55:38.508Z] === RUN TestRenameStoppedContainer [2020-02-12T17:55:38.881Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-02-12T17:55:39.019Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-02-12T17:55:39.075Z] --- PASS: TestRenameStoppedContainer (0.80s) [2020-02-12T17:55:39.075Z] === RUN TestRenameRunningContainerAndReuse [2020-02-12T17:55:39.126Z] --- PASS: TestKernelTCPMemory (1.02s) [2020-02-12T17:55:39.126Z] === RUN TestNISDomainname [2020-02-12T17:55:40.245Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-02-12T17:55:40.320Z] --- PASS: TestNISDomainname (1.06s) [2020-02-12T17:55:40.320Z] === RUN TestHostnameDnsResolution [2020-02-12T17:55:40.977Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s) [2020-02-12T17:55:40.977Z] === RUN TestRenameInvalidName [2020-02-12T17:55:41.513Z] --- PASS: TestHostnameDnsResolution (1.21s) [2020-02-12T17:55:41.513Z] === RUN TestStats [2020-02-12T17:55:41.543Z] --- PASS: TestRenameInvalidName (0.77s) [2020-02-12T17:55:41.543Z] === RUN TestRenameAnonymousContainer [2020-02-12T17:55:41.605Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-02-12T17:55:42.166Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-02-12T17:55:43.528Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-02-12T17:55:44.590Z] --- PASS: TestStats (2.69s) [2020-02-12T17:55:44.590Z] === RUN TestStopContainerWithTimeout [2020-02-12T17:55:44.590Z] === RUN TestStopContainerWithTimeout/0 [2020-02-12T17:55:44.590Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-12T17:55:44.590Z] === RUN TestStopContainerWithTimeout/1 [2020-02-12T17:55:44.590Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-12T17:55:44.590Z] === RUN TestStopContainerWithTimeout/3 [2020-02-12T17:55:44.590Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-12T17:55:44.590Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-12T17:55:44.590Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-12T17:55:44.590Z] === CONT TestStopContainerWithTimeout/0 [2020-02-12T17:55:44.590Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-12T17:55:44.940Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-02-12T17:55:45.338Z] === CONT TestStopContainerWithTimeout/3 [2020-02-12T17:55:45.731Z] --- PASS: TestRenameAnonymousContainer (3.89s) [2020-02-12T17:55:45.731Z] === RUN TestRenameContainerWithSameName [2020-02-12T17:55:45.989Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2020-02-12T17:55:45.989Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-12T17:55:46.824Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-02-12T17:55:46.824Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-02-12T17:55:46.824Z] --- PASS: TestBuildWithHugeFile (91.82s) [2020-02-12T17:55:46.824Z] === RUN TestBuildWithEmptyDockerfile [2020-02-12T17:55:46.824Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:55:46.824Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:55:46.824Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:55:46.824Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:55:46.824Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:55:46.824Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:55:46.824Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T17:55:46.824Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T17:55:47.058Z] === CONT TestStopContainerWithTimeout/1 [2020-02-12T17:55:47.079Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T17:55:47.079Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-02-12T17:55:47.079Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-02-12T17:55:47.079Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2020-02-12T17:55:47.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-02-12T17:55:47.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2020-02-12T17:55:47.079Z] === RUN TestBuildPreserveOwnership [2020-02-12T17:55:47.333Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-12T17:55:47.588Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-02-12T17:55:47.892Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s) [2020-02-12T17:55:47.892Z] === RUN TestResize [2020-02-12T17:55:48.148Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-02-12T17:55:48.148Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-02-12T17:55:48.459Z] --- PASS: TestResize (0.77s) [2020-02-12T17:55:48.459Z] === RUN TestResizeWithInvalidSize [2020-02-12T17:55:49.075Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-02-12T17:55:49.394Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2020-02-12T17:55:49.394Z] === RUN TestResizeWhenContainerNotStarted [2020-02-12T17:55:49.401Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-02-12T17:55:49.401Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2020-02-12T17:55:49.401Z] --- PASS: TestStopContainerWithTimeout/-1 (2.97s) [2020-02-12T17:55:49.401Z] --- PASS: TestStopContainerWithTimeout/3 (2.85s) [2020-02-12T17:55:49.401Z] --- PASS: TestStopContainerWithTimeout/1 (1.90s) [2020-02-12T17:55:49.401Z] === RUN TestDeleteDevicemapper [2020-02-12T17:55:49.401Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-12T17:55:49.401Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T17:55:49.401Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-12T17:55:49.636Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-02-12T17:55:49.636Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-02-12T17:55:49.962Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:49.962Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:49.962Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:49.962Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:55:49.962Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:55:49.962Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:49.962Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:55:50.560Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-02-12T17:55:51.486Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-12T17:55:51.871Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:51.871Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:55:52.047Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-02-12T17:55:52.175Z] INFO: Extraction ended at 02/12/2020 17:55:49. Duration:00:00:23.1519688 [2020-02-12T17:55:52.175Z] INFO: Updating the golang and path environment variables [2020-02-12T17:55:52.175Z] INFO: GOPATH=d:\gopath [2020-02-12T17:55:52.175Z] INFO: go version go1.13.7 windows/amd64 [2020-02-12T17:55:52.175Z] INFO: Running the daemon under test in debug mode [2020-02-12T17:55:52.175Z] INFO: Starting a daemon under test... [2020-02-12T17:55:52.175Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40500\6\daemon --pidfile d:\CI\PR-40500\6\docker.pid -D [2020-02-12T17:55:52.175Z] INFO: Process started successfully. [2020-02-12T17:55:52.175Z] INFO: Start tailing logs of the daemon under tests [2020-02-12T17:55:52.175Z] INFO: Waiting for the daemon under test to start... [2020-02-12T17:55:52.802Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.80s) [2020-02-12T17:55:52.802Z] === RUN TestUpdateMemory [2020-02-12T17:55:52.802Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-12T17:55:52.802Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:55:52.802Z] === RUN TestUpdateCPUQuota [2020-02-12T17:55:52.811Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:55:52.811Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:55:53.450Z] --- PASS: TestBuildPreserveOwnership (6.24s) [2020-02-12T17:55:53.450Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.16s) [2020-02-12T17:55:53.450Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.06s) [2020-02-12T17:55:53.450Z] === RUN TestBuildPlatformInvalid [2020-02-12T17:55:53.704Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-02-12T17:55:53.704Z] PASS [2020-02-12T17:55:53.704Z] [2020-02-12T17:55:53.704Z] === Skipped [2020-02-12T17:55:53.704Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-02-12T17:55:53.704Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T17:55:53.704Z] [2020-02-12T17:55:53.704Z] [2020-02-12T17:55:53.704Z] DONE 32 tests, 1 skipped in 178.953s [2020-02-12T17:55:53.704Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-02-12T17:55:53.704Z] ++ 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-12T17:55:53.704Z] ++ set -e [2020-02-12T17:55:53.704Z] ++ '[' -n 0 ']' [2020-02-12T17:55:53.704Z] ++ set -x [2020-02-12T17:55:53.704Z] ++ 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-12T17:55:53.704Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-02-12T17:55:53.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:55:53.748Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:55:53.958Z] INFO: Testing against a local daemon [2020-02-12T17:55:53.958Z] === RUN TestConfigList [2020-02-12T17:55:54.022Z] --- PASS: TestUpdateCPUQuota (1.29s) [2020-02-12T17:55:54.022Z] === RUN TestUpdatePidsLimit [2020-02-12T17:55:54.022Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-12T17:55:54.353Z] INFO: Daemon under test started and replied! [2020-02-12T17:55:54.353Z] INFO: Docker version of the daemon under test [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] Client: [2020-02-12T17:55:54.353Z] Version: 17.06.2-ce [2020-02-12T17:55:54.353Z] API version: 1.30 [2020-02-12T17:55:54.353Z] Go version: go1.8.3 [2020-02-12T17:55:54.353Z] Git commit: cec0b72 [2020-02-12T17:55:54.353Z] Built: Tue Sep 5 19:57:19 2017 [2020-02-12T17:55:54.353Z] OS/Arch: windows/amd64 [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] Server: [2020-02-12T17:55:54.353Z] Version: 0.0.0-dev [2020-02-12T17:55:54.353Z] API version: 1.41 (minimum version 1.24) [2020-02-12T17:55:54.353Z] Go version: go1.13.7 [2020-02-12T17:55:54.353Z] Git commit: da6c1429d0 [2020-02-12T17:55:54.353Z] Built: 02/12/2020 17:54:10 [2020-02-12T17:55:54.353Z] OS/Arch: windows/amd64 [2020-02-12T17:55:54.353Z] Experimental: false [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] INFO: Docker info of the daemon under test [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] Containers: 0 [2020-02-12T17:55:54.353Z] Running: 0 [2020-02-12T17:55:54.353Z] Paused: 0 [2020-02-12T17:55:54.353Z] Stopped: 0 [2020-02-12T17:55:54.353Z] Images: 0 [2020-02-12T17:55:54.353Z] Server Version: 0.0.0-dev [2020-02-12T17:55:54.353Z] Storage Driver: windowsfilter [2020-02-12T17:55:54.353Z] Windows: [2020-02-12T17:55:54.353Z] Logging Driver: json-file [2020-02-12T17:55:54.353Z] Plugins: [2020-02-12T17:55:54.353Z] Volume: local [2020-02-12T17:55:54.353Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-12T17:55:54.353Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-12T17:55:54.353Z] Swarm: inactive [2020-02-12T17:55:54.353Z] Default Isolation: process [2020-02-12T17:55:54.353Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-12T17:55:54.353Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-12T17:55:54.353Z] OSType: windows [2020-02-12T17:55:54.353Z] Architecture: x86_64 [2020-02-12T17:55:54.353Z] CPUs: 4 [2020-02-12T17:55:54.353Z] Total Memory: 32GiB [2020-02-12T17:55:54.353Z] Name: azwin-2-6520f0 [2020-02-12T17:55:54.353Z] ID: DFX2:733X:HIC5:HAIQ:6AJU:Y3MW:KMNZ:OLVO:RJN3:47GY:CTUK:ZHRA [2020-02-12T17:55:54.353Z] Docker Root Dir: D:\CI\PR-40500\6\daemon [2020-02-12T17:55:54.353Z] Debug Mode (client): false [2020-02-12T17:55:54.353Z] Debug Mode (server): true [2020-02-12T17:55:54.353Z] File Descriptors: -1 [2020-02-12T17:55:54.353Z] Goroutines: 17 [2020-02-12T17:55:54.353Z] System Time: 2020-02-12T17:55:53.860172Z [2020-02-12T17:55:54.353Z] EventsListeners: 0 [2020-02-12T17:55:54.353Z] Registry: https://index.docker.io/v1/ [2020-02-12T17:55:54.353Z] Labels: [2020-02-12T17:55:54.353Z] Experimental: false [2020-02-12T17:55:54.353Z] Insecure Registries: [2020-02-12T17:55:54.353Z] 127.0.0.0/8 [2020-02-12T17:55:54.353Z] Live Restore Enabled: false [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] INFO: Docker images of the daemon under test [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-12T17:55:54.353Z] [2020-02-12T17:55:54.353Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-02-12T17:55:54.353Z] INFO: Pulling mcr.microsoft.com/windows/servercore:10.0.17763.973 from docker hub into daemon under test. This may take some time... [2020-02-12T17:55:54.353Z] 10.0.17763.973: Pulling from windows/servercore [2020-02-12T17:55:54.353Z] 65014b3c3121: Pulling fs layer [2020-02-12T17:55:54.353Z] edbd72df76b4: Pulling fs layer [2020-02-12T17:55:54.777Z] === RUN TestUpdatePidsLimit/no_change [2020-02-12T17:55:54.777Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-12T17:55:55.536Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-12T17:55:55.656Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:55:55.888Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-12T17:55:56.225Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:55:56.234Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-12T17:55:56.468Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-02-12T17:55:56.583Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-12T17:55:57.070Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-02-12T17:55:57.070Z] tests/integration/client_test.py ..... [ 75%] [2020-02-12T17:55:57.070Z] tests/integration/context_api_test.py .. [ 76%] [2020-02-12T17:55:57.071Z] tests/integration/errors_test.py . [ 76%] [2020-02-12T17:55:57.392Z] --- PASS: TestConfigList (3.52s) [2020-02-12T17:55:57.392Z] === RUN TestConfigsCreateAndDelete [2020-02-12T17:55:57.392Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit (3.70s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-02-12T17:55:57.780Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-02-12T17:55:57.780Z] === RUN TestUpdateRestartPolicy [2020-02-12T17:55:57.951Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-02-12T17:55:58.757Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-12T17:55:58.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.69s) [2020-02-12T17:55:58.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.75s) [2020-02-12T17:55:58.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.66s) [2020-02-12T17:55:58.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.71s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.79s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.68s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.70s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.81s) [2020-02-12T17:55:58.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.47s) [2020-02-12T17:55:58.758Z] === RUN TestCgroupNamespacesRun [2020-02-12T17:56:00.470Z] --- PASS: TestConfigsCreateAndDelete (3.20s) [2020-02-12T17:56:00.470Z] === RUN TestConfigsUpdate [2020-02-12T17:56:00.659Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2020-02-12T17:56:00.659Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-12T17:56:01.440Z] edbd72df76b4: Verifying Checksum [2020-02-12T17:56:01.440Z] edbd72df76b4: Download complete [2020-02-12T17:56:01.830Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-02-12T17:56:02.562Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s) [2020-02-12T17:56:02.562Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-12T17:56:03.713Z] --- PASS: TestConfigsUpdate (3.07s) [2020-02-12T17:56:03.713Z] === RUN TestTemplatedConfig [2020-02-12T17:56:03.938Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2020-02-12T17:56:03.938Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-12T17:56:05.072Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-02-12T17:56:05.632Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-02-12T17:56:05.843Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2020-02-12T17:56:05.843Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-12T17:56:06.192Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-02-12T17:56:06.752Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-02-12T17:56:07.311Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-02-12T17:56:07.311Z] --- PASS: TestTemplatedConfig (3.61s) [2020-02-12T17:56:07.311Z] === RUN TestConfigInspect [2020-02-12T17:56:07.745Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-02-12T17:56:07.745Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-12T17:56:08.312Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2020-02-12T17:56:08.312Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-12T17:56:08.511Z] 65014b3c3121: Verifying Checksum [2020-02-12T17:56:08.511Z] 65014b3c3121: Download complete [2020-02-12T17:56:09.248Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2020-02-12T17:56:09.248Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-12T17:56:10.579Z] --- PASS: TestConfigInspect (3.13s) [2020-02-12T17:56:10.579Z] === RUN TestConfigCreateWithLabels [2020-02-12T17:56:10.579Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-02-12T17:56:10.579Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-02-12T17:56:11.141Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-02-12T17:56:11.149Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2020-02-12T17:56:11.149Z] === RUN TestKernelTCPMemory [2020-02-12T17:56:11.271Z] --- PASS: TestUpdateRestartPolicy (12.63s) [2020-02-12T17:56:11.271Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-12T17:56:11.619Z] --- PASS: TestUpdateRestartWithAutoRemove (0.98s) [2020-02-12T17:56:11.619Z] === RUN TestWaitNonBlocked [2020-02-12T17:56:11.619Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:56:11.619Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:56:11.619Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:56:11.619Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:56:11.619Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:56:11.619Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:56:12.084Z] --- PASS: TestKernelTCPMemory (0.96s) [2020-02-12T17:56:12.084Z] === RUN TestNISDomainname [2020-02-12T17:56:12.832Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-02-12T17:56:12.833Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.12s) [2020-02-12T17:56:12.833Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.17s) [2020-02-12T17:56:12.833Z] === RUN TestWaitBlocked [2020-02-12T17:56:12.833Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:56:12.833Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:56:12.833Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:56:12.833Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:56:12.833Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:56:12.833Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:56:13.019Z] --- PASS: TestNISDomainname (0.99s) [2020-02-12T17:56:13.019Z] === RUN TestHostnameDnsResolution [2020-02-12T17:56:13.024Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-02-12T17:56:13.024Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-02-12T17:56:13.583Z] --- PASS: TestConfigCreateWithLabels (3.15s) [2020-02-12T17:56:13.583Z] === RUN TestConfigCreateResolve [2020-02-12T17:56:13.838Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-02-12T17:56:14.044Z] --- PASS: TestWaitBlocked (0.01s) [2020-02-12T17:56:14.044Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2020-02-12T17:56:14.044Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.34s) [2020-02-12T17:56:14.044Z] === CONT TestContainerStartOnDaemonRestart [2020-02-12T17:56:14.044Z] === CONT TestIpcModeOlderClient [2020-02-12T17:56:14.044Z] --- PASS: TestIpcModeOlderClient (0.14s) [2020-02-12T17:56:14.044Z] === CONT TestDaemonHostGatewayIP [2020-02-12T17:56:14.922Z] --- PASS: TestHostnameDnsResolution (1.69s) [2020-02-12T17:56:14.922Z] === RUN TestStats [2020-02-12T17:56:16.350Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-02-12T17:56:16.350Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-02-12T17:56:16.909Z] --- PASS: TestConfigCreateResolve (3.44s) [2020-02-12T17:56:16.909Z] === RUN TestConfigDaemonLibtrustID [2020-02-12T17:56:17.220Z] --- PASS: TestContainerStartOnDaemonRestart (3.30s) [2020-02-12T17:56:17.220Z] === CONT TestDaemonRestartIpcMode [2020-02-12T17:56:17.451Z] --- PASS: TestStats (2.71s) [2020-02-12T17:56:17.451Z] === RUN TestStopContainerWithTimeout [2020-02-12T17:56:17.451Z] === RUN TestStopContainerWithTimeout/0 [2020-02-12T17:56:17.451Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-12T17:56:17.451Z] === RUN TestStopContainerWithTimeout/1 [2020-02-12T17:56:17.451Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-12T17:56:17.451Z] === RUN TestStopContainerWithTimeout/3 [2020-02-12T17:56:17.451Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-12T17:56:17.451Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-12T17:56:17.451Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-12T17:56:17.451Z] === CONT TestStopContainerWithTimeout/0 [2020-02-12T17:56:17.451Z] === CONT TestStopContainerWithTimeout/1 [2020-02-12T17:56:17.451Z] === CONT TestStopContainerWithTimeout/3 [2020-02-12T17:56:17.451Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-12T17:56:17.468Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-02-12T17:56:17.469Z] PASS [2020-02-12T17:56:17.469Z] [2020-02-12T17:56:17.469Z] DONE 8 tests in 23.836s [2020-02-12T17:56:17.469Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-02-12T17:56:17.469Z] ++ 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-12T17:56:17.469Z] ++ set -e [2020-02-12T17:56:17.469Z] ++ '[' -n 0 ']' [2020-02-12T17:56:17.469Z] ++ set -x [2020-02-12T17:56:17.469Z] ++ 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-12T17:56:17.583Z] --- PASS: TestDaemonHostGatewayIP (3.55s) [2020-02-12T17:56:17.723Z] INFO: Testing against a local daemon [2020-02-12T17:56:17.723Z] === RUN TestCheckpoint [2020-02-12T17:56:17.723Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-12T17:56:17.723Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T17:56:17.723Z] === RUN TestContainerInvalidJSON [2020-02-12T17:56:17.723Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:56:17.723Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:56:17.723Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:56:17.723Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:56:17.723Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:56:17.723Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:56:17.723Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T17:56:17.723Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-12T17:56:17.723Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T17:56:17.723Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-02-12T17:56:17.723Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-12T17:56:17.723Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-12T17:56:17.723Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-12T17:56:17.723Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-12T17:56:17.723Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-02-12T17:56:17.723Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-12T17:56:17.978Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-02-12T17:56:17.978Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-12T17:56:17.978Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-02-12T17:56:17.978Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-12T17:56:17.978Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-02-12T17:56:17.978Z] === RUN TestCopyFromContainer [2020-02-12T17:56:18.538Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-02-12T17:56:18.793Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-02-12T17:56:18.793Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-02-12T17:56:19.719Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-02-12T17:56:19.974Z] === RUN TestCopyFromContainer// [2020-02-12T17:56:20.229Z] === RUN TestCopyFromContainer//bar/root [2020-02-12T17:56:20.229Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-12T17:56:20.485Z] === RUN TestCopyFromContainer/bar/quux [2020-02-12T17:56:20.485Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-12T17:56:20.689Z] --- PASS: TestDaemonRestartIpcMode (3.14s) [2020-02-12T17:56:20.689Z] PASS [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] === Skipped [2020-02-12T17:56:20.689Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-02-12T17:56:20.689Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-12T17:56:20.689Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-12T17:56:20.689Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-12T17:56:20.689Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-02-12T17:56:20.689Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-02-12T17:56:20.689Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] [2020-02-12T17:56:20.689Z] DONE 199 tests, 6 skipped in 135.656s [2020-02-12T17:56:20.689Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-02-12T17:56:20.690Z] ++ 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-12T17:56:20.690Z] ++ set -e [2020-02-12T17:56:20.690Z] ++ '[' -n 0 ']' [2020-02-12T17:56:20.690Z] ++ set -x [2020-02-12T17:56:20.690Z] ++ 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-12T17:56:20.690Z] INFO: Testing against a local daemon [2020-02-12T17:56:20.690Z] === RUN TestCommitInheritsEnv [2020-02-12T17:56:20.737Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-12T17:56:20.738Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2020-02-12T17:56:20.738Z] --- PASS: TestStopContainerWithTimeout/1 (2.19s) [2020-02-12T17:56:20.738Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2020-02-12T17:56:20.738Z] --- PASS: TestStopContainerWithTimeout/3 (3.30s) [2020-02-12T17:56:20.738Z] === RUN TestDeleteDevicemapper [2020-02-12T17:56:20.738Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-12T17:56:20.738Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T17:56:20.738Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-12T17:56:20.747Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-12T17:56:20.747Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-12T17:56:21.003Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-12T17:56:21.003Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-12T17:56:21.043Z] --- PASS: TestCommitInheritsEnv (0.48s) [2020-02-12T17:56:21.043Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-12T17:56:21.043Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-12T17:56:21.043Z] === RUN TestImagesFilterMultiReference [2020-02-12T17:56:21.043Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-02-12T17:56:21.043Z] === RUN TestImagePullPlatformInvalid [2020-02-12T17:56:21.043Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-02-12T17:56:21.043Z] === RUN TestRemoveImageOrphaning [2020-02-12T17:56:21.258Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer (3.21s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer// (0.12s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.18s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2020-02-12T17:56:21.258Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-02-12T17:56:21.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-12T17:56:21.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:56:21.258Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:56:21.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:56:21.258Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:56:21.258Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:56:21.258Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:56:21.258Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T17:56:21.258Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T17:56:21.258Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T17:56:21.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-02-12T17:56:21.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-12T17:56:21.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-12T17:56:21.258Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-12T17:56:21.258Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-12T17:56:21.258Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-02-12T17:56:21.258Z] === RUN TestCreateWithInvalidEnv [2020-02-12T17:56:21.258Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-12T17:56:21.258Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-12T17:56:21.258Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-12T17:56:21.258Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-12T17:56:21.258Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-12T17:56:21.258Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-12T17:56:21.258Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-12T17:56:21.258Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-12T17:56:21.258Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-12T17:56:21.513Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-12T17:56:21.513Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-12T17:56:21.513Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-12T17:56:21.513Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-12T17:56:21.513Z] === RUN TestCreateTmpfsMountsTarget [2020-02-12T17:56:21.513Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-02-12T17:56:21.513Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-02-12T17:56:21.513Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-12T17:56:21.804Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2020-02-12T17:56:21.804Z] === RUN TestRemoveImageGarbageCollector [2020-02-12T17:56:21.804Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-12T17:56:21.804Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:56:21.804Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-12T17:56:21.805Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-02-12T17:56:21.805Z] === RUN TestTagInvalidReference [2020-02-12T17:56:21.805Z] --- PASS: TestTagInvalidReference (0.01s) [2020-02-12T17:56:21.805Z] === RUN TestTagValidPrefixedRepo [2020-02-12T17:56:21.805Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-02-12T17:56:21.805Z] === RUN TestTagExistedNameWithoutForce [2020-02-12T17:56:21.805Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-02-12T17:56:21.805Z] === RUN TestTagOfficialNames [2020-02-12T17:56:21.805Z] --- PASS: TestTagOfficialNames (0.04s) [2020-02-12T17:56:21.805Z] === RUN TestTagMatchesDigest [2020-02-12T17:56:21.805Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-02-12T17:56:21.805Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-12T17:56:24.021Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-02-12T17:56:24.021Z] --- PASS: TestCreateWithCustomMaskedPaths (2.39s) [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:56:24.021Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:56:24.021Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-12T17:56:24.021Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-12T17:56:24.025Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.24s) [2020-02-12T17:56:24.025Z] === RUN TestUpdateMemory [2020-02-12T17:56:24.025Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-12T17:56:24.025Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:24.025Z] === RUN TestUpdateCPUQuota [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.11s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.11s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2020-02-12T17:56:24.275Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2020-02-12T17:56:24.275Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-12T17:56:25.202Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-02-12T17:56:25.926Z] --- PASS: TestUpdateCPUQuota (1.44s) [2020-02-12T17:56:25.926Z] === RUN TestUpdatePidsLimit [2020-02-12T17:56:25.926Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-12T17:56:25.926Z] === RUN TestUpdatePidsLimit/no_change [2020-02-12T17:56:26.494Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-12T17:56:26.753Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-12T17:56:27.011Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s) [2020-02-12T17:56:27.085Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-12T17:56:27.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:56:27.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:56:27.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:56:27.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:56:27.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:56:27.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:56:27.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:56:27.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:56:27.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:56:27.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:56:27.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T17:56:27.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T17:56:27.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T17:56:27.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T17:56:27.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-02-12T17:56:27.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-02-12T17:56:27.085Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-12T17:56:27.085Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-02-12T17:56:27.578Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-12T17:56:27.644Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2020-02-12T17:56:27.644Z] === RUN TestContainerStartOnDaemonRestart [2020-02-12T17:56:27.644Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-12T17:56:27.644Z] === RUN TestDaemonRestartIpcMode [2020-02-12T17:56:27.644Z] === PAUSE TestDaemonRestartIpcMode [2020-02-12T17:56:27.644Z] === RUN TestDaemonHostGatewayIP [2020-02-12T17:56:27.644Z] === PAUSE TestDaemonHostGatewayIP [2020-02-12T17:56:27.644Z] === RUN TestDiff [2020-02-12T17:56:27.836Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-12T17:56:28.570Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-02-12T17:56:28.741Z] #76 exporting layers 110.8s done [2020-02-12T17:56:28.741Z] #76 exporting manifest sha256:8d8e23a348feed6270d6355ddfb5908df6fc743ef4ba13647070d828615a5b59 done [2020-02-12T17:56:28.741Z] #76 exporting config sha256:e4846b9cd0ce03ce39fb05d45729c7a1330dd1102fd81543a05eccb413497b9c done [2020-02-12T17:56:28.741Z] #76 sending tarball [2020-02-12T17:56:28.826Z] --- PASS: TestDiff (1.01s) [2020-02-12T17:56:28.826Z] === RUN TestExecWithCloseStdin [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit (3.87s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-02-12T17:56:29.739Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-02-12T17:56:29.739Z] === RUN TestUpdateRestartPolicy [2020-02-12T17:56:29.751Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-02-12T17:56:29.751Z] === RUN TestExec [2020-02-12T17:56:30.310Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-02-12T17:56:30.870Z] --- PASS: TestExec (1.09s) [2020-02-12T17:56:30.870Z] === RUN TestExecUser [2020-02-12T17:56:30.870Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-02-12T17:56:31.794Z] --- PASS: TestExecUser (1.08s) [2020-02-12T17:56:31.794Z] === RUN TestExportContainerAndImportImage [2020-02-12T17:56:33.153Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2020-02-12T17:56:33.153Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-12T17:56:33.182Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-02-12T17:56:33.408Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-02-12T17:56:33.408Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-02-12T17:56:34.332Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-02-12T17:56:34.588Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2020-02-12T17:56:34.588Z] === RUN TestHealthCheckWorkdir [2020-02-12T17:56:35.513Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-02-12T17:56:35.768Z] --- PASS: TestHealthCheckWorkdir (1.26s) [2020-02-12T17:56:35.768Z] === RUN TestHealthKillContainer [2020-02-12T17:56:38.282Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-02-12T17:56:39.206Z] --- PASS: TestHealthKillContainer (3.19s) [2020-02-12T17:56:39.206Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-12T17:56:39.461Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-02-12T17:56:40.021Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2020-02-12T17:56:40.021Z] === RUN TestIpcModeNone [2020-02-12T17:56:40.978Z] --- PASS: TestIpcModeNone (1.01s) [2020-02-12T17:56:40.978Z] === RUN TestIpcModePrivate [2020-02-12T17:56:40.978Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-02-12T17:56:41.541Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-02-12T17:56:41.795Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-02-12T17:56:42.007Z] --- PASS: TestUpdateRestartPolicy (12.50s) [2020-02-12T17:56:42.007Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-12T17:56:42.050Z] --- PASS: TestIpcModePrivate (1.16s) [2020-02-12T17:56:42.050Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:197, shared: false, mustBeShared: false [2020-02-12T17:56:42.050Z] === RUN TestIpcModeShareable [2020-02-12T17:56:42.050Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-02-12T17:56:42.609Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-02-12T17:56:42.943Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2020-02-12T17:56:42.943Z] === RUN TestWaitNonBlocked [2020-02-12T17:56:42.943Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:56:42.943Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:56:42.943Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:56:42.943Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:56:42.943Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:56:42.943Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:56:43.169Z] --- PASS: TestIpcModeShareable (0.96s) [2020-02-12T17:56:43.169Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:193, shared: true, mustBeShared: true [2020-02-12T17:56:43.169Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-12T17:56:43.169Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-02-12T17:56:43.878Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-02-12T17:56:43.878Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.92s) [2020-02-12T17:56:43.878Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.98s) [2020-02-12T17:56:43.878Z] === RUN TestWaitBlocked [2020-02-12T17:56:43.878Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:56:43.878Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:56:43.878Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:56:43.878Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:56:43.878Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:56:43.878Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:56:44.813Z] --- PASS: TestWaitBlocked (0.03s) [2020-02-12T17:56:44.813Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2020-02-12T17:56:44.813Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2020-02-12T17:56:44.813Z] === CONT TestContainerStartOnDaemonRestart [2020-02-12T17:56:44.813Z] === CONT TestDaemonHostGatewayIP [2020-02-12T17:56:44.813Z] === CONT TestIpcModeOlderClient [2020-02-12T17:56:44.813Z] === CONT TestDaemonRestartIpcMode [2020-02-12T17:56:45.053Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-02-12T17:56:45.072Z] --- PASS: TestIpcModeOlderClient (0.21s) [2020-02-12T17:56:45.309Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-02-12T17:56:46.235Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.04s) [2020-02-12T17:56:46.235Z] === RUN TestAPIIpcModeHost [2020-02-12T17:56:46.795Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-02-12T17:56:46.795Z] --- PASS: TestAPIIpcModeHost (0.85s) [2020-02-12T17:56:46.795Z] === RUN TestDaemonIpcModeShareable [2020-02-12T17:56:47.330Z] #76 sending tarball 18.8s done [2020-02-12T17:56:47.330Z] #76 DONE 129.6s [2020-02-12T17:56:47.330Z] [2020-02-12T17:56:47.330Z] #77 importing to docker [2020-02-12T17:56:48.360Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2020-02-12T17:56:48.679Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-02-12T17:56:48.679Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-02-12T17:56:48.927Z] --- PASS: TestDaemonRestartIpcMode (4.09s) [2020-02-12T17:56:48.933Z] --- PASS: TestDaemonIpcModeShareable (1.97s) [2020-02-12T17:56:48.933Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: true, mustBeShared: true [2020-02-12T17:56:48.933Z] === RUN TestDaemonIpcModePrivate [2020-02-12T17:56:49.494Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-02-12T17:56:49.494Z] --- PASS: TestDaemonHostGatewayIP (4.56s) [2020-02-12T17:56:49.494Z] PASS [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] === Skipped [2020-02-12T17:56:49.494Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-02-12T17:56:49.494Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-12T17:56:49.494Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-12T17:56:49.494Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-12T17:56:49.494Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-12T17:56:49.494Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-02-12T17:56:49.494Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] [2020-02-12T17:56:49.494Z] DONE 199 tests, 6 skipped in 127.957s [2020-02-12T17:56:49.494Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-02-12T17:56:49.494Z] ++ 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-12T17:56:49.494Z] ++ set -e [2020-02-12T17:56:49.494Z] ++ '[' -n 0 ']' [2020-02-12T17:56:49.494Z] ++ set -x [2020-02-12T17:56:49.494Z] ++ 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-12T17:56:49.494Z] INFO: Testing against a local daemon [2020-02-12T17:56:49.494Z] === RUN TestCommitInheritsEnv [2020-02-12T17:56:50.063Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-02-12T17:56:50.063Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-12T17:56:50.063Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-02-12T17:56:50.063Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-12T17:56:50.063Z] === RUN TestImagesFilterMultiReference [2020-02-12T17:56:50.321Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-02-12T17:56:50.321Z] === RUN TestImagePullPlatformInvalid [2020-02-12T17:56:50.321Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-12T17:56:50.321Z] === RUN TestRemoveImageOrphaning [2020-02-12T17:56:50.420Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-02-12T17:56:50.888Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-02-12T17:56:50.888Z] === RUN TestRemoveImageGarbageCollector [2020-02-12T17:56:50.888Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-12T17:56:50.888Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:56:50.888Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-12T17:56:50.888Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-02-12T17:56:50.888Z] === RUN TestTagInvalidReference [2020-02-12T17:56:50.888Z] --- PASS: TestTagInvalidReference (0.03s) [2020-02-12T17:56:50.888Z] === RUN TestTagValidPrefixedRepo [2020-02-12T17:56:50.888Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-02-12T17:56:50.888Z] === RUN TestTagExistedNameWithoutForce [2020-02-12T17:56:50.888Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-12T17:56:50.888Z] === RUN TestTagOfficialNames [2020-02-12T17:56:50.981Z] --- PASS: TestDaemonIpcModePrivate (1.94s) [2020-02-12T17:56:50.981Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:222, shared: false, mustBeShared: false [2020-02-12T17:56:50.981Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-12T17:56:50.981Z] === RUN TestDockerSuite/TestBuildAddScript [2020-02-12T17:56:51.147Z] --- PASS: TestTagOfficialNames (0.08s) [2020-02-12T17:56:51.147Z] === RUN TestTagMatchesDigest [2020-02-12T17:56:51.147Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-12T17:56:51.147Z] PASS [2020-02-12T17:56:51.147Z] [2020-02-12T17:56:51.147Z] === Skipped [2020-02-12T17:56:51.147Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-12T17:56:51.147Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-12T17:56:51.147Z] [2020-02-12T17:56:51.147Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-12T17:56:51.147Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:56:51.147Z] [2020-02-12T17:56:51.147Z] [2020-02-12T17:56:51.147Z] DONE 12 tests, 2 skipped in 1.699s [2020-02-12T17:56:51.147Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-02-12T17:56:51.147Z] ++ 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-12T17:56:51.147Z] ++ set -e [2020-02-12T17:56:51.147Z] ++ '[' -n 0 ']' [2020-02-12T17:56:51.147Z] ++ set -x [2020-02-12T17:56:51.147Z] ++ 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-12T17:56:51.147Z] INFO: Testing against a local daemon [2020-02-12T17:56:51.147Z] === RUN TestNetworkCreateDelete [2020-02-12T17:56:51.682Z] ......... [ 86%] [2020-02-12T17:56:51.714Z] --- PASS: TestNetworkCreateDelete (0.42s) [2020-02-12T17:56:51.714Z] === RUN TestDockerNetworkDeletePreferID [2020-02-12T17:56:52.343Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-02-12T17:56:52.598Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2020-02-12T17:56:52.598Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: false, mustBeShared: false [2020-02-12T17:56:52.598Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-12T17:56:53.091Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2020-02-12T17:56:53.091Z] === RUN TestInspectNetwork [2020-02-12T17:56:53.963Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-02-12T17:56:54.888Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.97s) [2020-02-12T17:56:54.888Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:215, shared: true, mustBeShared: true [2020-02-12T17:56:54.888Z] === RUN TestIpcModeOlderClient [2020-02-12T17:56:54.888Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-02-12T17:56:54.888Z] === PAUSE TestIpcModeOlderClient [2020-02-12T17:56:54.888Z] === RUN TestKillContainerInvalidSignal [2020-02-12T17:56:55.812Z] --- PASS: TestKillContainerInvalidSignal (0.97s) [2020-02-12T17:56:55.812Z] === RUN TestKillContainer [2020-02-12T17:56:55.812Z] === RUN TestKillContainer/no_signal [2020-02-12T17:56:56.067Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-02-12T17:56:56.627Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-02-12T17:56:56.627Z] === RUN TestKillContainer/non_killing_signal [2020-02-12T17:56:56.884Z] tests/integration/models_images_test.py ............... [ 89%] [2020-02-12T17:56:57.553Z] === RUN TestKillContainer/killing_signal [2020-02-12T17:56:58.359Z] === RUN TestInspectNetwork/full_network_id [2020-02-12T17:56:58.359Z] === RUN TestInspectNetwork/partial_network_id [2020-02-12T17:56:58.359Z] === RUN TestInspectNetwork/network_name [2020-02-12T17:56:58.359Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-12T17:56:58.478Z] --- PASS: TestKillContainer (2.72s) [2020-02-12T17:56:58.478Z] --- PASS: TestKillContainer/no_signal (0.94s) [2020-02-12T17:56:58.478Z] --- PASS: TestKillContainer/non_killing_signal (0.75s) [2020-02-12T17:56:58.478Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2020-02-12T17:56:58.478Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-12T17:56:58.478Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-12T17:56:58.766Z] tests/integration/models_networks_test.py .... [ 90%] [2020-02-12T17:56:59.400Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-12T17:57:00.324Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-02-12T17:57:00.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.81s) [2020-02-12T17:57:00.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.90s) [2020-02-12T17:57:00.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2020-02-12T17:57:00.324Z] === RUN TestKillStoppedContainer [2020-02-12T17:57:00.324Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-02-12T17:57:00.324Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-12T17:57:00.324Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-02-12T17:57:00.324Z] === RUN TestKillDifferentUserContainer [2020-02-12T17:57:01.248Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2020-02-12T17:57:01.248Z] === RUN TestInspectOomKilledTrue [2020-02-12T17:57:01.248Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-12T17:57:01.248Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:57:01.248Z] === RUN TestInspectOomKilledFalse [2020-02-12T17:57:01.248Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-12T17:57:01.248Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:57:01.248Z] === RUN TestLinksEtcHostsContentMatch [2020-02-12T17:57:01.807Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2020-02-12T17:57:01.807Z] === RUN TestLinksContainerNames [2020-02-12T17:57:02.552Z] --- PASS: TestInspectNetwork (9.02s) [2020-02-12T17:57:02.552Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-12T17:57:02.552Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-12T17:57:02.552Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-12T17:57:02.552Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-12T17:57:02.552Z] === RUN TestRunContainerWithBridgeNone [2020-02-12T17:57:02.732Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-02-12T17:57:03.656Z] --- PASS: TestLinksContainerNames (1.67s) [2020-02-12T17:57:03.656Z] === RUN TestLogsFollowTailEmpty [2020-02-12T17:57:04.017Z] tests/integration/models_nodes_test.py . [ 91%] [2020-02-12T17:57:04.216Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2020-02-12T17:57:04.217Z] === RUN TestContainerNetworkMountsNoChown [2020-02-12T17:57:04.454Z] --- PASS: TestRunContainerWithBridgeNone (2.53s) [2020-02-12T17:57:04.454Z] === RUN TestNetworkInvalidJSON [2020-02-12T17:57:04.454Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-12T17:57:04.454Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-12T17:57:04.454Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T17:57:04.454Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T17:57:04.454Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T17:57:04.454Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T17:57:04.454Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-12T17:57:04.454Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T17:57:04.454Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T17:57:04.454Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-02-12T17:57:04.454Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-12T17:57:04.454Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-12T17:57:04.454Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-12T17:57:04.454Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-12T17:57:05.142Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/default [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/default [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/private [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/private [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rprivate [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/slave [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/slave [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rslave [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/shared [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/shared [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rshared [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/default [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/rprivate [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/rshared [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/shared [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/rslave [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/slave [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-12T17:57:05.142Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:57:05.142Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T17:57:05.142Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-12T17:57:05.387Z] tests/integration/models_resources_test.py . [ 91%] [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/private [2020-02-12T17:57:05.396Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-12T17:57:05.396Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-12T17:57:05.396Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:57:05.396Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:57:05.396Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-12T17:57:05.396Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-12T17:57:05.396Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:57:05.396Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-12T17:57:05.396Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T17:57:05.397Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T17:57:05.397Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T17:57:05.651Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-12T17:57:05.829Z] --- PASS: TestDaemonRestartWithLiveRestore (1.47s) [2020-02-12T17:57:05.829Z] === RUN TestDaemonDefaultNetworkPools [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-12T17:57:05.905Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-02-12T17:57:05.905Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-02-12T17:57:05.905Z] === RUN TestContainerBindMountNonRecursive [2020-02-12T17:57:06.829Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-02-12T17:57:07.205Z] --- PASS: TestDaemonDefaultNetworkPools (1.22s) [2020-02-12T17:57:07.205Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-12T17:57:08.191Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-02-12T17:57:08.191Z] --- PASS: TestContainerBindMountNonRecursive (2.24s) [2020-02-12T17:57:08.191Z] === RUN TestNetworkNat [2020-02-12T17:57:09.108Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.87s) [2020-02-12T17:57:09.108Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-12T17:57:09.115Z] --- PASS: TestNetworkNat (0.84s) [2020-02-12T17:57:09.115Z] === RUN TestNetworkLocalhostTCPNat [2020-02-12T17:57:10.041Z] --- PASS: TestNetworkLocalhostTCPNat (1.10s) [2020-02-12T17:57:10.041Z] === RUN TestNetworkLoopbackNat [2020-02-12T17:57:11.199Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-02-12T17:57:11.639Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.29s) [2020-02-12T17:57:11.639Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-12T17:57:11.930Z] --- PASS: TestNetworkLoopbackNat (1.42s) [2020-02-12T17:57:11.930Z] === RUN TestPause [2020-02-12T17:57:11.930Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-02-12T17:57:12.185Z] === RUN TestDockerSuite/TestBuildAddTar [2020-02-12T17:57:12.206Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2020-02-12T17:57:12.206Z] === RUN TestServiceWithPredefinedNetwork [2020-02-12T17:57:12.746Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-02-12T17:57:12.746Z] --- PASS: TestPause (1.19s) [2020-02-12T17:57:12.746Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-12T17:57:12.746Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-12T17:57:12.746Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T17:57:12.746Z] === RUN TestPauseStopPausedContainer [2020-02-12T17:57:14.110Z] --- PASS: TestPauseStopPausedContainer (1.16s) [2020-02-12T17:57:14.110Z] === RUN TestPsFilter [2020-02-12T17:57:14.110Z] --- PASS: TestPsFilter (0.22s) [2020-02-12T17:57:14.110Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-12T17:57:15.035Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-02-12T17:57:15.035Z] === RUN TestRemoveContainerWithVolume [2020-02-12T17:57:15.035Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-02-12T17:57:15.069Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-02-12T17:57:15.069Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-02-12T17:57:15.491Z] --- PASS: TestServiceWithPredefinedNetwork (3.41s) [2020-02-12T17:57:15.491Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-12T17:57:15.491Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T17:57:15.491Z] service_test.go:230: FLAKY_TEST [2020-02-12T17:57:15.491Z] === RUN TestServiceWithDataPathPortInit [2020-02-12T17:57:15.960Z] --- PASS: TestRemoveContainerWithVolume (0.99s) [2020-02-12T17:57:15.960Z] === RUN TestRemoveContainerRunning [2020-02-12T17:57:17.323Z] --- PASS: TestRemoveContainerRunning (1.09s) [2020-02-12T17:57:17.323Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-12T17:57:19.164Z] tests/integration/regression_test.py ...... [ 98%] [2020-02-12T17:57:19.210Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.89s) [2020-02-12T17:57:19.210Z] === RUN TestRemoveInvalidContainer [2020-02-12T17:57:19.210Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-12T17:57:19.210Z] === RUN TestRenameLinkedContainer [2020-02-12T17:57:19.678Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-02-12T17:57:19.678Z] tests/integration/credentials/utils_test.py . [100%] [2020-02-12T17:57:19.678Z] [2020-02-12T17:57:19.678Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-02-12T17:57:19.678Z] =========================== short test summary info ============================ [2020-02-12T17:57:19.678Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-02-12T17:57:19.678Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-02-12T17:57:19.678Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-02-12T17:57:19.678Z] Not supported on most drivers [2020-02-12T17:57:19.678Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-02-12T17:57:19.678Z] Can fail if eth0 has multiple IP addresses [2020-02-12T17:57:19.678Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-02-12T17:57:19.678Z] This doesn't seem to be taken into account by the engine [2020-02-12T17:57:19.678Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-02-12T17:57:19.678Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-02-12T17:57:19.678Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-02-12T17:57:19.678Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-02-12T17:57:19.678Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-02-12T17:57:19.678Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-02-12T17:57:19.678Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-02-12T17:57:19.678Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 340.54 seconds == [2020-02-12T17:57:20.241Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-02-12T17:57:22.472Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-02-12T17:57:23.031Z] --- PASS: TestRenameLinkedContainer (3.97s) [2020-02-12T17:57:23.031Z] === RUN TestRenameStoppedContainer [2020-02-12T17:57:23.961Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-02-12T17:57:24.217Z] --- PASS: TestRenameStoppedContainer (1.33s) [2020-02-12T17:57:24.217Z] === RUN TestRenameRunningContainerAndReuse [2020-02-12T17:57:25.580Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-02-12T17:57:26.139Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-02-12T17:57:26.139Z] === RUN TestRenameInvalidName [2020-02-12T17:57:26.579Z] #77 DONE 36.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-12T17:57:27.031Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/test/unit [2020-02-12T17:57:27.063Z] --- PASS: TestRenameInvalidName (1.12s) [2020-02-12T17:57:27.063Z] === RUN TestRenameAnonymousContainer [2020-02-12T17:57:27.991Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-02-12T17:57:30.503Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-02-12T17:57:30.758Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-02-12T17:57:31.319Z] --- PASS: TestRenameAnonymousContainer (4.13s) [2020-02-12T17:57:31.319Z] === RUN TestRenameContainerWithSameName [2020-02-12T17:57:31.472Z] ? github.com/docker/docker/api [no test files] [2020-02-12T17:57:31.575Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-02-12T17:57:32.418Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T17:57:32.418Z] [2020-02-12T17:57:32.418Z] Unloading profiles will leave already running processes permanently [2020-02-12T17:57:32.418Z] unconfined, which can lead to unexpected situations. [2020-02-12T17:57:32.418Z] [2020-02-12T17:57:32.418Z] To set a process to complain mode, use the command line tool [2020-02-12T17:57:32.418Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T17:57:32.418Z] [2020-02-12T17:57:32.499Z] --- PASS: TestRenameContainerWithSameName (0.99s) [2020-02-12T17:57:32.499Z] === RUN TestRenameContainerWithLinkedContainer Post stage [Pipeline] junit [2020-02-12T17:57:32.686Z] Recording test results [2020-02-12T17:57:33.571Z] --- PASS: TestServiceWithDataPathPortInit (17.54s) [2020-02-12T17:57:33.571Z] === RUN TestServiceWithDefaultAddressPoolInit [Pipeline] sh [2020-02-12T17:57:34.117Z] + echo Ensuring container killed. [2020-02-12T17:57:34.117Z] Ensuring container killed. [2020-02-12T17:57:34.117Z] + docker rm -vf docker-pr6 [2020-02-12T17:57:34.117Z] Error: No such container: docker-pr6 [2020-02-12T17:57:34.117Z] + true [Pipeline] sh [2020-02-12T17:57:34.384Z] --- PASS: TestRenameContainerWithLinkedContainer (1.75s) [2020-02-12T17:57:34.384Z] === RUN TestResize [2020-02-12T17:57:34.405Z] + echo Chowning /workspace to jenkins user [2020-02-12T17:57:34.405Z] Chowning /workspace to jenkins user [2020-02-12T17:57:34.405Z] + id -u [2020-02-12T17:57:34.405Z] + id -g [2020-02-12T17:57:34.405Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40500:/workspace busybox chown -R 1000:1000 /workspace [2020-02-12T17:57:34.405Z] Unable to find image 'busybox:latest' locally [2020-02-12T17:57:34.963Z] --- PASS: TestResize (0.99s) [2020-02-12T17:57:34.963Z] === RUN TestResizeWithInvalidSize [2020-02-12T17:57:35.902Z] --- PASS: TestResizeWithInvalidSize (0.89s) [2020-02-12T17:57:35.902Z] === RUN TestResizeWhenContainerNotStarted [2020-02-12T17:57:36.828Z] --- PASS: TestResizeWhenContainerNotStarted (0.93s) [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:57:36.828Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:57:36.828Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:57:36.828Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T17:57:36.828Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T17:57:37.083Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-02-12T17:57:38.970Z] === RUN TestDockerSuite/TestBuildBlankName [2020-02-12T17:57:39.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-02-12T17:57:39.530Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T17:57:39.656Z] latest: Pulling from library/busybox [2020-02-12T17:57:39.656Z] bdbbaa22dec6: Pulling fs layer [2020-02-12T17:57:39.656Z] bdbbaa22dec6: Download complete [2020-02-12T17:57:39.656Z] bdbbaa22dec6: Pull complete [2020-02-12T17:57:39.913Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-12T17:57:39.913Z] Status: Downloaded newer image for busybox:latest [2020-02-12T17:57:40.091Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-12T17:57:41.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-02-12T17:57:41.141Z] + bundleName=docker-py [2020-02-12T17:57:41.141Z] + echo Creating docker-py-bundles.tar.gz [2020-02-12T17:57:41.141Z] Creating docker-py-bundles.tar.gz [2020-02-12T17:57:41.141Z] + 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-12T17:57:41.194Z] Archiving artifacts [2020-02-12T17:57:42.901Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-02-12T17:57:42.965Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-02-12T17:57:43.157Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T17:57:43.322Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/make.sh binary-daemon [2020-02-12T17:57:43.412Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T17:57:43.542Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.87s) [2020-02-12T17:57:43.542Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:cubpg0j9oowsn7toqc67zrirr Created:2020-02-12 17:57:34.724184837 +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[bf0248f940def5418f71327705f35f67e7e2b6e5fa774a91fc758e9adfb0e37a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qfl5511psukew5kb46w23ibm5 EndpointID:26be043541aefe38b838b752186fd3586b3541e5a969dcae1907d7c161e3afda MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e76d9a817751cf2b8a689620197eb8809d6368dfb0d6716b35eca9ccab59dcd9 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:1ba39dcc5084 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qfl5511psukew5kb46w23ibm5 EndpointID:26be043541aefe38b838b752186fd3586b3541e5a969dcae1907d7c161e3afda EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-12T17:57:43.542Z] PASS [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] === Skipped [2020-02-12T17:57:43.542Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T17:57:43.542Z] service_test.go:230: FLAKY_TEST [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] DONE 21 tests, 1 skipped in 50.840s [2020-02-12T17:57:43.542Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-12T17:57:43.542Z] ++ 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-12T17:57:43.542Z] ++ set -e [2020-02-12T17:57:43.542Z] ++ '[' -n 0 ']' [2020-02-12T17:57:43.542Z] ++ set -x [2020-02-12T17:57:43.542Z] ++ 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-12T17:57:43.542Z] INFO: Testing against a local daemon [2020-02-12T17:57:43.542Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-12T17:57:43.542Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T17:57:43.542Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:57:43.542Z] === RUN TestDockerNetworkIpvlan [2020-02-12T17:57:43.542Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-12T17:57:43.542Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:57:43.542Z] PASS [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] === Skipped [2020-02-12T17:57:43.542Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T17:57:43.542Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-12T17:57:43.542Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] [2020-02-12T17:57:43.542Z] DONE 2 tests, 2 skipped in 0.136s [2020-02-12T17:57:43.542Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-12T17:57:43.542Z] ++ 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-12T17:57:43.542Z] ++ set -e [2020-02-12T17:57:43.542Z] ++ '[' -n 0 ']' [2020-02-12T17:57:43.542Z] ++ set -x [2020-02-12T17:57:43.542Z] ++ 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-12T17:57:43.542Z] INFO: Testing against a local daemon [2020-02-12T17:57:43.542Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-12T17:57:43.886Z] [2020-02-12T17:57:43.886Z] Removing bundles/ [2020-02-12T17:57:43.886Z] [2020-02-12T17:57:43.886Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-02-12T17:57:43.886Z] Building: bundles/binary-daemon/dockerd-dev [2020-02-12T17:57:43.886Z] GOOS="" GOARCH="" GOARM="" [2020-02-12T17:57:44.477Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.10s) [2020-02-12T17:57:44.477Z] === RUN TestDockerNetworkMacvlan [2020-02-12T17:57:45.413Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-12T17:57:45.756Z] --- PASS: TestImportExtremelyLargeImageWorks (81.63s) [2020-02-12T17:57:45.756Z] PASS [2020-02-12T17:57:45.756Z] [2020-02-12T17:57:45.756Z] === Skipped [2020-02-12T17:57:45.756Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-12T17:57:45.756Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:57:45.756Z] [2020-02-12T17:57:45.756Z] [2020-02-12T17:57:45.756Z] DONE 12 tests, 1 skipped in 82.912s [2020-02-12T17:57:45.756Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-02-12T17:57:45.756Z] ++ 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-12T17:57:45.756Z] ++ set -e [2020-02-12T17:57:45.756Z] ++ '[' -n 0 ']' [2020-02-12T17:57:45.756Z] ++ set -x [2020-02-12T17:57:45.756Z] ++ 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-12T17:57:45.756Z] INFO: Testing against a local daemon [2020-02-12T17:57:45.756Z] === RUN TestNetworkCreateDelete [2020-02-12T17:57:45.756Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-02-12T17:57:45.756Z] === RUN TestDockerNetworkDeletePreferID [2020-02-12T17:57:45.756Z] --- PASS: TestDockerNetworkDeletePreferID (0.30s) [2020-02-12T17:57:45.756Z] === RUN TestInspectNetwork [2020-02-12T17:57:45.921Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-02-12T17:57:45.921Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T17:57:46.176Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:57:46.790Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-12T17:57:47.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-02-12T17:57:47.355Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-02-12T17:57:47.519Z] === RUN TestInspectNetwork/full_network_id [2020-02-12T17:57:47.519Z] === RUN TestInspectNetwork/partial_network_id [2020-02-12T17:57:47.519Z] === RUN TestInspectNetwork/network_name [2020-02-12T17:57:47.519Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-12T17:57:47.610Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T17:57:48.166Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-12T17:57:48.535Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:57:48.790Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-02-12T17:57:49.351Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T17:57:50.274Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T17:57:50.274Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-02-12T17:57:51.199Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-02-12T17:57:51.452Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-12T17:57:52.382Z] --- PASS: TestInspectNetwork (8.59s) [2020-02-12T17:57:52.382Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-12T17:57:52.382Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-12T17:57:52.382Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-12T17:57:52.382Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-12T17:57:52.382Z] === RUN TestRunContainerWithBridgeNone [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.09s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.51s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.53s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.57s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.61s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2020-02-12T17:57:52.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.24s) [2020-02-12T17:57:52.560Z] === RUN TestCgroupNamespacesRun [2020-02-12T17:57:52.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-02-12T17:57:53.905Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2020-02-12T17:57:54.699Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2020-02-12T17:57:54.699Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-12T17:57:54.904Z] --- PASS: TestRunContainerWithBridgeNone (2.41s) [2020-02-12T17:57:54.904Z] === RUN TestNetworkInvalidJSON [2020-02-12T17:57:54.904Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-12T17:57:54.904Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-12T17:57:54.904Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T17:57:54.904Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T17:57:54.904Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T17:57:54.904Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T17:57:54.904Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-12T17:57:54.904Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T17:57:54.904Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T17:57:54.904Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-02-12T17:57:54.904Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-12T17:57:54.904Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-12T17:57:54.904Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-12T17:57:54.904Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-12T17:57:55.624Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-02-12T17:57:55.639Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-12T17:57:56.176Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-02-12T17:57:56.176Z] === RUN TestDaemonDefaultNetworkPools [2020-02-12T17:57:56.183Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s) [2020-02-12T17:57:56.183Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-12T17:57:56.521Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-02-12T17:57:56.521Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-12T17:57:57.106Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-02-12T17:57:57.727Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.11s) [2020-02-12T17:57:57.727Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-12T17:57:58.031Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2020-02-12T17:57:58.031Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-12T17:57:58.934Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.17s) [2020-02-12T17:57:58.934Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-12T17:57:59.673Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-02-12T17:57:59.673Z] === RUN TestServiceWithPredefinedNetwork [2020-02-12T17:57:59.914Z] --- PASS: TestCgroupNamespacesRunHostMode (1.91s) [2020-02-12T17:57:59.914Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-12T17:58:01.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-02-12T17:58:01.836Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-02-12T17:58:01.836Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.91s) [2020-02-12T17:58:01.836Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-12T17:58:02.201Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-12T17:58:02.739Z] --- PASS: TestServiceWithPredefinedNetwork (2.80s) [2020-02-12T17:58:02.739Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-12T17:58:02.739Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T17:58:02.739Z] service_test.go:230: FLAKY_TEST [2020-02-12T17:58:02.739Z] === RUN TestServiceWithDataPathPortInit [2020-02-12T17:58:02.761Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2020-02-12T17:58:02.761Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-12T17:58:03.691Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2020-02-12T17:58:03.691Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan (19.45s) [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.00s) [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.01s) [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.76s) [2020-02-12T17:58:04.104Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2020-02-12T17:58:04.104Z] PASS [2020-02-12T17:58:04.104Z] [2020-02-12T17:58:04.104Z] DONE 8 tests in 21.691s [2020-02-12T17:58:04.104Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-12T17:58:04.104Z] ++ 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-12T17:58:04.104Z] ++ set -e [2020-02-12T17:58:04.104Z] ++ '[' -n 0 ']' [2020-02-12T17:58:04.104Z] ++ set -x [2020-02-12T17:58:04.104Z] ++ 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-12T17:58:04.104Z] testing: warning: no tests to run [2020-02-12T17:58:04.104Z] PASS [2020-02-12T17:58:04.104Z] [2020-02-12T17:58:04.104Z] DONE 0 tests in 0.024s [2020-02-12T17:58:04.104Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-12T17:58:04.104Z] ++ 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-12T17:58:04.104Z] ++ set -e [2020-02-12T17:58:04.104Z] ++ '[' -n 0 ']' [2020-02-12T17:58:04.104Z] ++ set -x [2020-02-12T17:58:04.104Z] ++ 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-12T17:58:04.104Z] INFO: Testing against a local daemon [2020-02-12T17:58:04.104Z] === RUN TestAuthZPluginAllowRequest [2020-02-12T17:58:05.055Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-02-12T17:58:05.615Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.92s) [2020-02-12T17:58:05.615Z] === RUN TestKernelTCPMemory [2020-02-12T17:58:06.007Z] --- PASS: TestAuthZPluginAllowRequest (1.82s) [2020-02-12T17:58:06.007Z] === RUN TestAuthZPluginTLS [2020-02-12T17:58:06.539Z] --- PASS: TestKernelTCPMemory (1.11s) [2020-02-12T17:58:06.539Z] === RUN TestNISDomainname [2020-02-12T17:58:06.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-02-12T17:58:06.574Z] --- PASS: TestAuthZPluginTLS (0.70s) [2020-02-12T17:58:06.574Z] === RUN TestAuthZPluginDenyRequest [2020-02-12T17:58:07.141Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2020-02-12T17:58:07.141Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-12T17:58:07.900Z] --- PASS: TestNISDomainname (1.18s) [2020-02-12T17:58:07.900Z] === RUN TestHostnameDnsResolution [2020-02-12T17:58:08.078Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2020-02-12T17:58:08.078Z] === RUN TestAuthZPluginDenyResponse [2020-02-12T17:58:08.645Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-02-12T17:58:08.646Z] === RUN TestAuthZPluginAllowEventStream [2020-02-12T17:58:08.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-02-12T17:58:09.082Z] --- PASS: TestHostnameDnsResolution (1.41s) [2020-02-12T17:58:09.082Z] === RUN TestStats [2020-02-12T17:58:10.548Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2020-02-12T17:58:10.548Z] === RUN TestAuthZPluginErrorResponse [2020-02-12T17:58:11.116Z] --- PASS: TestAuthZPluginErrorResponse (0.65s) [2020-02-12T17:58:11.116Z] === RUN TestAuthZPluginErrorRequest [2020-02-12T17:58:11.593Z] --- PASS: TestStats (2.17s) [2020-02-12T17:58:11.593Z] === RUN TestStopContainerWithTimeout [2020-02-12T17:58:11.593Z] === RUN TestStopContainerWithTimeout/0 [2020-02-12T17:58:11.593Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-12T17:58:11.593Z] === RUN TestStopContainerWithTimeout/1 [2020-02-12T17:58:11.593Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-12T17:58:11.593Z] === RUN TestStopContainerWithTimeout/3 [2020-02-12T17:58:11.593Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-12T17:58:11.593Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-12T17:58:11.593Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-12T17:58:11.593Z] === CONT TestStopContainerWithTimeout/0 [2020-02-12T17:58:11.593Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-12T17:58:11.684Z] --- PASS: TestAuthZPluginErrorRequest (0.62s) [2020-02-12T17:58:11.684Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-12T17:58:11.848Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-02-12T17:58:11.848Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-02-12T17:58:11.848Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-02-12T17:58:12.251Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s) [2020-02-12T17:58:12.251Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-12T17:58:12.774Z] === CONT TestStopContainerWithTimeout/3 [2020-02-12T17:58:14.657Z] === CONT TestStopContainerWithTimeout/1 [2020-02-12T17:58:14.783Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s) [2020-02-12T17:58:14.784Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-12T17:58:14.913Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-02-12T17:58:15.879Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-02-12T17:58:16.439Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-12T17:58:16.439Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2020-02-12T17:58:16.439Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2020-02-12T17:58:16.439Z] --- PASS: TestStopContainerWithTimeout/3 (2.80s) [2020-02-12T17:58:16.439Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2020-02-12T17:58:16.439Z] === RUN TestDeleteDevicemapper [2020-02-12T17:58:16.439Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-12T17:58:16.439Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T17:58:16.439Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-12T17:58:16.689Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2020-02-12T17:58:16.689Z] === RUN TestAuthZPluginHeader [2020-02-12T17:58:17.625Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-02-12T17:58:17.625Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-12T17:58:17.625Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-12T17:58:17.625Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:17.625Z] === RUN TestAuthZPluginV2Disable [2020-02-12T17:58:17.625Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-12T17:58:17.625Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:17.625Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-12T17:58:17.625Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-12T17:58:17.625Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:17.625Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-12T17:58:17.625Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-12T17:58:17.625Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:17.625Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-12T17:58:18.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-02-12T17:58:19.013Z] --- PASS: TestServiceWithDataPathPortInit (16.51s) [2020-02-12T17:58:19.013Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-12T17:58:19.247Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.64s) [2020-02-12T17:58:19.247Z] === RUN TestUpdateMemory [2020-02-12T17:58:19.247Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-12T17:58:19.247Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:58:19.247Z] === RUN TestUpdateCPUQuota [2020-02-12T17:58:20.167Z] 65014b3c3121: Pull complete [2020-02-12T17:58:21.133Z] --- PASS: TestUpdateCPUQuota (1.77s) [2020-02-12T17:58:21.133Z] === RUN TestUpdatePidsLimit [2020-02-12T17:58:21.133Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-12T17:58:21.389Z] === RUN TestUpdatePidsLimit/no_change [2020-02-12T17:58:21.389Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-02-12T17:58:21.389Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-02-12T17:58:21.949Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-12T17:58:21.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-02-12T17:58:22.204Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-12T17:58:22.764Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-12T17:58:23.019Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-12T17:58:23.578Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-12T17:58:24.139Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-02-12T17:58:24.706Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit (4.15s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/no_change (0.46s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2020-02-12T17:58:24.964Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.47s) [2020-02-12T17:58:24.964Z] === RUN TestUpdateRestartPolicy [2020-02-12T17:58:26.847Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-02-12T17:58:28.208Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-02-12T17:58:28.342Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.34s) [2020-02-12T17:58:28.342Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:coj4i9zdo32o40ynk01y6jepl Created:2020-02-12 17:58:20.258728423 +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[bb4f4d6eee9a20aa49aa640b29b532b3f95ee938788edc5cd44eca87f6c822f0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.o85d25trubhff1w87fsqpog7h EndpointID:22b145961d5e342907773fcba7e98780f2378d23f4969869a6650948e8922a3d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b5ba34ce9af5444ae46d348cb7b5384645fc0fa6a5a59b0672f4b514e4c4220c 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:8306223f2097 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.o85d25trubhff1w87fsqpog7h EndpointID:22b145961d5e342907773fcba7e98780f2378d23f4969869a6650948e8922a3d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-12T17:58:28.342Z] PASS [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] === Skipped [2020-02-12T17:58:28.342Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T17:58:28.342Z] service_test.go:230: FLAKY_TEST [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] DONE 21 tests, 1 skipped in 43.803s [2020-02-12T17:58:28.342Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-12T17:58:28.342Z] ++ 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-12T17:58:28.342Z] ++ set -e [2020-02-12T17:58:28.342Z] ++ '[' -n 0 ']' [2020-02-12T17:58:28.342Z] ++ set -x [2020-02-12T17:58:28.342Z] ++ 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-12T17:58:28.342Z] INFO: Testing against a local daemon [2020-02-12T17:58:28.342Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-12T17:58:28.342Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T17:58:28.342Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:58:28.342Z] === RUN TestDockerNetworkIpvlan [2020-02-12T17:58:28.342Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-12T17:58:28.342Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:58:28.342Z] PASS [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] === Skipped [2020-02-12T17:58:28.342Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T17:58:28.342Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-12T17:58:28.342Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] [2020-02-12T17:58:28.342Z] DONE 2 tests, 2 skipped in 0.071s [2020-02-12T17:58:28.342Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-12T17:58:28.342Z] ++ 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-12T17:58:28.342Z] ++ set -e [2020-02-12T17:58:28.342Z] ++ '[' -n 0 ']' [2020-02-12T17:58:28.342Z] ++ set -x [2020-02-12T17:58:28.342Z] ++ 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-12T17:58:28.342Z] INFO: Testing against a local daemon [2020-02-12T17:58:28.342Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-12T17:58:28.688Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2020-02-12T17:58:28.688Z] === RUN TestDockerNetworkMacvlan [2020-02-12T17:58:29.431Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-12T17:58:30.095Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-02-12T17:58:30.168Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-12T17:58:31.362Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-12T17:58:33.401Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-02-12T17:58:33.712Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-12T17:58:33.961Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-02-12T17:58:34.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-02-12T17:58:35.705Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.00s) [2020-02-12T17:58:35.705Z] PASS [2020-02-12T17:58:35.705Z] [2020-02-12T17:58:35.705Z] === Skipped [2020-02-12T17:58:35.705Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-12T17:58:35.705Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:35.705Z] [2020-02-12T17:58:35.705Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-12T17:58:35.705Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:35.705Z] [2020-02-12T17:58:35.705Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-12T17:58:35.705Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:35.705Z] [2020-02-12T17:58:35.705Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-12T17:58:35.705Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:35.705Z] [2020-02-12T17:58:35.705Z] [2020-02-12T17:58:35.705Z] DONE 17 tests, 4 skipped in 31.822s [2020-02-12T17:58:35.705Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-12T17:58:35.705Z] ++ 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-12T17:58:35.705Z] ++ set -e [2020-02-12T17:58:35.705Z] ++ '[' -n 0 ']' [2020-02-12T17:58:35.705Z] ++ set -x [2020-02-12T17:58:35.705Z] ++ 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-12T17:58:35.879Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-02-12T17:58:35.965Z] INFO: Testing against a local daemon [2020-02-12T17:58:35.965Z] === RUN TestPluginInvalidJSON [2020-02-12T17:58:35.965Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T17:58:35.965Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T17:58:35.965Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T17:58:35.965Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-02-12T17:58:35.965Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-12T17:58:35.965Z] PASS [2020-02-12T17:58:35.965Z] [2020-02-12T17:58:35.965Z] DONE 2 tests in 0.152s [2020-02-12T17:58:35.965Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-12T17:58:35.965Z] ++ 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-12T17:58:35.965Z] ++ set -e [2020-02-12T17:58:35.965Z] ++ '[' -n 0 ']' [2020-02-12T17:58:35.965Z] ++ set -x [2020-02-12T17:58:35.965Z] ++ 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-12T17:58:35.965Z] INFO: Testing against a local daemon [2020-02-12T17:58:35.965Z] === RUN TestExternalGraphDriver [2020-02-12T17:58:36.224Z] === RUN TestExternalGraphDriver/json [2020-02-12T17:58:36.439Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-02-12T17:58:37.363Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-02-12T17:58:37.672Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-12T17:58:37.922Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-02-12T17:58:38.756Z] === RUN TestExternalGraphDriver/spec [2020-02-12T17:58:38.844Z] --- PASS: TestUpdateRestartPolicy (13.83s) [2020-02-12T17:58:38.844Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-12T17:58:39.771Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2020-02-12T17:58:39.771Z] === RUN TestWaitNonBlocked [2020-02-12T17:58:39.771Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:58:39.771Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:58:39.771Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:58:39.771Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:58:39.771Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T17:58:39.771Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T17:58:41.133Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-02-12T17:58:41.133Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s) [2020-02-12T17:58:41.133Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2020-02-12T17:58:41.133Z] === RUN TestWaitBlocked [2020-02-12T17:58:41.133Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:58:41.133Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:58:41.133Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:58:41.133Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:58:41.133Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T17:58:41.133Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T17:58:41.688Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-12T17:58:42.042Z] === RUN TestExternalGraphDriver/pull [2020-02-12T17:58:42.495Z] --- PASS: TestWaitBlocked (0.02s) [2020-02-12T17:58:42.495Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s) [2020-02-12T17:58:42.495Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.27s) [2020-02-12T17:58:42.495Z] === CONT TestContainerStartOnDaemonRestart [2020-02-12T17:58:42.495Z] === CONT TestDaemonHostGatewayIP [2020-02-12T17:58:42.749Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan (14.12s) [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.17s) [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.06s) [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.87s) [2020-02-12T17:58:42.902Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.79s) [2020-02-12T17:58:42.902Z] PASS [2020-02-12T17:58:42.902Z] [2020-02-12T17:58:42.902Z] DONE 8 tests in 15.516s [2020-02-12T17:58:42.902Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-12T17:58:42.902Z] ++ 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-12T17:58:42.902Z] ++ set -e [2020-02-12T17:58:42.902Z] ++ '[' -n 0 ']' [2020-02-12T17:58:42.902Z] ++ set -x [2020-02-12T17:58:42.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-12T17:58:42.902Z] testing: warning: no tests to run [2020-02-12T17:58:42.902Z] PASS [2020-02-12T17:58:42.902Z] [2020-02-12T17:58:42.902Z] DONE 0 tests in 0.014s [2020-02-12T17:58:42.902Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-12T17:58:42.902Z] ++ 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-12T17:58:42.902Z] ++ set -e [2020-02-12T17:58:42.902Z] ++ '[' -n 0 ']' [2020-02-12T17:58:42.902Z] ++ set -x [2020-02-12T17:58:42.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-12T17:58:42.902Z] INFO: Testing against a local daemon [2020-02-12T17:58:42.902Z] === RUN TestAuthZPluginAllowRequest [2020-02-12T17:58:43.946Z] --- PASS: TestExternalGraphDriver (7.60s) [2020-02-12T17:58:43.947Z] --- PASS: TestExternalGraphDriver/json (2.50s) [2020-02-12T17:58:43.947Z] --- PASS: TestExternalGraphDriver/spec (2.77s) [2020-02-12T17:58:43.947Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2020-02-12T17:58:43.947Z] === RUN TestGraphdriverPluginV2 [2020-02-12T17:58:43.947Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-02-12T17:58:43.947Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:43.947Z] PASS [2020-02-12T17:58:43.947Z] [2020-02-12T17:58:43.947Z] === Skipped [2020-02-12T17:58:43.947Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2020-02-12T17:58:43.947Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:43.947Z] [2020-02-12T17:58:43.947Z] [2020-02-12T17:58:43.947Z] DONE 5 tests, 1 skipped in 7.765s [2020-02-12T17:58:43.947Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-12T17:58:43.947Z] ++ 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-12T17:58:43.947Z] ++ set -e [2020-02-12T17:58:43.947Z] ++ '[' -n 0 ']' [2020-02-12T17:58:43.947Z] ++ set -x [2020-02-12T17:58:43.947Z] ++ 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-12T17:58:43.947Z] INFO: Testing against a local daemon [2020-02-12T17:58:43.947Z] === RUN TestContinueAfterPluginCrash [2020-02-12T17:58:43.947Z] === PAUSE TestContinueAfterPluginCrash [2020-02-12T17:58:43.947Z] === RUN TestDaemonStartWithLogOpt [2020-02-12T17:58:43.947Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-12T17:58:43.947Z] === CONT TestContinueAfterPluginCrash [2020-02-12T17:58:43.947Z] === CONT TestDaemonStartWithLogOpt [2020-02-12T17:58:44.112Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-02-12T17:58:44.646Z] --- PASS: TestAuthZPluginAllowRequest (1.53s) [2020-02-12T17:58:44.646Z] === RUN TestAuthZPluginTLS [2020-02-12T17:58:44.995Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-02-12T17:58:44.995Z] === RUN TestAuthZPluginDenyRequest [2020-02-12T17:58:45.353Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-02-12T17:58:45.353Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-12T17:58:45.998Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-02-12T17:58:45.998Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-02-12T17:58:46.109Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-02-12T17:58:46.109Z] === RUN TestAuthZPluginDenyResponse [2020-02-12T17:58:46.254Z] --- PASS: TestContainerStartOnDaemonRestart (3.84s) [2020-02-12T17:58:46.254Z] === CONT TestIpcModeOlderClient [2020-02-12T17:58:46.465Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-02-12T17:58:46.465Z] === RUN TestAuthZPluginAllowEventStream [2020-02-12T17:58:46.509Z] --- PASS: TestIpcModeOlderClient (0.21s) [2020-02-12T17:58:46.509Z] === CONT TestDaemonRestartIpcMode [2020-02-12T17:58:47.100Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-02-12T17:58:47.356Z] --- PASS: TestDaemonHostGatewayIP (4.89s) [2020-02-12T17:58:48.195Z] --- PASS: TestAuthZPluginAllowEventStream (1.51s) [2020-02-12T17:58:48.195Z] === RUN TestAuthZPluginErrorResponse [2020-02-12T17:58:48.280Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-02-12T17:58:48.548Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-02-12T17:58:48.548Z] === RUN TestAuthZPluginErrorRequest [2020-02-12T17:58:49.285Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-02-12T17:58:49.285Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-12T17:58:49.635Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-02-12T17:58:49.635Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-12T17:58:49.643Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-02-12T17:58:50.568Z] --- PASS: TestDaemonRestartIpcMode (3.92s) [2020-02-12T17:58:50.568Z] PASS [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] === Skipped [2020-02-12T17:58:50.568Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-02-12T17:58:50.568Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-12T17:58:50.568Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-12T17:58:50.568Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-12T17:58:50.568Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-12T17:58:50.568Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-02-12T17:58:50.568Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] [2020-02-12T17:58:50.568Z] DONE 199 tests, 6 skipped in 152.830s [2020-02-12T17:58:50.568Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-02-12T17:58:50.568Z] ++ 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-12T17:58:50.568Z] ++ set -e [2020-02-12T17:58:50.568Z] ++ '[' -n 0 ']' [2020-02-12T17:58:50.568Z] ++ set -x [2020-02-12T17:58:50.568Z] ++ 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-12T17:58:50.568Z] INFO: Testing against a local daemon [2020-02-12T17:58:50.568Z] === RUN TestCommitInheritsEnv [2020-02-12T17:58:51.492Z] --- PASS: TestCommitInheritsEnv (0.69s) [2020-02-12T17:58:51.492Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-12T17:58:51.492Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-12T17:58:51.492Z] === RUN TestImagesFilterMultiReference [2020-02-12T17:58:51.492Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-02-12T17:58:51.492Z] === RUN TestImagePullPlatformInvalid [2020-02-12T17:58:51.492Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-02-12T17:58:51.492Z] === RUN TestRemoveImageOrphaning [2020-02-12T17:58:52.052Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2020-02-12T17:58:52.052Z] === RUN TestRemoveImageGarbageCollector [2020-02-12T17:58:52.106Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.95s) [2020-02-12T17:58:52.106Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-12T17:58:52.978Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-02-12T17:58:53.933Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.07s) [2020-02-12T17:58:53.933Z] === RUN TestAuthZPluginHeader [2020-02-12T17:58:53.937Z] --- PASS: TestDaemonStartWithLogOpt (10.06s) [2020-02-12T17:58:54.339Z] --- PASS: TestRemoveImageGarbageCollector (2.27s) [2020-02-12T17:58:54.340Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-12T17:58:54.340Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-02-12T17:58:54.340Z] === RUN TestTagInvalidReference [2020-02-12T17:58:54.340Z] --- PASS: TestTagInvalidReference (0.04s) [2020-02-12T17:58:54.340Z] === RUN TestTagValidPrefixedRepo [2020-02-12T17:58:54.340Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-02-12T17:58:54.340Z] === RUN TestTagExistedNameWithoutForce [2020-02-12T17:58:54.340Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-12T17:58:54.340Z] === RUN TestTagOfficialNames [2020-02-12T17:58:54.594Z] --- PASS: TestTagOfficialNames (0.10s) [2020-02-12T17:58:54.594Z] === RUN TestTagMatchesDigest [2020-02-12T17:58:54.594Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-02-12T17:58:54.594Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-12T17:58:54.689Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-02-12T17:58:54.689Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-12T17:58:54.689Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-12T17:58:54.689Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:54.689Z] === RUN TestAuthZPluginV2Disable [2020-02-12T17:58:54.689Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-12T17:58:54.689Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:54.689Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-12T17:58:54.689Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-12T17:58:54.689Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:54.689Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-12T17:58:54.689Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-12T17:58:54.689Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:58:54.689Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-12T17:58:54.849Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-02-12T17:58:54.849Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-02-12T17:58:58.107Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-02-12T17:58:58.362Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-02-12T17:58:58.617Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-02-12T17:58:59.202Z] --- PASS: TestContinueAfterPluginCrash (14.91s) [2020-02-12T17:58:59.202Z] PASS [2020-02-12T17:58:59.202Z] [2020-02-12T17:58:59.202Z] DONE 2 tests in 15.046s [2020-02-12T17:58:59.202Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-12T17:58:59.202Z] ++ 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-12T17:58:59.202Z] ++ set -e [2020-02-12T17:58:59.202Z] ++ '[' -n 0 ']' [2020-02-12T17:58:59.202Z] ++ set -x [2020-02-12T17:58:59.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12T17:58:59.202Z] INFO: Testing against a local daemon [2020-02-12T17:58:59.202Z] === RUN TestPluginWithDevMounts [2020-02-12T17:58:59.202Z] === PAUSE TestPluginWithDevMounts [2020-02-12T17:58:59.202Z] === CONT TestPluginWithDevMounts [2020-02-12T17:58:59.542Z] === RUN TestDockerSuite/TestBuildCmd [2020-02-12T17:58:59.797Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-02-12T17:59:00.358Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-02-12T17:59:00.918Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-02-12T17:59:00.918Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-02-12T17:59:01.105Z] --- PASS: TestPluginWithDevMounts (2.22s) [2020-02-12T17:59:01.105Z] PASS [2020-02-12T17:59:01.105Z] [2020-02-12T17:59:01.105Z] DONE 1 tests in 2.364s [2020-02-12T17:59:01.105Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-12T17:59:01.105Z] ++ 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-12T17:59:01.105Z] ++ set -e [2020-02-12T17:59:01.105Z] ++ '[' -n 0 ']' [2020-02-12T17:59:01.105Z] ++ set -x [2020-02-12T17:59:01.105Z] ++ 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-12T17:59:01.363Z] INFO: Testing against a local daemon [2020-02-12T17:59:01.363Z] === RUN TestSecretInspect [2020-02-12T17:59:02.804Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-02-12T17:59:04.649Z] --- PASS: TestSecretInspect (3.26s) [2020-02-12T17:59:04.649Z] === RUN TestSecretList [2020-02-12T17:59:04.687Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-02-12T17:59:05.293Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-02-12T17:59:05.293Z] Copying nested executables into bundles/binary-daemon [2020-02-12T17:59:05.293Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-02-12T17:59:05.613Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-02-12T17:59:05.636Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/make.sh cross [2020-02-12T17:59:05.893Z] [2020-02-12T17:59:06.150Z] Removing bundles/ [2020-02-12T17:59:06.150Z] [2020-02-12T17:59:06.150Z] ---> Making bundle: cross (in bundles/cross) [2020-02-12T17:59:06.150Z] Cross building: bundles/cross/linux/amd64 [2020-02-12T17:59:06.151Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-02-12T17:59:06.151Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-02-12T17:59:06.172Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-02-12T17:59:06.731Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-02-12T17:59:07.935Z] --- PASS: TestSecretList (3.30s) [2020-02-12T17:59:07.935Z] === RUN TestSecretsCreateAndDelete [2020-02-12T17:59:09.241Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-02-12T17:59:10.602Z] === RUN TestDockerSuite/TestBuildContChar [2020-02-12T17:59:11.221Z] --- PASS: TestSecretsCreateAndDelete (3.28s) [2020-02-12T17:59:11.221Z] === RUN TestSecretsUpdate [2020-02-12T17:59:11.964Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-02-12T17:59:12.888Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-02-12T17:59:13.449Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-02-12T17:59:14.009Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-02-12T17:59:14.068Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2020-02-12T17:59:14.068Z] PASS [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] === Skipped [2020-02-12T17:59:14.068Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-12T17:59:14.068Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-12T17:59:14.068Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-12T17:59:14.068Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-12T17:59:14.068Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] DONE 17 tests, 4 skipped in 28.423s [2020-02-12T17:59:14.068Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-12T17:59:14.068Z] ++ 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-12T17:59:14.068Z] ++ set -e [2020-02-12T17:59:14.068Z] ++ '[' -n 0 ']' [2020-02-12T17:59:14.068Z] ++ set -x [2020-02-12T17:59:14.068Z] ++ 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-12T17:59:14.068Z] INFO: Testing against a local daemon [2020-02-12T17:59:14.068Z] === RUN TestPluginInvalidJSON [2020-02-12T17:59:14.068Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T17:59:14.068Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T17:59:14.068Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T17:59:14.068Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-02-12T17:59:14.068Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-02-12T17:59:14.068Z] PASS [2020-02-12T17:59:14.068Z] [2020-02-12T17:59:14.068Z] DONE 2 tests in 0.079s [2020-02-12T17:59:14.068Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-12T17:59:14.068Z] ++ 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-12T17:59:14.068Z] ++ set -e [2020-02-12T17:59:14.068Z] ++ '[' -n 0 ']' [2020-02-12T17:59:14.068Z] ++ set -x [2020-02-12T17:59:14.068Z] ++ 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-12T17:59:14.068Z] INFO: Testing against a local daemon [2020-02-12T17:59:14.068Z] === RUN TestExternalGraphDriver [2020-02-12T17:59:14.068Z] === RUN TestExternalGraphDriver/json [2020-02-12T17:59:14.068Z] === RUN TestExternalGraphDriver/spec [2020-02-12T17:59:14.510Z] --- PASS: TestSecretsUpdate (3.35s) [2020-02-12T17:59:14.510Z] === RUN TestTemplatedSecret [2020-02-12T17:59:14.935Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-02-12T17:59:15.286Z] === RUN TestExternalGraphDriver/pull [2020-02-12T17:59:16.298Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-02-12T17:59:16.857Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-02-12T17:59:17.111Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-02-12T17:59:17.630Z] --- PASS: TestExternalGraphDriver (5.89s) [2020-02-12T17:59:17.630Z] --- PASS: TestExternalGraphDriver/json (1.95s) [2020-02-12T17:59:17.630Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2020-02-12T17:59:17.630Z] --- PASS: TestExternalGraphDriver/pull (1.92s) [2020-02-12T17:59:17.630Z] === RUN TestGraphdriverPluginV2 [2020-02-12T17:59:17.630Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-02-12T17:59:17.630Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:59:17.630Z] PASS [2020-02-12T17:59:17.630Z] [2020-02-12T17:59:17.630Z] === Skipped [2020-02-12T17:59:17.630Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-02-12T17:59:17.630Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T17:59:17.630Z] [2020-02-12T17:59:17.630Z] [2020-02-12T17:59:17.630Z] DONE 5 tests, 1 skipped in 6.021s [2020-02-12T17:59:17.630Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-12T17:59:17.630Z] ++ 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-12T17:59:17.630Z] ++ set -e [2020-02-12T17:59:17.630Z] ++ '[' -n 0 ']' [2020-02-12T17:59:17.630Z] ++ set -x [2020-02-12T17:59:17.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=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-12T17:59:17.630Z] INFO: Testing against a local daemon [2020-02-12T17:59:17.630Z] === RUN TestContinueAfterPluginCrash [2020-02-12T17:59:17.630Z] === PAUSE TestContinueAfterPluginCrash [2020-02-12T17:59:17.630Z] === RUN TestDaemonStartWithLogOpt [2020-02-12T17:59:17.630Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-12T17:59:17.630Z] === CONT TestContinueAfterPluginCrash [2020-02-12T17:59:17.630Z] === CONT TestDaemonStartWithLogOpt [2020-02-12T17:59:18.035Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-02-12T17:59:18.035Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-02-12T17:59:18.290Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-02-12T17:59:18.545Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-02-12T17:59:18.696Z] --- PASS: TestTemplatedSecret (3.47s) [2020-02-12T17:59:18.696Z] === RUN TestSecretCreateResolve [2020-02-12T17:59:21.227Z] --- PASS: TestSecretCreateResolve (3.27s) [2020-02-12T17:59:21.227Z] PASS [2020-02-12T17:59:21.227Z] [2020-02-12T17:59:21.227Z] DONE 6 tests in 20.067s [2020-02-12T17:59:21.227Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-02-12T17:59:21.227Z] ++ 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-12T17:59:21.227Z] ++ set -e [2020-02-12T17:59:21.227Z] ++ '[' -n 0 ']' [2020-02-12T17:59:21.227Z] ++ set -x [2020-02-12T17:59:21.227Z] ++ 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-12T17:59:21.486Z] INFO: Testing against a local daemon [2020-02-12T17:59:21.486Z] === RUN TestServiceCreateInit [2020-02-12T17:59:21.486Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-12T17:59:21.806Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-02-12T17:59:23.691Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-02-12T17:59:26.786Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-12T17:59:27.201Z] --- PASS: TestDaemonStartWithLogOpt (9.23s) [2020-02-12T17:59:28.928Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-02-12T17:59:29.183Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-02-12T17:59:32.064Z] --- PASS: TestServiceCreateInit (10.44s) [2020-02-12T17:59:32.064Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.10s) [2020-02-12T17:59:32.064Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.31s) [2020-02-12T17:59:32.064Z] === RUN TestCreateServiceMultipleTimes [2020-02-12T17:59:32.086Z] --- PASS: TestContinueAfterPluginCrash (14.09s) [2020-02-12T17:59:32.086Z] PASS [2020-02-12T17:59:32.086Z] [2020-02-12T17:59:32.086Z] DONE 2 tests in 14.171s [2020-02-12T17:59:32.086Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-12T17:59:32.086Z] ++ 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-12T17:59:32.086Z] ++ set -e [2020-02-12T17:59:32.086Z] ++ '[' -n 0 ']' [2020-02-12T17:59:32.086Z] ++ set -x [2020-02-12T17:59:32.086Z] ++ 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-12T17:59:32.086Z] INFO: Testing against a local daemon [2020-02-12T17:59:32.086Z] === RUN TestPluginWithDevMounts [2020-02-12T17:59:32.086Z] === PAUSE TestPluginWithDevMounts [2020-02-12T17:59:32.086Z] === CONT TestPluginWithDevMounts [2020-02-12T17:59:33.836Z] --- PASS: TestPluginWithDevMounts (1.92s) [2020-02-12T17:59:33.836Z] PASS [2020-02-12T17:59:33.836Z] [2020-02-12T17:59:33.836Z] DONE 1 tests in 2.000s [2020-02-12T17:59:33.836Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-02-12T17:59:33.836Z] ++ 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-12T17:59:33.836Z] ++ set -e [2020-02-12T17:59:33.836Z] ++ '[' -n 0 ']' [2020-02-12T17:59:33.836Z] ++ set -x [2020-02-12T17:59:33.836Z] ++ 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-12T17:59:33.836Z] INFO: Testing against a local daemon [2020-02-12T17:59:33.836Z] === RUN TestSecretInspect [2020-02-12T17:59:34.441Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-02-12T17:59:34.849Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-02-12T17:59:35.103Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-02-12T17:59:36.028Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-02-12T17:59:36.197Z] --- PASS: TestSecretInspect (2.69s) [2020-02-12T17:59:36.197Z] === RUN TestSecretList [2020-02-12T17:59:38.561Z] --- PASS: TestSecretList (2.34s) [2020-02-12T17:59:38.561Z] === RUN TestSecretsCreateAndDelete [2020-02-12T17:59:39.289Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-02-12T17:59:39.849Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-02-12T17:59:41.740Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-02-12T17:59:41.863Z] --- PASS: TestSecretsCreateAndDelete (2.79s) [2020-02-12T17:59:41.863Z] === RUN TestSecretsUpdate [2020-02-12T17:59:44.220Z] --- PASS: TestSecretsUpdate (2.84s) [2020-02-12T17:59:44.220Z] === RUN TestTemplatedSecret [2020-02-12T17:59:44.249Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-02-12T17:59:44.504Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-02-12T17:59:45.065Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-02-12T17:59:45.065Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-02-12T17:59:45.990Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 4.5% of statements [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/api/types/versions 0.031s coverage: 75.0% of statements [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-12T17:59:46.152Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/builder/dockerignore 0.020s coverage: 96.8% of statements [2020-02-12T17:59:46.152Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2020-02-12T17:59:47.351Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-02-12T17:59:47.351Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-02-12T17:59:47.351Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-02-12T17:59:47.351Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-02-12T17:59:47.351Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-02-12T17:59:47.912Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-02-12T17:59:47.912Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-02-12T17:59:48.121Z] --- PASS: TestTemplatedSecret (3.36s) [2020-02-12T17:59:48.121Z] === RUN TestSecretCreateResolve [2020-02-12T17:59:49.796Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-02-12T17:59:49.919Z] ok github.com/docker/docker/builder/remotecontext/git 4.562s coverage: 86.3% of statements [2020-02-12T17:59:50.479Z] --- PASS: TestSecretCreateResolve (2.75s) [2020-02-12T17:59:50.479Z] PASS [2020-02-12T17:59:50.479Z] [2020-02-12T17:59:50.479Z] DONE 6 tests in 16.846s [2020-02-12T17:59:50.479Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-02-12T17:59:50.479Z] ++ 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-12T17:59:50.479Z] ++ set -e [2020-02-12T17:59:50.479Z] ++ '[' -n 0 ']' [2020-02-12T17:59:50.479Z] ++ set -x [2020-02-12T17:59:50.479Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12T17:59:50.479Z] INFO: Testing against a local daemon [2020-02-12T17:59:50.479Z] === RUN TestServiceCreateInit [2020-02-12T17:59:50.479Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-12T17:59:51.679Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-02-12T17:59:52.003Z] ok github.com/docker/docker/builder/remotecontext 0.541s coverage: 13.6% of statements [2020-02-12T17:59:52.609Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-02-12T17:59:53.615Z] ok github.com/docker/docker/builder/dockerfile 1.313s coverage: 48.2% of statements [2020-02-12T17:59:53.616Z] ? github.com/docker/docker/cli [no test files] [2020-02-12T17:59:53.616Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-12T17:59:53.994Z] --- PASS: TestCreateServiceMultipleTimes (19.14s) [2020-02-12T17:59:53.994Z] === RUN TestCreateServiceConflict [2020-02-12T17:59:54.252Z] --- PASS: TestCreateServiceConflict (3.25s) [2020-02-12T17:59:54.252Z] === RUN TestCreateServiceMaxReplicas [2020-02-12T17:59:55.119Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-02-12T17:59:55.389Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-12T17:59:57.002Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-02-12T17:59:58.436Z] --- PASS: TestCreateServiceMaxReplicas (3.61s) [2020-02-12T17:59:58.437Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-12T17:59:58.888Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-02-12T17:59:59.366Z] ok github.com/docker/docker/client 0.689s coverage: 75.8% of statements [2020-02-12T17:59:59.447Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-02-12T18:00:00.615Z] --- PASS: TestServiceCreateInit (9.54s) [2020-02-12T18:00:00.615Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.74s) [2020-02-12T18:00:00.615Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.78s) [2020-02-12T18:00:00.615Z] === RUN TestCreateServiceMultipleTimes [2020-02-12T18:00:02.711Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-02-12T18:00:03.637Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-02-12T18:00:04.197Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-02-12T18:00:06.711Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-02-12T18:00:11.949Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-02-12T18:00:11.949Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-02-12T18:00:13.311Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-02-12T18:00:13.313Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.84s) [2020-02-12T18:00:13.313Z] === RUN TestCreateServiceSecretFileMode [2020-02-12T18:00:14.673Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-02-12T18:00:15.846Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2020-02-12T18:00:15.846Z] === RUN TestCreateServiceConfigFileMode [2020-02-12T18:00:16.032Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-02-12T18:00:16.628Z] edbd72df76b4: Pull complete [2020-02-12T18:00:16.628Z] Digest: sha256:d36276076915c59799c3eb700c5d7db0a7426744e3ea0b3c8b327a4130d50b90 [2020-02-12T18:00:16.628Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:00:16.628Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:10.0.17763.973 into daemon under test completed successfully [2020-02-12T18:00:16.628Z] INFO: Tagging mcr.microsoft.com/windows/servercore:10.0.17763.973 as microsoft/windowsservercore in daemon under test [2020-02-12T18:00:16.628Z] INFO: Version of mcr.microsoft.com/windows/servercore:10.0.17763.973 is '10.0.17763.973' [2020-02-12T18:00:16.628Z] WARN: Skipping validation tests [2020-02-12T18:00:16.628Z] INFO: Running unit tests at 02/12/2020 18:00:13... [2020-02-12T18:00:16.728Z] --- PASS: TestCreateServiceMultipleTimes (16.72s) [2020-02-12T18:00:16.728Z] === RUN TestCreateServiceConflict [2020-02-12T18:00:17.611Z] INFO: make.ps1 starting at 02/12/2020 18:00:17 [2020-02-12T18:00:18.076Z] INFO: Git commit (da6c1429d0) assumed from DOCKER_GITCOMMIT environment variable [2020-02-12T18:00:18.076Z] INFO: Invoking autogen... [2020-02-12T18:00:18.538Z] INFO: Running unit tests... [2020-02-12T18:00:19.801Z] --- PASS: TestCreateServiceConflict (2.76s) [2020-02-12T18:00:19.801Z] === RUN TestCreateServiceMaxReplicas [2020-02-12T18:00:20.033Z] --- PASS: TestCreateServiceConfigFileMode (3.50s) [2020-02-12T18:00:20.033Z] === RUN TestCreateServiceSysctls [2020-02-12T18:00:20.190Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-02-12T18:00:20.190Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-02-12T18:00:21.114Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-02-12T18:00:22.475Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-02-12T18:00:23.019Z] --- PASS: TestCreateServiceMaxReplicas (3.31s) [2020-02-12T18:00:23.019Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-12T18:00:24.221Z] --- PASS: TestCreateServiceSysctls (4.16s) [2020-02-12T18:00:24.221Z] === RUN TestCreateServiceCapabilities [2020-02-12T18:00:26.753Z] --- PASS: TestCreateServiceCapabilities (2.95s) [2020-02-12T18:00:26.753Z] === RUN TestInspect [2020-02-12T18:00:27.557Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-02-12T18:00:27.557Z] Copying nested executables into bundles/cross/linux/amd64 [2020-02-12T18:00:27.557Z] Cross building: bundles/cross/windows/amd64 [2020-02-12T18:00:27.557Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-12T18:00:27.557Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-02-12T18:00:27.709Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-02-12T18:00:28.268Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-02-12T18:00:28.268Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-02-12T18:00:28.910Z] 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-12T18:00:29.195Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-02-12T18:00:29.756Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-02-12T18:00:30.943Z] --- PASS: TestInspect (3.68s) [2020-02-12T18:00:30.944Z] === RUN TestCreateJob [2020-02-12T18:00:31.642Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-02-12T18:00:33.006Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-02-12T18:00:34.230Z] --- PASS: TestCreateJob (4.08s) [2020-02-12T18:00:34.230Z] === RUN TestReplicatedJob [2020-02-12T18:00:36.635Z] ? github.com/docker/docker/api [no test files] [2020-02-12T18:00:39.185Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.91s) [2020-02-12T18:00:39.185Z] === RUN TestCreateServiceSecretFileMode [2020-02-12T18:00:39.533Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-02-12T18:00:39.924Z] --- PASS: TestCreateServiceSecretFileMode (3.03s) [2020-02-12T18:00:39.924Z] === RUN TestCreateServiceConfigFileMode [2020-02-12T18:00:42.043Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-02-12T18:00:42.355Z] --- PASS: TestReplicatedJob (6.85s) [2020-02-12T18:00:42.355Z] === RUN TestUpdateReplicatedJob [2020-02-12T18:00:42.985Z] --- PASS: TestCreateServiceConfigFileMode (3.19s) [2020-02-12T18:00:42.985Z] === RUN TestCreateServiceSysctls [2020-02-12T18:00:43.962Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-02-12T18:00:45.641Z] --- PASS: TestUpdateReplicatedJob (4.39s) [2020-02-12T18:00:45.641Z] === RUN TestServiceListWithStatuses [2020-02-12T18:00:45.641Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-12T18:00:45.641Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:00:45.641Z] === RUN TestDockerNetworkConnectAlias [2020-02-12T18:00:46.472Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-02-12T18:00:46.922Z] --- PASS: TestCreateServiceSysctls (4.00s) [2020-02-12T18:00:46.922Z] === RUN TestCreateServiceCapabilities [2020-02-12T18:00:47.395Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-02-12T18:00:47.395Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-02-12T18:00:47.650Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-02-12T18:00:50.344Z] --- PASS: TestCreateServiceCapabilities (2.88s) [2020-02-12T18:00:50.344Z] === RUN TestInspect [2020-02-12T18:00:51.518Z] ok github.com/docker/docker/api/server 0.196s coverage: 9.0% of statements [2020-02-12T18:00:51.806Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-02-12T18:00:53.168Z] --- PASS: TestDockerDaemonSuite (354.98s) [2020-02-12T18:00:53.168Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.28s) [2020-02-12T18:00:53.168Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.64s) [2020-02-12T18:00:53.168Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.72s) [2020-02-12T18:00:53.168Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.26s) [2020-02-12T18:00:53.168Z] docker_cli_daemon_test.go:1449: [daf11a96037d5] daemon is not started [2020-02-12T18:00:53.169Z] check_test.go:309: [dd25ec933eea7] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.52s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.24s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d592ba1362d3a] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.06s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.46s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.98s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.81s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.00s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.52s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.70s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.35s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-02-12T18:00:53.169Z] check_test.go:309: [df9cc61ae152c] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d815837e9198e] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.48s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-02-12T18:00:53.169Z] check_test.go:309: [da823e88e31d3] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.34s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.68s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.39s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.30s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-02-12T18:00:53.169Z] check_test.go:309: [de9e68cc2a6c2] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.31s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.40s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.92s) [2020-02-12T18:00:53.169Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-12T18:00:53.169Z] check_test.go:309: [d7f8e19d72373] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.56s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.16s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.80s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d78ab50787359] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.22s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.56s) [2020-02-12T18:00:53.169Z] check_test.go:309: [dfd98081f4683] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.45s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_plugins_test.go:79: [de072b8ad372e] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.76s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_plugins_test.go:169: [d5d3123f34201] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.58s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-02-12T18:00:53.169Z] check_test.go:309: [dd7da9bbc430c] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.85s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.84s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.75s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.89s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.88s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.74s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.97s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.01s) [2020-02-12T18:00:53.169Z] check_test.go:309: [dd983f41f6380] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.42s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.84s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.63s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.51s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.73s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.22s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d44b851b961f4] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.62s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.53s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.44s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.32s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.32s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.95s) [2020-02-12T18:00:53.169Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-12T18:00:53.169Z] check_test.go:309: [d82316eb49fa3] daemon is not started [2020-02-12T18:00:53.169Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-12T18:00:53.169Z] check_test.go:309: [d7d1d3177ddf8] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.84s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d893f1d321547] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.70s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.24s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.35s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.96s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.91s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.96s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.85s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.12s) [2020-02-12T18:00:53.169Z] check_test.go:309: [dafc8ead2643e] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.80s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.30s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.88s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d945044435b75] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.22s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-02-12T18:00:53.169Z] check_test.go:309: [d92762ac1e646] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d017620c60da9] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.57s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.80s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d9054ca94d5b7] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.10s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.06s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.56s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d62b18e41be81] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.44s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.08s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.10s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.22s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d4b2814da9c1f] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.57s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.17s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d6b9d014edabf] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.68s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.73s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.84s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.02s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.66s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.86s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.14s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.00s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.19s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.12s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.16s) [2020-02-12T18:00:53.169Z] docker_cli_daemon_test.go:2542: [df1b7b848453a] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.00s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.98s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.01s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.19s) [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2020-02-12T18:00:53.169Z] check_test.go:309: [d8df408218e33] daemon is not started [2020-02-12T18:00:53.169Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.71s) [2020-02-12T18:00:53.169Z] === RUN TestDockerSwarmSuite [2020-02-12T18:00:53.169Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-02-12T18:00:53.450Z] --- PASS: TestInspect (3.53s) [2020-02-12T18:00:53.450Z] === RUN TestCreateJob [2020-02-12T18:00:53.757Z] --- PASS: TestDockerNetworkConnectAlias (6.91s) [2020-02-12T18:00:53.757Z] === RUN TestDockerNetworkReConnect [2020-02-12T18:00:56.345Z] ok github.com/docker/docker/cmd/dockerd 0.250s coverage: 30.6% of statements [2020-02-12T18:00:57.325Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-02-12T18:00:57.353Z] --- PASS: TestCreateJob (3.96s) [2020-02-12T18:00:57.353Z] === RUN TestReplicatedJob [2020-02-12T18:00:57.945Z] --- PASS: TestDockerNetworkReConnect (5.19s) [2020-02-12T18:00:57.945Z] === RUN TestServicePlugin [2020-02-12T18:00:57.945Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-12T18:00:57.945Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:00:57.945Z] === RUN TestServiceUpdateLabel [2020-02-12T18:00:59.872Z] ok github.com/docker/docker/container 0.170s coverage: 35.3% of statements [2020-02-12T18:00:59.872Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-12T18:00:59.872Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-12T18:00:59.872Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-12T18:00:59.872Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-12T18:01:00.584Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-02-12T18:01:01.228Z] --- PASS: TestServiceUpdateLabel (3.25s) [2020-02-12T18:01:01.228Z] === RUN TestServiceUpdateSecrets [2020-02-12T18:01:04.823Z] --- PASS: TestReplicatedJob (7.09s) [2020-02-12T18:01:04.823Z] === RUN TestUpdateReplicatedJob [2020-02-12T18:01:05.504Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.103s coverage: 65.3% of statements [2020-02-12T18:01:07.109Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-02-12T18:01:07.109Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-02-12T18:01:08.033Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-02-12T18:01:08.033Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-02-12T18:01:08.845Z] --- PASS: TestUpdateReplicatedJob (4.50s) [2020-02-12T18:01:08.845Z] === RUN TestServiceListWithStatuses [2020-02-12T18:01:08.845Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-12T18:01:08.845Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:01:08.845Z] === RUN TestDockerNetworkConnectAlias [2020-02-12T18:01:12.401Z] ok github.com/docker/docker/daemon/cluster/convert 0.089s coverage: 35.7% of statements [2020-02-12T18:01:14.557Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-02-12T18:01:14.944Z] --- PASS: TestDockerNetworkConnectAlias (5.18s) [2020-02-12T18:01:14.944Z] === RUN TestDockerNetworkReConnect [2020-02-12T18:01:15.963Z] ok github.com/docker/docker/daemon/cluster 0.236s coverage: 0.5% of statements [2020-02-12T18:01:16.442Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-02-12T18:01:18.856Z] --- PASS: TestDockerNetworkReConnect (4.55s) [2020-02-12T18:01:18.856Z] === RUN TestServicePlugin [2020-02-12T18:01:18.856Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-12T18:01:18.856Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:01:18.856Z] === RUN TestServiceUpdateLabel [2020-02-12T18:01:18.949Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-02-12T18:01:19.309Z] --- PASS: TestServiceUpdateSecrets (15.33s) [2020-02-12T18:01:19.309Z] === RUN TestServiceUpdateConfigs [2020-02-12T18:01:19.508Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-02-12T18:01:20.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-02-12T18:01:21.620Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2020-02-12T18:01:21.934Z] --- PASS: TestServiceUpdateLabel (2.81s) [2020-02-12T18:01:21.934Z] === RUN TestServiceUpdateSecrets [2020-02-12T18:01:22.896Z] ok github.com/docker/docker/daemon/config 0.100s coverage: 82.1% of statements [2020-02-12T18:01:23.234Z] ok github.com/docker/docker/daemon/events 0.092s coverage: 50.0% of statements [2020-02-12T18:01:26.732Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2020-02-12T18:01:26.957Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-02-12T18:01:30.215Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-02-12T18:01:30.315Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.539s coverage: 13.7% of statements [2020-02-12T18:01:30.606Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 2.9% of statements [2020-02-12T18:01:32.723Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-02-12T18:01:34.117Z] ok github.com/docker/docker/daemon 12.493s coverage: 17.5% of statements [2020-02-12T18:01:34.117Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-12T18:01:34.117Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-12T18:01:34.117Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-12T18:01:34.117Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-12T18:01:34.117Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.037s coverage: 57.9% of statements [2020-02-12T18:01:34.180Z] --- PASS: TestServiceUpdateConfigs (15.40s) [2020-02-12T18:01:34.180Z] === RUN TestServiceUpdateNetwork [2020-02-12T18:01:35.221Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-12T18:01:35.221Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-02-12T18:01:35.221Z] remote: Enumerating objects: 19, done. [2020-02-12T18:01:35.221Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2020-02-12T18:01:35.221Z] 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-12T18:01:35.221Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-02-12T18:01:37.633Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.065s coverage: 68.6% of statements [2020-02-12T18:01:38.204Z] --- PASS: TestServiceUpdateSecrets (15.35s) [2020-02-12T18:01:38.204Z] === RUN TestServiceUpdateConfigs [2020-02-12T18:01:40.366Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.018s coverage: 48.6% of statements [2020-02-12T18:01:40.366Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.309s coverage: 45.9% of statements [2020-02-12T18:01:40.366Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-12T18:01:40.481Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-12T18:01:40.794Z] --- PASS: TestImportExtremelyLargeImageWorks (165.79s) [2020-02-12T18:01:40.794Z] PASS [2020-02-12T18:01:40.794Z] [2020-02-12T18:01:40.794Z] DONE 12 tests in 169.909s [2020-02-12T18:01:40.794Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-02-12T18:01:40.794Z] ++ 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-12T18:01:40.794Z] ++ set -e [2020-02-12T18:01:40.794Z] ++ '[' -n 0 ']' [2020-02-12T18:01:40.794Z] ++ set -x [2020-02-12T18:01:40.794Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12T18:01:40.794Z] INFO: Testing against a local daemon [2020-02-12T18:01:40.794Z] === RUN TestNetworkCreateDelete [2020-02-12T18:01:40.794Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-02-12T18:01:40.794Z] === RUN TestDockerNetworkDeletePreferID [2020-02-12T18:01:40.811Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/test/unit [2020-02-12T18:01:41.049Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s) [2020-02-12T18:01:41.049Z] === RUN TestInspectNetwork [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-12T18:01:42.302Z] ok github.com/docker/docker/api/server/httputils 0.111s coverage: 14.7% of statements [2020-02-12T18:01:42.302Z] ok github.com/docker/docker/api/server/middleware 0.160s coverage: 37.7% of statements [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-12T18:01:42.302Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-12T18:01:42.302Z] ok github.com/docker/docker/api/types/filters 0.086s coverage: 92.2% of statements [2020-02-12T18:01:42.302Z] ok github.com/docker/docker/api/types/strslice 0.063s coverage: 90.0% of statements [2020-02-12T18:01:42.303Z] ok github.com/docker/docker/api/types/time 0.190s coverage: 100.0% of statements [2020-02-12T18:01:42.303Z] ok github.com/docker/docker/api/server/router/swarm 0.142s coverage: 4.5% of statements [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-12T18:01:42.303Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 75.0% of statements [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-12T18:01:42.303Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-12T18:01:42.303Z] ok github.com/docker/docker/builder/dockerignore 0.053s coverage: 96.8% of statements [2020-02-12T18:01:42.422Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.658s coverage: 76.1% of statements [2020-02-12T18:01:43.336Z] ? github.com/docker/docker/api [no test files] [2020-02-12T18:01:43.448Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.370s coverage: 54.8% of statements [2020-02-12T18:01:43.448Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-12T18:01:43.448Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-12T18:01:44.942Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.032s coverage: 58.0% of statements [2020-02-12T18:01:44.942Z] ok github.com/docker/docker/daemon/links 0.019s coverage: 93.0% of statements [2020-02-12T18:01:45.232Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.029s coverage: 3.0% of statements [2020-02-12T18:01:46.072Z] ok github.com/docker/docker/cli/debug 0.202s coverage: 100.0% of statements [2020-02-12T18:01:46.286Z] === RUN TestInspectNetwork/full_network_id [2020-02-12T18:01:46.286Z] === RUN TestInspectNetwork/partial_network_id [2020-02-12T18:01:46.286Z] === RUN TestInspectNetwork/network_name [2020-02-12T18:01:46.286Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-12T18:01:46.380Z] --- PASS: TestServiceUpdateNetwork (14.76s) [2020-02-12T18:01:46.381Z] PASS [2020-02-12T18:01:46.381Z] [2020-02-12T18:01:46.381Z] === Skipped [2020-02-12T18:01:46.381Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-12T18:01:46.381Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:01:46.381Z] [2020-02-12T18:01:46.381Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-02-12T18:01:46.381Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:01:46.381Z] [2020-02-12T18:01:46.381Z] [2020-02-12T18:01:46.381Z] DONE 23 tests, 2 skipped in 145.122s [2020-02-12T18:01:46.381Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-02-12T18:01:46.381Z] ++ 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-12T18:01:46.381Z] ++ set -e [2020-02-12T18:01:46.381Z] ++ '[' -n 0 ']' [2020-02-12T18:01:46.381Z] ++ set -x [2020-02-12T18:01:46.381Z] ++ 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-12T18:01:46.640Z] INFO: Testing against a local daemon [2020-02-12T18:01:46.640Z] === RUN TestSessionCreate [2020-02-12T18:01:46.640Z] --- PASS: TestSessionCreate (0.06s) [2020-02-12T18:01:46.640Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-12T18:01:46.640Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-12T18:01:46.640Z] PASS [2020-02-12T18:01:46.640Z] [2020-02-12T18:01:46.640Z] DONE 2 tests in 0.236s [2020-02-12T18:01:46.640Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-02-12T18:01:46.640Z] ++ 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-12T18:01:46.640Z] ++ set -e [2020-02-12T18:01:46.640Z] ++ '[' -n 0 ']' [2020-02-12T18:01:46.640Z] ++ set -x [2020-02-12T18:01:46.640Z] ++ 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-12T18:01:46.898Z] INFO: Testing against a local daemon [2020-02-12T18:01:46.898Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-12T18:01:46.898Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:01:46.898Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:01:46.898Z] === RUN TestEventsExecDie [2020-02-12T18:01:47.049Z] ok github.com/docker/docker/builder/remotecontext 0.935s coverage: 9.2% of statements [2020-02-12T18:01:47.049Z] ok github.com/docker/docker/builder/dockerfile 0.748s coverage: 46.3% of statements [2020-02-12T18:01:47.833Z] --- PASS: TestEventsExecDie (0.93s) [2020-02-12T18:01:47.833Z] === RUN TestEventsBackwardsCompatible [2020-02-12T18:01:47.833Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-02-12T18:01:47.833Z] === RUN TestInfoBinaryCommits [2020-02-12T18:01:47.833Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-12T18:01:47.833Z] === RUN TestInfoAPIVersioned [2020-02-12T18:01:47.833Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-12T18:01:47.833Z] === RUN TestInfoDiscoveryBackend [2020-02-12T18:01:48.770Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-02-12T18:01:48.770Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-12T18:01:49.705Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-12T18:01:49.705Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-12T18:01:50.272Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2020-02-12T18:01:50.272Z] === RUN TestInfoAPI [2020-02-12T18:01:50.272Z] --- PASS: TestInfoAPI (0.05s) [2020-02-12T18:01:50.272Z] === RUN TestInfoAPIWarnings [2020-02-12T18:01:50.440Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-02-12T18:01:50.440Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-02-12T18:01:50.440Z] --- PASS: TestInspectNetwork (9.32s) [2020-02-12T18:01:50.440Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2020-02-12T18:01:50.440Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-12T18:01:50.440Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-12T18:01:50.440Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-12T18:01:50.440Z] === RUN TestRunContainerWithBridgeNone [2020-02-12T18:01:50.802Z] ok github.com/docker/docker/daemon/logger 0.268s coverage: 42.7% of statements [2020-02-12T18:01:50.839Z] --- PASS: TestInfoAPIWarnings (0.63s) [2020-02-12T18:01:50.839Z] === RUN TestInfoDebug [2020-02-12T18:01:51.000Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-02-12T18:01:51.000Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-02-12T18:01:51.406Z] --- PASS: TestInfoDebug (0.62s) [2020-02-12T18:01:51.406Z] === RUN TestInfoInsecureRegistries [2020-02-12T18:01:51.429Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 67.0% of statements [2020-02-12T18:01:52.059Z] ok github.com/docker/docker/daemon/logger/awslogs 0.611s coverage: 77.4% of statements [2020-02-12T18:01:52.341Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2020-02-12T18:01:52.341Z] === RUN TestInfoRegistryMirrors [2020-02-12T18:01:52.908Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2020-02-12T18:01:52.908Z] === RUN TestLoginFailsWithBadCredentials [2020-02-12T18:01:52.908Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-02-12T18:01:52.908Z] === RUN TestPingCacheHeaders [2020-02-12T18:01:53.167Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-02-12T18:01:53.167Z] === RUN TestPingGet [2020-02-12T18:01:53.167Z] --- PASS: TestPingGet (0.03s) [2020-02-12T18:01:53.167Z] === RUN TestPingHead [2020-02-12T18:01:53.167Z] --- PASS: TestPingHead (0.05s) [2020-02-12T18:01:53.167Z] === RUN TestVersion [2020-02-12T18:01:53.167Z] --- PASS: TestVersion (0.05s) [2020-02-12T18:01:53.167Z] PASS [2020-02-12T18:01:53.167Z] [2020-02-12T18:01:53.167Z] === Skipped [2020-02-12T18:01:53.167Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:01:53.167Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:01:53.167Z] [2020-02-12T18:01:53.167Z] [2020-02-12T18:01:53.167Z] DONE 18 tests, 1 skipped in 6.539s [2020-02-12T18:01:53.167Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-12T18:01:53.167Z] ++ 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-12T18:01:53.167Z] ++ set -e [2020-02-12T18:01:53.167Z] ++ '[' -n 0 ']' [2020-02-12T18:01:53.167Z] ++ set -x [2020-02-12T18:01:53.167Z] ++ 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-12T18:01:53.425Z] INFO: Testing against a local daemon [2020-02-12T18:01:53.425Z] === RUN TestVolumesCreateAndList [2020-02-12T18:01:53.425Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-12T18:01:53.425Z] === RUN TestVolumesRemove [2020-02-12T18:01:53.425Z] --- PASS: TestVolumesRemove (0.13s) [2020-02-12T18:01:53.425Z] === RUN TestVolumesInspect [2020-02-12T18:01:53.684Z] --- PASS: TestVolumesInspect (0.04s) [2020-02-12T18:01:53.684Z] === RUN TestVolumesInvalidJSON [2020-02-12T18:01:53.684Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-12T18:01:53.684Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-12T18:01:53.684Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-12T18:01:53.684Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-12T18:01:53.684Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-12T18:01:53.684Z] PASS [2020-02-12T18:01:53.684Z] [2020-02-12T18:01:53.684Z] DONE 5 tests in 0.370s [2020-02-12T18:01:53.684Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-12T18:01:53.943Z] ++++ cat bundles/test-integration/docker.pid [2020-02-12T18:01:53.943Z] +++ kill 13163 [2020-02-12T18:01:54.121Z] ok github.com/docker/docker/daemon/images 0.053s coverage: 4.9% of statements [2020-02-12T18:01:54.121Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-12T18:01:54.121Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-12T18:01:54.121Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-12T18:01:54.121Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-12T18:01:54.121Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 26.2% of statements [2020-02-12T18:01:54.121Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [2020-02-12T18:01:54.258Z] --- PASS: TestRunContainerWithBridgeNone (3.41s) [2020-02-12T18:01:54.258Z] === RUN TestNetworkInvalidJSON [2020-02-12T18:01:54.258Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-12T18:01:54.258Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-12T18:01:54.258Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T18:01:54.258Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T18:01:54.258Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T18:01:54.258Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T18:01:54.258Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-12T18:01:54.258Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T18:01:54.258Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T18:01:54.258Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-02-12T18:01:54.258Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-12T18:01:54.258Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-12T18:01:54.258Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-12T18:01:54.258Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-12T18:01:54.304Z] --- PASS: TestServiceUpdateConfigs (15.53s) [2020-02-12T18:01:54.304Z] === RUN TestServiceUpdateNetwork [2020-02-12T18:01:54.817Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-02-12T18:01:54.817Z] === RUN TestDaemonDefaultNetworkPools [2020-02-12T18:01:55.318Z] +++ /etc/init.d/apparmor stop [2020-02-12T18:01:55.318Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T18:01:55.318Z] [2020-02-12T18:01:55.318Z] Unloading profiles will leave already running processes permanently [2020-02-12T18:01:55.318Z] unconfined, which can lead to unexpected situations. [2020-02-12T18:01:55.318Z] [2020-02-12T18:01:55.318Z] To set a process to complain mode, use the command line tool [2020-02-12T18:01:55.318Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T18:01:55.318Z] +++ true [2020-02-12T18:01:55.318Z] [2020-02-12T18:01:55.741Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2020-02-12T18:01:55.741Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-12T18:01:55.744Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.042s coverage: 62.1% of statements [2020-02-12T18:01:56.300Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-02-12T18:01:56.555Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-02-12T18:01:56.810Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2020-02-12T18:01:56.810Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-12T18:01:57.065Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-02-12T18:01:57.624Z] === RUN TestDockerSuite/TestBuildEmptyScratch Post stage [Pipeline] junit [2020-02-12T18:01:57.864Z] Recording test results [2020-02-12T18:01:57.879Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-02-12T18:01:57.879Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2020-02-12T18:01:57.879Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-12T18:01:58.134Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-02-12T18:01:58.198Z] ok github.com/docker/docker/api/server 0.018s coverage: 9.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-12T18:01:58.389Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-02-12T18:01:58.485Z] ok github.com/docker/docker/daemon/logger/local 0.140s coverage: 74.7% of statements [2020-02-12T18:01:58.485Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-12T18:01:58.570Z] + echo Ensuring container killed. [2020-02-12T18:01:58.570Z] Ensuring container killed. [2020-02-12T18:01:58.570Z] + docker rm -vf docker-pr6 [2020-02-12T18:01:58.570Z] Error: No such container: docker-pr6 [2020-02-12T18:01:58.570Z] + true [Pipeline] sh [2020-02-12T18:01:58.644Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-02-12T18:01:58.644Z] === RUN TestServiceWithPredefinedNetwork [2020-02-12T18:01:58.771Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 19.9% of statements [2020-02-12T18:01:58.861Z] + echo Chowning /workspace to jenkins user [2020-02-12T18:01:58.861Z] Chowning /workspace to jenkins user [2020-02-12T18:01:58.861Z] + id -u [2020-02-12T18:01:58.861Z] + id -g [2020-02-12T18:01:58.861Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40500:/workspace busybox chown -R 1000:1000 /workspace [2020-02-12T18:01:58.861Z] Unable to find image 'busybox:latest' locally [2020-02-12T18:01:58.861Z] latest: Pulling from library/busybox [2020-02-12T18:01:59.119Z] 220602de6ed2: Pulling fs layer [2020-02-12T18:01:59.119Z] 220602de6ed2: Verifying Checksum [2020-02-12T18:01:59.119Z] 220602de6ed2: Download complete [2020-02-12T18:01:59.378Z] 220602de6ed2: Pull complete [2020-02-12T18:01:59.378Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-12T18:01:59.378Z] Status: Downloaded newer image for busybox:latest [2020-02-12T18:01:59.501Z] ok github.com/docker/docker/client 0.721s coverage: 75.3% of statements [2020-02-12T18:02:00.262Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2020-02-12T18:02:00.889Z] ok github.com/docker/docker/daemon/logger/syslog 0.042s coverage: 47.8% of statements [2020-02-12T18:02:01.152Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-02-12T18:02:01.915Z] ok github.com/docker/docker/daemon/network 0.020s coverage: 63.8% of statements [2020-02-12T18:02:02.075Z] --- PASS: TestServiceWithPredefinedNetwork (3.31s) [2020-02-12T18:02:02.075Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-12T18:02:02.075Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T18:02:02.075Z] service_test.go:230: FLAKY_TEST [2020-02-12T18:02:02.075Z] === RUN TestServiceWithDataPathPortInit [2020-02-12T18:02:02.203Z] ok github.com/docker/docker/daemon/logger/splunk 2.878s coverage: 82.5% of statements [2020-02-12T18:02:02.203Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-12T18:02:02.203Z] ? github.com/docker/docker/daemon/stats [no test files] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-12T18:02:02.968Z] + bundleName=arm64-integration [2020-02-12T18:02:02.968Z] + echo Creating arm64-integration-bundles.tar.gz [2020-02-12T18:02:02.968Z] Creating arm64-integration-bundles.tar.gz [2020-02-12T18:02:02.968Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o+ -name *-report.xml ) -printxargs [2020-02-12T18:02:02.968Z] tar -czf arm64-integration-bundles.tar.gz [2020-02-12T18:02:02.998Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [Pipeline] archiveArtifacts [2020-02-12T18:02:03.282Z] Archiving artifacts [2020-02-12T18:02:04.882Z] === RUN TestDockerSuite/TestBuildEnv [2020-02-12T18:02:04.938Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-12T18:02:05.292Z] + make clean [2020-02-12T18:02:05.865Z] docker volume rm -f docker-dev-cache [2020-02-12T18:02:06.125Z] docker-dev-cache [Pipeline] deleteDir [2020-02-12T18:02:06.639Z] ok github.com/docker/docker/distribution/metadata 0.163s coverage: 48.2% of statements [2020-02-12T18:02:06.817Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-02-12T18:02:07.287Z] ok github.com/docker/docker/errdefs 0.035s coverage: 49.4% of statements [2020-02-12T18:02:07.702Z] --- PASS: TestServiceUpdateNetwork (14.09s) [2020-02-12T18:02:07.702Z] PASS [2020-02-12T18:02:07.702Z] [2020-02-12T18:02:07.702Z] === Skipped [2020-02-12T18:02:07.702Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-02-12T18:02:07.702Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:02:07.702Z] [2020-02-12T18:02:07.702Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-02-12T18:02:07.702Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:02:07.702Z] [2020-02-12T18:02:07.702Z] [2020-02-12T18:02:07.702Z] DONE 23 tests, 2 skipped in 136.005s [2020-02-12T18:02:07.702Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-02-12T18:02:07.702Z] ++ 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-12T18:02:07.702Z] ++ set -e [2020-02-12T18:02:07.702Z] ++ '[' -n 0 ']' [2020-02-12T18:02:07.702Z] ++ set -x [2020-02-12T18:02:07.702Z] ++ 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-12T18:02:07.702Z] INFO: Testing against a local daemon [2020-02-12T18:02:07.702Z] === RUN TestSessionCreate [2020-02-12T18:02:07.702Z] --- PASS: TestSessionCreate (0.02s) [2020-02-12T18:02:07.702Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-12T18:02:07.702Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-02-12T18:02:07.702Z] PASS [2020-02-12T18:02:07.702Z] [2020-02-12T18:02:07.702Z] DONE 2 tests in 0.113s [2020-02-12T18:02:07.702Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-02-12T18:02:07.702Z] ++ 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-12T18:02:07.702Z] ++ set -e [2020-02-12T18:02:07.702Z] ++ '[' -n 0 ']' [2020-02-12T18:02:07.702Z] ++ set -x [2020-02-12T18:02:07.702Z] ++ 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-12T18:02:07.702Z] INFO: Testing against a local daemon [2020-02-12T18:02:07.702Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-12T18:02:07.702Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:02:07.702Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:02:07.702Z] === RUN TestEventsExecDie [2020-02-12T18:02:07.702Z] --- PASS: TestEventsExecDie (0.87s) [2020-02-12T18:02:07.702Z] === RUN TestEventsBackwardsCompatible [2020-02-12T18:02:07.702Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-02-12T18:02:07.702Z] === RUN TestInfoBinaryCommits [2020-02-12T18:02:07.702Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-02-12T18:02:07.702Z] === RUN TestInfoAPIVersioned [2020-02-12T18:02:07.702Z] --- PASS: TestInfoAPIVersioned (0.00s) [2020-02-12T18:02:07.702Z] === RUN TestInfoDiscoveryBackend [2020-02-12T18:02:07.760Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-02-12T18:02:08.047Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-02-12T18:02:08.047Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-12T18:02:08.781Z] ok github.com/docker/docker/distribution 0.494s coverage: 22.1% of statements [2020-02-12T18:02:08.781Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-12T18:02:09.119Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-02-12T18:02:09.243Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-12T18:02:09.243Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-12T18:02:09.592Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-02-12T18:02:09.592Z] === RUN TestInfoAPI [2020-02-12T18:02:09.592Z] --- PASS: TestInfoAPI (0.02s) [2020-02-12T18:02:09.592Z] === RUN TestInfoAPIWarnings [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-12T18:02:10.277Z] ok github.com/docker/docker/distribution/xfer 1.717s coverage: 85.1% of statements [2020-02-12T18:02:10.277Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-12T18:02:10.337Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-02-12T18:02:10.337Z] === RUN TestInfoDebug [2020-02-12T18:02:10.686Z] --- PASS: TestInfoDebug (0.52s) [2020-02-12T18:02:10.686Z] === RUN TestInfoInsecureRegistries [2020-02-12T18:02:11.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-02-12T18:02:11.429Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-02-12T18:02:11.429Z] === RUN TestInfoRegistryMirrors [2020-02-12T18:02:11.777Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-02-12T18:02:11.777Z] === RUN TestLoginFailsWithBadCredentials [2020-02-12T18:02:11.780Z] ok github.com/docker/docker/image/cache 0.042s coverage: 19.2% of statements [2020-02-12T18:02:11.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-02-12T18:02:12.067Z] ok github.com/docker/docker/image 0.140s coverage: 86.4% of statements [2020-02-12T18:02:12.067Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-12T18:02:12.134Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-02-12T18:02:12.134Z] === RUN TestPingCacheHeaders [2020-02-12T18:02:12.134Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-02-12T18:02:12.134Z] === RUN TestPingGet [2020-02-12T18:02:12.134Z] --- PASS: TestPingGet (0.01s) [2020-02-12T18:02:12.134Z] === RUN TestPingHead [2020-02-12T18:02:12.134Z] --- PASS: TestPingHead (0.01s) [2020-02-12T18:02:12.134Z] === RUN TestVersion [2020-02-12T18:02:12.134Z] --- PASS: TestVersion (0.01s) [2020-02-12T18:02:12.134Z] PASS [2020-02-12T18:02:12.134Z] [2020-02-12T18:02:12.134Z] === Skipped [2020-02-12T18:02:12.134Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:02:12.134Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:02:12.134Z] [2020-02-12T18:02:12.134Z] [2020-02-12T18:02:12.134Z] DONE 18 tests, 1 skipped in 5.529s [2020-02-12T18:02:12.134Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-02-12T18:02:12.134Z] ++ 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-12T18:02:12.134Z] ++ set -e [2020-02-12T18:02:12.134Z] ++ '[' -n 0 ']' [2020-02-12T18:02:12.134Z] ++ set -x [2020-02-12T18:02:12.134Z] ++ 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-12T18:02:12.134Z] INFO: Testing against a local daemon [2020-02-12T18:02:12.134Z] === RUN TestVolumesCreateAndList [2020-02-12T18:02:12.134Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-02-12T18:02:12.134Z] === RUN TestVolumesRemove [2020-02-12T18:02:12.485Z] --- PASS: TestVolumesRemove (0.11s) [2020-02-12T18:02:12.485Z] === RUN TestVolumesInspect [2020-02-12T18:02:12.485Z] --- PASS: TestVolumesInspect (0.01s) [2020-02-12T18:02:12.485Z] === RUN TestVolumesInvalidJSON [2020-02-12T18:02:12.485Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-12T18:02:12.485Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-12T18:02:12.485Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-12T18:02:12.485Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-02-12T18:02:12.485Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-12T18:02:12.485Z] PASS [2020-02-12T18:02:12.485Z] [2020-02-12T18:02:12.485Z] DONE 5 tests in 0.219s [2020-02-12T18:02:12.485Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-12T18:02:12.485Z] ++++ cat bundles/test-integration/docker.pid [2020-02-12T18:02:12.485Z] +++ kill 11582 [2020-02-12T18:02:13.561Z] ok github.com/docker/docker/image/v1 0.021s coverage: 25.0% of statements [2020-02-12T18:02:13.561Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-12T18:02:13.561Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-02-12T18:02:13.679Z] +++ /etc/init.d/apparmor stop [2020-02-12T18:02:13.679Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T18:02:13.679Z] [2020-02-12T18:02:13.679Z] Unloading profiles will leave already running processes permanently [2020-02-12T18:02:13.679Z] unconfined, which can lead to unexpected situations. [2020-02-12T18:02:13.679Z] [2020-02-12T18:02:13.679Z] To set a process to complain mode, use the command line tool [2020-02-12T18:02:13.679Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T18:02:13.679Z] +++ true [2020-02-12T18:02:13.679Z] [2020-02-12T18:02:14.376Z] ok github.com/docker/docker/builder/remotecontext/git 29.579s coverage: 86.3% of statements [2020-02-12T18:02:14.376Z] ? github.com/docker/docker/cli [no test files] [2020-02-12T18:02:14.376Z] ? github.com/docker/docker/cli/config [no test files] Post stage [Pipeline] junit [2020-02-12T18:02:15.531Z] Recording test results [2020-02-12T18:02:15.632Z] ok github.com/docker/docker/pkg/aaparser 0.020s coverage: 50.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-12T18:02:17.006Z] + echo Ensuring container killed. [2020-02-12T18:02:17.006Z] Ensuring container killed. [2020-02-12T18:02:17.006Z] + docker rm -vf docker-pr6 [2020-02-12T18:02:17.006Z] Error: No such container: docker-pr6 [2020-02-12T18:02:17.006Z] + true [Pipeline] sh [2020-02-12T18:02:17.162Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-02-12T18:02:17.722Z] + echo Chowning /workspace to jenkins user [2020-02-12T18:02:17.722Z] Chowning /workspace to jenkins user [2020-02-12T18:02:17.722Z] + id -u [2020-02-12T18:02:17.722Z] + id -g [2020-02-12T18:02:17.722Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40500:/workspace busybox chown -R 1001:1001 /workspace [2020-02-12T18:02:17.722Z] Unable to find image 'busybox:latest' locally [2020-02-12T18:02:18.068Z] latest: Pulling from library/busybox [2020-02-12T18:02:18.068Z] 6dc7af96dfc8: Pulling fs layer [2020-02-12T18:02:18.068Z] 6dc7af96dfc8: Verifying Checksum [2020-02-12T18:02:18.068Z] 6dc7af96dfc8: Download complete [2020-02-12T18:02:18.353Z] ok github.com/docker/docker/opts 0.124s coverage: 67.0% of statements [2020-02-12T18:02:18.421Z] 6dc7af96dfc8: Pull complete [2020-02-12T18:02:18.421Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-12T18:02:18.421Z] Status: Downloaded newer image for busybox:latest [2020-02-12T18:02:19.390Z] ok github.com/docker/docker/pkg/authorization 0.417s coverage: 68.3% of statements [2020-02-12T18:02:19.686Z] ok github.com/docker/docker/pkg/broadcaster 0.021s coverage: 100.0% of statements [2020-02-12T18:02:20.327Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-12T18:02:20.967Z] ok github.com/docker/docker/pkg/archive 1.665s coverage: 77.3% of statements [2020-02-12T18:02:21.316Z] --- PASS: TestServiceWithDataPathPortInit (18.84s) [2020-02-12T18:02:21.316Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-12T18:02:21.485Z] + bundleName=s390x-integration [2020-02-12T18:02:21.485Z] + echo Creating s390x-integration-bundles.tar.gz [2020-02-12T18:02:21.485Z] Creating s390x-integration-bundles.tar.gz [2020-02-12T18:02:21.485Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-02-12T18:02:21.485Z] + 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-12T18:02:21.612Z] ok github.com/docker/docker/pkg/directory 0.020s coverage: 80.0% of statements [2020-02-12T18:02:21.629Z] Archiving artifacts [2020-02-12T18:02:22.258Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-02-12T18:02:22.912Z] ok github.com/docker/docker/pkg/discovery/file 0.019s coverage: 92.9% of statements [2020-02-12T18:02:22.921Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-12T18:02:23.000Z] ok github.com/docker/docker/cmd/dockerd 0.706s coverage: 19.1% of statements [2020-02-12T18:02:23.588Z] + make clean [2020-02-12T18:02:23.588Z] make: command: Command not found [2020-02-12T18:02:23.589Z] make: command: Command not found [2020-02-12T18:02:23.589Z] docker volume rm -f docker-dev-cache [2020-02-12T18:02:23.941Z] docker-dev-cache [2020-02-12T18:02:23.978Z] ok github.com/docker/docker/container 0.523s coverage: 42.5% of statements [2020-02-12T18:02:23.978Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-12T18:02:23.978Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-12T18:02:23.978Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-12T18:02:23.978Z] ? github.com/docker/docker/contrib/httpserver [no test files] [Pipeline] deleteDir [2020-02-12T18:02:24.452Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-02-12T18:02:24.956Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.390s coverage: 65.3% of statements [2020-02-12T18:02:25.479Z] ok github.com/docker/docker/layer 7.955s coverage: 68.8% of statements [2020-02-12T18:02:25.479Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-12T18:02:25.479Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-12T18:02:25.479Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-12T18:02:25.479Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-12T18:02:25.479Z] ? github.com/docker/docker/oci [no test files] [2020-02-12T18:02:25.479Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-12T18:02:25.766Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2020-02-12T18:02:26.390Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2020-02-12T18:02:27.014Z] ok github.com/docker/docker/pkg/chrootarchive 4.474s coverage: 43.2% of statements [2020-02-12T18:02:27.014Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-12T18:02:27.014Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-12T18:02:27.636Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2020-02-12T18:02:27.925Z] ok github.com/docker/docker/pkg/fileutils 0.057s coverage: 89.5% of statements [2020-02-12T18:02:28.211Z] ok github.com/docker/docker/pkg/discovery/kv 3.249s coverage: 84.1% of statements [2020-02-12T18:02:28.499Z] ok github.com/docker/docker/pkg/fsutils 0.379s coverage: 85.1% of statements [2020-02-12T18:02:29.692Z] ok github.com/docker/docker/daemon/cluster/convert 0.491s coverage: 35.7% of statements [2020-02-12T18:02:30.000Z] ok github.com/docker/docker/pkg/homedir 0.024s coverage: 11.4% of statements [2020-02-12T18:02:31.028Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-02-12T18:02:31.249Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.48s) [2020-02-12T18:02:31.249Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j9223vp8dbpv4y47lbzvljhpt Created:2020-02-12 18:02:22.205187615 +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[35b9582ef924e34c65b3606a40fe51fdd39c899eaa7710fda0c1f6fc3c9d5621:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.isy8gftzo2peufdzymhgkjsqa EndpointID:dd0b1aef7ea1d7e072d2cdd11744ab1eadf26a7b9e90dac1fbf8dcab18b26441 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6b47696e22ed2717826c657760a2c2d955cfdddbbd101d648980f7d0dc7e4d15 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:b4b82edd9e48 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.isy8gftzo2peufdzymhgkjsqa EndpointID:dd0b1aef7ea1d7e072d2cdd11744ab1eadf26a7b9e90dac1fbf8dcab18b26441 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-12T18:02:31.249Z] PASS [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] === Skipped [2020-02-12T18:02:31.249Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T18:02:31.249Z] service_test.go:230: FLAKY_TEST [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] DONE 21 tests, 1 skipped in 49.897s [2020-02-12T18:02:31.249Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-12T18:02:31.249Z] ++ 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-12T18:02:31.249Z] ++ set -e [2020-02-12T18:02:31.249Z] ++ '[' -n 0 ']' [2020-02-12T18:02:31.249Z] ++ set -x [2020-02-12T18:02:31.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-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-12T18:02:31.249Z] INFO: Testing against a local daemon [2020-02-12T18:02:31.249Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-12T18:02:31.249Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T18:02:31.249Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:02:31.249Z] === RUN TestDockerNetworkIpvlan [2020-02-12T18:02:31.249Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-12T18:02:31.249Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:02:31.249Z] PASS [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] === Skipped [2020-02-12T18:02:31.249Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T18:02:31.249Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-12T18:02:31.249Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] [2020-02-12T18:02:31.249Z] DONE 2 tests, 2 skipped in 0.145s [2020-02-12T18:02:31.249Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-12T18:02:31.249Z] ++ 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-12T18:02:31.249Z] ++ set -e [2020-02-12T18:02:31.249Z] ++ '[' -n 0 ']' [2020-02-12T18:02:31.249Z] ++ set -x [2020-02-12T18:02:31.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-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-12T18:02:31.249Z] INFO: Testing against a local daemon [2020-02-12T18:02:31.249Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-12T18:02:31.315Z] ok github.com/docker/docker/pkg/locker 0.041s coverage: 88.9% of statements [2020-02-12T18:02:31.808Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-02-12T18:02:31.808Z] === RUN TestDockerNetworkMacvlan [2020-02-12T18:02:31.944Z] ok github.com/docker/docker/pkg/idtools 1.000s coverage: 70.1% of statements [2020-02-12T18:02:32.234Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2020-02-12T18:02:32.234Z] ok github.com/docker/docker/pkg/ioutils 1.812s coverage: 70.6% of statements [2020-02-12T18:02:32.234Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-12T18:02:32.733Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-12T18:02:33.262Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2020-02-12T18:02:33.551Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2020-02-12T18:02:33.658Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-12T18:02:33.840Z] ok github.com/docker/docker/pkg/parsers/kernel 0.024s coverage: 60.0% of statements [2020-02-12T18:02:34.128Z] ok github.com/docker/docker/pkg/mount 0.963s coverage: 70.0% of statements [2020-02-12T18:02:34.128Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-12T18:02:34.583Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-12T18:02:34.753Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2020-02-12T18:02:35.042Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.041s coverage: 91.4% of statements [2020-02-12T18:02:35.042Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-12T18:02:35.042Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-12T18:02:36.544Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.046s coverage: 56.8% of statements [2020-02-12T18:02:36.824Z] ok github.com/docker/docker/daemon/cluster 1.793s coverage: 0.5% of statements [2020-02-12T18:02:37.173Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2020-02-12T18:02:37.289Z] ok github.com/docker/docker/daemon/config 0.645s coverage: 80.1% of statements [2020-02-12T18:02:37.804Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2020-02-12T18:02:37.804Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-02-12T18:02:37.840Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-12T18:02:38.825Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-02-12T18:02:39.449Z] ok github.com/docker/docker/pkg/pubsub 1.178s coverage: 73.9% of statements [2020-02-12T18:02:39.487Z] ok github.com/docker/docker/daemon/discovery 0.543s coverage: 30.0% of statements [2020-02-12T18:02:39.487Z] ok github.com/docker/docker/daemon/events 0.337s coverage: 50.0% of statements [2020-02-12T18:02:39.736Z] ok github.com/docker/docker/pkg/stdcopy 0.017s coverage: 100.0% of statements [2020-02-12T18:02:40.348Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-02-12T18:02:40.761Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-12T18:02:41.037Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.479s coverage: 10.9% of statements [2020-02-12T18:02:41.046Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2020-02-12T18:02:41.671Z] ok github.com/docker/docker/pkg/symlink 0.016s coverage: 87.7% of statements [2020-02-12T18:02:41.957Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 70.8% of statements [2020-02-12T18:02:42.229Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-12T18:02:42.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-02-12T18:02:42.588Z] ok github.com/docker/docker/daemon/links 0.067s coverage: 93.0% of statements [2020-02-12T18:02:42.603Z] ok github.com/docker/docker/pkg/signal 3.513s coverage: 61.0% of statements [2020-02-12T18:02:43.053Z] ok github.com/docker/docker/daemon/graphdriver 0.185s coverage: 2.3% of statements [2020-02-12T18:02:43.230Z] ok github.com/docker/docker/pkg/system 0.058s coverage: 36.2% of statements [2020-02-12T18:02:43.856Z] ok github.com/docker/docker/pkg/tailfile 0.186s coverage: 88.6% of statements [2020-02-12T18:02:44.032Z] ok github.com/docker/docker/daemon 3.363s coverage: 9.2% of statements [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-02-12T18:02:44.032Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-02-12T18:02:44.878Z] ok github.com/docker/docker/pkg/term 0.012s coverage: 84.8% of statements [2020-02-12T18:02:44.878Z] testing: warning: no tests to run [2020-02-12T18:02:44.878Z] coverage: [no statements] [2020-02-12T18:02:44.878Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2020-02-12T18:02:45.164Z] ok github.com/docker/docker/pkg/tarsum 0.209s coverage: 89.3% of statements [2020-02-12T18:02:45.789Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-02-12T18:02:45.789Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2020-02-12T18:02:46.079Z] ok github.com/docker/docker/pkg/useragent 0.019s coverage: 88.9% of statements [2020-02-12T18:02:46.229Z] ok github.com/docker/docker/daemon/images 0.386s coverage: 4.9% of statements [2020-02-12T18:02:46.230Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-12T18:02:46.230Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-12T18:02:46.230Z] ok github.com/docker/docker/daemon/logger 0.618s coverage: 43.0% of statements [2020-02-12T18:02:46.694Z] ok github.com/docker/docker/daemon/logger/awslogs 0.824s coverage: 77.8% of statements [2020-02-12T18:02:46.694Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-02-12T18:02:46.694Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-12T18:02:46.694Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-12T18:02:46.694Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-02-12T18:02:46.694Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-02-12T18:02:47.158Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.337s coverage: 62.1% of statements [2020-02-12T18:02:47.626Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.292s coverage: 88.3% of statements [2020-02-12T18:02:49.013Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan (17.38s) [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.06s) [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.14s) [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.61s) [2020-02-12T18:02:49.267Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.15s) [2020-02-12T18:02:49.267Z] PASS [2020-02-12T18:02:49.267Z] [2020-02-12T18:02:49.267Z] DONE 8 tests in 18.916s [2020-02-12T18:02:49.267Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-12T18:02:49.267Z] ++ 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-12T18:02:49.267Z] ++ set -e [2020-02-12T18:02:49.267Z] ++ '[' -n 0 ']' [2020-02-12T18:02:49.267Z] ++ set -x [2020-02-12T18:02:49.267Z] ++ 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-12T18:02:49.267Z] testing: warning: no tests to run [2020-02-12T18:02:49.267Z] PASS [2020-02-12T18:02:49.267Z] [2020-02-12T18:02:49.267Z] DONE 0 tests in 0.023s [2020-02-12T18:02:49.267Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-12T18:02:49.267Z] ++ 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-12T18:02:49.267Z] ++ set -e [2020-02-12T18:02:49.267Z] ++ '[' -n 0 ']' [2020-02-12T18:02:49.267Z] ++ set -x [2020-02-12T18:02:49.267Z] ++ 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-12T18:02:49.524Z] INFO: Testing against a local daemon [2020-02-12T18:02:49.524Z] === RUN TestAuthZPluginAllowRequest [2020-02-12T18:02:49.565Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2020-02-12T18:02:49.565Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 68.8% of statements [2020-02-12T18:02:49.825Z] ok github.com/docker/docker/daemon/logger/local 0.744s coverage: 74.7% of statements [2020-02-12T18:02:49.826Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-12T18:02:49.826Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.204s coverage: 21.4% of statements [2020-02-12T18:02:50.290Z] ok github.com/docker/docker/daemon/logger/syslog 0.334s coverage: 47.8% of statements [2020-02-12T18:02:50.755Z] ok github.com/docker/docker/daemon/logger/templates 0.101s coverage: 8.3% of statements [2020-02-12T18:02:51.065Z] ok github.com/docker/docker/reference 0.033s coverage: 84.4% of statements [2020-02-12T18:02:51.406Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2020-02-12T18:02:51.406Z] === RUN TestAuthZPluginTLS [2020-02-12T18:02:51.661Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-02-12T18:02:51.661Z] === RUN TestAuthZPluginDenyRequest [2020-02-12T18:02:52.094Z] ok github.com/docker/docker/plugin 0.607s coverage: 27.1% of statements [2020-02-12T18:02:52.221Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-02-12T18:02:52.221Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-12T18:02:52.476Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-02-12T18:02:52.731Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-02-12T18:02:52.731Z] === RUN TestAuthZPluginDenyResponse [2020-02-12T18:02:52.956Z] ok github.com/docker/docker/daemon/logger/splunk 2.469s coverage: 82.5% of statements [2020-02-12T18:02:52.956Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-12T18:02:52.956Z] ? github.com/docker/docker/daemon/network [no test files] [2020-02-12T18:02:52.956Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-12T18:02:53.291Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-02-12T18:02:53.291Z] === RUN TestAuthZPluginAllowEventStream [2020-02-12T18:02:53.546Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-02-12T18:02:53.590Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 50.9% of statements [2020-02-12T18:02:53.877Z] ok github.com/docker/docker/registry/resumable 0.025s coverage: 100.0% of statements [2020-02-12T18:02:54.105Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-02-12T18:02:54.514Z] ok github.com/docker/docker/distribution/metadata 1.642s coverage: 48.2% of statements [2020-02-12T18:02:54.515Z] ok github.com/docker/docker/errdefs 0.177s coverage: 49.4% of statements [2020-02-12T18:02:54.665Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-02-12T18:02:54.902Z] ok github.com/docker/docker/testutil 0.008s coverage: 62.5% of statements [2020-02-12T18:02:54.981Z] ok github.com/docker/docker/distribution 1.575s coverage: 20.3% of statements [2020-02-12T18:02:54.981Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-12T18:02:55.223Z] --- PASS: TestAuthZPluginAllowEventStream (1.83s) [2020-02-12T18:02:55.223Z] === RUN TestAuthZPluginErrorResponse [2020-02-12T18:02:55.533Z] ok github.com/docker/docker/registry 0.422s coverage: 56.0% of statements [2020-02-12T18:02:55.782Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-02-12T18:02:55.782Z] === RUN TestAuthZPluginErrorRequest [2020-02-12T18:02:55.960Z] ok github.com/docker/docker/distribution/xfer 2.215s coverage: 76.8% of statements [2020-02-12T18:02:55.960Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-12T18:02:56.161Z] ok github.com/docker/docker/runconfig 0.057s coverage: 68.2% of statements [2020-02-12T18:02:56.341Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-02-12T18:02:56.341Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-12T18:02:56.341Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-02-12T18:02:56.341Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-02-12T18:02:56.900Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-02-12T18:02:56.900Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-02-12T18:02:56.900Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-12T18:02:56.939Z] ok github.com/docker/docker/image/cache 0.209s coverage: 19.2% of statements [2020-02-12T18:02:57.404Z] ok github.com/docker/docker/image/v1 0.558s coverage: 25.0% of statements [2020-02-12T18:02:57.868Z] ok github.com/docker/docker/image 1.074s coverage: 86.4% of statements [2020-02-12T18:02:57.868Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-12T18:02:57.868Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-12T18:02:58.333Z] ok github.com/docker/docker/libcontainerd/queue 0.075s coverage: 100.0% of statements [2020-02-12T18:02:59.409Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2020-02-12T18:02:59.409Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-12T18:02:59.673Z] ok github.com/docker/docker/volume/drivers 0.067s coverage: 36.1% of statements [2020-02-12T18:02:59.886Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 50.0% of statements [2020-02-12T18:03:00.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-02-12T18:03:00.863Z] ok github.com/docker/docker/layer 0.621s coverage: 30.0% of statements [2020-02-12T18:03:00.863Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-12T18:03:01.257Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.09s) [2020-02-12T18:03:01.257Z] === RUN TestAuthZPluginHeader [2020-02-12T18:03:01.327Z] ok github.com/docker/docker/opts 0.311s coverage: 67.4% of statements [2020-02-12T18:03:01.732Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 67.0% of statements [2020-02-12T18:03:02.182Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-02-12T18:03:02.182Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-12T18:03:02.305Z] ok github.com/docker/docker/libcontainerd/local 0.290s coverage: 1.0% of statements [2020-02-12T18:03:02.305Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-12T18:03:02.305Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-12T18:03:02.305Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-12T18:03:02.305Z] ? github.com/docker/docker/oci [no test files] [2020-02-12T18:03:02.305Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-12T18:03:02.355Z] ok github.com/docker/docker/volume/local 0.044s coverage: 73.0% of statements [2020-02-12T18:03:02.770Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2020-02-12T18:03:03.234Z] ok github.com/docker/docker/pkg/capabilities 0.104s coverage: 87.5% of statements [2020-02-12T18:03:03.370Z] ok github.com/docker/docker/volume/service 0.034s coverage: 73.0% of statements [2020-02-12T18:03:03.698Z] ok github.com/docker/docker/pkg/authorization 0.670s coverage: 26.8% of statements [2020-02-12T18:03:04.677Z] ok github.com/docker/docker/pkg/directory 0.196s coverage: 80.0% of statements [2020-02-12T18:03:04.677Z] ok github.com/docker/docker/pkg/chrootarchive 0.293s coverage: 15.4% of statements [2020-02-12T18:03:05.678Z] ok github.com/docker/docker/pkg/discovery 0.304s coverage: 58.3% of statements [2020-02-12T18:03:05.864Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-12T18:03:05.864Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2020-02-12T18:03:05.864Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2020-02-12T18:03:05.864Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-12T18:03:05.864Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-12T18:03:05.864Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-12T18:03:05.865Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-12T18:03:05.865Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-12T18:03:05.865Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-12T18:03:05.865Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-12T18:03:05.865Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-12T18:03:05.865Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-12T18:03:06.142Z] ok github.com/docker/docker/pkg/discovery/file 0.200s coverage: 97.6% of statements [2020-02-12T18:03:06.429Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-12T18:03:06.429Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-12T18:03:06.686Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.5% of statements [2020-02-12T18:03:06.686Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-12T18:03:06.943Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-12T18:03:06.943Z] ? github.com/docker/docker/api/types [no test files] [2020-02-12T18:03:06.943Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-12T18:03:06.943Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-12T18:03:06.943Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-12T18:03:06.943Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-12T18:03:07.121Z] ok github.com/docker/docker/pkg/discovery/memory 0.206s coverage: 92.3% of statements [2020-02-12T18:03:07.417Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.67s) [2020-02-12T18:03:07.417Z] === RUN TestAuthZPluginV2Disable [2020-02-12T18:03:07.507Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2020-02-12T18:03:07.507Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-12T18:03:07.507Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-12T18:03:07.586Z] ok github.com/docker/docker/pkg/discovery/nodes 0.130s coverage: 93.8% of statements [2020-02-12T18:03:07.764Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-02-12T18:03:07.764Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 75.0% of statements [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-12T18:03:07.764Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-12T18:03:08.329Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-02-12T18:03:09.141Z] ok github.com/docker/docker/pkg/filenotify 0.117s coverage: 36.2% of statements [2020-02-12T18:03:09.141Z] ok github.com/docker/docker/pkg/fileutils 0.169s coverage: 87.7% of statements [2020-02-12T18:03:09.301Z] === RUN TestDockerSuite/TestBuildExpose [2020-02-12T18:03:09.301Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-02-12T18:03:09.860Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-02-12T18:03:10.121Z] ok github.com/docker/docker/pkg/homedir 0.053s coverage: 42.9% of statements [2020-02-12T18:03:10.419Z] --- PASS: TestAuthZPluginV2Disable (3.71s) [2020-02-12T18:03:10.419Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-12T18:03:10.419Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-02-12T18:03:10.590Z] ok github.com/docker/docker/pkg/discovery/kv 3.787s coverage: 84.1% of statements [2020-02-12T18:03:10.590Z] ok github.com/docker/docker/pkg/idtools 0.072s coverage: 6.3% of statements [2020-02-12T18:03:10.979Z] === RUN TestDockerSuite/TestBuildFails [2020-02-12T18:03:11.575Z] ok github.com/docker/docker/pkg/archive 8.984s coverage: 62.0% of statements [2020-02-12T18:03:11.794Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/rootless [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/volume [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-12T18:03:11.794Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === Skipped [2020-02-12T18:03:11.794Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-12T18:03:11.794Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-12T18:03:11.794Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:73: No driver to put! [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-12T18:03:11.794Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-12T18:03:11.794Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-12T18:03:11.794Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:03:11.794Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-12T18:03:11.794Z] graphtest_unix.go:73: No driver to put! [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-12T18:03:11.794Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-12T18:03:11.794Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] [2020-02-12T18:03:11.794Z] DONE 2155 tests, 20 skipped in 342.080s Post stage [Pipeline] junit [2020-02-12T18:03:11.832Z] Recording test results [2020-02-12T18:03:11.904Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-02-12T18:03:11.904Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-02-12T18:03:12.039Z] ok github.com/docker/docker/pkg/locker 0.103s coverage: 88.9% of statements [2020-02-12T18:03:12.039Z] ok github.com/docker/docker/pkg/jsonmessage 0.302s coverage: 91.7% of statements [2020-02-12T18:03:12.039Z] ok github.com/docker/docker/pkg/ioutils 0.797s coverage: 69.2% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-12T18:03:12.508Z] ok github.com/docker/docker/builder/dockerfile 0.571s coverage: 48.2% of statements [2020-02-12T18:03:12.508Z] ok github.com/docker/docker/builder/remotecontext 0.198s coverage: 13.6% of statements [2020-02-12T18:03:12.714Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40500/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -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:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/make.sh dynbinary test-integration [2020-02-12T18:03:13.017Z] ok github.com/docker/docker/pkg/longpath 0.049s coverage: 100.0% of statements [2020-02-12T18:03:13.017Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2020-02-12T18:03:13.344Z] [2020-02-12T18:03:13.344Z] Removing bundles/ [2020-02-12T18:03:13.344Z] [2020-02-12T18:03:13.344Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-12T18:03:13.344Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T18:03:13.344Z] GOOS="" GOARCH="" GOARM="" [2020-02-12T18:03:13.439Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-02-12T18:03:13.482Z] ok github.com/docker/docker/pkg/parsers 0.146s coverage: 97.0% of statements [2020-02-12T18:03:13.788Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.11s) [2020-02-12T18:03:13.788Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-12T18:03:13.947Z] ok github.com/docker/docker/pkg/pidfile 0.037s coverage: 82.6% of statements [2020-02-12T18:03:14.346Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-02-12T18:03:14.808Z] ok github.com/docker/docker/builder/remotecontext/git 1.568s coverage: 86.3% of statements [2020-02-12T18:03:14.808Z] ? github.com/docker/docker/cli [no test files] [2020-02-12T18:03:14.808Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-12T18:03:15.498Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.140s coverage: 56.8% of statements [2020-02-12T18:03:16.481Z] ok github.com/docker/docker/pkg/plugins/transport 0.149s coverage: 85.7% of statements [2020-02-12T18:03:16.481Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2020-02-12T18:03:16.946Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2020-02-12T18:03:17.333Z] ok github.com/docker/docker/client 0.171s coverage: 75.8% of statements [2020-02-12T18:03:17.608Z] === RUN TestDockerSuite/TestBuildForceRm [2020-02-12T18:03:17.927Z] ok github.com/docker/docker/pkg/reexec 0.110s coverage: 82.4% of statements [2020-02-12T18:03:18.391Z] ok github.com/docker/docker/pkg/pubsub 1.073s coverage: 73.9% of statements [2020-02-12T18:03:18.857Z] ok github.com/docker/docker/pkg/signal 0.055s coverage: 20.3% of statements [2020-02-12T18:03:19.322Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2020-02-12T18:03:19.785Z] ok github.com/docker/docker/pkg/streamformatter 0.078s coverage: 66.2% of statements [2020-02-12T18:03:20.249Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2020-02-12T18:03:20.867Z] === RUN TestDockerSuite/TestBuildFromGit [2020-02-12T18:03:21.231Z] ok github.com/docker/docker/pkg/sysinfo 0.053s coverage: 38.2% of statements [2020-02-12T18:03:21.697Z] ok github.com/docker/docker/pkg/system 0.061s coverage: 13.1% of statements [2020-02-12T18:03:22.161Z] ok github.com/docker/docker/pkg/tailfile 0.253s coverage: 88.6% of statements [2020-02-12T18:03:23.140Z] ok github.com/docker/docker/pkg/tarsum 0.274s coverage: 89.3% of statements [2020-02-12T18:03:23.376Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-02-12T18:03:23.376Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-02-12T18:03:23.605Z] ok github.com/docker/docker/pkg/term 0.088s coverage: 30.8% of statements [2020-02-12T18:03:24.586Z] testing: warning: no tests to run [2020-02-12T18:03:24.586Z] ok github.com/docker/docker/pkg/term/windows 0.075s coverage: 0.0% of statements [no tests to run] [2020-02-12T18:03:24.586Z] ok github.com/docker/docker/pkg/truncindex 0.165s coverage: 91.5% of statements [2020-02-12T18:03:24.803Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-02-12T18:03:25.051Z] ok github.com/docker/docker/pkg/urlutil 0.044s coverage: 100.0% of statements [2020-02-12T18:03:25.518Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-12T18:03:25.518Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-12T18:03:26.689Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-02-12T18:03:26.689Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.13s) [2020-02-12T18:03:26.689Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-12T18:03:27.074Z] ok github.com/docker/docker/reference 0.128s coverage: 84.4% of statements [2020-02-12T18:03:27.074Z] ok github.com/docker/docker/plugin/v2 0.175s coverage: 20.1% of statements [2020-02-12T18:03:27.540Z] ok github.com/docker/docker/plugin 0.356s coverage: 11.6% of statements [2020-02-12T18:03:27.612Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-02-12T18:03:27.867Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-02-12T18:03:29.101Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2020-02-12T18:03:29.101Z] ok github.com/docker/docker/registry/resumable 0.299s coverage: 100.0% of statements [2020-02-12T18:03:30.080Z] ok github.com/docker/docker/testutil 0.074s coverage: 62.5% of statements [2020-02-12T18:03:30.375Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-02-12T18:03:30.544Z] ok github.com/docker/docker/registry 0.475s coverage: 51.7% of statements [2020-02-12T18:03:30.544Z] ok github.com/docker/docker/runconfig 0.144s coverage: 54.5% of statements [2020-02-12T18:03:32.258Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-02-12T18:03:33.182Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-02-12T18:03:33.436Z] === RUN TestDockerSuite/TestBuildHistory [2020-02-12T18:03:33.524Z] ok github.com/docker/docker/volume/drivers 0.145s coverage: 36.1% of statements [2020-02-12T18:03:33.524Z] ok github.com/docker/docker/volume/local 0.296s coverage: 37.7% of statements [2020-02-12T18:03:33.988Z] ok github.com/docker/docker/volume/mounts 0.270s coverage: 66.2% of statements [2020-02-12T18:03:35.539Z] ok github.com/docker/docker/volume/service 0.375s coverage: 70.3% of statements [2020-02-12T18:03:38.670Z] === RUN TestDockerSuite/TestBuildIidFile [2020-02-12T18:03:38.924Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-02-12T18:03:39.178Z] === RUN TestDockerSuite/TestBuildInheritance [2020-02-12T18:03:39.741Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-02-12T18:03:40.301Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-02-12T18:03:40.301Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-02-12T18:03:41.662Z] === RUN TestDockerSuite/TestBuildLabel [2020-02-12T18:03:41.916Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-02-12T18:03:42.171Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-02-12T18:03:42.731Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-02-12T18:03:42.986Z] === RUN TestDockerSuite/TestBuildLabels [2020-02-12T18:03:43.241Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2020-02-12T18:03:43.241Z] PASS [2020-02-12T18:03:43.241Z] [2020-02-12T18:03:43.241Z] DONE 17 tests in 53.959s [2020-02-12T18:03:43.241Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-12T18:03:43.241Z] ++ 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-12T18:03:43.241Z] ++ set -e [2020-02-12T18:03:43.241Z] ++ '[' -n 0 ']' [2020-02-12T18:03:43.241Z] ++ set -x [2020-02-12T18:03:43.241Z] ++ 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-12T18:03:43.496Z] INFO: Testing against a local daemon [2020-02-12T18:03:43.496Z] === RUN TestPluginInvalidJSON [2020-02-12T18:03:43.496Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T18:03:43.496Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T18:03:43.496Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T18:03:43.496Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-12T18:03:43.496Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-12T18:03:43.496Z] PASS [2020-02-12T18:03:43.496Z] [2020-02-12T18:03:43.496Z] DONE 2 tests in 0.140s [2020-02-12T18:03:43.496Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-12T18:03:43.496Z] ++ 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-12T18:03:43.496Z] ++ set -e [2020-02-12T18:03:43.496Z] ++ '[' -n 0 ']' [2020-02-12T18:03:43.496Z] ++ set -x [2020-02-12T18:03:43.496Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-12T18:03:43.496Z] INFO: Testing against a local daemon [2020-02-12T18:03:43.496Z] === RUN TestExternalGraphDriver [2020-02-12T18:03:43.751Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-02-12T18:03:43.751Z] === RUN TestExternalGraphDriver/json [2020-02-12T18:03:45.112Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-02-12T18:03:46.035Z] === RUN TestExternalGraphDriver/spec [2020-02-12T18:03:47.919Z] === RUN TestExternalGraphDriver/pull [2020-02-12T18:03:48.174Z] === RUN TestDockerSuite/TestBuildLastModified [2020-02-12T18:03:50.056Z] --- PASS: TestExternalGraphDriver (6.19s) [2020-02-12T18:03:50.056Z] --- PASS: TestExternalGraphDriver/json (2.19s) [2020-02-12T18:03:50.056Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2020-02-12T18:03:50.056Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2020-02-12T18:03:50.056Z] === RUN TestGraphdriverPluginV2 [2020-02-12T18:03:50.413Z] ok github.com/docker/docker/pkg/plugins 35.025s coverage: 73.4% of statements [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/rootless [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/volume [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-12T18:03:50.413Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === Skipped [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-02-12T18:03:51.968Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-02-12T18:03:51.968Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-02-12T18:03:51.968Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2020-02-12T18:03:51.968Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-02-12T18:03:51.968Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-02-12T18:03:51.968Z] client_test.go:23: runtime.GOOS == "windows" [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-02-12T18:03:51.968Z] daemon_test.go:147: root required [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-02-12T18:03:51.968Z] reload_test.go:520: root required [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-02-12T18:03:51.968Z] config_test.go:518: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-02-12T18:03:51.968Z] pull_v2_test.go:73: Needs fixing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-02-12T18:03:51.968Z] pull_v2_test.go:118: Needs fixing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-02-12T18:03:51.968Z] download_test.go:268: Needs fixing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-02-12T18:03:51.968Z] layer_test.go:304: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-02-12T18:03:51.968Z] layer_test.go:353: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-02-12T18:03:51.968Z] layer_test.go:468: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-02-12T18:03:51.968Z] layer_test.go:697: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-02-12T18:03:51.968Z] migration_test.go:46: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-02-12T18:03:51.968Z] migration_test.go:182: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-02-12T18:03:51.968Z] mount_test.go:17: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-02-12T18:03:51.968Z] mount_test.go:76: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-02-12T18:03:51.968Z] mount_test.go:125: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-02-12T18:03:51.968Z] mount_test.go:212: Failing on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:133: Xz not present in msys2 [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:238: Failing on Windows CI machines [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-02-12T18:03:51.968Z] archive_windows_test.go:16: Currently fails [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-02-12T18:03:51.968Z] changes_test.go:192: needs more investigation [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-02-12T18:03:51.968Z] changes_test.go:405: needs further investigation [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-02-12T18:03:51.968Z] changes_test.go:441: needs further investigation [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.01s) [2020-02-12T18:03:51.968Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-02-12T18:03:51.968Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-02-12T18:03:51.968Z] poller_test.go:41: No chmod on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-02-12T18:03:51.968Z] fileutils_test.go:134: Needs porting to Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-02-12T18:03:51.968Z] fileutils_test.go:180: Needs porting to Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-02-12T18:03:51.968Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-02-12T18:03:51.968Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-02-12T18:03:51.968Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-02-12T18:03:51.968Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-02-12T18:03:51.968Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-02-12T18:03:51.968Z] local_test.go:181: runtime.GOOS == "windows" [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] [2020-02-12T18:03:51.968Z] DONE 1759 tests, 46 skipped in 203.934s [2020-02-12T18:03:51.968Z] INFO: make.ps1 ended at 02/12/2020 18:03:51 [2020-02-12T18:03:54.170Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-02-12T18:03:54.171Z] INFO: Unit tests ended at 02/12/2020 18:03:53. Duration:00:03:39.3522699 [2020-02-12T18:03:54.171Z] INFO: Building busybox [2020-02-12T18:03:54.171Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-12T18:03:54.171Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-12T18:03:54.171Z] [2020-02-12T18:03:54.171Z] Sending build context to Docker daemon 2.56kB [2020-02-12T18:03:54.171Z] [2020-02-12T18:03:54.171Z] Step 1/6 : FROM microsoft/windowsservercore [2020-02-12T18:03:54.171Z] ---> 3b63d96cf771 [2020-02-12T18:03:54.171Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-02-12T18:03:54.171Z] ---> Running in ac05707c8717 [2020-02-12T18:03:54.210Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-02-12T18:03:54.210Z] --- PASS: TestGraphdriverPluginV2 (4.44s) [2020-02-12T18:03:54.210Z] PASS [2020-02-12T18:03:54.210Z] [2020-02-12T18:03:54.210Z] DONE 5 tests in 10.761s [2020-02-12T18:03:54.210Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-12T18:03:54.210Z] ++ 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-12T18:03:54.210Z] ++ set -e [2020-02-12T18:03:54.210Z] ++ '[' -n 0 ']' [2020-02-12T18:03:54.210Z] ++ set -x [2020-02-12T18:03:54.210Z] ++ 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-12T18:03:54.465Z] INFO: Testing against a local daemon [2020-02-12T18:03:54.465Z] === RUN TestContinueAfterPluginCrash [2020-02-12T18:03:54.465Z] === PAUSE TestContinueAfterPluginCrash [2020-02-12T18:03:54.465Z] === RUN TestDaemonStartWithLogOpt [2020-02-12T18:03:54.465Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-12T18:03:54.465Z] === CONT TestContinueAfterPluginCrash [2020-02-12T18:03:54.465Z] === CONT TestDaemonStartWithLogOpt [2020-02-12T18:03:56.067Z] ok github.com/docker/docker/cmd/dockerd 0.076s coverage: 30.6% of statements [2020-02-12T18:03:57.960Z] ok github.com/docker/docker/container 0.120s coverage: 35.0% of statements [2020-02-12T18:03:57.960Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-12T18:03:57.960Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-12T18:03:57.960Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-12T18:03:57.960Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-12T18:03:58.622Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-02-12T18:03:58.622Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-02-12T18:03:58.622Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-02-12T18:03:58.878Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-02-12T18:03:59.133Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-02-12T18:03:59.389Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-02-12T18:03:59.949Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-02-12T18:04:00.002Z] Removing intermediate container ac05707c8717 [2020-02-12T18:04:00.002Z] ---> c50155f21704 [2020-02-12T18:04:00.002Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-02-12T18:04:00.466Z] [2020-02-12T18:04:00.930Z] ---> 533acd08840c [2020-02-12T18:04:00.930Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-02-12T18:04:00.930Z] ---> Running in dc9593cba31c [2020-02-12T18:04:02.482Z] [2020-02-12T18:04:02.482Z] SUCCESS: Specified value was saved. [2020-02-12T18:04:03.208Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-02-12T18:04:04.679Z] Removing intermediate container dc9593cba31c [2020-02-12T18:04:04.679Z] ---> 5211e7a3e584 [2020-02-12T18:04:04.679Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-02-12T18:04:04.679Z] ---> Running in 4c8d6ede44ca [2020-02-12T18:04:05.721Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-02-12T18:04:07.913Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2020-02-12T18:04:09.284Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-02-12T18:04:10.557Z] Cannot create a file when that file already exists. [2020-02-12T18:04:10.958Z] --- PASS: TestDaemonStartWithLogOpt (16.36s) [2020-02-12T18:04:10.958Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-02-12T18:04:11.180Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.7% of statements [2020-02-12T18:04:11.517Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-02-12T18:04:11.771Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-02-12T18:04:15.925Z] --- PASS: TestContinueAfterPluginCrash (21.18s) [2020-02-12T18:04:15.925Z] PASS [2020-02-12T18:04:15.925Z] [2020-02-12T18:04:15.925Z] DONE 2 tests in 21.339s [2020-02-12T18:04:15.925Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-12T18:04:15.925Z] ++ 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-12T18:04:15.925Z] ++ set -e [2020-02-12T18:04:15.925Z] ++ '[' -n 0 ']' [2020-02-12T18:04:15.925Z] ++ set -x [2020-02-12T18:04:15.925Z] ++ 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-12T18:04:15.925Z] INFO: Testing against a local daemon [2020-02-12T18:04:15.925Z] === RUN TestPluginWithDevMounts [2020-02-12T18:04:15.925Z] === PAUSE TestPluginWithDevMounts [2020-02-12T18:04:15.925Z] === CONT TestPluginWithDevMounts [2020-02-12T18:04:16.394Z] Removing intermediate container 4c8d6ede44ca [2020-02-12T18:04:16.394Z] ---> 4ae55a990daa [2020-02-12T18:04:16.394Z] Step 6/6 : CMD ["sh"] [2020-02-12T18:04:16.859Z] ---> Running in 44c104fb00d2 [2020-02-12T18:04:16.859Z] Removing intermediate container 44c104fb00d2 [2020-02-12T18:04:16.859Z] ---> bda46b92c1e1 [2020-02-12T18:04:16.859Z] Successfully built bda46b92c1e1 [2020-02-12T18:04:16.859Z] Successfully tagged busybox:latest [2020-02-12T18:04:16.859Z] INFO: Docker images of the daemon under test [2020-02-12T18:04:16.859Z] [2020-02-12T18:04:17.321Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-12T18:04:17.321Z] busybox latest bda46b92c1e1 Less than a second ago 4.86GB [2020-02-12T18:04:17.321Z] microsoft/windowsservercore latest 3b63d96cf771 4 weeks ago 4.82GB [2020-02-12T18:04:17.321Z] mcr.microsoft.com/windows/servercore 10.0.17763.973 3b63d96cf771 4 weeks ago 4.82GB [2020-02-12T18:04:17.321Z] [2020-02-12T18:04:17.321Z] INFO: Running integration tests at 02/12/2020 18:04:16... [2020-02-12T18:04:17.321Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-02-12T18:04:17.321Z] INFO: Integration API tests being run from the host: [2020-02-12T18:04:17.321Z] INFO: make.ps1 starting at 02/12/2020 18:04:16 [2020-02-12T18:04:17.785Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-02-12T18:04:17.809Z] --- PASS: TestPluginWithDevMounts (1.92s) [2020-02-12T18:04:17.809Z] PASS [2020-02-12T18:04:17.809Z] [2020-02-12T18:04:17.809Z] DONE 1 tests in 2.041s [2020-02-12T18:04:17.809Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-12T18:04:17.809Z] ++ 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-12T18:04:17.809Z] ++ set -e [2020-02-12T18:04:17.809Z] ++ '[' -n 0 ']' [2020-02-12T18:04:17.809Z] ++ set -x [2020-02-12T18:04:17.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-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-12T18:04:17.810Z] INFO: Testing against a local daemon [2020-02-12T18:04:17.810Z] === RUN TestSecretInspect [2020-02-12T18:04:19.275Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.7% of statements [2020-02-12T18:04:20.646Z] ok github.com/docker/docker/daemon 12.216s coverage: 17.5% of statements [2020-02-12T18:04:20.646Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-12T18:04:20.646Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-12T18:04:20.904Z] ok github.com/docker/docker/daemon/config 0.072s coverage: 82.1% of statements [2020-02-12T18:04:21.066Z] --- PASS: TestSecretInspect (3.19s) [2020-02-12T18:04:21.066Z] === RUN TestSecretList [2020-02-12T18:04:21.836Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-02-12T18:04:21.836Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2020-02-12T18:04:21.836Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-12T18:04:21.836Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-12T18:04:22.948Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-02-12T18:04:22.948Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-02-12T18:04:23.732Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-02-12T18:04:24.311Z] --- PASS: TestSecretList (3.24s) [2020-02-12T18:04:24.311Z] === RUN TestSecretsCreateAndDelete [2020-02-12T18:04:25.627Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-02-12T18:04:26.557Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.241s coverage: 57.0% of statements [2020-02-12T18:04:27.572Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-02-12T18:04:27.572Z] --- PASS: TestSecretsCreateAndDelete (3.44s) [2020-02-12T18:04:27.572Z] === RUN TestSecretsUpdate [2020-02-12T18:04:27.827Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-02-12T18:04:29.711Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-02-12T18:04:29.845Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.495s coverage: 72.5% of statements [2020-02-12T18:04:29.845Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.621s coverage: 45.9% of statements [2020-02-12T18:04:29.845Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-12T18:04:30.637Z] --- PASS: TestSecretsUpdate (2.80s) [2020-02-12T18:04:30.637Z] === RUN TestTemplatedSecret [2020-02-12T18:04:32.368Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.040s coverage: 48.6% of statements [2020-02-12T18:04:32.521Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-02-12T18:04:32.521Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-02-12T18:04:33.739Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.312s coverage: 76.1% of statements [2020-02-12T18:04:34.420Z] --- PASS: TestTemplatedSecret (3.56s) [2020-02-12T18:04:34.420Z] === RUN TestSecretCreateResolve [2020-02-12T18:04:35.108Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-02-12T18:04:35.108Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.136s coverage: 60.1% of statements [2020-02-12T18:04:35.108Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-12T18:04:35.108Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-12T18:04:36.478Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2020-02-12T18:04:36.955Z] --- PASS: TestSecretCreateResolve (2.61s) [2020-02-12T18:04:36.955Z] PASS [2020-02-12T18:04:36.955Z] [2020-02-12T18:04:36.955Z] DONE 6 tests in 18.948s [2020-02-12T18:04:36.955Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-02-12T18:04:36.955Z] ++ 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-12T18:04:36.955Z] ++ set -e [2020-02-12T18:04:36.955Z] ++ '[' -n 0 ']' [2020-02-12T18:04:36.955Z] ++ set -x [2020-02-12T18:04:36.955Z] ++ 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-12T18:04:36.955Z] INFO: Testing against a local daemon [2020-02-12T18:04:36.955Z] === RUN TestServiceCreateInit [2020-02-12T18:04:36.955Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-12T18:04:37.410Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-02-12T18:04:38.334Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-02-12T18:04:38.589Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-02-12T18:04:38.780Z] ok github.com/docker/docker/daemon/images 0.040s coverage: 4.9% of statements [2020-02-12T18:04:38.780Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-12T18:04:38.780Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-12T18:04:38.983Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:04:38.983Z] INFO: Testing against a local daemon [2020-02-12T18:04:39.037Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 42.7% of statements [2020-02-12T18:04:40.933Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2020-02-12T18:04:40.933Z] ok github.com/docker/docker/daemon/logger/awslogs 0.164s coverage: 77.8% of statements [2020-02-12T18:04:40.933Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-12T18:04:40.933Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-12T18:04:41.095Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-02-12T18:04:41.350Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-02-12T18:04:41.605Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-02-12T18:04:41.859Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-12T18:04:41.863Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-02-12T18:04:42.120Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 62.1% of statements [2020-02-12T18:04:42.378Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2020-02-12T18:04:43.753Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2020-02-12T18:04:43.753Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-12T18:04:44.010Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 19.9% of statements [2020-02-12T18:04:44.368Z] === RUN TestDockerSuite/TestBuildNetNone [2020-02-12T18:04:44.927Z] === RUN TestDockerSuite/TestBuildNoContext [2020-02-12T18:04:45.908Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-02-12T18:04:46.165Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2020-02-12T18:04:46.292Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-02-12T18:04:47.096Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-02-12T18:04:47.353Z] ok github.com/docker/docker/daemon/logger/splunk 1.594s coverage: 82.5% of statements [2020-02-12T18:04:47.353Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-12T18:04:47.353Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-12T18:04:47.654Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-02-12T18:04:47.910Z] --- PASS: TestServiceCreateInit (10.98s) [2020-02-12T18:04:47.910Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.96s) [2020-02-12T18:04:47.910Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.99s) [2020-02-12T18:04:47.910Z] === RUN TestCreateServiceMultipleTimes [2020-02-12T18:04:49.248Z] ok github.com/docker/docker/distribution 0.131s coverage: 22.1% of statements [2020-02-12T18:04:49.248Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2020-02-12T18:04:49.504Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-12T18:04:49.793Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-02-12T18:04:50.048Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-02-12T18:04:50.303Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-02-12T18:04:50.558Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-02-12T18:04:50.874Z] ok github.com/docker/docker/errdefs 0.011s coverage: 49.4% of statements [2020-02-12T18:04:51.117Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-02-12T18:04:52.042Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-02-12T18:04:52.245Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-02-12T18:04:53.176Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-02-12T18:04:53.176Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 85.1% of statements [2020-02-12T18:04:53.176Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-12T18:04:53.176Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-12T18:04:53.872Z] ok github.com/docker/docker/integration/build 15.027s [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === Skipped [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-02-12T18:04:53.872Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-02-12T18:04:53.872Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-02-12T18:04:53.872Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-02-12T18:04:53.872Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-02-12T18:04:53.872Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-02-12T18:04:53.872Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-02-12T18:04:53.872Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-02-12T18:04:53.872Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.01s) [2020-02-12T18:04:53.872Z] build_test.go:491: testEnv.OSType == "windows" [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-02-12T18:04:53.872Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] DONE 22 tests, 10 skipped in 36.030s [2020-02-12T18:04:53.872Z] [2020-02-12T18:04:53.872Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-02-12T18:04:54.547Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2020-02-12T18:04:54.547Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-12T18:04:54.551Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-02-12T18:04:55.113Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-02-12T18:04:55.474Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-02-12T18:04:56.044Z] ok github.com/docker/docker/opts 0.021s coverage: 67.0% of statements [2020-02-12T18:04:56.301Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-12T18:04:56.808Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:04:56.808Z] INFO: Testing against a local daemon [2020-02-12T18:04:56.808Z] ok github.com/docker/docker/integration/config 0.207s [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === Skipped [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-02-12T18:04:56.808Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] DONE 8 tests, 8 skipped in 2.311s [2020-02-12T18:04:56.808Z] [2020-02-12T18:04:56.808Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-02-12T18:04:58.195Z] ok github.com/docker/docker/pkg/archive 0.389s coverage: 77.4% of statements [2020-02-12T18:04:58.743Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-02-12T18:04:59.127Z] ok github.com/docker/docker/pkg/authorization 0.184s coverage: 68.3% of statements [2020-02-12T18:04:59.384Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-12T18:04:59.384Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-02-12T18:04:59.739Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:04:59.739Z] INFO: Testing against a local daemon [2020-02-12T18:05:00.625Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-02-12T18:05:03.131Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-02-12T18:05:03.559Z] ok github.com/docker/docker/layer 7.763s coverage: 68.8% of statements [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/oci [no test files] [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-12T18:05:03.559Z] ok github.com/docker/docker/pkg/chrootarchive 2.934s coverage: 43.2% of statements [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-12T18:05:03.559Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-12T18:05:03.559Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2020-02-12T18:05:03.816Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-02-12T18:05:04.055Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-02-12T18:05:04.073Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 97.6% of statements [2020-02-12T18:05:05.003Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2020-02-12T18:05:05.566Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-02-12T18:05:05.823Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-02-12T18:05:05.937Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-02-12T18:05:05.937Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-02-12T18:05:06.861Z] --- PASS: TestCreateServiceMultipleTimes (19.19s) [2020-02-12T18:05:06.861Z] === RUN TestCreateServiceConflict [2020-02-12T18:05:07.193Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-02-12T18:05:07.757Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2020-02-12T18:05:08.324Z] ok github.com/docker/docker/pkg/discovery/kv 3.073s coverage: 84.1% of statements [2020-02-12T18:05:08.582Z] ok github.com/docker/docker/pkg/fsutils 0.250s coverage: 85.1% of statements [2020-02-12T18:05:08.582Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-02-12T18:05:09.952Z] ok github.com/docker/docker/pkg/idtools 0.356s coverage: 70.1% of statements [2020-02-12T18:05:10.123Z] --- PASS: TestCreateServiceConflict (3.13s) [2020-02-12T18:05:10.123Z] === RUN TestCreateServiceMaxReplicas [2020-02-12T18:05:10.209Z] ok github.com/docker/docker/pkg/ioutils 0.545s coverage: 69.3% of statements [2020-02-12T18:05:10.210Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-02-12T18:05:10.378Z] === RUN TestDockerSuite/TestBuildPATH [2020-02-12T18:05:10.467Z] ok github.com/docker/docker/pkg/locker 0.019s coverage: 88.9% of statements [2020-02-12T18:05:10.725Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-02-12T18:05:10.725Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-12T18:05:11.290Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2020-02-12T18:05:11.547Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-02-12T18:05:11.803Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-02-12T18:05:11.803Z] ok github.com/docker/docker/pkg/mount 0.561s coverage: 70.0% of statements [2020-02-12T18:05:11.803Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-12T18:05:12.367Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.016s coverage: 91.4% of statements [2020-02-12T18:05:12.367Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-02-12T18:05:12.367Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-12T18:05:12.367Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-12T18:05:13.299Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2020-02-12T18:05:13.640Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-02-12T18:05:13.640Z] --- PASS: TestCreateServiceMaxReplicas (3.53s) [2020-02-12T18:05:13.640Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-12T18:05:13.894Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-02-12T18:05:14.230Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-02-12T18:05:14.487Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-02-12T18:05:14.744Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-02-12T18:05:15.255Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-02-12T18:05:16.112Z] ok github.com/docker/docker/pkg/pubsub 1.029s coverage: 73.9% of statements [2020-02-12T18:05:16.112Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-02-12T18:05:19.432Z] ok github.com/docker/docker/pkg/signal 2.471s coverage: 61.0% of statements [2020-02-12T18:05:19.432Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-02-12T18:05:19.995Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-02-12T18:05:19.995Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-02-12T18:05:20.559Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-02-12T18:05:20.559Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-12T18:05:20.559Z] [2020-02-12T18:05:20.559Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-12T18:05:20.559Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-12T18:05:20.559Z] HOSTNAME=da2426322424 [2020-02-12T18:05:20.559Z] TESTDEBUG=0 [2020-02-12T18:05:20.559Z] DEST=bundles/test-integration [2020-02-12T18:05:20.559Z] PWD=/go/src/github.com/docker/docker [2020-02-12T18:05:20.559Z] DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b [2020-02-12T18:05:20.559Z] container=docker [2020-02-12T18:05:20.559Z] HOME=/root [2020-02-12T18:05:20.559Z] GOLANG_VERSION=1.13.7 [2020-02-12T18:05:20.559Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-12T18:05:20.559Z] VALIDATE_BRANCH=master [2020-02-12T18:05:20.559Z] TERM=xterm [2020-02-12T18:05:20.559Z] DOCKER_PKG=github.com/docker/docker [2020-02-12T18:05:20.559Z] SHLVL=1 [2020-02-12T18:05:20.559Z] TIMEOUT=120m [2020-02-12T18:05:20.559Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-12T18:05:20.559Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-12T18:05:20.559Z] GO111MODULE=off [2020-02-12T18:05:20.559Z] DOCKER_EXPERIMENTAL=1 [2020-02-12T18:05:20.559Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-12T18:05:20.559Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-12T18:05:20.559Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-12T18:05:20.559Z] GOPATH=/go [2020-02-12T18:05:20.559Z] PKG_CONFIG=pkg-config [2020-02-12T18:05:20.559Z] _=/usr/bin/env [2020-02-12T18:05:20.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-12T18:05:20.816Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-02-12T18:05:21.379Z] ok github.com/docker/docker/pkg/system 0.019s coverage: 36.2% of statements [2020-02-12T18:05:21.943Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2020-02-12T18:05:22.507Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2020-02-12T18:05:22.764Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2020-02-12T18:05:23.021Z] testing: warning: no tests to run [2020-02-12T18:05:23.021Z] coverage: [no statements] [2020-02-12T18:05:23.021Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-12T18:05:23.280Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-02-12T18:05:23.538Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-02-12T18:05:23.795Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-12T18:05:26.319Z] ok github.com/docker/docker/plugin 0.528s coverage: 27.1% of statements [2020-02-12T18:05:26.576Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-02-12T18:05:27.405Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-02-12T18:05:27.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-02-12T18:05:27.507Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-02-12T18:05:27.765Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-02-12T18:05:28.765Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.97s) [2020-02-12T18:05:28.765Z] === RUN TestCreateServiceSecretFileMode [2020-02-12T18:05:29.136Z] ok github.com/docker/docker/registry 0.075s coverage: 56.0% of statements [2020-02-12T18:05:29.700Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2020-02-12T18:05:29.957Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-02-12T18:05:30.127Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-02-12T18:05:30.892Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-02-12T18:05:31.149Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-02-12T18:05:32.636Z] --- PASS: TestCreateServiceSecretFileMode (4.01s) [2020-02-12T18:05:32.636Z] === RUN TestCreateServiceConfigFileMode [2020-02-12T18:05:32.893Z] === RUN TestDockerSuite/TestBuildRm [2020-02-12T18:05:33.672Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-02-12T18:05:34.237Z] ok github.com/docker/docker/volume/local 0.019s coverage: 73.0% of statements [2020-02-12T18:05:34.800Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-02-12T18:05:36.154Z] --- PASS: TestCreateServiceConfigFileMode (3.48s) [2020-02-12T18:05:36.154Z] === RUN TestCreateServiceSysctls [2020-02-12T18:05:36.169Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.0% of statements [2020-02-12T18:05:36.713Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-02-12T18:05:38.075Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-02-12T18:05:39.963Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-02-12T18:05:40.522Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-02-12T18:05:40.776Z] --- PASS: TestCreateServiceSysctls (4.66s) [2020-02-12T18:05:40.776Z] === RUN TestCreateServiceCapabilities [2020-02-12T18:05:41.031Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-02-12T18:05:42.392Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-02-12T18:05:44.274Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-02-12T18:05:44.274Z] --- PASS: TestCreateServiceCapabilities (3.28s) [2020-02-12T18:05:44.274Z] === RUN TestInspect [2020-02-12T18:05:44.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-02-12T18:05:45.087Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-02-12T18:05:48.345Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/rootless [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/volume [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-12T18:05:48.345Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === Skipped [2020-02-12T18:05:48.345Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-12T18:05:48.345Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-12T18:05:48.345Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:73: No driver to put! [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-12T18:05:48.345Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-12T18:05:48.345Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-12T18:05:48.345Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:05:48.345Z] [2020-02-12T18:05:48.345Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-12T18:05:48.345Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-12T18:05:48.345Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-12T18:05:48.346Z] [2020-02-12T18:05:48.346Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-12T18:05:48.346Z] graphtest_unix.go:73: No driver to put! [2020-02-12T18:05:48.346Z] [2020-02-12T18:05:48.346Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-12T18:05:48.346Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-12T18:05:48.346Z] [2020-02-12T18:05:48.346Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-12T18:05:48.346Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-12T18:05:48.346Z] [2020-02-12T18:05:48.346Z] [2020-02-12T18:05:48.346Z] DONE 2155 tests, 20 skipped in 245.346s Post stage [Pipeline] junit [2020-02-12T18:05:48.359Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-02-12T18:05:49.044Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40500/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:da6c1429d0b468fe8cb7c0cf41b59d5d3647391b hack/validate/vendor [2020-02-12T18:05:49.609Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-02-12T18:05:50.323Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-02-12T18:05:50.323Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-02-12T18:05:50.506Z] + echo Building e2e image [2020-02-12T18:05:50.506Z] Building e2e image [2020-02-12T18:05:50.506Z] + docker build --build-arg DOCKER_GITCOMMIT=da6c1429d0b468fe8cb7c0cf41b59d5d3647391b -t moby-e2e-test -f Dockerfile.e2e . [2020-02-12T18:05:50.506Z] #2 [internal] load .dockerignore [2020-02-12T18:05:50.506Z] #2 transferring context: 34B done [2020-02-12T18:05:50.506Z] #2 DONE 0.0s [2020-02-12T18:05:50.506Z] [2020-02-12T18:05:50.506Z] #1 [internal] load build definition from Dockerfile.e2e [2020-02-12T18:05:50.506Z] #1 transferring dockerfile: 3.21kB done [2020-02-12T18:05:50.506Z] #1 DONE 0.0s [2020-02-12T18:05:50.506Z] [2020-02-12T18:05:50.506Z] #4 [internal] load metadata for docker.io/library/golang:1.13.7-alpine [2020-02-12T18:05:50.578Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-02-12T18:05:50.578Z] === RUN TestDockerSuite/TestBuildSpaces [2020-02-12T18:05:51.139Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-02-12T18:05:52.521Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-02-12T18:05:52.521Z] === RUN TestDockerSuite/TestBuildStderr [2020-02-12T18:05:53.085Z] --- PASS: TestInspect (8.88s) [2020-02-12T18:05:53.085Z] === RUN TestCreateJob [2020-02-12T18:05:53.644Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-02-12T18:05:55.759Z] #4 DONE 5.2s [2020-02-12T18:05:55.759Z] [2020-02-12T18:05:55.759Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-02-12T18:05:55.759Z] #3 DONE 5.2s [2020-02-12T18:05:55.759Z] [2020-02-12T18:05:55.759Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-12T18:05:55.759Z] #14 resolve docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559ca6cf6535f501ca5eec46cae69489b5b8ef9cdec5abcaa5b09e707b done [2020-02-12T18:05:56.022Z] #14 sha256:7e8c9c559ca6cf6535f501ca5eec46cae69489b5b8ef9cdec5abcaa5b09e707b 1.65kB / 1.65kB done [2020-02-12T18:05:56.022Z] #14 sha256:9817fae0190681da743ae2f5f77a85bf19b2e759d655bc427328e075b8d64dcc 1.36kB / 1.36kB done [2020-02-12T18:05:56.022Z] #14 sha256:87eefb76f0a85935d392182a0cb271178ee363516bdb3ca281a67c3b58ec491d 3.83kB / 3.83kB done [2020-02-12T18:05:56.022Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 260.65kB / 301.26kB 0.1s [2020-02-12T18:05:56.022Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 0B / 155B 0.1s [2020-02-12T18:05:56.022Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 [2020-02-12T18:05:56.022Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s done [2020-02-12T18:05:56.022Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 155B / 155B 0.1s done [2020-02-12T18:05:56.022Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 1.51MB / 126.87MB 0.2s [2020-02-12T18:05:56.022Z] #14 sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 126B / 126B 0.2s done [2020-02-12T18:05:56.280Z] #14 ... [2020-02-12T18:05:56.280Z] [2020-02-12T18:05:56.280Z] #8 [internal] load build context [2020-02-12T18:05:56.280Z] #8 transferring context: 824.72kB 0.4s done [2020-02-12T18:05:56.280Z] #8 DONE 0.4s [2020-02-12T18:05:56.280Z] [2020-02-12T18:05:56.280Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-12T18:05:56.280Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 13.24MB / 126.87MB 0.4s [2020-02-12T18:05:56.280Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.3s done [2020-02-12T18:05:56.280Z] #14 extracting sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 done [2020-02-12T18:05:56.280Z] #14 ... [2020-02-12T18:05:56.280Z] [2020-02-12T18:05:56.280Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-02-12T18:05:56.280Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-02-12T18:05:56.280Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-02-12T18:05:56.280Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-02-12T18:05:56.280Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-02-12T18:05:56.280Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.1s done [2020-02-12T18:05:56.280Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.4s done [2020-02-12T18:05:56.280Z] #5 DONE 0.7s [2020-02-12T18:05:56.280Z] [2020-02-12T18:05:56.280Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-12T18:05:56.280Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 28.62MB / 126.87MB 0.6s [2020-02-12T18:05:56.539Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 43.70MB / 126.87MB 0.8s [2020-02-12T18:05:56.809Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 52.96MB / 126.87MB 0.9s [2020-02-12T18:05:56.809Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 75.00MB / 126.87MB 1.1s [2020-02-12T18:05:56.809Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 87.10MB / 126.87MB 1.2s [2020-02-12T18:05:57.069Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 97.42MB / 126.87MB 1.3s [2020-02-12T18:05:57.326Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 119.99MB / 126.87MB 1.5s [2020-02-12T18:05:57.326Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 126.87MB / 126.87MB 1.6s [2020-02-12T18:05:57.584Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 126.87MB / 126.87MB 1.7s done [2020-02-12T18:05:57.584Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e [2020-02-12T18:05:57.799Z] --- PASS: TestCreateJob (4.45s) [2020-02-12T18:05:57.799Z] === RUN TestReplicatedJob [2020-02-12T18:05:57.840Z] #14 ... [2020-02-12T18:05:57.840Z] [2020-02-12T18:05:57.840Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-02-12T18:05:57.840Z] #6 DONE 1.2s [2020-02-12T18:05:57.840Z] [2020-02-12T18:05:57.840Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-12T18:05:59.159Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-02-12T18:06:00.279Z] ok github.com/docker/docker/integration/container 56.437s [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === Skipped [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-02-12T18:06:00.279Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-02-12T18:06:00.279Z] copy_test.go:25: testEnv.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-02-12T18:06:00.279Z] copy_test.go:39: testEnv.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-02-12T18:06:00.279Z] copy_test.go:51: testEnv.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-02-12T18:06:00.279Z] copy_test.go:65: testEnv.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-02-12T18:06:00.279Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-02-12T18:06:00.279Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-02-12T18:06:00.279Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-02-12T18:06:00.279Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-02-12T18:06:00.279Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-02-12T18:06:00.279Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-02-12T18:06:00.279Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-02-12T18:06:00.279Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-02-12T18:06:00.279Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-02-12T18:06:00.279Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-02-12T18:06:00.279Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-02-12T18:06:00.279Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-02-12T18:06:00.279Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-02-12T18:06:00.279Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-02-12T18:06:00.279Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-02-12T18:06:00.279Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-02-12T18:06:00.279Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-02-12T18:06:00.279Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-02-12T18:06:00.279Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-02-12T18:06:00.279Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-02-12T18:06:00.279Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-02-12T18:06:00.279Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-02-12T18:06:00.279Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-02-12T18:06:00.279Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-02-12T18:06:00.279Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-02-12T18:06:00.279Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-02-12T18:06:00.279Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-02-12T18:06:00.279Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-02-12T18:06:00.279Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-02-12T18:06:00.279Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] DONE 80 tests, 41 skipped in 59.178s [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-02-12T18:06:00.279Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:00.279Z] INFO: Testing against a local daemon [2020-02-12T18:06:00.279Z] ok github.com/docker/docker/integration/image 0.435s [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === Skipped [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-02-12T18:06:00.279Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-12T18:06:00.279Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-02-12T18:06:00.279Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-02-12T18:06:00.279Z] tag_test.go:98: testEnv.OSType == "windows" [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] DONE 11 tests, 4 skipped in 2.488s [2020-02-12T18:06:00.279Z] [2020-02-12T18:06:00.279Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-02-12T18:06:00.523Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-02-12T18:06:00.743Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:00.743Z] INFO: Testing against a local daemon [2020-02-12T18:06:00.743Z] ok github.com/docker/docker/integration/network 0.295s [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === Skipped [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-02-12T18:06:00.743Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-02-12T18:06:00.743Z] 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-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-02-12T18:06:00.743Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-02-12T18:06:00.743Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-02-12T18:06:00.743Z] service_test.go:29: testEnv.OSType == "windows" [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-02-12T18:06:00.743Z] service_test.go:51: testEnv.OSType == "windows" [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-02-12T18:06:00.743Z] service_test.go:94: testEnv.OSType == "windows" [2020-02-12T18:06:00.743Z] [2020-02-12T18:06:00.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-02-12T18:06:00.743Z] service_test.go:127: testEnv.OSType == "windows" [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-02-12T18:06:01.207Z] service_test.go:177: testEnv.OSType == "windows" [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-02-12T18:06:01.207Z] service_test.go:201: testEnv.OSType == "windows" [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T18:06:01.207Z] service_test.go:230: FLAKY_TEST [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-02-12T18:06:01.207Z] service_test.go:319: testEnv.OSType == "windows" [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-02-12T18:06:01.207Z] service_test.go:386: testEnv.OSType == "windows" [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] DONE 17 tests, 13 skipped in 2.675s [2020-02-12T18:06:01.207Z] [2020-02-12T18:06:01.207Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-02-12T18:06:01.446Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-02-12T18:06:01.672Z] testing: warning: no tests to run [2020-02-12T18:06:01.673Z] ok github.com/docker/docker/integration/network/ipvlan 0.089s [2020-02-12T18:06:01.673Z] [2020-02-12T18:06:01.673Z] DONE 0 tests in 0.796s [2020-02-12T18:06:01.673Z] [2020-02-12T18:06:01.673Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-02-12T18:06:02.370Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-02-12T18:06:02.651Z] testing: warning: no tests to run [2020-02-12T18:06:02.651Z] ok github.com/docker/docker/integration/network/macvlan 0.075s [2020-02-12T18:06:02.651Z] [2020-02-12T18:06:02.651Z] DONE 0 tests in 0.804s [2020-02-12T18:06:02.651Z] [2020-02-12T18:06:02.651Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-02-12T18:06:03.097Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 5.1s [2020-02-12T18:06:03.294Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-02-12T18:06:03.630Z] testing: warning: no tests to run [2020-02-12T18:06:03.630Z] ok github.com/docker/docker/integration/plugin 0.081s [2020-02-12T18:06:03.630Z] [2020-02-12T18:06:03.630Z] DONE 0 tests in 0.801s [2020-02-12T18:06:03.630Z] [2020-02-12T18:06:03.630Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-02-12T18:06:03.667Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 6.0s done [2020-02-12T18:06:03.667Z] #14 ... [2020-02-12T18:06:03.667Z] [2020-02-12T18:06:03.667Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-02-12T18:06:03.667Z] #7 1.061 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-02-12T18:06:03.667Z] #7 2.136 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-02-12T18:06:03.667Z] #7 2.234 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2020-02-12T18:06:03.667Z] #7 2.238 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2020-02-12T18:06:03.667Z] #7 2.428 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2020-02-12T18:06:03.667Z] #7 2.435 (4/31) Installing readline (8.0.0-r0) [2020-02-12T18:06:03.667Z] #7 2.441 (5/31) Installing bash (5.0.0-r0) [2020-02-12T18:06:03.667Z] #7 2.457 Executing bash-5.0.0-r0.post-install [2020-02-12T18:06:03.667Z] #7 2.462 (6/31) Installing ca-certificates (20190108-r0) [2020-02-12T18:06:03.667Z] #7 2.487 (7/31) Installing libgcc (8.3.0-r0) [2020-02-12T18:06:03.667Z] #7 2.491 (8/31) Installing libstdc++ (8.3.0-r0) [2020-02-12T18:06:03.667Z] #7 2.507 (9/31) Installing binutils (2.32-r0) [2020-02-12T18:06:03.667Z] #7 2.606 (10/31) Installing gmp (6.1.2-r1) [2020-02-12T18:06:03.667Z] #7 2.614 (11/31) Installing isl (0.18-r0) [2020-02-12T18:06:03.667Z] #7 2.639 (12/31) Installing libgomp (8.3.0-r0) [2020-02-12T18:06:03.667Z] #7 2.644 (13/31) Installing libatomic (8.3.0-r0) [2020-02-12T18:06:03.667Z] #7 2.647 (14/31) Installing mpfr3 (3.1.5-r1) [2020-02-12T18:06:03.667Z] #7 2.653 (15/31) Installing mpc1 (1.1.0-r0) [2020-02-12T18:06:03.667Z] #7 2.657 (16/31) Installing gcc (8.3.0-r0) [2020-02-12T18:06:03.667Z] #7 3.531 (17/31) Installing musl-dev (1.1.22-r3) [2020-02-12T18:06:03.667Z] #7 3.634 (18/31) Installing libc-dev (0.7.1-r0) [2020-02-12T18:06:03.667Z] #7 3.640 (19/31) Installing g++ (8.3.0-r0) [2020-02-12T18:06:03.667Z] #7 4.177 (20/31) Installing nghttp2-libs (1.39.2-r0) [2020-02-12T18:06:03.667Z] #7 4.180 (21/31) Installing libcurl (7.66.0-r0) [2020-02-12T18:06:03.667Z] #7 4.188 (22/31) Installing expat (2.2.8-r0) [2020-02-12T18:06:03.667Z] #7 4.192 (23/31) Installing pcre2 (10.33-r0) [2020-02-12T18:06:03.667Z] #7 4.204 (24/31) Installing git (2.22.2-r0) [2020-02-12T18:06:03.667Z] #7 4.412 (25/31) Installing libmnl (1.0.4-r0) [2020-02-12T18:06:03.667Z] #7 4.416 (26/31) Installing libnftnl-libs (1.1.3-r0) [2020-02-12T18:06:03.667Z] #7 4.420 (27/31) Installing iptables (1.8.3-r0) [2020-02-12T18:06:03.667Z] #7 4.444 (28/31) Installing pigz (2.4-r0) [2020-02-12T18:06:03.667Z] #7 4.450 (29/31) Installing tar (1.32-r0) [2020-02-12T18:06:03.667Z] #7 4.459 (30/31) Installing xz-libs (5.2.4-r0) [2020-02-12T18:06:03.667Z] #7 4.463 (31/31) Installing xz (5.2.4-r0) [2020-02-12T18:06:03.667Z] #7 4.472 Executing busybox-1.30.1-r3.trigger [2020-02-12T18:06:03.667Z] #7 4.477 Executing ca-certificates-20190108-r0.trigger [2020-02-12T18:06:03.667Z] #7 4.540 OK: 185 MiB in 45 packages [2020-02-12T18:06:03.667Z] #7 DONE 5.9s [2020-02-12T18:06:03.667Z] [2020-02-12T18:06:03.667Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-02-12T18:06:03.667Z] #9 DONE 0.1s [2020-02-12T18:06:03.667Z] [2020-02-12T18:06:03.667Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-12T18:06:03.924Z] #14 extracting sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 done [2020-02-12T18:06:03.924Z] #14 DONE 8.1s [2020-02-12T18:06:03.924Z] [2020-02-12T18:06:03.924Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-02-12T18:06:03.924Z] #10 DONE 0.1s [2020-02-12T18:06:03.924Z] [2020-02-12T18:06:03.924Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-02-12T18:06:03.924Z] #11 DONE 0.1s [2020-02-12T18:06:03.924Z] [2020-02-12T18:06:03.924Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-02-12T18:06:03.924Z] #12 DONE 0.1s [2020-02-12T18:06:03.924Z] [2020-02-12T18:06:03.924Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-02-12T18:06:03.924Z] #13 DONE 0.1s [2020-02-12T18:06:03.924Z] [2020-02-12T18:06:03.924Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-02-12T18:06:04.487Z] #15 0.579 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-02-12T18:06:04.607Z] testing: warning: no tests to run [2020-02-12T18:06:04.607Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2020-02-12T18:06:04.607Z] [2020-02-12T18:06:04.607Z] DONE 0 tests in 0.787s [2020-02-12T18:06:04.607Z] [2020-02-12T18:06:04.607Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-02-12T18:06:04.654Z] --- PASS: TestReplicatedJob (7.10s) [2020-02-12T18:06:04.654Z] === RUN TestUpdateReplicatedJob [2020-02-12T18:06:04.909Z] === RUN TestDockerSuite/TestBuildUser [2020-02-12T18:06:05.856Z] #15 1.648 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-02-12T18:06:05.856Z] #15 1.734 (1/43) Installing ncurses-terminfo-base (6.1_p20191130-r0) [2020-02-12T18:06:05.856Z] #15 1.737 (2/43) Installing ncurses-terminfo (6.1_p20191130-r0) [2020-02-12T18:06:05.856Z] #15 1.868 (3/43) Installing ncurses-libs (6.1_p20191130-r0) [2020-02-12T18:06:05.856Z] #15 1.874 (4/43) Installing readline (8.0.1-r0) [2020-02-12T18:06:05.856Z] #15 1.879 (5/43) Installing bash (5.0.11-r1) [2020-02-12T18:06:05.856Z] #15 1.891 Executing bash-5.0.11-r1.post-install [2020-02-12T18:06:05.856Z] #15 1.893 (6/43) Installing linux-headers (4.19.36-r0) [2020-02-12T18:06:05.856Z] #15 1.968 (7/43) Installing libblkid (2.34-r1) [2020-02-12T18:06:05.856Z] #15 1.973 (8/43) Installing libuuid (2.34-r1) [2020-02-12T18:06:05.856Z] #15 1.975 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-02-12T18:06:05.856Z] #15 1.981 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-02-12T18:06:05.856Z] #15 1.985 (11/43) Installing libgcc (9.2.0-r3) [2020-02-12T18:06:05.856Z] #15 1.988 (12/43) Installing libstdc++ (9.2.0-r3) [2020-02-12T18:06:05.856Z] #15 2.001 (13/43) Installing binutils (2.33.1-r0) [2020-02-12T18:06:05.856Z] #15 2.069 (14/43) Installing libmagic (5.37-r1) [2020-02-12T18:06:05.856Z] #15 2.089 (15/43) Installing file (5.37-r1) [2020-02-12T18:06:06.113Z] #15 2.091 (16/43) Installing gmp (6.1.2-r1) [2020-02-12T18:06:06.113Z] #15 2.097 (17/43) Installing isl (0.18-r0) [2020-02-12T18:06:06.113Z] #15 2.112 (18/43) Installing libgomp (9.2.0-r3) [2020-02-12T18:06:06.113Z] #15 2.116 (19/43) Installing libatomic (9.2.0-r3) [2020-02-12T18:06:06.113Z] #15 2.118 (20/43) Installing mpfr4 (4.0.2-r1) [2020-02-12T18:06:06.113Z] #15 2.124 (21/43) Installing mpc1 (1.1.0-r1) [2020-02-12T18:06:06.113Z] #15 2.127 (22/43) Installing gcc (9.2.0-r3) [2020-02-12T18:06:06.676Z] #15 2.825 (23/43) Installing musl-dev (1.1.24-r0) [2020-02-12T18:06:06.810Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:06.810Z] INFO: Testing against a local daemon [2020-02-12T18:06:06.810Z] ok github.com/docker/docker/integration/plugin/common 0.231s [2020-02-12T18:06:06.810Z] [2020-02-12T18:06:06.810Z] DONE 2 tests in 2.361s [2020-02-12T18:06:06.810Z] [2020-02-12T18:06:06.810Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-02-12T18:06:06.934Z] #15 2.895 (24/43) Installing libc-dev (0.7.2-r0) [2020-02-12T18:06:06.934Z] #15 2.897 (25/43) Installing g++ (9.2.0-r3) [2020-02-12T18:06:07.191Z] #15 3.306 (26/43) Installing make (4.2.1-r2) [2020-02-12T18:06:07.191Z] #15 3.310 (27/43) Installing fortify-headers (1.1-r0) [2020-02-12T18:06:07.191Z] #15 3.312 (28/43) Installing build-base (0.5-r1) [2020-02-12T18:06:07.191Z] #15 3.314 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-02-12T18:06:07.191Z] #15 3.317 (30/43) Installing libcurl (7.67.0-r0) [2020-02-12T18:06:07.191Z] #15 3.324 (31/43) Installing curl (7.67.0-r0) [2020-02-12T18:06:07.191Z] #15 3.328 (32/43) Installing oniguruma (6.9.4-r0) [2020-02-12T18:06:07.191Z] #15 3.334 (33/43) Installing jq (1.6-r0) [2020-02-12T18:06:07.191Z] #15 3.341 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-02-12T18:06:07.191Z] #15 3.346 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-02-12T18:06:07.191Z] #15 3.349 (36/43) Installing libaio (0.3.112-r1) [2020-02-12T18:06:07.191Z] #15 3.351 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-02-12T18:06:07.191Z] #15 3.380 (38/43) Installing libfdisk (2.34-r1) [2020-02-12T18:06:07.418Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-02-12T18:06:07.447Z] #15 3.386 (39/43) Installing libmount (2.34-r1) [2020-02-12T18:06:07.447Z] #15 3.391 (40/43) Installing libsmartcols (2.34-r1) [2020-02-12T18:06:07.447Z] #15 3.395 (41/43) Installing pkgconf (1.6.3-r0) [2020-02-12T18:06:07.447Z] #15 3.398 (42/43) Installing util-linux-dev (2.34-r1) [2020-02-12T18:06:07.447Z] #15 3.421 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-02-12T18:06:07.447Z] #15 3.426 Executing busybox-1.31.1-r9.trigger [2020-02-12T18:06:07.447Z] #15 3.432 OK: 203 MiB in 58 packages [2020-02-12T18:06:07.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-12T18:06:08.011Z] #15 DONE 4.1s [2020-02-12T18:06:08.011Z] [2020-02-12T18:06:08.011Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-02-12T18:06:08.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-12T18:06:08.575Z] #16 DONE 0.7s [2020-02-12T18:06:08.575Z] [2020-02-12T18:06:08.575Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-02-12T18:06:09.302Z] --- PASS: TestUpdateReplicatedJob (4.52s) [2020-02-12T18:06:09.302Z] === RUN TestServiceListWithStatuses [2020-02-12T18:06:09.302Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-12T18:06:09.302Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:06:09.302Z] === RUN TestDockerNetworkConnectAlias [2020-02-12T18:06:09.507Z] #17 DONE 0.7s [2020-02-12T18:06:09.507Z] [2020-02-12T18:06:09.507Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-02-12T18:06:09.507Z] #18 DONE 0.0s [2020-02-12T18:06:09.507Z] [2020-02-12T18:06:09.507Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-02-12T18:06:09.507Z] #19 DONE 0.1s [2020-02-12T18:06:09.507Z] [2020-02-12T18:06:09.507Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-02-12T18:06:09.507Z] #26 DONE 0.1s [2020-02-12T18:06:09.507Z] [2020-02-12T18:06:09.507Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-12T18:06:09.507Z] #22 DONE 0.1s [2020-02-12T18:06:09.507Z] [2020-02-12T18:06:09.507Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-02-12T18:06:09.507Z] #27 DONE 0.1s [2020-02-12T18:06:09.507Z] [2020-02-12T18:06:09.507Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-12T18:06:09.765Z] #20 ... [2020-02-12T18:06:09.765Z] [2020-02-12T18:06:09.765Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-12T18:06:09.765Z] #23 DONE 0.2s [2020-02-12T18:06:09.765Z] [2020-02-12T18:06:09.765Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-02-12T18:06:09.765Z] #28 DONE 0.1s [2020-02-12T18:06:09.765Z] [2020-02-12T18:06:09.765Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-12T18:06:10.579Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:10.579Z] INFO: Testing against a local daemon [2020-02-12T18:06:10.579Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.265s [2020-02-12T18:06:10.579Z] [2020-02-12T18:06:10.579Z] === Skipped [2020-02-12T18:06:10.579Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-02-12T18:06:10.579Z] external_test.go:48: runtime.GOOS == "windows" [2020-02-12T18:06:10.579Z] [2020-02-12T18:06:10.579Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-02-12T18:06:10.579Z] external_test.go:407: runtime.GOOS == "windows" [2020-02-12T18:06:10.579Z] [2020-02-12T18:06:10.579Z] [2020-02-12T18:06:10.579Z] DONE 2 tests, 2 skipped in 3.737s [2020-02-12T18:06:10.579Z] [2020-02-12T18:06:10.579Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-02-12T18:06:11.140Z] #29 ... [2020-02-12T18:06:11.140Z] [2020-02-12T18:06:11.140Z] #31 [builder 1/4] COPY . . [2020-02-12T18:06:11.140Z] #31 DONE 1.4s [2020-02-12T18:06:11.140Z] [2020-02-12T18:06:11.140Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-02-12T18:06:11.812Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-02-12T18:06:12.512Z] #32 DONE 1.7s [2020-02-12T18:06:12.512Z] [2020-02-12T18:06:12.512Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-12T18:06:12.512Z] #24 1.566 + RM_GOPATH=0 [2020-02-12T18:06:12.512Z] #24 1.566 + TMP_GOPATH= [2020-02-12T18:06:12.512Z] #24 1.566 + : /build [2020-02-12T18:06:12.512Z] #24 1.566 + '[' -z '' ']' [2020-02-12T18:06:12.512Z] #24 1.566 ++ mktemp -d [2020-02-12T18:06:12.512Z] #24 1.571 Install docker/cli version 17.06.2-ce from stable [2020-02-12T18:06:12.512Z] #24 1.571 + export GOPATH=/tmp/tmp.cGmcOn [2020-02-12T18:06:12.512Z] #24 1.571 + GOPATH=/tmp/tmp.cGmcOn [2020-02-12T18:06:12.512Z] #24 1.571 + RM_GOPATH=1 [2020-02-12T18:06:12.512Z] #24 1.571 ++ dirname ./install.sh [2020-02-12T18:06:12.512Z] #24 1.571 + dir=. [2020-02-12T18:06:12.512Z] #24 1.571 + bin=dockercli [2020-02-12T18:06:12.512Z] #24 1.571 + shift [2020-02-12T18:06:12.512Z] #24 1.571 + '[' '!' -f ./dockercli.installer ']' [2020-02-12T18:06:12.512Z] #24 1.571 + . ./dockercli.installer [2020-02-12T18:06:12.512Z] #24 1.571 ++ : stable [2020-02-12T18:06:12.512Z] #24 1.571 ++ : 17.06.2-ce [2020-02-12T18:06:12.512Z] #24 1.571 + install_dockercli [2020-02-12T18:06:12.512Z] #24 1.571 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-12T18:06:12.512Z] #24 1.571 ++ uname -m [2020-02-12T18:06:12.512Z] #24 1.571 + arch=x86_64 [2020-02-12T18:06:12.512Z] #24 1.571 + '[' x86_64 '!=' x86_64 ']' [2020-02-12T18:06:12.512Z] #24 1.571 + url=https://download.docker.com/linux/static [2020-02-12T18:06:12.512Z] #24 1.571 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-12T18:06:12.512Z] #24 1.574 + tar -xz docker/docker [2020-02-12T18:06:12.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-12T18:06:14.410Z] #24 4.375 + mkdir -p /build [2020-02-12T18:06:14.410Z] #24 4.377 + mv docker/docker /build/ [2020-02-12T18:06:14.410Z] #24 4.379 + rmdir docker [2020-02-12T18:06:14.410Z] #24 DONE 4.5s [2020-02-12T18:06:14.410Z] [2020-02-12T18:06:14.410Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-12T18:06:14.410Z] #20 2.733 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-12T18:06:14.410Z] #20 3.228 curl: option --progress: is ambiguous [2020-02-12T18:06:14.410Z] #20 3.228 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:14.410Z] #20 3.915 curl: option --progress: is ambiguous [2020-02-12T18:06:14.410Z] #20 3.918 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:14.410Z] #20 4.397 curl: option --progress: is ambiguous [2020-02-12T18:06:14.410Z] #20 4.397 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:14.668Z] #20 5.014 curl: option --progress: is ambiguous [2020-02-12T18:06:14.668Z] #20 5.014 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:14.925Z] #20 5.503 [2020-02-12T18:06:15.967Z] --- PASS: TestDockerNetworkConnectAlias (6.90s) [2020-02-12T18:06:15.967Z] === RUN TestDockerNetworkReConnect [2020-02-12T18:06:16.823Z] #20 6.863 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-12T18:06:16.823Z] #20 7.277 curl: option --progress: is ambiguous [2020-02-12T18:06:16.823Z] #20 7.278 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:17.081Z] #20 7.545 [2020-02-12T18:06:17.730Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:17.730Z] INFO: Testing against a local daemon [2020-02-12T18:06:17.730Z] testing: warning: no tests to run [2020-02-12T18:06:17.730Z] ok github.com/docker/docker/integration/plugin/logging 0.233s [2020-02-12T18:06:18.195Z] [2020-02-12T18:06:18.195Z] DONE 0 tests in 7.406s [2020-02-12T18:06:18.195Z] [2020-02-12T18:06:18.195Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-02-12T18:06:18.453Z] #20 8.604 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-12T18:06:18.453Z] #20 8.968 curl: option --progress: is ambiguous [2020-02-12T18:06:18.453Z] #20 8.969 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:18.711Z] #20 9.326 [2020-02-12T18:06:20.083Z] #20 10.51 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-12T18:06:20.340Z] #20 10.84 curl: option --progress: is ambiguous [2020-02-12T18:06:20.340Z] #20 10.84 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:20.598Z] #20 11.23 [2020-02-12T18:06:21.192Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:21.192Z] INFO: Testing against a local daemon [2020-02-12T18:06:21.192Z] ok github.com/docker/docker/integration/plugin/volumes 0.263s [2020-02-12T18:06:21.192Z] [2020-02-12T18:06:21.192Z] === Skipped [2020-02-12T18:06:21.192Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-02-12T18:06:21.192Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:21.192Z] [2020-02-12T18:06:21.192Z] [2020-02-12T18:06:21.192Z] DONE 1 tests, 1 skipped in 2.786s [2020-02-12T18:06:21.192Z] [2020-02-12T18:06:21.192Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-02-12T18:06:21.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-02-12T18:06:21.200Z] --- PASS: TestDockerNetworkReConnect (5.27s) [2020-02-12T18:06:21.200Z] === RUN TestServicePlugin [2020-02-12T18:06:21.969Z] #20 12.28 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-12T18:06:22.540Z] #20 12.76 curl: option --progress: is ambiguous [2020-02-12T18:06:22.540Z] #20 12.77 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-12T18:06:22.540Z] #20 ... [2020-02-12T18:06:22.540Z] [2020-02-12T18:06:22.540Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-12T18:06:22.540Z] #33 1.405 [2020-02-12T18:06:22.540Z] #33 1.549 Removing bundles/ [2020-02-12T18:06:22.540Z] #33 1.550 [2020-02-12T18:06:22.540Z] #33 1.555 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-02-12T18:06:22.540Z] #33 3.113 Building test suite binary ./integration-cli/test.main [2020-02-12T18:06:22.540Z] #33 ... [2020-02-12T18:06:22.540Z] [2020-02-12T18:06:22.540Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-12T18:06:22.540Z] #20 13.14 [2020-02-12T18:06:22.797Z] #20 13.23 Download of images into '/build' complete. [2020-02-12T18:06:22.797Z] #20 13.23 Use something like the following to load the result into a Docker daemon: [2020-02-12T18:06:22.797Z] #20 13.23 tar -cC '/build' . | docker load [2020-02-12T18:06:23.055Z] #20 DONE 13.3s [2020-02-12T18:06:23.055Z] [2020-02-12T18:06:23.055Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-12T18:06:23.504Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:23.504Z] INFO: Testing against a local daemon [2020-02-12T18:06:23.504Z] ok github.com/docker/docker/integration/secret 0.200s [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] === Skipped [2020-02-12T18:06:23.504Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2020-02-12T18:06:23.504Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-02-12T18:06:23.504Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-02-12T18:06:23.504Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-02-12T18:06:23.504Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-02-12T18:06:23.504Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-02-12T18:06:23.504Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] DONE 6 tests, 6 skipped in 2.301s [2020-02-12T18:06:23.504Z] [2020-02-12T18:06:23.504Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-02-12T18:06:23.986Z] #33 ... [2020-02-12T18:06:23.986Z] [2020-02-12T18:06:23.986Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-12T18:06:24.243Z] #21 DONE 0.1s [2020-02-12T18:06:24.243Z] [2020-02-12T18:06:24.243Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-02-12T18:06:24.500Z] #25 DONE 0.2s [2020-02-12T18:06:24.500Z] [2020-02-12T18:06:24.500Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-12T18:06:26.888Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:26.889Z] INFO: Testing against a local daemon [2020-02-12T18:06:26.889Z] ok github.com/docker/docker/integration/service 0.366s [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === Skipped [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-12T18:06:26.889Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-12T18:06:26.889Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-02-12T18:06:26.889Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-02-12T18:06:26.889Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-02-12T18:06:26.889Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-02-12T18:06:26.889Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-02-12T18:06:26.889Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-02-12T18:06:26.889Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-02-12T18:06:26.889Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-02-12T18:06:26.889Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-02-12T18:06:26.889Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-02-12T18:06:26.889Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-02-12T18:06:26.889Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-02-12T18:06:26.889Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-02-12T18:06:26.889Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-02-12T18:06:26.889Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-02-12T18:06:26.889Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-02-12T18:06:26.889Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] DONE 23 tests, 22 skipped in 3.107s [2020-02-12T18:06:26.889Z] [2020-02-12T18:06:26.889Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-02-12T18:06:27.722Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-02-12T18:06:28.510Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:28.510Z] INFO: Testing against a local daemon [2020-02-12T18:06:28.510Z] ok github.com/docker/docker/integration/session 0.220s [2020-02-12T18:06:28.996Z] [2020-02-12T18:06:28.996Z] === Skipped [2020-02-12T18:06:28.996Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-02-12T18:06:28.996Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:28.996Z] [2020-02-12T18:06:28.996Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-02-12T18:06:28.996Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:28.996Z] [2020-02-12T18:06:28.996Z] [2020-02-12T18:06:28.996Z] DONE 2 tests, 2 skipped in 2.275s [2020-02-12T18:06:28.996Z] [2020-02-12T18:06:28.996Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-02-12T18:06:31.235Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:31.235Z] INFO: Testing against a local daemon [2020-02-12T18:06:31.881Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-02-12T18:06:32.214Z] ok github.com/docker/docker/integration/system 1.481s [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === Skipped [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:06:32.678Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-02-12T18:06:32.678Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-02-12T18:06:32.678Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-02-12T18:06:32.678Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-02-12T18:06:32.678Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-02-12T18:06:32.678Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-02-12T18:06:32.678Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] DONE 13 tests, 7 skipped in 3.608s [2020-02-12T18:06:32.678Z] [2020-02-12T18:06:32.678Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-02-12T18:06:32.805Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-02-12T18:06:33.060Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-02-12T18:06:34.422Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-02-12T18:06:34.887Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:34.887Z] INFO: Testing against a local daemon [2020-02-12T18:06:34.887Z] ok github.com/docker/docker/integration/volume 0.286s [2020-02-12T18:06:34.887Z] [2020-02-12T18:06:34.887Z] === Skipped [2020-02-12T18:06:34.887Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-02-12T18:06:34.887Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-02-12T18:06:34.887Z] [2020-02-12T18:06:34.887Z] [2020-02-12T18:06:34.887Z] DONE 5 tests, 1 skipped in 2.508s [2020-02-12T18:06:35.346Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-02-12T18:06:35.353Z] [2020-02-12T18:06:35.353Z] INFO: make.ps1 ended at 02/12/2020 18:06:34 [2020-02-12T18:06:35.353Z] INFO: Integration CLI tests being run from the host: [2020-02-12T18:06:35.353Z] 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-12T18:06:37.229Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-02-12T18:06:37.229Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-02-12T18:06:37.229Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-02-12T18:06:37.229Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-02-12T18:06:37.229Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-02-12T18:06:39.111Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-02-12T18:06:39.366Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-02-12T18:06:40.727Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-02-12T18:06:41.285Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-02-12T18:06:42.209Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-02-12T18:06:42.464Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-02-12T18:06:42.636Z] #29 30.37 # github.com/docker/docker/contrib/httpserver [2020-02-12T18:06:42.636Z] #29 30.37 loadinternal: cannot find runtime/cgo [2020-02-12T18:06:42.636Z] #29 DONE 30.8s [2020-02-12T18:06:42.636Z] [2020-02-12T18:06:42.636Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-12T18:06:42.636Z] #33 ... [2020-02-12T18:06:42.636Z] [2020-02-12T18:06:42.636Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-02-12T18:06:42.636Z] #30 DONE 0.1s [2020-02-12T18:06:42.636Z] [2020-02-12T18:06:42.636Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-12T18:06:43.988Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-12T18:06:43.988Z] INFO: Testing against a local daemon [2020-02-12T18:06:45.723Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-02-12T18:06:47.082Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-02-12T18:06:48.005Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-02-12T18:06:48.929Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-02-12T18:06:49.490Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-02-12T18:06:50.414Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-02-12T18:06:50.414Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-02-12T18:06:51.338Z] === RUN TestDockerSuite/TestBuildXZHost [2020-02-12T18:06:52.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-12T18:06:52.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-12T18:06:52.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-12T18:06:53.846Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-02-12T18:06:53.846Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-02-12T18:06:53.846Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-02-12T18:06:54.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-12T18:06:54.404Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-02-12T18:06:54.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-12T18:06:55.328Z] === RUN TestDockerSuite/TestCommitChange [2020-02-12T18:06:56.687Z] --- PASS: TestServicePlugin (35.27s) [2020-02-12T18:06:56.687Z] plugin_test.go:62: [d20b53a122187] joining swarm manager [d96f2b11bc8a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:06:56.687Z] plugin_test.go:65: [d0184b20160ae] joining swarm manager [d96f2b11bc8a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:06:56.687Z] === RUN TestServiceUpdateLabel [2020-02-12T18:06:56.687Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-02-12T18:06:57.610Z] === RUN TestDockerSuite/TestCommitHardlink [2020-02-12T18:06:58.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-12T18:06:59.494Z] --- PASS: TestServiceUpdateLabel (2.97s) [2020-02-12T18:06:59.494Z] === RUN TestServiceUpdateSecrets [2020-02-12T18:06:59.494Z] === RUN TestDockerSuite/TestCommitNewFile [2020-02-12T18:06:59.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-12T18:07:01.377Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-02-12T18:07:02.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-12T18:07:02.301Z] === RUN TestDockerSuite/TestCommitTTY [2020-02-12T18:07:04.216Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-02-12T18:07:05.158Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-02-12T18:07:06.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-12T18:07:07.042Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-02-12T18:07:07.968Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-02-12T18:07:09.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-12T18:07:09.850Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-02-12T18:07:11.209Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-02-12T18:07:11.209Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-02-12T18:07:11.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-12T18:07:12.132Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-02-12T18:07:13.055Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-02-12T18:07:13.979Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-02-12T18:07:14.537Z] --- PASS: TestServiceUpdateSecrets (15.14s) [2020-02-12T18:07:14.537Z] === RUN TestServiceUpdateConfigs [2020-02-12T18:07:14.792Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-02-12T18:07:14.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-12T18:07:15.715Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-02-12T18:07:15.715Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-02-12T18:07:15.715Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-02-12T18:07:16.638Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-02-12T18:07:16.638Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-02-12T18:07:16.638Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-02-12T18:07:16.638Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-02-12T18:07:16.894Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-02-12T18:07:16.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-12T18:07:17.818Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-02-12T18:07:18.741Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-02-12T18:07:18.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-12T18:07:19.302Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-02-12T18:07:19.302Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-02-12T18:07:20.978Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-12T18:07:20.978Z] Using test binary docker [2020-02-12T18:07:20.978Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-12T18:07:20.978Z] +++ /etc/init.d/apparmor start [2020-02-12T18:07:20.978Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-12T18:07:20.978Z] INFO: Waiting for daemon to start... [2020-02-12T18:07:20.978Z] Starting dockerd [2020-02-12T18:07:20.978Z] +++ 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-12T18:07:21.184Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-02-12T18:07:22.108Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-02-12T18:07:22.108Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-02-12T18:07:23.011Z] . [2020-02-12T18:07:23.011Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-12T18:07:23.011Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-12T18:07:23.011Z] Error: No such image: emptyfs [2020-02-12T18:07:23.011Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-12T18:07:23.011Z] ++++ docker load [2020-02-12T18:07:23.031Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-02-12T18:07:23.302Z] Running integration-test (iteration 1) [2020-02-12T18:07:23.302Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-02-12T18:07:23.302Z] ++ 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-12T18:07:23.302Z] ++ set -e [2020-02-12T18:07:23.302Z] ++ '[' -n 0 ']' [2020-02-12T18:07:23.302Z] ++ set -x [2020-02-12T18:07:23.302Z] ++ 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-12T18:07:23.954Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-02-12T18:07:24.877Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-02-12T18:07:25.800Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-02-12T18:07:25.800Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-02-12T18:07:26.359Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-02-12T18:07:27.282Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-02-12T18:07:28.206Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-02-12T18:07:28.206Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-02-12T18:07:29.130Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-02-12T18:07:30.053Z] --- PASS: TestServiceUpdateConfigs (15.56s) [2020-02-12T18:07:30.053Z] === RUN TestServiceUpdateNetwork [2020-02-12T18:07:30.976Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-02-12T18:07:32.860Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-02-12T18:07:33.115Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-02-12T18:07:33.115Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-02-12T18:07:33.115Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-02-12T18:07:33.115Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-02-12T18:07:33.678Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-02-12T18:07:38.631Z] Loaded image: buildpack-deps:jessie [2020-02-12T18:07:38.632Z] Loaded image: busybox:latest [2020-02-12T18:07:38.632Z] Loaded image: busybox:glibc [2020-02-12T18:07:38.632Z] Loaded image: debian:jessie [2020-02-12T18:07:38.632Z] Loaded image: hello-world:latest [2020-02-12T18:07:38.632Z] INFO: Testing against a local daemon [2020-02-12T18:07:38.632Z] === RUN TestCgroupNamespacesBuild [2020-02-12T18:07:38.909Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-02-12T18:07:39.163Z] === RUN TestDockerSuite/TestContainerAPITop [2020-02-12T18:07:39.271Z] --- PASS: TestCgroupNamespacesBuild (1.64s) [2020-02-12T18:07:39.271Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-12T18:07:40.087Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-02-12T18:07:40.087Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-02-12T18:07:40.087Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-02-12T18:07:40.771Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.63s) [2020-02-12T18:07:40.771Z] === RUN TestBuildWithSession [2020-02-12T18:07:40.771Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-12T18:07:40.771Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T18:07:40.771Z] === RUN TestBuildSquashParent [2020-02-12T18:07:43.344Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-02-12T18:07:43.903Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-02-12T18:07:44.462Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-02-12T18:07:44.717Z] --- PASS: TestServiceUpdateNetwork (14.52s) [2020-02-12T18:07:44.717Z] PASS [2020-02-12T18:07:44.717Z] [2020-02-12T18:07:44.717Z] === Skipped [2020-02-12T18:07:44.717Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-12T18:07:44.717Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:07:44.717Z] [2020-02-12T18:07:44.717Z] [2020-02-12T18:07:44.717Z] DONE 23 tests, 1 skipped in 187.969s [2020-02-12T18:07:44.717Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-02-12T18:07:44.717Z] ++ 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-12T18:07:44.717Z] ++ set -e [2020-02-12T18:07:44.717Z] ++ '[' -n 0 ']' [2020-02-12T18:07:44.717Z] ++ set -x [2020-02-12T18:07:44.717Z] ++ 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-12T18:07:44.717Z] INFO: Testing against a local daemon [2020-02-12T18:07:44.717Z] === RUN TestSessionCreate [2020-02-12T18:07:44.717Z] --- PASS: TestSessionCreate (0.06s) [2020-02-12T18:07:44.717Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-12T18:07:44.972Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-02-12T18:07:44.972Z] PASS [2020-02-12T18:07:44.972Z] [2020-02-12T18:07:44.972Z] DONE 2 tests in 0.208s [2020-02-12T18:07:44.972Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-02-12T18:07:44.972Z] ++ 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-12T18:07:44.972Z] ++ set -e [2020-02-12T18:07:44.972Z] ++ '[' -n 0 ']' [2020-02-12T18:07:44.972Z] ++ set -x [2020-02-12T18:07:44.972Z] ++ 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-12T18:07:44.972Z] INFO: Testing against a local daemon [2020-02-12T18:07:44.972Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-12T18:07:44.972Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-02-12T18:07:44.972Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:07:44.972Z] === RUN TestEventsExecDie [2020-02-12T18:07:45.227Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-02-12T18:07:46.152Z] --- PASS: TestEventsExecDie (1.07s) [2020-02-12T18:07:46.152Z] === RUN TestEventsBackwardsCompatible [2020-02-12T18:07:46.152Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-02-12T18:07:46.152Z] === RUN TestInfoBinaryCommits [2020-02-12T18:07:46.388Z] --- PASS: TestBuildSquashParent (5.68s) [2020-02-12T18:07:46.388Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-12T18:07:46.407Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-02-12T18:07:46.407Z] === RUN TestInfoAPIVersioned [2020-02-12T18:07:46.407Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-12T18:07:46.407Z] === RUN TestInfoDiscoveryBackend [2020-02-12T18:07:46.674Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T18:07:46.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T18:07:46.674Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T18:07:46.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T18:07:46.674Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T18:07:46.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T18:07:46.674Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T18:07:46.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T18:07:46.674Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T18:07:46.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T18:07:46.674Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T18:07:46.674Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T18:07:46.674Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-12T18:07:46.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-12T18:07:46.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-12T18:07:46.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-12T18:07:46.968Z] --- PASS: TestInfoDiscoveryBackend (0.56s) [2020-02-12T18:07:46.968Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-12T18:07:47.891Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-12T18:07:47.891Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-12T18:07:48.450Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-02-12T18:07:48.450Z] === RUN TestInfoAPI [2020-02-12T18:07:48.450Z] --- PASS: TestInfoAPI (0.05s) [2020-02-12T18:07:48.450Z] === RUN TestInfoAPIWarnings [2020-02-12T18:07:49.009Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-02-12T18:07:49.009Z] === RUN TestInfoDebug [2020-02-12T18:07:49.386Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-12T18:07:49.386Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-12T18:07:49.570Z] --- PASS: TestInfoDebug (0.53s) [2020-02-12T18:07:49.570Z] === RUN TestInfoInsecureRegistries [2020-02-12T18:07:50.133Z] --- PASS: TestInfoInsecureRegistries (0.57s) [2020-02-12T18:07:50.133Z] === RUN TestInfoRegistryMirrors [2020-02-12T18:07:50.692Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-02-12T18:07:50.692Z] === RUN TestLoginFailsWithBadCredentials [2020-02-12T18:07:50.947Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-02-12T18:07:50.947Z] --- PASS: TestLoginFailsWithBadCredentials (0.24s) [2020-02-12T18:07:50.947Z] === RUN TestPingCacheHeaders [2020-02-12T18:07:50.947Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-02-12T18:07:50.947Z] === RUN TestPingGet [2020-02-12T18:07:50.947Z] --- PASS: TestPingGet (0.02s) [2020-02-12T18:07:50.947Z] === RUN TestPingHead [2020-02-12T18:07:50.947Z] --- PASS: TestPingHead (0.03s) [2020-02-12T18:07:50.947Z] === RUN TestVersion [2020-02-12T18:07:50.947Z] --- PASS: TestVersion (0.06s) [2020-02-12T18:07:50.947Z] PASS [2020-02-12T18:07:50.947Z] [2020-02-12T18:07:50.947Z] === Skipped [2020-02-12T18:07:50.947Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-02-12T18:07:50.947Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:07:50.947Z] [2020-02-12T18:07:50.947Z] [2020-02-12T18:07:50.947Z] DONE 18 tests, 1 skipped in 6.120s [2020-02-12T18:07:50.947Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-12T18:07:50.947Z] ++ 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-12T18:07:50.947Z] ++ set -e [2020-02-12T18:07:50.947Z] ++ '[' -n 0 ']' [2020-02-12T18:07:50.947Z] ++ set -x [2020-02-12T18:07:50.947Z] ++ 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-12T18:07:51.202Z] INFO: Testing against a local daemon [2020-02-12T18:07:51.202Z] === RUN TestVolumesCreateAndList [2020-02-12T18:07:51.202Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-12T18:07:51.202Z] === RUN TestVolumesRemove [2020-02-12T18:07:51.457Z] --- PASS: TestVolumesRemove (0.12s) [2020-02-12T18:07:51.457Z] === RUN TestVolumesInspect [2020-02-12T18:07:51.457Z] --- PASS: TestVolumesInspect (0.03s) [2020-02-12T18:07:51.457Z] === RUN TestVolumesInvalidJSON [2020-02-12T18:07:51.457Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-12T18:07:51.457Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-12T18:07:51.457Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-12T18:07:51.457Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-12T18:07:51.457Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-12T18:07:51.457Z] PASS [2020-02-12T18:07:51.457Z] [2020-02-12T18:07:51.457Z] DONE 5 tests in 0.476s [2020-02-12T18:07:51.457Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-12T18:07:51.711Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-02-12T18:07:51.965Z] ++++ cat bundles/test-integration/docker.pid [2020-02-12T18:07:51.965Z] +++ kill 5338 [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.60s) [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.83s) [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.38s) [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.46s) [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.25s) [2020-02-12T18:07:52.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s) [2020-02-12T18:07:52.079Z] === RUN TestBuildMultiStageCopy [2020-02-12T18:07:52.079Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-12T18:07:53.326Z] +++ /etc/init.d/apparmor stop [2020-02-12T18:07:53.326Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T18:07:53.326Z] [2020-02-12T18:07:53.326Z] Unloading profiles will leave already running processes permanently [2020-02-12T18:07:53.326Z] unconfined, which can lead to unexpected situations. [2020-02-12T18:07:53.326Z] [2020-02-12T18:07:53.326Z] To set a process to complain mode, use the command line tool [2020-02-12T18:07:53.326Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T18:07:53.326Z] +++ true [2020-02-12T18:07:53.326Z] [2020-02-12T18:07:53.561Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-12T18:07:53.848Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-12T18:07:54.249Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-02-12T18:07:54.469Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-12T18:07:54.752Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-12T18:07:55.370Z] --- PASS: TestBuildMultiStageCopy (3.53s) [2020-02-12T18:07:55.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.91s) [2020-02-12T18:07:55.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2020-02-12T18:07:55.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.41s) [2020-02-12T18:07:55.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s) [2020-02-12T18:07:55.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2020-02-12T18:07:55.370Z] === RUN TestBuildMultiStageParentConfig [2020-02-12T18:07:55.607Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-02-12T18:07:56.398Z] --- PASS: TestBuildMultiStageParentConfig (1.03s) [2020-02-12T18:07:56.398Z] === RUN TestBuildLabelWithTargets [2020-02-12T18:07:56.968Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-02-12T18:07:57.890Z] --- PASS: TestBuildLabelWithTargets (1.58s) [2020-02-12T18:07:57.890Z] === RUN TestBuildWithEmptyLayers [2020-02-12T18:07:58.328Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-02-12T18:07:58.906Z] --- PASS: TestBuildWithEmptyLayers (0.86s) [2020-02-12T18:07:58.906Z] === RUN TestBuildMultiStageOnBuild [2020-02-12T18:08:00.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-02-12T18:08:00.956Z] --- PASS: TestBuildMultiStageOnBuild (2.24s) [2020-02-12T18:08:00.957Z] === RUN TestBuildUncleanTarFilenames [2020-02-12T18:08:01.570Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-02-12T18:08:01.978Z] --- PASS: TestBuildUncleanTarFilenames (1.16s) [2020-02-12T18:08:01.978Z] === RUN TestBuildMultiStageLayerLeak [2020-02-12T18:08:03.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b1f220_} [2020-02-12T18:08:04.682Z] --- PASS: TestBuildMultiStageLayerLeak (2.32s) [2020-02-12T18:08:04.682Z] === RUN TestBuildWithHugeFile [2020-02-12T18:08:05.389Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1018592715_/foo_false____} [2020-02-12T18:08:06.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1018592715_/foo_true____} [2020-02-12T18:08:08.629Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3813471918_/foo_false____} [2020-02-12T18:08:09.988Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3813471918_/foo_true____} [2020-02-12T18:08:10.913Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3813471918_/foo_true__0xc000b1f6a0__} [2020-02-12T18:08:12.272Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b1f6c0_} [2020-02-12T18:08:14.155Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b1f6e0_} [2020-02-12T18:08:15.515Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b1f700_} [2020-02-12T18:08:16.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b1f720_} [2020-02-12T18:08:18.755Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-02-12T18:08:20.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-02-12T18:08:20.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-02-12T18:08:20.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-02-12T18:08:20.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-02-12T18:08:20.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-02-12T18:08:20.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-02-12T18:08:20.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-02-12T18:08:20.625Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-02-12T18:08:20.625Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-02-12T18:08:20.909Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-02-12T18:08:20.909Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-02-12T18:08:20.909Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-02-12T18:08:24.167Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-02-12T18:08:26.674Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-02-12T18:08:29.180Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-02-12T18:08:31.111Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-02-12T18:08:31.111Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-02-12T18:08:32.034Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-02-12T18:08:32.958Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-02-12T18:08:33.881Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-02-12T18:08:34.062Z] #33 130.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-12T18:08:34.062Z] #33 132.7 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-12T18:08:34.062Z] #33 134.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-12T18:08:34.062Z] #33 135.9 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-12T18:08:34.062Z] #33 138.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-12T18:08:34.062Z] #33 139.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-12T18:08:34.062Z] #33 140.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-12T18:08:34.627Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-12T18:08:34.805Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-02-12T18:08:34.884Z] #33 142.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-12T18:08:35.728Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-02-12T18:08:36.778Z] #33 143.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-12T18:08:37.089Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-02-12T18:08:37.709Z] #33 144.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-12T18:08:38.013Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-02-12T18:08:39.078Z] #33 146.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-12T18:08:39.374Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-02-12T18:08:40.298Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-02-12T18:08:40.974Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-12T18:08:41.221Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-02-12T18:08:42.145Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-02-12T18:08:42.345Z] #33 149.7 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-12T18:08:42.704Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-02-12T18:08:43.263Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-02-12T18:08:43.277Z] #33 150.8 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-12T18:08:44.626Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-02-12T18:08:45.802Z] #33 152.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-12T18:08:45.986Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-02-12T18:08:46.366Z] #33 153.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-12T18:08:46.912Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-02-12T18:08:47.737Z] #33 154.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-12T18:08:47.836Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-02-12T18:08:47.836Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-02-12T18:08:48.668Z] #33 156.1 [2020-02-12T18:08:48.760Z] === RUN TestDockerSuite/TestCpRelativePath [2020-02-12T18:08:49.232Z] #33 DONE 156.6s [2020-02-12T18:08:49.232Z] [2020-02-12T18:08:49.232Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-02-12T18:08:49.684Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-02-12T18:08:51.058Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-02-12T18:08:51.128Z] #34 DONE 1.5s [2020-02-12T18:08:51.982Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-02-12T18:08:52.058Z] [2020-02-12T18:08:52.058Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-02-12T18:08:52.907Z] === RUN TestDockerSuite/TestCpToCaseA [2020-02-12T18:08:53.427Z] #35 DONE 1.0s [2020-02-12T18:08:53.428Z] [2020-02-12T18:08:53.428Z] #36 exporting to image [2020-02-12T18:08:53.428Z] #36 exporting layers [2020-02-12T18:08:54.789Z] === RUN TestDockerSuite/TestCpToCaseB [2020-02-12T18:08:55.324Z] #36 exporting layers 2.1s done [2020-02-12T18:08:55.324Z] #36 writing image sha256:05c04f35846f9416ff1100ff996dc05a46e2486feebb81e1327033831311ca6b done [2020-02-12T18:08:55.324Z] #36 naming to docker.io/library/moby-e2e-test done [2020-02-12T18:08:55.324Z] #36 DONE 2.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-12T18:08:55.645Z] + echo Ensuring container killed. [2020-02-12T18:08:55.645Z] Ensuring container killed. [2020-02-12T18:08:55.645Z] + docker rm -vf docker-pr6 [2020-02-12T18:08:55.645Z] Error: No such container: docker-pr6 [2020-02-12T18:08:55.645Z] + true [Pipeline] sh [2020-02-12T18:08:55.712Z] === RUN TestDockerSuite/TestCpToCaseC [2020-02-12T18:08:55.930Z] + echo Chowning /workspace to jenkins user [2020-02-12T18:08:55.930Z] Chowning /workspace to jenkins user [2020-02-12T18:08:55.930Z] + id -u [2020-02-12T18:08:55.930Z] + id -g [2020-02-12T18:08:55.930Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40500:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-12T18:08:57.157Z] + bundleName=unit [2020-02-12T18:08:57.157Z] + echo Creating unit-bundles.tar.gz [2020-02-12T18:08:57.157Z] Creating unit-bundles.tar.gz [2020-02-12T18:08:57.157Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-02-12T18:08:57.157Z] bundles/junit-report.xml [2020-02-12T18:08:57.157Z] bundles/go-test-report.json [2020-02-12T18:08:57.157Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-02-12T18:08:57.211Z] Archiving artifacts [2020-02-12T18:08:57.607Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-12T18:08:57.916Z] + make clean [2020-02-12T18:08:57.916Z] docker volume rm -f docker-dev-cache [2020-02-12T18:08:58.172Z] docker-dev-cache [Pipeline] deleteDir [2020-02-12T18:08:58.221Z] === RUN TestDockerSuite/TestCpToCaseD [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-12T18:09:03.453Z] === RUN TestDockerSuite/TestCpToCaseE [2020-02-12T18:09:04.012Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-02-12T18:09:07.270Z] === RUN TestDockerSuite/TestCpToCaseF [2020-02-12T18:09:08.194Z] === RUN TestDockerSuite/TestCpToCaseG [2020-02-12T18:09:09.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-02-12T18:09:14.351Z] === RUN TestDockerSuite/TestCpToCaseH [2020-02-12T18:09:18.513Z] === RUN TestDockerSuite/TestCpToCaseI [2020-02-12T18:09:18.768Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-02-12T18:09:23.999Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-02-12T18:09:24.922Z] === RUN TestDockerSuite/TestCpToDot [2020-02-12T18:09:25.845Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-02-12T18:09:26.846Z] --- PASS: TestBuildWithHugeFile (82.51s) [2020-02-12T18:09:26.846Z] === RUN TestBuildWithEmptyDockerfile [2020-02-12T18:09:26.846Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T18:09:26.846Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T18:09:26.846Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T18:09:26.846Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T18:09:26.846Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T18:09:26.846Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T18:09:26.846Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-12T18:09:26.846Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-12T18:09:26.846Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-12T18:09:27.210Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-02-12T18:09:27.464Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-02-12T18:09:27.465Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2020-02-12T18:09:27.465Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2020-02-12T18:09:27.465Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s) [2020-02-12T18:09:27.465Z] === RUN TestBuildPreserveOwnership [2020-02-12T18:09:27.465Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-12T18:09:28.570Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-02-12T18:09:29.130Z] === RUN TestDockerSuite/TestCpToStdout [2020-02-12T18:09:30.056Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-02-12T18:09:30.936Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-12T18:09:32.438Z] --- PASS: TestBuildPreserveOwnership (4.96s) [2020-02-12T18:09:32.438Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.16s) [2020-02-12T18:09:32.438Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.79s) [2020-02-12T18:09:32.438Z] === RUN TestBuildPlatformInvalid [2020-02-12T18:09:32.438Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-02-12T18:09:32.438Z] PASS [2020-02-12T18:09:32.438Z] [2020-02-12T18:09:32.438Z] === Skipped [2020-02-12T18:09:32.438Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-02-12T18:09:32.438Z] build_session_test.go:25: TODO: BuildKit [2020-02-12T18:09:32.438Z] [2020-02-12T18:09:32.438Z] [2020-02-12T18:09:32.438Z] DONE 32 tests, 1 skipped in 129.170s [2020-02-12T18:09:32.438Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-02-12T18:09:32.438Z] ++ 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-12T18:09:32.438Z] ++ set -e [2020-02-12T18:09:32.438Z] ++ '[' -n 0 ']' [2020-02-12T18:09:32.438Z] ++ set -x [2020-02-12T18:09:32.438Z] ++ 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-12T18:09:32.438Z] INFO: Testing against a local daemon [2020-02-12T18:09:32.438Z] === RUN TestConfigList [2020-02-12T18:09:34.214Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-02-12T18:09:34.468Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-02-12T18:09:35.122Z] --- PASS: TestConfigList (2.29s) [2020-02-12T18:09:35.122Z] === RUN TestConfigsCreateAndDelete [2020-02-12T18:09:35.830Z] === RUN TestDockerSuite/TestCpVolumePath [2020-02-12T18:09:37.155Z] --- PASS: TestConfigsCreateAndDelete (2.26s) [2020-02-12T18:09:37.155Z] === RUN TestConfigsUpdate [2020-02-12T18:09:37.212Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-02-12T18:09:37.466Z] === RUN TestDockerSuite/TestCreateArgs [2020-02-12T18:09:37.466Z] === RUN TestDockerSuite/TestCreateByImageID [2020-02-12T18:09:38.389Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-02-12T18:09:38.952Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-02-12T18:09:38.952Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-02-12T18:09:38.952Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-02-12T18:09:39.857Z] --- PASS: TestConfigsUpdate (2.31s) [2020-02-12T18:09:39.857Z] === RUN TestTemplatedConfig [2020-02-12T18:09:39.876Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-02-12T18:09:40.434Z] === RUN TestDockerSuite/TestCreateLabels [2020-02-12T18:09:40.434Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-02-12T18:09:40.434Z] === RUN TestDockerSuite/TestCreateRM [2020-02-12T18:09:40.690Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-02-12T18:09:40.690Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-02-12T18:09:40.945Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-02-12T18:09:40.945Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-02-12T18:09:42.549Z] --- PASS: TestTemplatedConfig (2.69s) [2020-02-12T18:09:42.549Z] === RUN TestConfigInspect [2020-02-12T18:09:43.467Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-02-12T18:09:43.467Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-02-12T18:09:43.467Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-02-12T18:09:44.583Z] --- PASS: TestConfigInspect (2.31s) [2020-02-12T18:09:44.583Z] === RUN TestConfigCreateWithLabels [2020-02-12T18:09:45.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-02-12T18:09:46.620Z] --- PASS: TestConfigCreateWithLabels (2.25s) [2020-02-12T18:09:46.620Z] === RUN TestConfigCreateResolve [2020-02-12T18:09:48.486Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-02-12T18:09:48.487Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-02-12T18:09:48.487Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-02-12T18:09:48.487Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-02-12T18:09:48.487Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-02-12T18:09:48.741Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-02-12T18:09:49.310Z] --- PASS: TestConfigCreateResolve (2.23s) [2020-02-12T18:09:49.310Z] === RUN TestConfigDaemonLibtrustID [2020-02-12T18:09:49.310Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2020-02-12T18:09:49.310Z] PASS [2020-02-12T18:09:49.310Z] [2020-02-12T18:09:49.310Z] DONE 8 tests in 16.981s [2020-02-12T18:09:49.310Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-02-12T18:09:49.310Z] ++ 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-12T18:09:49.310Z] ++ set -e [2020-02-12T18:09:49.310Z] ++ '[' -n 0 ']' [2020-02-12T18:09:49.310Z] ++ set -x [2020-02-12T18:09:49.605Z] ++ 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-12T18:09:49.605Z] INFO: Testing against a local daemon [2020-02-12T18:09:49.605Z] === RUN TestCheckpoint [2020-02-12T18:09:49.605Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-12T18:09:49.605Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T18:09:49.605Z] === RUN TestContainerInvalidJSON [2020-02-12T18:09:49.605Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T18:09:49.605Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T18:09:49.605Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T18:09:49.605Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T18:09:49.605Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-12T18:09:49.605Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-12T18:09:49.605Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-12T18:09:49.605Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-12T18:09:49.605Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-12T18:09:49.605Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-12T18:09:49.605Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-12T18:09:49.605Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-12T18:09:49.605Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-12T18:09:49.605Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-12T18:09:49.605Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2020-02-12T18:09:49.605Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-12T18:09:49.664Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-02-12T18:09:49.889Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-02-12T18:09:49.889Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-12T18:09:49.889Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-02-12T18:09:49.889Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-12T18:09:49.889Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-02-12T18:09:49.889Z] === RUN TestCopyFromContainer [2020-02-12T18:09:51.367Z] === RUN TestCopyFromContainer// [2020-02-12T18:09:51.653Z] === RUN TestCopyFromContainer//bar/root [2020-02-12T18:09:51.653Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-12T18:09:51.938Z] === RUN TestCopyFromContainer/bar/quux [2020-02-12T18:09:51.938Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-12T18:09:51.938Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-12T18:09:52.173Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-02-12T18:09:52.224Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-12T18:09:52.224Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-12T18:09:52.224Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-12T18:09:52.510Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer (2.59s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-02-12T18:09:52.510Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-02-12T18:09:52.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-12T18:09:52.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T18:09:52.510Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T18:09:52.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T18:09:52.510Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T18:09:52.510Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T18:09:52.510Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T18:09:52.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-12T18:09:52.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-12T18:09:52.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-12T18:09:52.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2020-02-12T18:09:52.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-02-12T18:09:52.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-02-12T18:09:52.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-12T18:09:52.510Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-12T18:09:52.510Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-02-12T18:09:52.510Z] === RUN TestCreateWithInvalidEnv [2020-02-12T18:09:52.510Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-12T18:09:52.510Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-12T18:09:52.510Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-12T18:09:52.510Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-12T18:09:52.510Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-12T18:09:52.510Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-12T18:09:52.733Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-02-12T18:09:52.795Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-12T18:09:52.795Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-12T18:09:52.795Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-12T18:09:52.795Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-02-12T18:09:52.795Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-12T18:09:52.795Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-12T18:09:52.795Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-12T18:09:52.795Z] === RUN TestCreateTmpfsMountsTarget [2020-02-12T18:09:52.795Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-02-12T18:09:52.795Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-12T18:09:54.615Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCustomMaskedPaths (1.92s) [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T18:09:54.835Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-12T18:09:54.835Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities (0.03s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) [2020-02-12T18:09:54.835Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-02-12T18:09:54.835Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-12T18:09:55.975Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2020-02-12T18:09:56.866Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-12T18:09:56.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T18:09:56.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T18:09:56.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T18:09:56.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T18:09:56.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T18:09:56.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T18:09:56.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T18:09:56.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T18:09:56.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T18:09:56.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T18:09:56.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-12T18:09:56.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-12T18:09:56.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-12T18:09:56.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-12T18:09:56.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-02-12T18:09:56.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-02-12T18:09:56.866Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-12T18:09:56.899Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-02-12T18:09:57.457Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-02-12T18:09:57.487Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s) [2020-02-12T18:09:57.487Z] === RUN TestContainerStartOnDaemonRestart [2020-02-12T18:09:57.487Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-12T18:09:57.487Z] === RUN TestDaemonRestartIpcMode [2020-02-12T18:09:57.487Z] === PAUSE TestDaemonRestartIpcMode [2020-02-12T18:09:57.487Z] === RUN TestDaemonHostGatewayIP [2020-02-12T18:09:57.487Z] === PAUSE TestDaemonHostGatewayIP [2020-02-12T18:09:57.487Z] === RUN TestDiff [2020-02-12T18:09:57.712Z] === RUN TestDockerSuite/TestDevicePermissions [2020-02-12T18:09:58.108Z] --- PASS: TestDiff (0.63s) [2020-02-12T18:09:58.108Z] === RUN TestExecWithCloseStdin [2020-02-12T18:09:58.635Z] === RUN TestDockerSuite/TestDockerFails [2020-02-12T18:09:58.635Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-02-12T18:09:58.635Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-02-12T18:09:58.635Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-02-12T18:09:58.730Z] --- PASS: TestExecWithCloseStdin (0.81s) [2020-02-12T18:09:58.730Z] === RUN TestExec [2020-02-12T18:09:59.747Z] --- PASS: TestExec (0.80s) [2020-02-12T18:09:59.747Z] === RUN TestExecUser [2020-02-12T18:09:59.994Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-02-12T18:10:00.367Z] --- PASS: TestExecUser (0.77s) [2020-02-12T18:10:00.367Z] === RUN TestExportContainerAndImportImage [2020-02-12T18:10:00.554Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-02-12T18:10:01.402Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2020-02-12T18:10:01.402Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-12T18:10:02.437Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-02-12T18:10:02.437Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-02-12T18:10:02.437Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-02-12T18:10:02.437Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-02-12T18:10:02.437Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-02-12T18:10:02.890Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-02-12T18:10:02.890Z] === RUN TestHealthCheckWorkdir [2020-02-12T18:10:03.908Z] --- PASS: TestHealthCheckWorkdir (0.94s) [2020-02-12T18:10:03.908Z] === RUN TestHealthKillContainer [2020-02-12T18:10:07.381Z] --- PASS: TestHealthKillContainer (2.85s) [2020-02-12T18:10:07.381Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-12T18:10:07.381Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2020-02-12T18:10:07.381Z] === RUN TestIpcModeNone [2020-02-12T18:10:08.397Z] --- PASS: TestIpcModeNone (0.76s) [2020-02-12T18:10:08.397Z] === RUN TestIpcModePrivate [2020-02-12T18:10:08.966Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-02-12T18:10:09.025Z] --- PASS: TestIpcModePrivate (0.78s) [2020-02-12T18:10:09.025Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-02-12T18:10:09.025Z] === RUN TestIpcModeShareable [2020-02-12T18:10:09.525Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-02-12T18:10:10.035Z] --- PASS: TestIpcModeShareable (0.79s) [2020-02-12T18:10:10.035Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-02-12T18:10:10.035Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-12T18:10:12.072Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.32s) [2020-02-12T18:10:12.072Z] === RUN TestAPIIpcModeHost [2020-02-12T18:10:12.690Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-02-12T18:10:12.690Z] === RUN TestDaemonIpcModeShareable [2020-02-12T18:10:13.682Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-02-12T18:10:14.724Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2020-02-12T18:10:14.724Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-12T18:10:14.724Z] === RUN TestDaemonIpcModePrivate [2020-02-12T18:10:16.190Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-02-12T18:10:16.203Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2020-02-12T18:10:16.203Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-12T18:10:16.203Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-12T18:10:17.681Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.64s) [2020-02-12T18:10:17.681Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-12T18:10:17.681Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-12T18:10:18.698Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-02-12T18:10:19.621Z] === RUN TestDockerSuite/TestEventsAttach [2020-02-12T18:10:19.724Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2020-02-12T18:10:19.724Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-12T18:10:19.724Z] === RUN TestIpcModeOlderClient [2020-02-12T18:10:19.724Z] === PAUSE TestIpcModeOlderClient [2020-02-12T18:10:19.724Z] === RUN TestKillContainerInvalidSignal [2020-02-12T18:10:20.349Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2020-02-12T18:10:20.349Z] === RUN TestKillContainer [2020-02-12T18:10:20.349Z] === RUN TestKillContainer/no_signal [2020-02-12T18:10:20.544Z] === RUN TestDockerSuite/TestEventsCommit [2020-02-12T18:10:20.974Z] === RUN TestKillContainer/non_killing_signal [2020-02-12T18:10:21.262Z] === RUN TestKillContainer/killing_signal [2020-02-12T18:10:21.469Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-02-12T18:10:22.275Z] --- PASS: TestKillContainer (2.04s) [2020-02-12T18:10:22.275Z] --- PASS: TestKillContainer/no_signal (0.68s) [2020-02-12T18:10:22.275Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2020-02-12T18:10:22.275Z] --- PASS: TestKillContainer/killing_signal (0.59s) [2020-02-12T18:10:22.275Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-12T18:10:22.275Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-12T18:10:22.394Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-02-12T18:10:22.895Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-12T18:10:22.953Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-02-12T18:10:23.516Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s) [2020-02-12T18:10:23.516Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s) [2020-02-12T18:10:23.516Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2020-02-12T18:10:23.516Z] === RUN TestKillStoppedContainer [2020-02-12T18:10:23.516Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-02-12T18:10:23.516Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-12T18:10:23.802Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-02-12T18:10:23.802Z] === RUN TestKillDifferentUserContainer [2020-02-12T18:10:23.875Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-02-12T18:10:24.421Z] --- PASS: TestKillDifferentUserContainer (0.67s) [2020-02-12T18:10:24.421Z] === RUN TestInspectOomKilledTrue [2020-02-12T18:10:25.758Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-02-12T18:10:25.913Z] --- PASS: TestInspectOomKilledTrue (1.27s) [2020-02-12T18:10:25.913Z] === RUN TestInspectOomKilledFalse [2020-02-12T18:10:26.201Z] --- PASS: TestInspectOomKilledFalse (0.64s) [2020-02-12T18:10:26.201Z] === RUN TestLinksEtcHostsContentMatch [2020-02-12T18:10:26.823Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2020-02-12T18:10:26.823Z] === RUN TestLinksContainerNames [2020-02-12T18:10:27.640Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-02-12T18:10:28.310Z] --- PASS: TestLinksContainerNames (1.27s) [2020-02-12T18:10:28.310Z] === RUN TestLogsFollowTailEmpty [2020-02-12T18:10:28.936Z] --- PASS: TestLogsFollowTailEmpty (0.67s) [2020-02-12T18:10:28.936Z] === RUN TestContainerNetworkMountsNoChown [2020-02-12T18:10:29.573Z] --- PASS: TestContainerNetworkMountsNoChown (0.62s) [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/default [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/default [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/private [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/private [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rprivate [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/slave [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/slave [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rslave [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/shared [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/shared [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rshared [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/default [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rprivate [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rslave [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rshared [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/shared [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/private [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/slave [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-12T18:10:29.573Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T18:10:29.573Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-12T18:10:29.573Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-12T18:10:29.869Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-12T18:10:29.869Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-02-12T18:10:29.869Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-02-12T18:10:29.869Z] === RUN TestContainerBindMountNonRecursive [2020-02-12T18:10:30.896Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-02-12T18:10:31.375Z] --- PASS: TestContainerBindMountNonRecursive (1.70s) [2020-02-12T18:10:31.375Z] === RUN TestNetworkNat [2020-02-12T18:10:32.394Z] --- PASS: TestNetworkNat (0.72s) [2020-02-12T18:10:32.394Z] === RUN TestNetworkLocalhostTCPNat [2020-02-12T18:10:33.013Z] --- PASS: TestNetworkLocalhostTCPNat (0.72s) [2020-02-12T18:10:33.013Z] === RUN TestNetworkLoopbackNat [2020-02-12T18:10:33.410Z] === RUN TestDockerSuite/TestEventsCopy [2020-02-12T18:10:34.030Z] --- PASS: TestNetworkLoopbackNat (0.93s) [2020-02-12T18:10:34.030Z] === RUN TestPause [2020-02-12T18:10:34.333Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-02-12T18:10:34.662Z] --- PASS: TestPause (0.72s) [2020-02-12T18:10:34.662Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-12T18:10:34.662Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2020-02-12T18:10:34.662Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T18:10:34.662Z] === RUN TestPauseStopPausedContainer [2020-02-12T18:10:35.282Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2020-02-12T18:10:35.282Z] === RUN TestPsFilter [2020-02-12T18:10:35.565Z] --- PASS: TestPsFilter (0.19s) [2020-02-12T18:10:35.565Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-12T18:10:36.185Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2020-02-12T18:10:36.185Z] === RUN TestRemoveContainerWithVolume [2020-02-12T18:10:36.215Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-02-12T18:10:36.774Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-02-12T18:10:36.806Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2020-02-12T18:10:36.806Z] === RUN TestRemoveContainerRunning [2020-02-12T18:10:37.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-02-12T18:10:37.284Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-02-12T18:10:37.428Z] --- PASS: TestRemoveContainerRunning (0.67s) [2020-02-12T18:10:37.428Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-12T18:10:38.451Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s) [2020-02-12T18:10:38.451Z] === RUN TestRemoveInvalidContainer [2020-02-12T18:10:38.451Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-02-12T18:10:38.451Z] === RUN TestRenameLinkedContainer [2020-02-12T18:10:39.167Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-02-12T18:10:40.092Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-02-12T18:10:40.092Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-02-12T18:10:40.347Z] === RUN TestDockerSuite/TestEventsFilterType [2020-02-12T18:10:40.905Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-02-12T18:10:40.905Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-02-12T18:10:40.905Z] === RUN TestDockerSuite/TestEventsFilters [2020-02-12T18:10:41.179Z] --- PASS: TestRenameLinkedContainer (2.65s) [2020-02-12T18:10:41.179Z] === RUN TestRenameStoppedContainer [2020-02-12T18:10:41.473Z] --- PASS: TestRenameStoppedContainer (0.66s) [2020-02-12T18:10:41.473Z] === RUN TestRenameRunningContainerAndReuse [2020-02-12T18:10:43.000Z] --- PASS: TestRenameRunningContainerAndReuse (1.31s) [2020-02-12T18:10:43.000Z] === RUN TestRenameInvalidName [2020-02-12T18:10:43.414Z] === RUN TestDockerSuite/TestEventsFormat [2020-02-12T18:10:43.662Z] --- PASS: TestRenameInvalidName (0.67s) [2020-02-12T18:10:43.662Z] === RUN TestRenameAnonymousContainer [2020-02-12T18:10:45.297Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-02-12T18:10:45.297Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-02-12T18:10:45.297Z] === RUN TestDockerSuite/TestEventsImageImport [2020-02-12T18:10:46.230Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-02-12T18:10:46.474Z] --- PASS: TestRenameAnonymousContainer (2.50s) [2020-02-12T18:10:46.474Z] === RUN TestRenameContainerWithSameName [2020-02-12T18:10:46.485Z] === RUN TestDockerSuite/TestEventsImagePull [2020-02-12T18:10:46.786Z] --- PASS: TestRenameContainerWithSameName (0.66s) [2020-02-12T18:10:46.786Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-12T18:10:47.043Z] === RUN TestDockerSuite/TestEventsImageTag [2020-02-12T18:10:47.966Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-02-12T18:10:48.221Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-02-12T18:10:48.221Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-02-12T18:10:48.221Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-02-12T18:10:48.335Z] --- PASS: TestRenameContainerWithLinkedContainer (1.36s) [2020-02-12T18:10:48.335Z] === RUN TestResize [2020-02-12T18:10:48.621Z] --- PASS: TestResize (0.67s) [2020-02-12T18:10:48.621Z] === RUN TestResizeWithInvalidSize [2020-02-12T18:10:49.639Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2020-02-12T18:10:49.639Z] === RUN TestResizeWhenContainerNotStarted [2020-02-12T18:10:50.103Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-02-12T18:10:50.271Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T18:10:50.271Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T18:10:50.271Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T18:10:50.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-12T18:10:50.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-12T18:10:50.271Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-12T18:10:50.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-12T18:10:51.027Z] === RUN TestDockerSuite/TestEventsRename [2020-02-12T18:10:51.951Z] === RUN TestDockerSuite/TestEventsResize [2020-02-12T18:10:52.331Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-12T18:10:52.331Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-12T18:10:52.876Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-02-12T18:10:53.371Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-12T18:10:53.371Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-12T18:10:53.801Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-02-12T18:10:54.407Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-12T18:10:54.733Z] === RUN TestDockerSuite/TestEventsStreaming [2020-02-12T18:10:55.293Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-02-12T18:10:55.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-12T18:10:55.741Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-12T18:10:56.771Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-12T18:10:58.548Z] === RUN TestDockerSuite/TestEventsTop [2020-02-12T18:10:59.471Z] === RUN TestDockerSuite/TestEventsUntag [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.14s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.23s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.34s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.42s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.23s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.15s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.49s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.35s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.50s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.38s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.13s) [2020-02-12T18:11:00.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.41s) [2020-02-12T18:11:00.262Z] === RUN TestCgroupNamespacesRun [2020-02-12T18:11:01.787Z] --- PASS: TestCgroupNamespacesRun (1.64s) [2020-02-12T18:11:01.787Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-12T18:11:01.977Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-02-12T18:11:02.901Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-02-12T18:11:03.276Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.58s) [2020-02-12T18:11:03.276Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-12T18:11:03.462Z] === RUN TestDockerSuite/TestExec [2020-02-12T18:11:04.763Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.62s) [2020-02-12T18:11:04.763Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-12T18:11:04.823Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-02-12T18:11:05.748Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-02-12T18:11:06.673Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-02-12T18:11:06.840Z] --- PASS: TestCgroupNamespacesRunHostMode (1.67s) [2020-02-12T18:11:06.840Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-12T18:11:07.232Z] === RUN TestDockerSuite/TestExecAPIStart [2020-02-12T18:11:08.331Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.65s) [2020-02-12T18:11:08.331Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-12T18:11:08.955Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2020-02-12T18:11:08.955Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-12T18:11:09.979Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2020-02-12T18:11:09.979Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-12T18:11:10.492Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-02-12T18:11:11.052Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-02-12T18:11:11.473Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.63s) [2020-02-12T18:11:11.474Z] === RUN TestKernelTCPMemory [2020-02-12T18:11:11.976Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-02-12T18:11:12.504Z] --- PASS: TestKernelTCPMemory (0.82s) [2020-02-12T18:11:12.504Z] === RUN TestNISDomainname [2020-02-12T18:11:12.899Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-02-12T18:11:13.525Z] --- PASS: TestNISDomainname (0.90s) [2020-02-12T18:11:13.525Z] === RUN TestHostnameDnsResolution [2020-02-12T18:11:13.823Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-02-12T18:11:14.554Z] --- PASS: TestHostnameDnsResolution (1.09s) [2020-02-12T18:11:14.554Z] === RUN TestStats [2020-02-12T18:11:14.747Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-02-12T18:11:15.669Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-02-12T18:11:16.609Z] --- PASS: TestStats (2.02s) [2020-02-12T18:11:16.609Z] === RUN TestStopContainerWithTimeout [2020-02-12T18:11:16.609Z] === RUN TestStopContainerWithTimeout/0 [2020-02-12T18:11:16.609Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-12T18:11:16.609Z] === RUN TestStopContainerWithTimeout/1 [2020-02-12T18:11:16.609Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-12T18:11:16.609Z] === RUN TestStopContainerWithTimeout/3 [2020-02-12T18:11:16.609Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-12T18:11:16.609Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-12T18:11:16.609Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-12T18:11:16.609Z] === CONT TestStopContainerWithTimeout/0 [2020-02-12T18:11:16.609Z] === CONT TestStopContainerWithTimeout/3 [2020-02-12T18:11:16.609Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-12T18:11:16.609Z] === CONT TestStopContainerWithTimeout/1 [2020-02-12T18:11:17.559Z] === RUN TestDockerSuite/TestExecCgroup [2020-02-12T18:11:18.920Z] === RUN TestDockerSuite/TestExecEnv [2020-02-12T18:11:19.370Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-02-12T18:11:19.370Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2020-02-12T18:11:19.370Z] --- PASS: TestStopContainerWithTimeout/1 (2.15s) [2020-02-12T18:11:19.370Z] --- PASS: TestStopContainerWithTimeout/3 (2.80s) [2020-02-12T18:11:19.370Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2020-02-12T18:11:19.370Z] === RUN TestDeleteDevicemapper [2020-02-12T18:11:19.370Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-12T18:11:19.370Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T18:11:19.370Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-12T18:11:19.479Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-02-12T18:11:21.361Z] === RUN TestDockerSuite/TestExecExitStatus [2020-02-12T18:11:21.477Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.98s) [2020-02-12T18:11:21.477Z] === RUN TestUpdateMemory [2020-02-12T18:11:22.533Z] --- PASS: TestUpdateMemory (0.96s) [2020-02-12T18:11:22.533Z] === RUN TestUpdateCPUQuota [2020-02-12T18:11:22.727Z] === RUN TestDockerSuite/TestExecInspectID [2020-02-12T18:11:23.556Z] --- PASS: TestUpdateCPUQuota (1.25s) [2020-02-12T18:11:23.556Z] === RUN TestUpdatePidsLimit [2020-02-12T18:11:23.556Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-12T18:11:24.177Z] === RUN TestUpdatePidsLimit/no_change [2020-02-12T18:11:24.462Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-12T18:11:24.749Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-12T18:11:25.043Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-12T18:11:25.671Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-12T18:11:25.958Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-12T18:11:25.983Z] === RUN TestDockerSuite/TestExecInteractive [2020-02-12T18:11:26.541Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-02-12T18:11:27.464Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit (3.54s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.32s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/no_change (0.32s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.54s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2020-02-12T18:11:27.465Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2020-02-12T18:11:27.465Z] === RUN TestUpdateRestartPolicy [2020-02-12T18:11:28.388Z] === RUN TestDockerSuite/TestExecParseError [2020-02-12T18:11:29.311Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-02-12T18:11:29.870Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-02-12T18:11:30.125Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-02-12T18:11:30.683Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-02-12T18:11:32.565Z] === RUN TestDockerSuite/TestExecSetEnv [2020-02-12T18:11:33.490Z] === RUN TestDockerSuite/TestExecStartFails [2020-02-12T18:11:34.413Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-02-12T18:11:40.011Z] --- PASS: TestUpdateRestartPolicy (12.11s) [2020-02-12T18:11:40.011Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-12T18:11:40.011Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2020-02-12T18:11:40.011Z] === RUN TestWaitNonBlocked [2020-02-12T18:11:40.011Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T18:11:40.011Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T18:11:40.011Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T18:11:40.011Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T18:11:40.011Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-12T18:11:40.011Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-12T18:11:41.035Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-02-12T18:11:41.035Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2020-02-12T18:11:41.035Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2020-02-12T18:11:41.035Z] === RUN TestWaitBlocked [2020-02-12T18:11:41.035Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T18:11:41.035Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T18:11:41.035Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T18:11:41.035Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T18:11:41.035Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-12T18:11:41.035Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-12T18:11:42.054Z] --- PASS: TestWaitBlocked (0.03s) [2020-02-12T18:11:42.054Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.90s) [2020-02-12T18:11:42.054Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.94s) [2020-02-12T18:11:42.054Z] === CONT TestContainerStartOnDaemonRestart [2020-02-12T18:11:42.054Z] === CONT TestIpcModeOlderClient [2020-02-12T18:11:42.054Z] === CONT TestDaemonHostGatewayIP [2020-02-12T18:11:42.054Z] === CONT TestDaemonRestartIpcMode [2020-02-12T18:11:42.344Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-02-12T18:11:46.567Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-02-12T18:11:46.567Z] === RUN TestDockerSuite/TestExecTTY [2020-02-12T18:11:46.772Z] --- PASS: TestContainerStartOnDaemonRestart (3.97s) [2020-02-12T18:11:46.772Z] --- PASS: TestDaemonRestartIpcMode (4.64s) [2020-02-12T18:11:46.772Z] --- PASS: TestDaemonHostGatewayIP (4.76s) [2020-02-12T18:11:46.772Z] PASS [2020-02-12T18:11:46.772Z] [2020-02-12T18:11:46.772Z] === Skipped [2020-02-12T18:11:46.772Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-02-12T18:11:46.772Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-12T18:11:46.772Z] [2020-02-12T18:11:46.772Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2020-02-12T18:11:46.772Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-12T18:11:46.772Z] [2020-02-12T18:11:46.772Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-02-12T18:11:46.772Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-12T18:11:46.772Z] [2020-02-12T18:11:46.772Z] [2020-02-12T18:11:46.772Z] DONE 199 tests, 3 skipped in 117.383s [2020-02-12T18:11:46.772Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-02-12T18:11:46.772Z] ++ 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-12T18:11:46.772Z] ++ set -e [2020-02-12T18:11:46.772Z] ++ '[' -n 0 ']' [2020-02-12T18:11:46.772Z] ++ set -x [2020-02-12T18:11:46.772Z] ++ 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-12T18:11:47.055Z] INFO: Testing against a local daemon [2020-02-12T18:11:47.055Z] === RUN TestCommitInheritsEnv [2020-02-12T18:11:47.339Z] --- PASS: TestCommitInheritsEnv (0.43s) [2020-02-12T18:11:47.339Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-12T18:11:47.339Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-12T18:11:47.339Z] === RUN TestImagesFilterMultiReference [2020-02-12T18:11:47.491Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-02-12T18:11:47.624Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-02-12T18:11:47.624Z] === RUN TestImagePullPlatformInvalid [2020-02-12T18:11:47.624Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-12T18:11:47.624Z] === RUN TestRemoveImageOrphaning [2020-02-12T18:11:47.917Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2020-02-12T18:11:47.917Z] === RUN TestRemoveImageGarbageCollector [2020-02-12T18:11:47.917Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-12T18:11:47.917Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:11:47.917Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-12T18:11:47.917Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-02-12T18:11:47.917Z] === RUN TestTagInvalidReference [2020-02-12T18:11:47.917Z] --- PASS: TestTagInvalidReference (0.04s) [2020-02-12T18:11:47.917Z] === RUN TestTagValidPrefixedRepo [2020-02-12T18:11:48.203Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-02-12T18:11:48.203Z] === RUN TestTagExistedNameWithoutForce [2020-02-12T18:11:48.203Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-02-12T18:11:48.203Z] === RUN TestTagOfficialNames [2020-02-12T18:11:48.203Z] --- PASS: TestTagOfficialNames (0.06s) [2020-02-12T18:11:48.203Z] === RUN TestTagMatchesDigest [2020-02-12T18:11:48.203Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-12T18:11:48.203Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-12T18:11:48.415Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-02-12T18:11:49.338Z] === RUN TestDockerSuite/TestExecUlimits [2020-02-12T18:11:50.261Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-02-12T18:11:50.261Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-02-12T18:11:52.768Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-02-12T18:11:53.022Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-02-12T18:11:53.276Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-02-12T18:11:54.635Z] === RUN TestDockerSuite/TestExecWithTERM [2020-02-12T18:11:55.560Z] === RUN TestDockerSuite/TestExecWithUser [2020-02-12T18:11:56.483Z] === RUN TestDockerSuite/TestGetContainerStats [2020-02-12T18:12:01.714Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-02-12T18:12:06.944Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-02-12T18:12:08.826Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-02-12T18:12:14.055Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-02-12T18:12:14.310Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-02-12T18:12:14.310Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-02-12T18:12:14.310Z] === RUN TestDockerSuite/TestHealth [2020-02-12T18:12:36.173Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-02-12T18:12:36.173Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-02-12T18:12:36.173Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-02-12T18:12:36.173Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-02-12T18:12:36.173Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-02-12T18:12:37.095Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-02-12T18:12:37.095Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-02-12T18:12:38.019Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-02-12T18:12:38.019Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-02-12T18:12:38.019Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-02-12T18:12:38.274Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-02-12T18:12:38.528Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-02-12T18:12:38.783Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-02-12T18:12:39.342Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-02-12T18:12:39.342Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-02-12T18:12:40.266Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-02-12T18:12:40.266Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-02-12T18:12:41.625Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-02-12T18:12:42.550Z] === RUN TestDockerSuite/TestImagesFormat [2020-02-12T18:12:42.550Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-02-12T18:12:43.476Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-02-12T18:12:46.740Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-02-12T18:12:46.740Z] === RUN TestDockerSuite/TestImportBadURL [2020-02-12T18:12:46.740Z] === RUN TestDockerSuite/TestImportDisplay [2020-02-12T18:12:48.101Z] === RUN TestDockerSuite/TestImportFile [2020-02-12T18:12:50.609Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-02-12T18:12:50.609Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-02-12T18:12:51.970Z] === RUN TestDockerSuite/TestImportGzipped [2020-02-12T18:12:54.477Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-02-12T18:12:55.836Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-02-12T18:12:56.759Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-02-12T18:12:57.685Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-02-12T18:12:59.045Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-02-12T18:12:59.045Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-02-12T18:12:59.045Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-02-12T18:12:59.045Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-02-12T18:12:59.968Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-02-12T18:13:00.892Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-02-12T18:13:01.816Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-02-12T18:13:02.740Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-02-12T18:13:03.664Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-02-12T18:13:04.588Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-02-12T18:13:04.588Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-02-12T18:13:04.588Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-02-12T18:13:06.475Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-02-12T18:13:07.397Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-02-12T18:13:07.397Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-02-12T18:13:07.956Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-02-12T18:13:08.210Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-02-12T18:13:08.770Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-02-12T18:13:08.770Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-02-12T18:13:10.651Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-02-12T18:13:10.651Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-02-12T18:13:11.574Z] === RUN TestDockerSuite/TestInspectDefault [2020-02-12T18:13:12.497Z] === RUN TestDockerSuite/TestInspectHistory [2020-02-12T18:13:13.421Z] === RUN TestDockerSuite/TestInspectImage [2020-02-12T18:13:13.676Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-02-12T18:13:13.676Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-02-12T18:13:13.676Z] === RUN TestDockerSuite/TestInspectInt64 [2020-02-12T18:13:13.931Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-02-12T18:13:14.490Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-02-12T18:13:15.414Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-02-12T18:13:15.414Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-02-12T18:13:16.337Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-02-12T18:13:17.260Z] === RUN TestDockerSuite/TestInspectPlugin [2020-02-12T18:13:17.514Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-02-12T18:13:19.397Z] === RUN TestDockerSuite/TestInspectRootFS [2020-02-12T18:13:19.397Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-02-12T18:13:20.319Z] === RUN TestDockerSuite/TestInspectStatus [2020-02-12T18:13:20.319Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-02-12T18:13:21.243Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-02-12T18:13:23.124Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-02-12T18:13:24.049Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-02-12T18:13:24.608Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-02-12T18:13:25.540Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-02-12T18:13:25.540Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-02-12T18:13:26.463Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-02-12T18:13:27.391Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-02-12T18:13:28.317Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-02-12T18:13:28.317Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-02-12T18:13:30.824Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-02-12T18:13:30.825Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-02-12T18:13:32.711Z] === RUN TestDockerSuite/TestLinksEnvs [2020-02-12T18:13:34.073Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-02-12T18:13:34.631Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-02-12T18:13:36.512Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-02-12T18:13:39.018Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-02-12T18:13:41.523Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-02-12T18:13:41.523Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-02-12T18:13:44.031Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-02-12T18:13:44.285Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-02-12T18:13:45.207Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-02-12T18:13:57.376Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-02-12T18:13:57.631Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-02-12T18:14:00.888Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-02-12T18:14:02.250Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-02-12T18:14:03.174Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-02-12T18:14:05.681Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-02-12T18:14:05.681Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-02-12T18:14:05.681Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-02-12T18:14:06.239Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-02-12T18:14:06.239Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-02-12T18:14:06.240Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-02-12T18:14:07.162Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-02-12T18:14:08.088Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-02-12T18:14:09.969Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-02-12T18:14:11.849Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-02-12T18:14:12.816Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-02-12T18:14:18.046Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-02-12T18:14:18.300Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-02-12T18:14:18.554Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-02-12T18:14:19.478Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-02-12T18:14:20.838Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-02-12T18:14:21.762Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-02-12T18:14:23.122Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-02-12T18:14:23.122Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-02-12T18:14:24.045Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-02-12T18:14:26.553Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-02-12T18:14:26.807Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-02-12T18:14:27.731Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-02-12T18:14:28.655Z] === RUN TestDockerSuite/TestLogsSince [2020-02-12T18:14:29.579Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-02-12T18:14:32.835Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-02-12T18:14:36.091Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-02-12T18:14:36.091Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-02-12T18:14:39.348Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-02-12T18:14:41.251Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-02-12T18:14:42.177Z] === RUN TestDockerSuite/TestLogsTail [2020-02-12T18:14:43.102Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-02-12T18:14:43.102Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-02-12T18:14:44.026Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-02-12T18:14:44.950Z] === RUN TestDockerSuite/TestMountIntoProc [2020-02-12T18:14:45.508Z] === RUN TestDockerSuite/TestMountIntoSys [2020-02-12T18:14:46.067Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-02-12T18:14:46.321Z] === RUN TestDockerSuite/TestNetHostname [2020-02-12T18:14:48.830Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-02-12T18:14:49.389Z] === RUN TestDockerSuite/TestNetworkEvents [2020-02-12T18:14:49.643Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-02-12T18:14:50.567Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-02-12T18:14:53.074Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-02-12T18:14:53.997Z] === RUN TestDockerSuite/TestPluginActive [2020-02-12T18:14:55.880Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-02-12T18:14:56.440Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-02-12T18:15:02.968Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-02-12T18:15:02.968Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-02-12T18:15:02.968Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-02-12T18:15:03.527Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-02-12T18:15:06.037Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-02-12T18:15:07.919Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-02-12T18:15:09.801Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-02-12T18:15:15.033Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-02-12T18:15:16.917Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-02-12T18:15:16.917Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-02-12T18:15:18.277Z] === RUN TestDockerSuite/TestPortHostBinding [2020-02-12T18:15:19.638Z] === RUN TestDockerSuite/TestPortList [2020-02-12T18:15:20.197Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-02-12T18:15:24.350Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-02-12T18:15:28.507Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-02-12T18:15:31.015Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-02-12T18:15:32.899Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-02-12T18:15:33.154Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-02-12T18:15:36.411Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-02-12T18:15:40.568Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-02-12T18:15:40.568Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-02-12T18:15:40.568Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-02-12T18:15:41.128Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-02-12T18:15:41.128Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-02-12T18:15:42.051Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-02-12T18:15:42.051Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-02-12T18:15:42.610Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-02-12T18:15:42.864Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-02-12T18:15:44.749Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-02-12T18:15:44.749Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-02-12T18:15:48.005Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-02-12T18:15:49.382Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-02-12T18:15:49.636Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-02-12T18:15:49.891Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-02-12T18:15:49.891Z] === RUN TestDockerSuite/TestPsByOrder [2020-02-12T18:15:54.047Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-02-12T18:15:54.605Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-02-12T18:15:58.759Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-02-12T18:16:03.993Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-02-12T18:16:03.993Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-02-12T18:16:03.993Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-02-12T18:16:08.149Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-02-12T18:16:16.219Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-02-12T18:16:16.474Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-02-12T18:16:17.397Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-02-12T18:16:19.441Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-02-12T18:16:20.000Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-02-12T18:16:21.881Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-02-12T18:16:23.240Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-02-12T18:16:25.121Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-02-12T18:16:28.380Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-02-12T18:16:30.264Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-02-12T18:16:30.264Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-02-12T18:16:31.188Z] === RUN TestDockerSuite/TestPsRightTagName [2020-02-12T18:16:33.695Z] === RUN TestDockerSuite/TestPsShowMounts [2020-02-12T18:16:36.952Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-02-12T18:16:37.206Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-02-12T18:16:37.206Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-02-12T18:16:37.461Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-02-12T18:16:37.461Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-02-12T18:16:37.716Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-02-12T18:16:39.076Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-02-12T18:16:39.341Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-02-12T18:16:40.269Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-02-12T18:16:42.152Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-02-12T18:16:42.152Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-02-12T18:16:42.710Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-02-12T18:16:45.969Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-02-12T18:16:51.203Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-02-12T18:16:52.562Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-02-12T18:16:55.069Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-02-12T18:16:55.069Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-02-12T18:16:55.069Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-02-12T18:16:55.324Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-02-12T18:16:55.908Z] --- PASS: TestImportExtremelyLargeImageWorks (300.61s) [2020-02-12T18:16:55.908Z] PASS [2020-02-12T18:16:55.908Z] [2020-02-12T18:16:55.908Z] === Skipped [2020-02-12T18:16:55.908Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-12T18:16:55.908Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:16:55.908Z] [2020-02-12T18:16:55.908Z] [2020-02-12T18:16:55.908Z] DONE 12 tests, 1 skipped in 302.021s [2020-02-12T18:16:55.908Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-02-12T18:16:55.908Z] ++ 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-12T18:16:55.908Z] ++ set -e [2020-02-12T18:16:55.908Z] ++ '[' -n 0 ']' [2020-02-12T18:16:55.908Z] ++ set -x [2020-02-12T18:16:55.908Z] ++ 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-12T18:16:55.908Z] INFO: Testing against a local daemon [2020-02-12T18:16:55.908Z] === RUN TestNetworkCreateDelete [2020-02-12T18:16:55.908Z] --- PASS: TestNetworkCreateDelete (0.23s) [2020-02-12T18:16:55.908Z] === RUN TestDockerNetworkDeletePreferID [2020-02-12T18:16:55.908Z] --- PASS: TestDockerNetworkDeletePreferID (0.62s) [2020-02-12T18:16:55.908Z] === RUN TestInspectNetwork [2020-02-12T18:16:55.908Z] === RUN TestInspectNetwork/full_network_id [2020-02-12T18:16:55.908Z] === RUN TestInspectNetwork/partial_network_id [2020-02-12T18:16:55.908Z] === RUN TestInspectNetwork/network_name [2020-02-12T18:16:55.908Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-12T18:16:57.498Z] --- PASS: TestInspectNetwork (7.72s) [2020-02-12T18:16:57.498Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-12T18:16:57.498Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-12T18:16:57.498Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-12T18:16:57.498Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-12T18:16:57.498Z] === RUN TestRunContainerWithBridgeNone [2020-02-12T18:16:58.581Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-02-12T18:16:59.504Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-02-12T18:17:00.298Z] --- PASS: TestRunContainerWithBridgeNone (2.28s) [2020-02-12T18:17:00.298Z] === RUN TestNetworkInvalidJSON [2020-02-12T18:17:00.298Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-12T18:17:00.298Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-12T18:17:00.298Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T18:17:00.298Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T18:17:00.298Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T18:17:00.298Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T18:17:00.298Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-12T18:17:00.298Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-12T18:17:00.298Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-12T18:17:00.298Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-02-12T18:17:00.298Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-12T18:17:00.298Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-12T18:17:00.298Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-12T18:17:00.298Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-12T18:17:00.966Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-02-12T18:17:00.966Z] === RUN TestDaemonDefaultNetworkPools [2020-02-12T18:17:02.014Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-02-12T18:17:02.014Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-12T18:17:03.056Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s) [2020-02-12T18:17:03.056Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-12T18:17:03.660Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-02-12T18:17:04.568Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.51s) [2020-02-12T18:17:04.568Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-12T18:17:05.023Z] === RUN TestDockerSuite/TestRmiBlank [2020-02-12T18:17:05.023Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-02-12T18:17:05.210Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-02-12T18:17:05.210Z] === RUN TestServiceWithPredefinedNetwork [2020-02-12T18:17:05.278Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-02-12T18:17:05.837Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-02-12T18:17:08.034Z] --- PASS: TestServiceWithPredefinedNetwork (2.44s) [2020-02-12T18:17:08.034Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-12T18:17:08.034Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T18:17:08.034Z] service_test.go:230: FLAKY_TEST [2020-02-12T18:17:08.034Z] === RUN TestServiceWithDataPathPortInit [2020-02-12T18:17:09.994Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-02-12T18:17:10.918Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-02-12T18:17:11.173Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-02-12T18:17:13.058Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-02-12T18:17:13.982Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-02-12T18:17:14.236Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-02-12T18:17:16.120Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-02-12T18:17:17.043Z] === RUN TestDockerSuite/TestRmiTag [2020-02-12T18:17:17.043Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-02-12T18:17:17.298Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-02-12T18:17:18.220Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-02-12T18:17:23.397Z] --- PASS: TestServiceWithDataPathPortInit (14.92s) [2020-02-12T18:17:23.398Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-12T18:17:23.454Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-02-12T18:17:23.710Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-02-12T18:17:24.635Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-02-12T18:17:25.193Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-02-12T18:17:27.086Z] === RUN TestDockerSuite/TestRunAddHost [2020-02-12T18:17:27.645Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-02-12T18:17:28.203Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-02-12T18:17:28.762Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-02-12T18:17:28.762Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-02-12T18:17:29.684Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-02-12T18:17:30.245Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.55s) [2020-02-12T18:17:30.245Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:eqr2lz65uzoz243j0jkwiep4g Created:2020-02-12 18:17:23.630215835 +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[0d4a62d1e5ec8670ffc548984d3d6f032fd47550e2f0457a7ccdb772f6d63642:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ipjfmz0mqqym71fog7h9zzog5 EndpointID:4c5d3035fa5468c67a929f4ccd5c2984c86db26a712cd92ff7218e79e16a88d6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bb21d3efe01262a3b0f0c01f00d756a765b0ec3246138527c5e456aca6eb1805 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:14a1dac737e5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ipjfmz0mqqym71fog7h9zzog5 EndpointID:4c5d3035fa5468c67a929f4ccd5c2984c86db26a712cd92ff7218e79e16a88d6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-12T18:17:30.245Z] PASS [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] === Skipped [2020-02-12T18:17:30.245Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-12T18:17:30.245Z] service_test.go:230: FLAKY_TEST [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] DONE 21 tests, 1 skipped in 41.126s [2020-02-12T18:17:30.245Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-12T18:17:30.245Z] ++ 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-12T18:17:30.245Z] ++ set -e [2020-02-12T18:17:30.245Z] ++ '[' -n 0 ']' [2020-02-12T18:17:30.245Z] ++ set -x [2020-02-12T18:17:30.245Z] ++ 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-12T18:17:30.245Z] INFO: Testing against a local daemon [2020-02-12T18:17:30.245Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-12T18:17:30.245Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T18:17:30.245Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:17:30.245Z] === RUN TestDockerNetworkIpvlan [2020-02-12T18:17:30.245Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-12T18:17:30.245Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:17:30.245Z] PASS [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] === Skipped [2020-02-12T18:17:30.245Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-12T18:17:30.245Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-12T18:17:30.245Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] [2020-02-12T18:17:30.245Z] DONE 2 tests, 2 skipped in 0.107s [2020-02-12T18:17:30.245Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-12T18:17:30.245Z] ++ 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-12T18:17:30.245Z] ++ set -e [2020-02-12T18:17:30.245Z] ++ '[' -n 0 ']' [2020-02-12T18:17:30.245Z] ++ set -x [2020-02-12T18:17:30.245Z] ++ 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-12T18:17:30.245Z] INFO: Testing against a local daemon [2020-02-12T18:17:30.245Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-12T18:17:31.566Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-02-12T18:17:31.742Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s) [2020-02-12T18:17:31.742Z] === RUN TestDockerNetworkMacvlan [2020-02-12T18:17:32.124Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-02-12T18:17:32.762Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-12T18:17:33.049Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-02-12T18:17:33.609Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-02-12T18:17:33.799Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-12T18:17:34.168Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-02-12T18:17:34.818Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-12T18:17:36.052Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-02-12T18:17:37.529Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-12T18:17:37.937Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-02-12T18:17:38.860Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-02-12T18:17:39.783Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-02-12T18:17:40.706Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-02-12T18:17:41.038Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-12T18:17:41.629Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-02-12T18:17:42.552Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-02-12T18:17:43.477Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-02-12T18:17:44.850Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-02-12T18:17:45.408Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-02-12T18:17:45.457Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-12T18:17:46.331Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan (14.62s) [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.17s) [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.15s) [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.12s) [2020-02-12T18:17:46.482Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2020-02-12T18:17:46.482Z] PASS [2020-02-12T18:17:46.482Z] [2020-02-12T18:17:46.482Z] DONE 8 tests in 16.233s [2020-02-12T18:17:46.482Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-12T18:17:46.482Z] ++ 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-12T18:17:46.482Z] ++ set -e [2020-02-12T18:17:46.482Z] ++ '[' -n 0 ']' [2020-02-12T18:17:46.482Z] ++ set -x [2020-02-12T18:17:46.482Z] ++ 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-12T18:17:46.482Z] testing: warning: no tests to run [2020-02-12T18:17:46.482Z] PASS [2020-02-12T18:17:46.482Z] [2020-02-12T18:17:46.482Z] DONE 0 tests in 0.015s [2020-02-12T18:17:46.482Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-12T18:17:46.482Z] ++ 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-12T18:17:46.482Z] ++ set -e [2020-02-12T18:17:46.482Z] ++ '[' -n 0 ']' [2020-02-12T18:17:46.482Z] ++ set -x [2020-02-12T18:17:46.482Z] ++ 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-12T18:17:46.482Z] INFO: Testing against a local daemon [2020-02-12T18:17:46.482Z] === RUN TestAuthZPluginAllowRequest [2020-02-12T18:17:47.255Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-02-12T18:17:47.255Z] === RUN TestDockerSuite/TestRunBindMounts [2020-02-12T18:17:48.537Z] --- PASS: TestAuthZPluginAllowRequest (1.62s) [2020-02-12T18:17:48.537Z] === RUN TestAuthZPluginTLS [2020-02-12T18:17:48.828Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-02-12T18:17:48.828Z] === RUN TestAuthZPluginDenyRequest [2020-02-12T18:17:49.492Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-02-12T18:17:49.492Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-12T18:17:49.765Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-02-12T18:17:49.779Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2020-02-12T18:17:49.779Z] === RUN TestAuthZPluginDenyResponse [2020-02-12T18:17:50.324Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-02-12T18:17:50.413Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2020-02-12T18:17:50.413Z] === RUN TestAuthZPluginAllowEventStream [2020-02-12T18:17:51.247Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-02-12T18:17:51.918Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s) [2020-02-12T18:17:51.918Z] === RUN TestAuthZPluginErrorResponse [2020-02-12T18:17:52.170Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-02-12T18:17:52.548Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-02-12T18:17:52.548Z] === RUN TestAuthZPluginErrorRequest [2020-02-12T18:17:52.730Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-02-12T18:17:52.730Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-02-12T18:17:53.176Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-02-12T18:17:53.176Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-12T18:17:53.333Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-02-12T18:17:53.588Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-02-12T18:17:53.805Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2020-02-12T18:17:53.805Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-12T18:17:54.510Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-02-12T18:17:55.437Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-02-12T18:17:55.857Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2020-02-12T18:17:55.857Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-12T18:17:56.359Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-02-12T18:17:56.918Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-02-12T18:17:57.172Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-02-12T18:17:58.095Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-02-12T18:17:58.095Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-02-12T18:17:58.569Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.16s) [2020-02-12T18:17:58.569Z] === RUN TestAuthZPluginHeader [2020-02-12T18:17:59.187Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-02-12T18:17:59.187Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-12T18:17:59.187Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-12T18:17:59.187Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:17:59.187Z] === RUN TestAuthZPluginV2Disable [2020-02-12T18:17:59.187Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-12T18:17:59.187Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:17:59.187Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-12T18:17:59.187Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-12T18:17:59.187Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:17:59.187Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-12T18:17:59.187Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-12T18:17:59.187Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:17:59.187Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-12T18:17:59.455Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-02-12T18:18:00.014Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-02-12T18:18:00.937Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-02-12T18:18:01.865Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-02-12T18:18:01.865Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-02-12T18:18:02.120Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-02-12T18:18:03.050Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-02-12T18:18:04.933Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-02-12T18:18:06.815Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-02-12T18:18:08.696Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-02-12T18:18:09.255Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-02-12T18:18:10.178Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-02-12T18:18:11.101Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-02-12T18:18:11.662Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-02-12T18:18:12.586Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-02-12T18:18:14.467Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-02-12T18:18:17.676Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.83s) [2020-02-12T18:18:17.676Z] PASS [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] === Skipped [2020-02-12T18:18:17.676Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-12T18:18:17.676Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-12T18:18:17.676Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-12T18:18:17.676Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-12T18:18:17.676Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] DONE 17 tests, 4 skipped in 29.422s [2020-02-12T18:18:17.676Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-12T18:18:17.676Z] ++ 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-12T18:18:17.676Z] ++ set -e [2020-02-12T18:18:17.676Z] ++ '[' -n 0 ']' [2020-02-12T18:18:17.676Z] ++ set -x [2020-02-12T18:18:17.676Z] ++ 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-12T18:18:17.676Z] INFO: Testing against a local daemon [2020-02-12T18:18:17.676Z] === RUN TestPluginInvalidJSON [2020-02-12T18:18:17.676Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T18:18:17.676Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T18:18:17.676Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-12T18:18:17.676Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-02-12T18:18:17.676Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-12T18:18:17.676Z] PASS [2020-02-12T18:18:17.676Z] [2020-02-12T18:18:17.676Z] DONE 2 tests in 0.122s [2020-02-12T18:18:17.676Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-12T18:18:17.676Z] ++ 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-12T18:18:17.676Z] ++ set -e [2020-02-12T18:18:17.676Z] ++ '[' -n 0 ']' [2020-02-12T18:18:17.676Z] ++ set -x [2020-02-12T18:18:17.676Z] ++ 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-12T18:18:17.676Z] INFO: Testing against a local daemon [2020-02-12T18:18:17.676Z] === RUN TestExternalGraphDriver [2020-02-12T18:18:17.676Z] === RUN TestExternalGraphDriver/json [2020-02-12T18:18:18.297Z] === RUN TestExternalGraphDriver/spec [2020-02-12T18:18:18.751Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-02-12T18:18:18.751Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-02-12T18:18:19.006Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-02-12T18:18:20.338Z] === RUN TestExternalGraphDriver/pull [2020-02-12T18:18:21.512Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-02-12T18:18:23.073Z] --- PASS: TestExternalGraphDriver (6.43s) [2020-02-12T18:18:23.073Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2020-02-12T18:18:23.073Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2020-02-12T18:18:23.073Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2020-02-12T18:18:23.073Z] === RUN TestGraphdriverPluginV2 [2020-02-12T18:18:23.073Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-02-12T18:18:23.073Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:18:23.073Z] PASS [2020-02-12T18:18:23.073Z] [2020-02-12T18:18:23.073Z] === Skipped [2020-02-12T18:18:23.073Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-02-12T18:18:23.073Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:18:23.073Z] [2020-02-12T18:18:23.073Z] [2020-02-12T18:18:23.073Z] DONE 5 tests, 1 skipped in 6.598s [2020-02-12T18:18:23.073Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-12T18:18:23.073Z] ++ 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-12T18:18:23.073Z] ++ set -e [2020-02-12T18:18:23.073Z] ++ '[' -n 0 ']' [2020-02-12T18:18:23.073Z] ++ set -x [2020-02-12T18:18:23.073Z] ++ 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-12T18:18:23.073Z] INFO: Testing against a local daemon [2020-02-12T18:18:23.073Z] === RUN TestContinueAfterPluginCrash [2020-02-12T18:18:23.073Z] === PAUSE TestContinueAfterPluginCrash [2020-02-12T18:18:23.073Z] === RUN TestDaemonStartWithLogOpt [2020-02-12T18:18:23.073Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-12T18:18:23.073Z] === CONT TestContinueAfterPluginCrash [2020-02-12T18:18:23.073Z] === CONT TestDaemonStartWithLogOpt [2020-02-12T18:18:23.394Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-02-12T18:18:26.654Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-02-12T18:18:29.160Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-02-12T18:18:29.160Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-02-12T18:18:29.160Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-02-12T18:18:29.719Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-02-12T18:18:31.602Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-02-12T18:18:33.484Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-02-12T18:18:35.992Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-02-12T18:18:36.551Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-02-12T18:18:38.433Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-02-12T18:18:39.355Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-02-12T18:18:39.355Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-02-12T18:18:39.914Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-02-12T18:18:41.608Z] --- PASS: TestDaemonStartWithLogOpt (15.88s) [2020-02-12T18:18:41.796Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-02-12T18:18:41.796Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-02-12T18:18:42.720Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-02-12T18:18:43.643Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-02-12T18:18:43.662Z] --- PASS: TestContinueAfterPluginCrash (20.59s) [2020-02-12T18:18:43.662Z] PASS [2020-02-12T18:18:43.662Z] [2020-02-12T18:18:43.662Z] DONE 2 tests in 20.700s [2020-02-12T18:18:43.662Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-12T18:18:43.662Z] ++ 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-12T18:18:43.662Z] ++ set -e [2020-02-12T18:18:43.662Z] ++ '[' -n 0 ']' [2020-02-12T18:18:43.662Z] ++ set -x [2020-02-12T18:18:43.662Z] ++ 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-12T18:18:43.662Z] INFO: Testing against a local daemon [2020-02-12T18:18:43.662Z] === RUN TestPluginWithDevMounts [2020-02-12T18:18:43.662Z] === PAUSE TestPluginWithDevMounts [2020-02-12T18:18:43.662Z] === CONT TestPluginWithDevMounts [2020-02-12T18:18:44.205Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-02-12T18:18:45.137Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-02-12T18:18:45.137Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-02-12T18:18:45.706Z] --- PASS: TestPluginWithDevMounts (2.27s) [2020-02-12T18:18:45.706Z] PASS [2020-02-12T18:18:45.706Z] [2020-02-12T18:18:45.706Z] DONE 1 tests in 2.370s [2020-02-12T18:18:45.706Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-02-12T18:18:45.706Z] ++ 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-12T18:18:45.706Z] ++ set -e [2020-02-12T18:18:45.706Z] ++ '[' -n 0 ']' [2020-02-12T18:18:45.706Z] ++ set -x [2020-02-12T18:18:45.706Z] ++ 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-12T18:18:45.994Z] INFO: Testing against a local daemon [2020-02-12T18:18:45.994Z] === RUN TestSecretInspect [2020-02-12T18:18:46.064Z] === RUN TestDockerSuite/TestRunEnvironment [2020-02-12T18:18:46.987Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-02-12T18:18:47.546Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-02-12T18:18:48.039Z] --- PASS: TestSecretInspect (2.29s) [2020-02-12T18:18:48.039Z] === RUN TestSecretList [2020-02-12T18:18:48.469Z] === RUN TestDockerSuite/TestRunExitCode [2020-02-12T18:18:49.393Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-02-12T18:18:49.951Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-02-12T18:18:50.745Z] --- PASS: TestSecretList (2.35s) [2020-02-12T18:18:50.745Z] === RUN TestSecretsCreateAndDelete [2020-02-12T18:18:50.875Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-02-12T18:18:51.798Z] === RUN TestDockerSuite/TestRunExposePort [2020-02-12T18:18:51.798Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-02-12T18:18:52.721Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-02-12T18:18:52.790Z] --- PASS: TestSecretsCreateAndDelete (2.26s) [2020-02-12T18:18:52.790Z] === RUN TestSecretsUpdate [2020-02-12T18:18:53.280Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-02-12T18:18:55.162Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-02-12T18:18:55.417Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-12T18:18:55.417Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-02-12T18:18:55.543Z] --- PASS: TestSecretsUpdate (2.29s) [2020-02-12T18:18:55.543Z] === RUN TestTemplatedSecret [2020-02-12T18:18:58.240Z] --- PASS: TestTemplatedSecret (2.73s) [2020-02-12T18:18:58.240Z] === RUN TestSecretCreateResolve [2020-02-12T18:18:59.572Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-02-12T18:19:00.131Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-02-12T18:19:00.285Z] --- PASS: TestSecretCreateResolve (2.28s) [2020-02-12T18:19:00.285Z] PASS [2020-02-12T18:19:00.285Z] [2020-02-12T18:19:00.285Z] DONE 6 tests in 14.308s [2020-02-12T18:19:00.286Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-02-12T18:19:00.286Z] ++ 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-12T18:19:00.286Z] ++ set -e [2020-02-12T18:19:00.286Z] ++ '[' -n 0 ']' [2020-02-12T18:19:00.286Z] ++ set -x [2020-02-12T18:19:00.286Z] ++ 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-12T18:19:00.286Z] INFO: Testing against a local daemon [2020-02-12T18:19:00.286Z] === RUN TestServiceCreateInit [2020-02-12T18:19:00.286Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-12T18:19:04.718Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-12T18:19:09.165Z] --- PASS: TestServiceCreateInit (8.30s) [2020-02-12T18:19:09.165Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.07s) [2020-02-12T18:19:09.165Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.19s) [2020-02-12T18:19:09.165Z] === RUN TestCreateServiceMultipleTimes [2020-02-12T18:19:12.283Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-02-12T18:19:12.841Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-02-12T18:19:14.723Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-02-12T18:19:14.723Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-02-12T18:19:14.723Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-02-12T18:19:14.723Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-02-12T18:19:15.282Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-02-12T18:19:18.538Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-02-12T18:19:20.418Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-02-12T18:19:22.300Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-02-12T18:19:22.859Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-02-12T18:19:23.782Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-02-12T18:19:24.340Z] === RUN TestDockerSuite/TestRunModeHostname [2020-02-12T18:19:25.699Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-02-12T18:19:25.699Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-02-12T18:19:25.954Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-02-12T18:19:27.784Z] --- PASS: TestCreateServiceMultipleTimes (16.27s) [2020-02-12T18:19:27.784Z] === RUN TestCreateServiceConflict [2020-02-12T18:19:27.784Z] --- PASS: TestCreateServiceConflict (2.25s) [2020-02-12T18:19:27.784Z] === RUN TestCreateServiceMaxReplicas [2020-02-12T18:19:27.836Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-02-12T18:19:28.761Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-02-12T18:19:30.504Z] --- PASS: TestCreateServiceMaxReplicas (3.11s) [2020-02-12T18:19:30.504Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-12T18:19:30.642Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-02-12T18:19:30.642Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-02-12T18:19:30.897Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-02-12T18:19:32.787Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-02-12T18:19:34.147Z] === RUN TestDockerSuite/TestRunMount [2020-02-12T18:19:42.218Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-02-12T18:19:42.218Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-02-12T18:19:42.472Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-02-12T18:19:44.352Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-02-12T18:19:45.804Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.46s) [2020-02-12T18:19:45.804Z] === RUN TestCreateServiceSecretFileMode [2020-02-12T18:19:46.426Z] --- PASS: TestCreateServiceSecretFileMode (2.66s) [2020-02-12T18:19:46.426Z] === RUN TestCreateServiceConfigFileMode [2020-02-12T18:19:46.859Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-02-12T18:19:49.130Z] --- PASS: TestCreateServiceConfigFileMode (2.60s) [2020-02-12T18:19:49.130Z] === RUN TestCreateServiceSysctls [2020-02-12T18:19:50.116Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-02-12T18:19:52.609Z] --- PASS: TestCreateServiceSysctls (3.34s) [2020-02-12T18:19:52.609Z] === RUN TestCreateServiceCapabilities [2020-02-12T18:19:53.372Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-02-12T18:19:55.310Z] --- PASS: TestCreateServiceCapabilities (2.72s) [2020-02-12T18:19:55.310Z] === RUN TestInspect [2020-02-12T18:19:55.879Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-02-12T18:19:57.238Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-02-12T18:19:58.002Z] --- PASS: TestInspect (2.83s) [2020-02-12T18:19:58.002Z] === RUN TestCreateJob [2020-02-12T18:19:59.119Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-02-12T18:19:59.119Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-02-12T18:20:00.043Z] === RUN TestDockerSuite/TestRunNetHost [2020-02-12T18:20:00.965Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-02-12T18:20:01.487Z] --- PASS: TestCreateJob (3.43s) [2020-02-12T18:20:01.487Z] === RUN TestReplicatedJob [2020-02-12T18:20:01.888Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-02-12T18:20:02.812Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-02-12T18:20:05.321Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-02-12T18:20:07.072Z] --- PASS: TestReplicatedJob (5.78s) [2020-02-12T18:20:07.072Z] === RUN TestUpdateReplicatedJob [2020-02-12T18:20:07.826Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-02-12T18:20:10.759Z] --- PASS: TestUpdateReplicatedJob (3.56s) [2020-02-12T18:20:10.759Z] === RUN TestServiceListWithStatuses [2020-02-12T18:20:10.759Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-12T18:20:10.759Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:20:10.759Z] === RUN TestDockerNetworkConnectAlias [2020-02-12T18:20:13.058Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-02-12T18:20:13.313Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-02-12T18:20:13.313Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-02-12T18:20:14.236Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-02-12T18:20:14.236Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-02-12T18:20:15.158Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-02-12T18:20:15.215Z] --- PASS: TestDockerNetworkConnectAlias (4.69s) [2020-02-12T18:20:15.215Z] === RUN TestDockerNetworkReConnect [2020-02-12T18:20:16.082Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-02-12T18:20:16.082Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-02-12T18:20:17.004Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-02-12T18:20:17.567Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-02-12T18:20:17.821Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-02-12T18:20:18.390Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-02-12T18:20:19.314Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-02-12T18:20:19.650Z] --- PASS: TestDockerNetworkReConnect (3.77s) [2020-02-12T18:20:19.650Z] === RUN TestServicePlugin [2020-02-12T18:20:19.650Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-12T18:20:19.650Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:20:19.650Z] === RUN TestServiceUpdateLabel [2020-02-12T18:20:21.194Z] === RUN TestDockerSuite/TestRunPortInUse [2020-02-12T18:20:21.207Z] --- PASS: TestServiceUpdateLabel (2.33s) [2020-02-12T18:20:21.207Z] === RUN TestServiceUpdateSecrets [2020-02-12T18:20:22.118Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-02-12T18:20:23.042Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-02-12T18:20:23.601Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-02-12T18:20:24.524Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-02-12T18:20:25.447Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-02-12T18:20:25.703Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-02-12T18:20:25.958Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-12T18:20:25.958Z] === RUN TestDockerSuite/TestRunPublishPort [2020-02-12T18:20:26.880Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-02-12T18:20:27.803Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-02-12T18:20:27.803Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-02-12T18:20:28.726Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-02-12T18:20:30.607Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-02-12T18:20:30.607Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-02-12T18:20:31.531Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-02-12T18:20:34.786Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-02-12T18:20:36.147Z] === RUN TestDockerSuite/TestRunRm [2020-02-12T18:20:36.498Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2020-02-12T18:20:36.498Z] === RUN TestServiceUpdateConfigs [2020-02-12T18:20:37.518Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-02-12T18:20:41.686Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-02-12T18:20:41.686Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-02-12T18:20:41.940Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-02-12T18:20:42.864Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-02-12T18:20:45.374Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-02-12T18:20:45.933Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-02-12T18:20:50.088Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-02-12T18:20:50.343Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-02-12T18:20:51.770Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2020-02-12T18:20:51.770Z] === RUN TestServiceUpdateNetwork [2020-02-12T18:20:53.603Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-02-12T18:20:55.484Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-02-12T18:20:56.408Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-02-12T18:20:57.331Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-02-12T18:20:58.256Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-02-12T18:20:59.180Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-02-12T18:20:59.180Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-02-12T18:21:00.106Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-02-12T18:21:01.030Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-02-12T18:21:01.954Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-02-12T18:21:02.877Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-02-12T18:21:03.801Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-02-12T18:21:04.348Z] --- PASS: TestServiceUpdateNetwork (12.90s) [2020-02-12T18:21:04.348Z] PASS [2020-02-12T18:21:04.348Z] [2020-02-12T18:21:04.348Z] === Skipped [2020-02-12T18:21:04.348Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-02-12T18:21:04.348Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-12T18:21:04.348Z] [2020-02-12T18:21:04.348Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-02-12T18:21:04.348Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-12T18:21:04.348Z] [2020-02-12T18:21:04.348Z] [2020-02-12T18:21:04.348Z] DONE 23 tests, 2 skipped in 123.649s [2020-02-12T18:21:04.348Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-02-12T18:21:04.348Z] ++ 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-12T18:21:04.348Z] ++ set -e [2020-02-12T18:21:04.348Z] ++ '[' -n 0 ']' [2020-02-12T18:21:04.348Z] ++ set -x [2020-02-12T18:21:04.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12T18:21:04.348Z] INFO: Testing against a local daemon [2020-02-12T18:21:04.348Z] === RUN TestSessionCreate [2020-02-12T18:21:04.348Z] --- PASS: TestSessionCreate (0.05s) [2020-02-12T18:21:04.348Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-12T18:21:04.348Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-12T18:21:04.348Z] PASS [2020-02-12T18:21:04.348Z] [2020-02-12T18:21:04.348Z] DONE 2 tests in 0.191s [2020-02-12T18:21:04.348Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-02-12T18:21:04.348Z] ++ 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-12T18:21:04.348Z] ++ set -e [2020-02-12T18:21:04.348Z] ++ '[' -n 0 ']' [2020-02-12T18:21:04.348Z] ++ set -x [2020-02-12T18:21:04.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12T18:21:04.348Z] INFO: Testing against a local daemon [2020-02-12T18:21:04.348Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-12T18:21:04.348Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:21:04.348Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:21:04.349Z] === RUN TestEventsExecDie [2020-02-12T18:21:04.967Z] --- PASS: TestEventsExecDie (0.80s) [2020-02-12T18:21:04.967Z] === RUN TestEventsBackwardsCompatible [2020-02-12T18:21:04.967Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-02-12T18:21:04.967Z] === RUN TestInfoBinaryCommits [2020-02-12T18:21:04.967Z] --- PASS: TestInfoBinaryCommits (0.07s) [2020-02-12T18:21:04.967Z] === RUN TestInfoAPIVersioned [2020-02-12T18:21:04.967Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-02-12T18:21:04.967Z] === RUN TestInfoDiscoveryBackend [2020-02-12T18:21:05.587Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-02-12T18:21:05.587Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-12T18:21:06.306Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-02-12T18:21:06.307Z] === RUN TestDockerSuite/TestRunState [2020-02-12T18:21:06.599Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.02s) [2020-02-12T18:21:06.599Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-12T18:21:07.218Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-02-12T18:21:07.218Z] === RUN TestInfoAPI [2020-02-12T18:21:07.218Z] --- PASS: TestInfoAPI (0.05s) [2020-02-12T18:21:07.218Z] === RUN TestInfoAPIWarnings [2020-02-12T18:21:07.836Z] --- PASS: TestInfoAPIWarnings (0.55s) [2020-02-12T18:21:07.836Z] === RUN TestInfoDebug [2020-02-12T18:21:08.191Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-02-12T18:21:08.457Z] --- PASS: TestInfoDebug (0.54s) [2020-02-12T18:21:08.457Z] === RUN TestInfoInsecureRegistries [2020-02-12T18:21:08.742Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2020-02-12T18:21:08.742Z] === RUN TestInfoRegistryMirrors [2020-02-12T18:21:09.114Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-02-12T18:21:09.380Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-02-12T18:21:09.381Z] === RUN TestLoginFailsWithBadCredentials [2020-02-12T18:21:10.002Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2020-02-12T18:21:10.002Z] === RUN TestPingCacheHeaders [2020-02-12T18:21:10.002Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-02-12T18:21:10.002Z] === RUN TestPingGet [2020-02-12T18:21:10.002Z] --- PASS: TestPingGet (0.03s) [2020-02-12T18:21:10.002Z] === RUN TestPingHead [2020-02-12T18:21:10.002Z] --- PASS: TestPingHead (0.05s) [2020-02-12T18:21:10.002Z] === RUN TestVersion [2020-02-12T18:21:10.002Z] --- PASS: TestVersion (0.06s) [2020-02-12T18:21:10.002Z] PASS [2020-02-12T18:21:10.002Z] [2020-02-12T18:21:10.002Z] === Skipped [2020-02-12T18:21:10.002Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-12T18:21:10.002Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-12T18:21:10.002Z] [2020-02-12T18:21:10.002Z] [2020-02-12T18:21:10.002Z] DONE 18 tests, 1 skipped in 6.031s [2020-02-12T18:21:10.002Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-02-12T18:21:10.002Z] ++ 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-12T18:21:10.002Z] ++ set -e [2020-02-12T18:21:10.002Z] ++ '[' -n 0 ']' [2020-02-12T18:21:10.002Z] ++ set -x [2020-02-12T18:21:10.002Z] ++ 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-12T18:21:10.002Z] INFO: Testing against a local daemon [2020-02-12T18:21:10.002Z] === RUN TestVolumesCreateAndList [2020-02-12T18:21:10.039Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-02-12T18:21:10.287Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-12T18:21:10.287Z] === RUN TestVolumesRemove [2020-02-12T18:21:10.287Z] --- PASS: TestVolumesRemove (0.09s) [2020-02-12T18:21:10.287Z] === RUN TestVolumesInspect [2020-02-12T18:21:10.287Z] --- PASS: TestVolumesInspect (0.04s) [2020-02-12T18:21:10.287Z] === RUN TestVolumesInvalidJSON [2020-02-12T18:21:10.287Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-12T18:21:10.287Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-12T18:21:10.287Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-12T18:21:10.287Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-12T18:21:10.287Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-12T18:21:10.287Z] PASS [2020-02-12T18:21:10.287Z] [2020-02-12T18:21:10.287Z] DONE 5 tests in 0.298s [2020-02-12T18:21:10.287Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-12T18:21:10.293Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-02-12T18:21:10.293Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-02-12T18:21:10.573Z] ++++ cat bundles/test-integration/docker.pid [2020-02-12T18:21:10.573Z] +++ kill 13243 [2020-02-12T18:21:10.853Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-02-12T18:21:10.853Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-02-12T18:21:11.108Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-02-12T18:21:12.031Z] === RUN TestDockerSuite/TestRunSysctls [2020-02-12T18:21:12.052Z] +++ /etc/init.d/apparmor stop [2020-02-12T18:21:12.052Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T18:21:12.052Z] [2020-02-12T18:21:12.052Z] Unloading profiles will leave already running processes permanently [2020-02-12T18:21:12.052Z] unconfined, which can lead to unexpected situations. [2020-02-12T18:21:12.052Z] [2020-02-12T18:21:12.052Z] To set a process to complain mode, use the command line tool [2020-02-12T18:21:12.052Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T18:21:12.052Z] +++ true [2020-02-12T18:21:12.052Z] [2020-02-12T18:21:13.918Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-02-12T18:21:13.918Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-02-12T18:21:13.918Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices Post stage [Pipeline] junit [2020-02-12T18:21:14.124Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-12T18:21:14.841Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-02-12T18:21:15.089Z] + echo Ensuring container killed. [2020-02-12T18:21:15.089Z] Ensuring container killed. [2020-02-12T18:21:15.089Z] + docker rm -vf docker-pr6 [2020-02-12T18:21:15.089Z] Error: No such container: docker-pr6 [2020-02-12T18:21:15.089Z] + true [Pipeline] sh [2020-02-12T18:21:15.469Z] + echo Chowning /workspace to jenkins user [2020-02-12T18:21:15.469Z] Chowning /workspace to jenkins user [2020-02-12T18:21:15.469Z] + id -u [2020-02-12T18:21:15.469Z] + id -g [2020-02-12T18:21:15.469Z] + docker run --rm -v /home/docker/workspace/moby_PR-40500:/workspace busybox chown -R 1001:1001 /workspace [2020-02-12T18:21:15.469Z] Unable to find image 'busybox:latest' locally [2020-02-12T18:21:15.755Z] latest: Pulling from library/busybox [2020-02-12T18:21:15.755Z] d7e28ec550a2: Pulling fs layer [2020-02-12T18:21:16.040Z] d7e28ec550a2: Verifying Checksum [2020-02-12T18:21:16.331Z] d7e28ec550a2: Pull complete [2020-02-12T18:21:16.331Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-12T18:21:16.331Z] Status: Downloaded newer image for busybox:latest [2020-02-12T18:21:18.098Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-12T18:21:18.657Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-02-12T18:21:18.657Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-02-12T18:21:18.776Z] + bundleName=ppc64le-integration [2020-02-12T18:21:18.776Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-02-12T18:21:18.776Z] Creating ppc64le-integration-bundles.tar.gz [2020-02-12T18:21:18.776Z] + 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-12T18:21:18.776Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-12T18:21:19.140Z] Archiving artifacts [2020-02-12T18:21:19.541Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-12T18:21:19.587Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-02-12T18:21:19.932Z] + make clean [2020-02-12T18:21:20.514Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-02-12T18:21:20.547Z] make: command: Command not found [2020-02-12T18:21:20.548Z] make: command: Command not found [2020-02-12T18:21:20.548Z] docker volume rm -f docker-dev-cache [2020-02-12T18:21:20.548Z] docker-dev-cache [Pipeline] deleteDir [2020-02-12T18:21:20.768Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-12T18:21:24.030Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-02-12T18:21:25.398Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-02-12T18:21:28.655Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-02-12T18:21:29.578Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-02-12T18:21:30.137Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-02-12T18:21:31.065Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-02-12T18:21:33.572Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-02-12T18:21:34.932Z] === RUN TestDockerSuite/TestRunUserByID [2020-02-12T18:21:35.855Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-02-12T18:21:35.855Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-02-12T18:21:35.855Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-02-12T18:21:36.778Z] === RUN TestDockerSuite/TestRunUserByName [2020-02-12T18:21:37.700Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-02-12T18:21:38.624Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-02-12T18:21:38.624Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-02-12T18:21:38.879Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-02-12T18:21:39.441Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-02-12T18:21:44.684Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-02-12T18:21:45.243Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-02-12T18:21:46.604Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-02-12T18:21:49.112Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-02-12T18:21:50.472Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-02-12T18:21:52.979Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-02-12T18:21:56.238Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-02-12T18:21:56.797Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-02-12T18:21:57.720Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-02-12T18:21:58.643Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-02-12T18:21:58.643Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-02-12T18:21:58.643Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-02-12T18:21:58.643Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-02-12T18:21:58.897Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-02-12T18:21:59.820Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-02-12T18:22:00.745Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-02-12T18:22:01.304Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-02-12T18:22:03.189Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-02-12T18:22:04.113Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-02-12T18:22:04.672Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-02-12T18:22:04.672Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-02-12T18:22:05.594Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-02-12T18:22:05.594Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-02-12T18:22:05.594Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-02-12T18:22:05.594Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-02-12T18:22:05.594Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-02-12T18:22:05.849Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-02-12T18:22:06.103Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-02-12T18:22:06.103Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-02-12T18:22:06.357Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-02-12T18:22:06.612Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-02-12T18:22:07.535Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-02-12T18:22:08.458Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-02-12T18:22:09.018Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-02-12T18:22:09.018Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-02-12T18:22:09.942Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-02-12T18:22:10.196Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-02-12T18:22:11.121Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-02-12T18:22:11.121Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-02-12T18:22:12.045Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-02-12T18:22:12.604Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-02-12T18:22:12.604Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-02-12T18:22:12.858Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-02-12T18:22:13.781Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-02-12T18:22:15.142Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-02-12T18:22:16.064Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-02-12T18:22:16.064Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-02-12T18:22:16.624Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-02-12T18:22:16.879Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-02-12T18:22:18.238Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-02-12T18:22:18.495Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-02-12T18:22:19.431Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-02-12T18:22:21.941Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-02-12T18:22:22.878Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-02-12T18:22:22.878Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-02-12T18:22:22.878Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-02-12T18:22:23.802Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-02-12T18:22:25.161Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-02-12T18:22:26.521Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-02-12T18:22:26.521Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-02-12T18:22:28.405Z] === RUN TestDockerSuite/TestSaveImageId [2020-02-12T18:22:28.659Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-02-12T18:22:29.218Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-02-12T18:22:31.728Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-02-12T18:22:31.728Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-02-12T18:22:33.088Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-02-12T18:22:33.088Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-02-12T18:22:33.088Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-02-12T18:22:34.973Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-02-12T18:22:36.334Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-02-12T18:22:36.588Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-02-12T18:22:36.588Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-02-12T18:22:36.842Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-02-12T18:22:36.842Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-02-12T18:22:37.402Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-02-12T18:22:39.916Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-02-12T18:22:45.145Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-02-12T18:22:47.653Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-02-12T18:22:49.012Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-02-12T18:22:50.373Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-02-12T18:22:53.629Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-02-12T18:22:56.135Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-02-12T18:22:57.058Z] === RUN TestDockerSuite/TestStartRecordError [2020-02-12T18:22:58.939Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-02-12T18:23:00.822Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-02-12T18:23:02.706Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-02-12T18:23:06.858Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-02-12T18:23:11.012Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-02-12T18:23:11.012Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-02-12T18:23:13.521Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-02-12T18:23:20.040Z] === RUN TestDockerSuite/TestStatsNoStream [2020-02-12T18:23:22.546Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-02-12T18:23:23.905Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-02-12T18:23:24.159Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-02-12T18:23:24.719Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-02-12T18:23:25.642Z] === RUN TestDockerSuite/TestTopPrivileged [2020-02-12T18:23:26.565Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-02-12T18:23:26.565Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-02-12T18:23:27.489Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-02-12T18:23:30.001Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-02-12T18:23:32.509Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-02-12T18:23:36.664Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-02-12T18:23:36.664Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-02-12T18:23:37.587Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-02-12T18:23:37.587Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-02-12T18:23:38.511Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-02-12T18:23:40.392Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-02-12T18:23:40.392Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-02-12T18:23:42.275Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-02-12T18:23:43.199Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-02-12T18:23:44.124Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-02-12T18:23:46.006Z] === RUN TestDockerSuite/TestUpdateStats [2020-02-12T18:23:50.160Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-02-12T18:23:51.537Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-02-12T18:23:51.537Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-02-12T18:23:52.460Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-02-12T18:23:53.382Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-02-12T18:23:57.536Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-02-12T18:24:01.690Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-02-12T18:24:04.197Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-02-12T18:24:07.454Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-02-12T18:24:11.609Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-02-12T18:24:16.852Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-02-12T18:24:18.735Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-02-12T18:24:21.244Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-02-12T18:24:23.127Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-02-12T18:24:24.487Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-02-12T18:24:27.021Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-02-12T18:24:29.535Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-02-12T18:24:32.042Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-02-12T18:24:34.549Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-02-12T18:24:37.058Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-02-12T18:24:51.883Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-02-12T18:24:51.884Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-02-12T18:24:51.884Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-02-12T18:24:52.808Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-02-12T18:24:52.808Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-02-12T18:24:52.808Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-02-12T18:24:52.808Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-02-12T18:24:53.731Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-02-12T18:24:53.731Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-02-12T18:24:54.654Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-02-12T18:24:54.908Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-02-12T18:24:54.908Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-02-12T18:24:54.908Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-02-12T18:24:54.908Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-02-12T18:24:57.414Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-02-12T18:24:57.669Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-02-12T18:24:57.669Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-02-12T18:24:57.669Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-02-12T18:24:57.669Z] === RUN TestDockerSuite/TestVolumeEvents [2020-02-12T18:24:58.592Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-02-12T18:25:01.098Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-02-12T18:25:01.352Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-02-12T18:25:01.352Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-02-12T18:25:04.613Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-02-12T18:25:08.769Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite (1810.53s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.85s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.71s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.39s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.45s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.34s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.79s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.87s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.07s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.82s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.23s) [2020-02-12T18:25:08.769Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.26s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.22s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.24s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.82s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.44s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachDetach (1.43s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.30s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.40s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.36s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.27s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.87s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.99s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.89s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.27s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.50s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.84s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.91s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.64s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.72s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.08s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.64s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.02s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.13s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.62s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.09s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.96s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.55s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.46s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.43s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.66s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.92s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.35s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.70s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddTar (9.91s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.71s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.80s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.99s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.55s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.17s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.98s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.68s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.93s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.57s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.73s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.46s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.47s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.51s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.14s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.32s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.64s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.26s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.33s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.74s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.76s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.68s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.78s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.36s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.00s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.63s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.82s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.12s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.65s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCmd (0.58s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s) [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.73s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.79s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.33s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildContChar (4.29s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.79s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.53s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.15s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.02s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.32s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.12s) [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.14s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.97s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.55s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.75s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.03s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.67s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.75s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.89s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.57s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.64s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.40s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.11s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.57s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.13s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.10s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.17s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.45s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.64s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.65s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.24s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.77s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.97s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (18.19s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.26s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.28s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.70s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.57s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.70s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.14s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnv (1.58s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.33s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.11s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.95s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.55s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.97s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.17s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.97s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.56s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.58s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.71s) [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.31s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.52s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.56s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFails (1.01s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.43s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.02s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.92s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromGit (2.66s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.34s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.24s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.06s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.85s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.36s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.13s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.09s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.39s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildHistory (5.10s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.48s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.26s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.56s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.02s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabel (0.45s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.41s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabels (0.59s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.35s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.64s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.53s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.26s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.21s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (3.27s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (2.58s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.18s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.43s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.97s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.04s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.58s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.19s) [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.55s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.54s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.27s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.60s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.85s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.51s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.32s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.96s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.54s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.36s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.97s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.69s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.86s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.83s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.96s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.51s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.27s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.53s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildPATH (2.74s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.94s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.08s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.44s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.72s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.57s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildRm (3.78s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.41s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.82s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.58s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.65s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.37s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.56s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.84s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.38s) [2020-02-12T18:25:08.770Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-12T18:25:08.770Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.51s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.29s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.16s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildStderr (1.25s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.10s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.35s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.29s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.68s) [2020-02-12T18:25:08.770Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.10s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.62s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildUser (2.48s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (20.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.14s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.31s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.17s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.96s) [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-12T18:25:08.771Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-12T18:25:08.771Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-12T18:25:08.771Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-12T18:25:08.771Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.90s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.21s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.04s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.16s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.39s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.06s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.21s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.53s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.76s) [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-12T18:25:08.771Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.41s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-12T18:25:08.771Z] docker_cli_sni_test.go:18: Flakey test [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.76s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitChange (1.14s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.12s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.77s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.05s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitTTY (1.76s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.97s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.75s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.94s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.62s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.72s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.81s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.98s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.84s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.87s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.86s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.77s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.79s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.82s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.83s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.90s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.81s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.83s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.84s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.69s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.08s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.71s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.50s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.93s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.82s) [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-12T18:25:08.771Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.83s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.32s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (5.54s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.87s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.44s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.38s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.62s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.68s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.57s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.67s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b1f220_} (1.72s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1018592715_/foo_false____} (1.63s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1018592715_/foo_true____} (1.64s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3813471918_/foo_false____} (1.63s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3813471918_/foo_true____} (0.82s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3813471918_/foo_true__0xc000b1f6a0__} (1.59s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b1f6c0_} (1.49s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b1f6e0_} (1.60s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b1f700_} (1.59s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b1f720_} (1.61s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.58s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.72s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.20s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.06s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.96s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.33s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.91s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.67s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.21s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.95s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.94s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.96s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.08s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.99s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.04s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.04s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.46s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.94s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.93s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.96s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.17s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.86s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.21s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.73s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.89s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.58s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.79s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.98s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.62s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseH (4.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.87s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.05s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.03s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToDot (0.92s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.66s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.81s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToStdout (0.97s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.68s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.59s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.21s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.71s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.66s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.82s) [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-12T18:25:08.771Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.80s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateLabels (0.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2020-02-12T18:25:08.771Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-12T18:25:08.771Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.42s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.65s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.88s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (2.18s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.95s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.62s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.64s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.86s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.77s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.79s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.30s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.85s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.51s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.60s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.27s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.02s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.24s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsAttach (0.86s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsCommit (1.00s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.83s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.82s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.82s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.87s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.55s) [2020-02-12T18:25:08.771Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.28s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.53s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsCopy (1.35s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.64s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.49s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.64s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.14s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.53s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFilters (1.92s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFormat (2.33s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.86s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.25s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.53s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.32s) [2020-02-12T18:25:08.772Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-12T18:25:08.772Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-12T18:25:08.772Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-12T18:25:08.772Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.78s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.88s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsRename (1.10s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsResize (0.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.80s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.90s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.78s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.06s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsTop (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.69s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExec (0.99s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.09s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.89s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.56s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.06s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.87s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.88s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.94s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.00s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.76s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecCgroup (1.32s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecEnv (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.93s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.09s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecInspectID (2.98s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecInteractive (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.90s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.89s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecParseError (0.85s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.85s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.83s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.61s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.97s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecStartFails (0.98s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.15s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (1.06s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecTTY (0.97s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.88s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.87s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecUlimits (0.90s) [2020-02-12T18:25:08.772Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-12T18:25:08.772Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.12s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.94s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.19s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.09s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestExecWithUser (1.00s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.92s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.88s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.15s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.95s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestHealth (21.49s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.06s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.13s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.33s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.32s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.50s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.96s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.94s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.99s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.12s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportDisplay (1.75s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportFile (1.92s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.92s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportGzipped (2.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.77s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.97s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.10s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.86s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.88s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.83s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.00s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.85s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.80s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.80s) [2020-02-12T18:25:08.772Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-12T18:25:08.772Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.63s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.99s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectDefault (0.86s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectHistory (1.17s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-02-12T18:25:08.772Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-02-12T18:25:08.772Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.87s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.86s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.99s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.97s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.86s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.92s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectStatus (1.11s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.89s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.70s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.82s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.85s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.87s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.85s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.95s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.46s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.75s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.74s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.37s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.85s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.46s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.44s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.47s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.43s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.91s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.56s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.80s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.63s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.90s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.58s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.47s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.84s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.88s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.89s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.09s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.08s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.31s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.06s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.64s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.89s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.06s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsSince (6.83s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.74s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.93s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsTail (0.95s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.90s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.89s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.60s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.81s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestNetHostname (2.55s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.41s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.32s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.39s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.83s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginActive (1.70s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.36s) [2020-02-12T18:25:08.772Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-02-12T18:25:08.772Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.92s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.32s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.49s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.95s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.83s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.21s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.49s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.66s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPortList (11.31s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.69s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.46s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.82s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.79s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.77s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.14s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.54s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.24s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.61s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.57s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPsByOrder (3.58s) [2020-02-12T18:25:08.772Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.05s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.52s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.38s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.18s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.84s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.58s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.65s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.62s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.08s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.67s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.90s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.66s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.74s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.93s) [2020-02-12T18:25:08.773Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-12T18:25:08.773Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.14s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.17s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.59s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.53s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.77s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.45s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.52s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.26s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.62s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.54s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.90s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.64s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.42s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.13s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.04s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.99s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.03s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.89s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.84s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.96s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.43s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.70s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAddHost (0.86s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.39s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.88s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.70s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.92s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.93s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.69s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.86s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.04s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.00s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.98s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.91s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.98s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.04s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.13s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.78s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.41s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.78s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.90s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.78s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.94s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.34s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.86s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.96s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.17s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (1.00s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.93s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.58s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.84s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.89s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.88s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.86s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.72s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.34s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.98s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.76s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.74s) [2020-02-12T18:25:08.773Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-12T18:25:08.773Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.773Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-12T18:25:08.773Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.71s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.46s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.76s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.85s) [2020-02-12T18:25:08.773Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-12T18:25:08.773Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.84s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.83s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.89s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.78s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunExitCode (0.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.86s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.62s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.39s) [2020-02-12T18:25:08.773Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-12T18:25:08.773Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.75s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.85s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.59s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.18s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.66s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.33s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.73s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.68s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.88s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.71s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.73s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.18s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.29s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.66s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.31s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.76s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.71s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.67s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunMount (6.72s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.65s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.55s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.47s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.55s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.81s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.75s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.71s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.07s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.74s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetHost (1.15s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.83s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.76s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.43s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.44s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.07s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.72s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.82s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.83s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.79s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.80s) [2020-02-12T18:25:08.773Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.90s) [2020-02-12T18:25:08.773Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-02-12T18:25:08.773Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.80s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.91s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.76s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.99s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.75s) [2020-02-12T18:25:09.028Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.79s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.73s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.88s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.68s) [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.98s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.79s) [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (1.02s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.71s) [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.85s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.90s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunRm (1.02s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.96s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.77s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.89s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.13s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.90s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.18s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.29s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (1.00s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.91s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.86s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.96s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.98s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.89s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.02s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.87s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.80s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunState (1.89s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.79s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunStdinPipe (1.01s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.83s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.80s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunSysctls (1.87s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.78s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (3.13s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.89s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.20s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.48s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.23s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.80s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.80s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.79s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.44s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.41s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserByID (0.81s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.92s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserByName (0.84s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.81s) [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.20s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.78s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.82s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.85s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.16s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.58s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.64s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.47s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.84s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.85s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.82s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.96s) [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-02-12T18:25:09.028Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-12T18:25:09.028Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-12T18:25:09.028Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.25s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.85s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.88s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.82s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.73s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.83s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.20s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.16s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.20s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.16s) [2020-02-12T18:25:09.028Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.18s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.86s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.83s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.78s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.86s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.31s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.78s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.85s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.80s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.86s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.63s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.82s) [2020-02-12T18:25:09.029Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-12T18:25:09.029Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.71s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.57s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.82s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.72s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.78s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.08s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.12s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.35s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.12s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.55s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.14s) [2020-02-12T18:25:09.029Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents549546824 [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.12s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.65s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.62s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.57s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.36s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.35s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.54s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.64s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.04s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.60s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.92s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.75s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.88s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.81s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.75s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.82s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.26s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.76s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.98s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.81s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.85s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.90s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.75s) [2020-02-12T18:25:09.029Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-12T18:25:09.029Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.83s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.86s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.74s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.80s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.83s) [2020-02-12T18:25:09.029Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-12T18:25:09.029Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.01s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.82s) [2020-02-12T18:25:09.029Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-12T18:25:09.029Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.58s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.99s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.93s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.73s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateStats (4.04s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.57s) [2020-02-12T18:25:09.029Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-12T18:25:09.029Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.08s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.92s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.09s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.64s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.29s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.61s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.30s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.21s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.44s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.46s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.58s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.66s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.45s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.48s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.40s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.42s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.41s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.87s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.89s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.96s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.55s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.90s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.47s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.21s) [2020-02-12T18:25:09.029Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.32s) [2020-02-12T18:25:09.029Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-12T18:25:09.029Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-12T18:25:09.029Z] === RUN TestDockerRegistrySuite [2020-02-12T18:25:09.029Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-02-12T18:25:10.918Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-02-12T18:25:12.277Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-02-12T18:25:14.160Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-02-12T18:25:14.160Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-02-12T18:25:19.390Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-02-12T18:25:22.648Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-02-12T18:25:27.882Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-02-12T18:25:28.440Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-02-12T18:25:29.800Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-02-12T18:25:31.160Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-02-12T18:25:33.043Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-02-12T18:25:34.402Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-02-12T18:25:35.762Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-02-12T18:25:37.121Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-02-12T18:25:40.385Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-02-12T18:25:42.894Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-02-12T18:25:42.894Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-02-12T18:25:44.788Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-02-12T18:25:48.046Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-02-12T18:25:49.404Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-02-12T18:25:49.659Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-02-12T18:25:51.019Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-02-12T18:25:52.379Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-02-12T18:25:53.738Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-02-12T18:25:56.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-02-12T18:25:57.249Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-02-12T18:25:57.503Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-02-12T18:25:58.062Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-02-12T18:25:58.317Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-02-12T18:25:58.571Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-02-12T18:25:58.571Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-02-12T18:25:59.130Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-02-12T18:25:59.690Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-02-12T18:25:59.690Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-02-12T18:25:59.690Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-02-12T18:25:59.945Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-02-12T18:26:00.504Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-02-12T18:26:00.759Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-02-12T18:26:00.759Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-02-12T18:26:02.122Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-02-12T18:26:02.387Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-02-12T18:26:04.896Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-02-12T18:26:06.257Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-02-12T18:26:07.617Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-02-12T18:26:07.617Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-02-12T18:26:08.977Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite (60.70s) [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.75s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d066682fc9cf2] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.56s) [2020-02-12T18:26:09.537Z] check_test.go:196: [da01ce8e6330f] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.88s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d68eeff78b388] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dbb8af4cb016a] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.33s) [2020-02-12T18:26:09.537Z] check_test.go:196: [de25a6ce2b914] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.25s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d4f67de98c089] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.34s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d2ba8a5a2de9d] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.44s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d83393bdd0fb9] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.24s) [2020-02-12T18:26:09.537Z] check_test.go:196: [db8a4f926500e] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.52s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dc754232ef287] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.66s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d24a634119a6f] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.54s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d01997d561c49] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.30s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dec1896b57926] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.38s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d65fadd0e3f9a] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.92s) [2020-02-12T18:26:09.537Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:803e5ea1f23fd3aa124b82f5870cc06546992435bb9cefae282b098f0b0bd057 [2020-02-12T18:26:09.537Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ecb74016e875956bcfa35581a2f3ca4d8a935078cc1d5cf360aefb5a9767b5e0 [2020-02-12T18:26:09.537Z] check_test.go:196: [d9cd33344b55c] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.71s) [2020-02-12T18:26:09.537Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2eb5c336864a4b5990669bfa9dcd464f13f24dc95d1401b3654299f9bab6605c [2020-02-12T18:26:09.537Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:36eb39a1c8661c5051838e8c362c51ba51124af65d2243371bb63f5ec2709e86 [2020-02-12T18:26:09.537Z] check_test.go:196: [d09eda8fb7bc3] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.68s) [2020-02-12T18:26:09.537Z] check_test.go:196: [da99407f61180] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.61s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dc5b9ea6ae987] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.36s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dfc5032a11040] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d00ffd8089f8a] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.40s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d51dfc03031d6] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.27s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d20c6c8278cc6] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.23s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d3b35302b4f61] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.68s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d175c9833bffc] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d396871403e95] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.53s) [2020-02-12T18:26:09.537Z] check_test.go:196: [df8154d1f8f17] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.48s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d0a971af4ae23] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-02-12T18:26:09.537Z] check_test.go:196: [da670111045e0] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-02-12T18:26:09.537Z] check_test.go:196: [df4fd555ca3ac] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.36s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dc45e437bb3dc] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d60a699245f4a] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.14s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dcd46694de4b1] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.55s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d8c1b51e8ce2d] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.40s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d1f669993506a] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.36s) [2020-02-12T18:26:09.537Z] check_test.go:196: [d5649fc4667d7] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.47s) [2020-02-12T18:26:09.537Z] check_test.go:196: [dd417ff6250bc] daemon is not started [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.09s) [2020-02-12T18:26:09.537Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.81s) [2020-02-12T18:26:09.537Z] === RUN TestDockerSchema1RegistrySuite [2020-02-12T18:26:09.537Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-02-12T18:26:09.794Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-02-12T18:26:10.717Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-02-12T18:26:14.874Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-02-12T18:26:19.049Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-02-12T18:26:24.283Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-02-12T18:26:25.205Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-02-12T18:26:26.563Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-02-12T18:26:26.563Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-02-12T18:26:28.445Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-02-12T18:26:29.805Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-02-12T18:26:30.729Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-02-12T18:26:34.884Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-02-12T18:26:35.444Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-02-12T18:26:36.002Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-02-12T18:26:36.003Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-02-12T18:26:36.257Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-02-12T18:26:36.526Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-02-12T18:26:37.085Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite (27.65s) [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d3fd2b868aac2] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.77s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d4a2160fa6dfc] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.62s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d9db83a761a46] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.54s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d35367a1f2476] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.40s) [2020-02-12T18:26:37.085Z] check_test.go:223: [de24241df23f6] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.45s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d76b5eb2a7ca7] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d8049981b36cc] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.56s) [2020-02-12T18:26:37.085Z] check_test.go:223: [dc8e1a5821008] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.38s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d395b805463bc] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.34s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d06e1dd68af9e] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.10s) [2020-02-12T18:26:37.085Z] check_test.go:223: [de859f6799bd9] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2020-02-12T18:26:37.085Z] check_test.go:223: [dd3843156ed64] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.50s) [2020-02-12T18:26:37.085Z] check_test.go:223: [df1cd924bd3ec] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d10e75b3dcc8b] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d8ec830697783] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.32s) [2020-02-12T18:26:37.085Z] check_test.go:223: [d7e67db54ba8c] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s) [2020-02-12T18:26:37.085Z] check_test.go:223: [da59271fbcada] daemon is not started [2020-02-12T18:26:37.085Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-02-12T18:26:37.085Z] check_test.go:223: [dd3d31192bf89] daemon is not started [2020-02-12T18:26:37.085Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-02-12T18:26:37.085Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-02-12T18:26:38.446Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-02-12T18:26:38.700Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-02-12T18:26:38.955Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-02-12T18:26:40.315Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-02-12T18:26:40.315Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-02-12T18:26:40.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-02-12T18:26:41.129Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.12s) [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.10s) [2020-02-12T18:26:41.383Z] check_test.go:252: [d34893d9235dd] daemon is not started [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.51s) [2020-02-12T18:26:41.383Z] check_test.go:252: [d5544b6c78d92] daemon is not started [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-02-12T18:26:41.383Z] check_test.go:252: [db09af08b2460] daemon is not started [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-02-12T18:26:41.383Z] check_test.go:252: [da1fad11c11c6] daemon is not started [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-02-12T18:26:41.383Z] check_test.go:252: [d7f477790c84e] daemon is not started [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.49s) [2020-02-12T18:26:41.383Z] check_test.go:252: [ddf649ca37979] daemon is not started [2020-02-12T18:26:41.383Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-02-12T18:26:41.383Z] check_test.go:252: [db4128a5af432] daemon is not started [2020-02-12T18:26:41.383Z] === RUN TestDockerRegistryAuthTokenSuite [2020-02-12T18:26:41.383Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-02-12T18:26:46.613Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-02-12T18:26:46.613Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-02-12T18:26:46.870Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-02-12T18:26:46.870Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-02-12T18:26:47.125Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2020-02-12T18:26:47.125Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-02-12T18:26:47.125Z] check_test.go:279: [d3c203834afcf] daemon is not started [2020-02-12T18:26:47.125Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-02-12T18:26:47.125Z] check_test.go:279: [d2487bcde74bd] daemon is not started [2020-02-12T18:26:47.125Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-02-12T18:26:47.125Z] check_test.go:279: [dca253d89533d] daemon is not started [2020-02-12T18:26:47.125Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-02-12T18:26:47.125Z] check_test.go:279: [d8c7b65868e53] daemon is not started [2020-02-12T18:26:47.125Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-02-12T18:26:47.125Z] check_test.go:279: [da626ab6a93c9] daemon is not started [2020-02-12T18:26:47.125Z] === RUN TestDockerNetworkSuite [2020-02-12T18:26:47.125Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-02-12T18:26:50.381Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-02-12T18:26:50.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-02-12T18:26:56.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-02-12T18:26:58.682Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-02-12T18:27:01.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-02-12T18:27:03.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-02-12T18:27:05.184Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-02-12T18:27:08.443Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-02-12T18:27:12.603Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-02-12T18:27:13.527Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-02-12T18:27:15.411Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-02-12T18:27:17.919Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-02-12T18:27:19.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-02-12T18:27:20.056Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-02-12T18:27:20.985Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-02-12T18:27:21.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-02-12T18:27:23.428Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-02-12T18:27:23.428Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-02-12T18:27:25.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-02-12T18:27:25.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-02-12T18:27:26.124Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-02-12T18:27:27.483Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-02-12T18:27:27.483Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-02-12T18:27:27.483Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-02-12T18:27:27.738Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-02-12T18:27:29.098Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-02-12T18:27:30.459Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-02-12T18:27:30.714Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-02-12T18:27:31.276Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-02-12T18:27:31.276Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-02-12T18:27:35.431Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-02-12T18:27:39.587Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-02-12T18:27:43.743Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-02-12T18:27:48.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-02-12T18:27:48.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-02-12T18:27:49.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-02-12T18:27:49.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-02-12T18:27:49.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-02-12T18:27:50.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-02-12T18:27:50.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-02-12T18:27:50.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-02-12T18:27:55.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-02-12T18:27:55.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-02-12T18:27:55.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-02-12T18:27:56.286Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-02-12T18:27:59.544Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-02-12T18:28:01.426Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-02-12T18:28:01.986Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-02-12T18:28:06.151Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-02-12T18:28:06.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-02-12T18:28:06.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-02-12T18:28:07.512Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-02-12T18:28:09.395Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-02-12T18:28:10.319Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-02-12T18:28:10.319Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-02-12T18:28:11.680Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-02-12T18:28:12.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-02-12T18:28:14.486Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-02-12T18:28:17.747Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-02-12T18:28:21.006Z] --- PASS: TestDockerNetworkSuite (93.82s) [2020-02-12T18:28:21.006Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.71s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d3274c1fb7409] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.29s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d5ad0c12c9c4d] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.61s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dd9d47e805211] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.67s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [db435a7bc4cda] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.50s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:1233: [d1cd555ef5fca] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.93s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d9e2be49749dd] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.71s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d0e101529af50] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.16s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [da3ac679c2649] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.13s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [da7a568b1754e] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.99s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dc157e57f14fb] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.78s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [da7096bb71edf] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.95s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dd16d986ff7e9] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.72s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d11b6ca919b84] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d5539d28cea9e] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.54s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d9a748a43f1ee] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.37s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d54f4ab95d5e2] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.15s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dc2bc34b0c53b] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [df06a4cf36ada] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [de4dc6020aa74] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.33s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d6ecf2fa108e9] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.57s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d3ef03e438b07] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d55692b211bb4] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.44s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d8c2850b23404] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d03690e54764f] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.99s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:968: [dab2ab5215946] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.67s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d026aad433715] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.80s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:1116: [d1c8cdd3fa018] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d08c7eb754b24] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.71s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dc597cb6fc1cd] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.12s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dc417b4001d8a] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.20s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d4fd856daee04] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dc0c745d95e15] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [daed9afd5417b] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d20c7f1d5b416] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.59s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d1fbf266121eb] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d4452fef852d4] daemon is not started [2020-02-12T18:28:21.007Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dfbdd65a613bf] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.41s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d2f70b6aea4a4] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.94s) [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.74s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:1084: [d7995f47bceb5] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d1dde84918b2a] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.45s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d31ae2ad084db] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.87s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dc213da010263] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d24ac8150c33e] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.35s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d9be8d11562b5] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.94s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d751cf4516b02] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.64s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [d1cb309adc02a] daemon is not started [2020-02-12T18:28:21.007Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.66s) [2020-02-12T18:28:21.007Z] docker_cli_network_unix_test.go:46: [dcea79388d3c8] daemon is not started [2020-02-12T18:28:21.007Z] === RUN TestDockerHubPullSuite [2020-02-12T18:28:21.007Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-02-12T18:28:22.373Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-02-12T18:28:23.296Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-02-12T18:28:24.659Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-02-12T18:28:24.914Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-02-12T18:28:26.796Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-02-12T18:28:26.796Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-02-12T18:28:26.796Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite (5.95s) [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.39s) [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.17s) [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.36s) [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.68s) [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.28s) [2020-02-12T18:28:26.796Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2020-02-12T18:28:26.796Z] PASS [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === Skipped [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-12T18:28:26.796Z] docker_cli_sni_test.go:18: Flakey test [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-12T18:28:26.796Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-12T18:28:26.796Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-12T18:28:26.796Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-12T18:28:26.796Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-12T18:28:26.796Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-02-12T18:28:26.797Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-02-12T18:28:26.797Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-12T18:28:26.797Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-12T18:28:26.797Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-02-12T18:28:26.797Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-02-12T18:28:26.797Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-12T18:28:26.797Z] docker_cli_network_unix_test.go:46: [dfbdd65a613bf] daemon is not started [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] [2020-02-12T18:28:26.797Z] DONE 1277 tests, 44 skipped in 2040.560s [2020-02-12T18:28:26.797Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-12T18:28:26.797Z] ++++ cat bundles/test-integration/docker.pid [2020-02-12T18:28:26.797Z] +++ kill 7353 [2020-02-12T18:28:28.157Z] +++ /etc/init.d/apparmor stop [2020-02-12T18:28:28.157Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T18:28:28.157Z] [2020-02-12T18:28:28.157Z] Unloading profiles will leave already running processes permanently [2020-02-12T18:28:28.157Z] unconfined, which can lead to unexpected situations. [2020-02-12T18:28:28.157Z] [2020-02-12T18:28:28.157Z] To set a process to complain mode, use the command line tool [2020-02-12T18:28:28.157Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T18:28:28.157Z] +++ true [2020-02-12T18:28:28.157Z] [2020-02-12T18:28:30.039Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-02-12T18:28:33.296Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-02-12T18:28:36.552Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-02-12T18:28:41.066Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-02-12T18:28:42.427Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-02-12T18:29:38.646Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-02-12T18:29:53.462Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite (1757.24s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.77s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.51s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.86s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.55s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:563: [d61599f71c901] joining swarm manager [d197ea89f7bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:585: [d0a385a7a443d] joining swarm manager [d197ea89f7bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] check_test.go:380: [d61599f71c901] daemon is not started [2020-02-12T18:30:11.480Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.84s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:46: [dba5d0f88922f] joining swarm manager [d9fcf5f748552]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.82s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.70s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.73s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:304: [dfd012a7e006d] joining swarm manager [d48968fd4f185]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:305: [dff50d6760438] joining swarm manager [d48968fd4f185]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.75s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:272: [da4e6c625cb0e] joining swarm manager [d6859c3ae3300]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:273: [d98537ebe2138] joining swarm manager [d6859c3ae3300]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.87s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.50s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.36s) [2020-02-12T18:30:11.480Z] docker_api_swarm_node_test.go:19: [d1286b22f0e6e] joining swarm manager [d1a6201266564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_node_test.go:20: [dc14f98670b8a] joining swarm manager [d1a6201266564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.39s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:502: [df820358c7e46] joining swarm manager [d3cfa89f887da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:507: [d6b8d4f7dcea5] joining swarm manager [d3cfa89f887da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.73s) [2020-02-12T18:30:11.480Z] docker_api_swarm_node_test.go:80: [d9e12d29ecaf3] joining swarm manager [d9fcec79ab0aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.97s) [2020-02-12T18:30:11.480Z] docker_api_swarm_node_test.go:52: [d1468b5aee457] joining swarm manager [d7cdd05e1492f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_node_test.go:53: [d046d1316c33a] joining swarm manager [d7cdd05e1492f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.88s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.52s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:202: [d12fb56d1b3df] joining swarm manager [d8e7b12283381]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.26s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:384: [de50569a609f4] joining swarm manager [d4a77c8b70a2f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:385: [de175dcdc7b5f] joining swarm manager [d4a77c8b70a2f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] check_test.go:380: [de175dcdc7b5f] daemon is not started [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.20s) [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:802: [d1dba732a95b3] joining swarm manager [d10baa238172b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:802: [d6b57087d75c7] joining swarm manager [d10baa238172b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:802: [d823eeb903bfc] joining swarm manager [d10baa238172b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:802: [d991dd3c5eed4] joining swarm manager [d10baa238172b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-12T18:30:11.480Z] docker_api_swarm_test.go:810: [d637de868f982] joining swarm manager [d10baa238172b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.00s) [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.25s) [2020-02-12T18:30:11.480Z] docker_api_swarm_service_test.go:394: [d30fe12354c08] joining swarm manager [d20b4eaa3e003]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.480Z] docker_api_swarm_service_test.go:394: [d969920b10a5f] joining swarm manager [d20b4eaa3e003]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.56s) [2020-02-12T18:30:11.480Z] docker_api_swarm_service_test.go:342: [d9e6f4d0e0ad5] joining swarm manager [d349822ba73f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:342: [da8c2bc7cdb12] joining swarm manager [d349822ba73f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.41s) [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:489: [d7e82d4aaea46] joining swarm manager [d544781cb59de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:489: [d891e1617fc28] joining swarm manager [d544781cb59de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.80s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.88s) [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:127: [de26a19a1f053] joining swarm manager [d1abc21832cab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:128: [d84c3531a1640] joining swarm manager [d1abc21832cab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:136: [d962bb6fa7701] joining swarm manager [d1abc21832cab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:137: [df843d55d5bfa] joining swarm manager [d1abc21832cab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.06s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.00s) [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:303: [d6604eef72e8d] joining swarm manager [d77239352824c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:303: [d44c8825e4bbf] joining swarm manager [d77239352824c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.16s) [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:99: [dcbaa383955aa] joining swarm manager [d851d4359a355]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:100: [d147dd4d7d4a9] joining swarm manager [d851d4359a355]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] check_test.go:380: [dcbaa383955aa] daemon is not started [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.79s) [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:532: [df6bf89dd98b1] joining swarm manager [d708768c12b27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:533: [d284b03c84c32] joining swarm manager [d708768c12b27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.69s) [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:147: [d1dc78836aadf] joining swarm manager [dc4221384fc05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_api_swarm_service_test.go:147: [d2c2eed82bb48] joining swarm manager [dc4221384fc05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.44s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.29s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.88s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.48s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.30s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.54s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.60s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.14s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.26s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.95s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.12s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.40s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.13s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.08s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.33s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.98s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.22s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.62s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.44s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.11s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.57s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.79s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (7.22s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.47s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.24s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.03s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.65s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.12s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.44s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.14s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.55s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.28s) [2020-02-12T18:30:11.481Z] docker_cli_service_logs_test.go:241: checking task uoigpqrwju12 [2020-02-12T18:30:11.481Z] docker_cli_service_logs_test.go:246: checking messages for uoigpqrwju12 [2020-02-12T18:30:11.481Z] docker_cli_service_logs_test.go:241: checking task pmsn02v70p8t [2020-02-12T18:30:11.481Z] docker_cli_service_logs_test.go:246: checking messages for pmsn02v70p8t [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.00s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.95s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.83s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.34s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.34s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1901: [db056df843375] joining swarm manager [d6359ccbbc4dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1902: [d29ad2c918a8b] joining swarm manager [d6359ccbbc4dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.35s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.09s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.34s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.66s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1802: [da356e3254aef] joining swarm manager [d0ffe98b24d17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1803: [dc86e91855de1] joining swarm manager [d0ffe98b24d17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.40s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (144.01s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1321: [dd50713da6e0d] joining swarm manager [d67693fe22fe0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1322: [d59e6c83e9590] joining swarm manager [d67693fe22fe0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.71s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.10s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.81s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.14s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.62s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.82s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.96s) [2020-02-12T18:30:11.481Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.69s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.27s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.42s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.67s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1186: [de19cb6cab889] joining swarm manager [d115ebc4ef373]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1195: [d3397eed94fdb] joining swarm manager [d115ebc4ef373]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.45s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.60s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (132.72s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1118: [db9827adea9ea] joining swarm manager [ddfbf6a38528d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1119: [ddc719ffb0945] joining swarm manager [ddfbf6a38528d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1172: [d8032d212031c] joining swarm manager [ddfbf6a38528d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.06s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1453: [d3474cb5a2051] joining swarm manager [d055cb63b0008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] docker_cli_swarm_test.go:1454: [decd1c691914a] joining swarm manager [d055cb63b0008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.10s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.65s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.33s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.10s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.40s) [2020-02-12T18:30:11.481Z] docker_cli_swarm_unix_test.go:62: [df0afcc3a4ce0] joining swarm manager [d1b73c862ecf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.08s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.03s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.23s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.53s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.48s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.40s) [2020-02-12T18:30:11.481Z] docker_api_swarm_test.go:962: [dffc50819403a] joining swarm manager [d963991b46adc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.11s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.10s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.60s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.70s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.26s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.72s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.15s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.53s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.15s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.17s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.07s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.00s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.34s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.53s) [2020-02-12T18:30:11.481Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.04s) [2020-02-12T18:30:11.481Z] === RUN TestDockerExternalVolumeSuite [2020-02-12T18:30:11.481Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-02-12T18:30:26.297Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-02-12T18:31:33.884Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-02-12T18:31:43.883Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-02-12T18:32:15.880Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-02-12T18:32:30.695Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-02-12T18:33:02.690Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-02-12T18:33:14.846Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-02-12T18:33:47.017Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-02-12T18:34:05.034Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-02-12T18:34:19.850Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-02-12T18:35:06.435Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-02-12T18:35:24.454Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-02-12T18:35:56.455Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-02-12T18:36:28.449Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-02-12T18:36:43.264Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-02-12T18:37:01.284Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-02-12T18:37:19.302Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite (441.68s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.93s) [2020-02-12T18:37:34.121Z] docker_cli_external_volume_driver_test.go:53: [daf3a29945f89] daemon is not started [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.69s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-02-12T18:37:34.121Z] docker_cli_external_volume_driver_test.go:53: [da29f345db2cd] daemon is not started [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2020-02-12T18:37:34.121Z] docker_cli_external_volume_driver_test.go:53: [df9dac2a8ebc6] daemon is not started [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-02-12T18:37:34.121Z] docker_cli_external_volume_driver_test.go:53: [d7a4ef354c517] daemon is not started [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.60s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.66s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.83s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.68s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.76s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.04s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.58s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.44s) [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.47s) [2020-02-12T18:37:34.121Z] docker_cli_external_volume_driver_test.go:485: [dfd1e1ebcbcf8] daemon is not started [2020-02-12T18:37:34.121Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-02-12T18:37:34.121Z] docker_cli_external_volume_driver_test.go:53: [ddfc51d1f8961] daemon is not started [2020-02-12T18:37:34.121Z] PASS [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] === Skipped [2020-02-12T18:37:34.121Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-12T18:37:34.121Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-12T18:37:34.121Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-12T18:37:34.121Z] check_test.go:309: [d7f8e19d72373] daemon is not started [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-12T18:37:34.121Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-12T18:37:34.121Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-12T18:37:34.121Z] check_test.go:309: [d82316eb49fa3] daemon is not started [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-12T18:37:34.121Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-12T18:37:34.121Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-12T18:37:34.121Z] check_test.go:309: [d7d1d3177ddf8] daemon is not started [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-12T18:37:34.121Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-12T18:37:34.121Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-02-12T18:37:34.121Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-02-12T18:37:34.121Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] DONE 273 tests, 5 skipped in 2585.671s [2020-02-12T18:37:34.121Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-12T18:37:34.121Z] ++++ cat bundles/test-integration/docker.pid [2020-02-12T18:37:34.121Z] +++ kill 7329 [2020-02-12T18:37:34.121Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dec589426adbc/docker.pid [2020-02-12T18:37:34.121Z] +++ kill 4326 [2020-02-12T18:37:34.121Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 4326 is not a child of this shell [2020-02-12T18:37:34.121Z] warning: PID 4326 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dec589426adbc/docker.pid had a nonzero exit code [2020-02-12T18:37:34.121Z] +++ /etc/init.d/apparmor stop [2020-02-12T18:37:34.121Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] Unloading profiles will leave already running processes permanently [2020-02-12T18:37:34.121Z] unconfined, which can lead to unexpected situations. [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] To set a process to complain mode, use the command line tool [2020-02-12T18:37:34.121Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-12T18:37:34.121Z] +++ true [2020-02-12T18:37:34.121Z] [2020-02-12T18:37:34.121Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-02-12T18:37:34.133Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-12T18:37:36.824Z] + echo Ensuring container killed. [2020-02-12T18:37:36.824Z] Ensuring container killed. [2020-02-12T18:37:36.824Z] + docker ps -aq -f name=docker-pr6-* [2020-02-12T18:37:36.824Z] + cids=f4eb15774d2d [2020-02-12T18:37:36.824Z] aa9fc9e44bbe [2020-02-12T18:37:36.824Z] 068208904ba3 [2020-02-12T18:37:36.824Z] + [ -n f4eb15774d2d [2020-02-12T18:37:36.824Z] aa9fc9e44bbe [2020-02-12T18:37:36.824Z] 068208904ba3 ] [2020-02-12T18:37:36.824Z] + docker rm -vf f4eb15774d2d aa9fc9e44bbe 068208904ba3 [2020-02-12T18:37:38.708Z] f4eb15774d2d [2020-02-12T18:37:38.708Z] aa9fc9e44bbe [2020-02-12T18:37:38.708Z] 068208904ba3 [Pipeline] sh [2020-02-12T18:37:39.029Z] + echo Chowning /workspace to jenkins user [2020-02-12T18:37:39.029Z] Chowning /workspace to jenkins user [2020-02-12T18:37:39.029Z] + id -u [2020-02-12T18:37:39.029Z] + id -g [2020-02-12T18:37:39.029Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40500:/workspace busybox chown -R 1000:1000 /workspace [2020-02-12T18:37:39.030Z] Unable to find image 'busybox:latest' locally [2020-02-12T18:37:44.263Z] latest: Pulling from library/busybox [2020-02-12T18:37:44.263Z] bdbbaa22dec6: Pulling fs layer [2020-02-12T18:37:44.263Z] bdbbaa22dec6: Download complete [2020-02-12T18:37:44.263Z] bdbbaa22dec6: Pull complete [2020-02-12T18:37:44.263Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-12T18:37:44.263Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-12T18:37:48.793Z] + bundleName=amd64 [2020-02-12T18:37:48.794Z] + echo Creating amd64-bundles.tar.gz [2020-02-12T18:37:48.794Z] Creating amd64-bundles.tar.gz [2020-02-12T18:37:48.794Z] + 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-12T18:37:48.794Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-12T18:37:50.202Z] Archiving artifacts [2020-02-12T18:37:52.016Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-12T18:37:52.447Z] + make clean [2020-02-12T18:37:52.701Z] docker volume rm -f docker-dev-cache [2020-02-12T18:37:52.701Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-12T18:48:45.618Z] ok github.com/docker/docker/integration-cli 2509.093s [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === Skipped [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-12T18:48:45.618Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-02-12T18:48:45.618Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-12T18:48:45.618Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-12T18:48:45.618Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-12T18:48:45.618Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2020-02-12T18:48:45.618Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.86s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.86s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.42s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-02-12T18:48:45.618Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.36s) [2020-02-12T18:48:45.618Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2020-02-12T18:48:45.618Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.618Z] [2020-02-12T18:48:45.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.49s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2020-02-12T18:48:45.619Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.38s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.38s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.39s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.39s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.37s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.37s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.36s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.36s) [2020-02-12T18:48:45.619Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-12T18:48:45.619Z] docker_cli_sni_test.go:18: Flakey test [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-02-12T18:48:45.619Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-12T18:48:45.619Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-12T18:48:45.619Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-12T18:48:45.619Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.619Z] [2020-02-12T18:48:45.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-02-12T18:48:45.620Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-02-12T18:48:45.620Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-12T18:48:45.620Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-12T18:48:45.620Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-12T18:48:45.620Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-12T18:48:45.620Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.620Z] [2020-02-12T18:48:45.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-12T18:48:45.620Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-02-12T18:48:45.621Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2020-02-12T18:48:45.621Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-12T18:48:45.621Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-12T18:48:45.621Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-12T18:48:45.621Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-12T18:48:45.621Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-12T18:48:45.621Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-12T18:48:45.621Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-12T18:48:45.621Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-12T18:48:45.621Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-12T18:48:45.621Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-02-12T18:48:45.621Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-12T18:48:45.621Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-12T18:48:45.621Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.621Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-02-12T18:48:45.622Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-12T18:48:45.622Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-12T18:48:45.622Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-12T18:48:45.622Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.622Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-12T18:48:45.623Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-12T18:48:45.623Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.623Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-12T18:48:45.624Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-12T18:48:45.624Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.624Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-02-12T18:48:45.625Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-12T18:48:45.625Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-12T18:48:45.625Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-12T18:48:45.625Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.625Z] [2020-02-12T18:48:45.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-12T18:48:45.626Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-02-12T18:48:45.626Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] DONE 1096 tests, 549 skipped in 2518.229s [2020-02-12T18:48:45.626Z] INFO: Integration tests ended at 02/12/2020 18:48:33. Duration:00:41:58.3699419 [2020-02-12T18:48:45.626Z] INFO: Docker info of the daemon under test at end of run [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] Containers: 2 [2020-02-12T18:48:45.626Z] Running: 0 [2020-02-12T18:48:45.626Z] Paused: 0 [2020-02-12T18:48:45.626Z] Stopped: 2 [2020-02-12T18:48:45.626Z] Images: 12 [2020-02-12T18:48:45.626Z] Server Version: 0.0.0-dev [2020-02-12T18:48:45.626Z] Storage Driver: windowsfilter [2020-02-12T18:48:45.626Z] Windows: [2020-02-12T18:48:45.626Z] Logging Driver: json-file [2020-02-12T18:48:45.626Z] Plugins: [2020-02-12T18:48:45.626Z] Volume: local [2020-02-12T18:48:45.626Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-12T18:48:45.626Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-12T18:48:45.626Z] Swarm: inactive [2020-02-12T18:48:45.626Z] Default Isolation: process [2020-02-12T18:48:45.626Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-12T18:48:45.626Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-12T18:48:45.626Z] OSType: windows [2020-02-12T18:48:45.626Z] Architecture: x86_64 [2020-02-12T18:48:45.626Z] CPUs: 4 [2020-02-12T18:48:45.626Z] Total Memory: 32GiB [2020-02-12T18:48:45.626Z] Name: azwin-2-6520f0 [2020-02-12T18:48:45.626Z] ID: DFX2:733X:HIC5:HAIQ:6AJU:Y3MW:KMNZ:OLVO:RJN3:47GY:CTUK:ZHRA [2020-02-12T18:48:45.626Z] Docker Root Dir: D:\CI\PR-40500\6\daemon [2020-02-12T18:48:45.626Z] Debug Mode (client): false [2020-02-12T18:48:45.626Z] Debug Mode (server): true [2020-02-12T18:48:45.626Z] File Descriptors: -1 [2020-02-12T18:48:45.626Z] Goroutines: 18 [2020-02-12T18:48:45.626Z] System Time: 2020-02-12T18:48:33.3511942Z [2020-02-12T18:48:45.626Z] EventsListeners: 0 [2020-02-12T18:48:45.626Z] Registry: https://index.docker.io/v1/ [2020-02-12T18:48:45.626Z] Labels: [2020-02-12T18:48:45.626Z] Experimental: false [2020-02-12T18:48:45.626Z] Insecure Registries: [2020-02-12T18:48:45.626Z] 127.0.0.0/8 [2020-02-12T18:48:45.626Z] Live Restore Enabled: false [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] [2020-02-12T18:48:45.626Z] INFO: Stopping daemon under test [2020-02-12T18:48:45.626Z] SUCCESS: The process with PID 3660 (child process of PID 2136) has been terminated. [2020-02-12T18:48:45.626Z] SUCCESS: The process with PID 2136 (child process of PID 3144) has been terminated. [2020-02-12T18:48:45.626Z] INFO: Stop tailing logs of the daemon under tests [2020-02-12T18:48:45.626Z] INFO: executeCI.ps1 Completed successfully at 02/12/2020 18:48:33. [2020-02-12T18:48:45.626Z] INFO: Tidying up at end of run [2020-02-12T18:48:45.626Z] INFO: Saving daemon under test log (d:\CI\PR-40500\6\dut.out) to C:\windows\TEMP\CIDUT.out [2020-02-12T18:48:45.626Z] INFO: Saving daemon under test log (d:\CI\PR-40500\6\dut.err) to C:\windows\TEMP\CIDUT.err [2020-02-12T18:48:45.626Z] INFO: Nuke-Everything... [2020-02-12T18:48:45.626Z] INFO: Container count on control daemon to delete is 2 [2020-02-12T18:48:45.626Z] 81881412099f [2020-02-12T18:48:45.626Z] fe103bfc90b6 [2020-02-12T18:48:45.626Z] INFO: Tidying pidfile d:\CI\PR-40500\6\docker.pid [2020-02-12T18:48:45.626Z] INFO: Nuking d:\CI [2020-02-12T18:49:03.456Z] INFO: Zapped successfully [2020-02-12T18:49:03.456Z] [2020-02-12T18:49:03.456Z] INFO: executeCI.ps1 exiting at Wed Feb 12 18:49:01 CUT 2020. Duration 01:03:21.5399692 [2020-02-12T18:49:03.456Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-02-12T18:49:03.704Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-02-12T18:49:16.850Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-02-12T18:49:18.677Z] Archiving artifacts [2020-02-12T18:49:32.578Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40500/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-12T18:49:33.530Z] + make clean [2020-02-12T18:49:35.095Z] docker volume rm -f docker-dev-cache [2020-02-12T18:49:35.095Z] 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